body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--viewport-height: 100dvh;--play-primary: #3b82f6;--play-primary-container: #dbeafe;--play-on-primary: #ffffff;--play-secondary: #60a5fa;--play-background: #f0f7ff;--analysis-primary: #f97316;--analysis-primary-container: #fed7aa;--analysis-on-primary: #ffffff;--analysis-secondary: #fb923c;--analysis-background: #fff4ed;--surface: #ffffff;--on-surface: #1f2937;--on-surface-variant: #6b7280;--outline: #e5e7eb;--outline-variant: #d1d5db;--confirmed-score-bg: #f3f4f6;--predicted-score-color: #9ca3af;--dice-background: #ffffff;--dice-border: #d1d5db;--dice-locked-border: #3b82f6;--dice-dot: #1f2937;--dice-dot-one: #ff0000;--error: #ef4444;--error-bg: #fef2f2;--error-border: #fca5a5;--error-text: #991b1b;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--display-large-size: 32px;--display-large-line: 40px;--display-large-weight: 700;--display-medium-size: 28px;--display-medium-line: 36px;--display-medium-weight: 700;--headline-large-size: 24px;--headline-large-line: 32px;--headline-large-weight: 600;--headline-medium-size: 20px;--headline-medium-line: 28px;--headline-medium-weight: 600;--title-large-size: 18px;--title-large-line: 26px;--title-large-weight: 500;--title-medium-size: 16px;--title-medium-line: 24px;--title-medium-weight: 500;--body-large-size: 16px;--body-large-line: 24px;--body-large-weight: 400;--body-medium-size: 14px;--body-medium-line: 20px;--body-medium-weight: 400;--body-small-size: 12px;--body-small-line: 16px;--body-small-weight: 400;--label-large-size: 14px;--label-large-line: 20px;--label-large-weight: 500;--label-medium-size: 12px;--label-medium-line: 16px;--label-medium-weight: 500;--label-small-size: 10px;--label-small-line: 14px;--label-small-weight: 500;--header-height: 56px;--bottom-nav-height: 64px;--content-max-width: 600px;--content-padding: 16px;--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .3s ease;--bottom-sheet-min-height: 25%;--bottom-sheet-initial-height: 48%;--bottom-sheet-max-height: 85%;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-pill: 24px;--z-header: 100;--z-bottom-nav: 100;--z-overlay: 900;--z-bottom-sheet: 1000;--z-dialog: 1100}*,*:before,*:after{box-sizing:border-box}.app{margin:0;padding:0;font-family:var(--font-family);min-height:var(--viewport-height, 100dvh);transition:background-color var(--transition-normal);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.app--play{background-color:var(--play-background)}.app--analysis{background-color:var(--analysis-background)}.layout{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;min-height:var(--viewport-height, 100dvh);max-width:var(--content-max-width);margin:0 auto}.layout__main{flex:1;display:flex;flex-direction:column;padding:4px var(--content-padding);padding-bottom:calc(var(--bottom-nav-height) + var(--content-padding));gap:3px}.layout__divider{display:none}.game-header{display:flex;justify-content:space-between;align-items:center;padding:12px var(--content-padding);box-shadow:var(--shadow-md);position:sticky;top:0;z-index:var(--z-header);user-select:none;-webkit-user-select:none}.game-header--play{background-color:var(--play-primary);color:var(--play-on-primary)}.game-header--analysis{background-color:var(--analysis-primary);color:var(--analysis-on-primary)}.game-header__left{display:flex;align-items:center;gap:8px}.game-header__home{font-size:var(--title-medium-size);text-decoration:none;color:inherit;display:flex;align-items:center}.game-header__title{font-size:var(--title-large-size);font-weight:var(--title-large-weight);line-height:var(--title-large-line)}.game-header__score{font-size:var(--title-medium-size);font-weight:var(--title-medium-weight);line-height:var(--title-medium-line)}.score-sheet{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0;margin-bottom:4px;user-select:none;-webkit-user-select:none}.score-sheet table{width:100%;border-collapse:collapse;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--outline-variant);background-color:var(--surface);display:flex;flex-direction:column;flex:1}.score-sheet tbody{display:flex;flex-direction:column;flex:1}.score-sheet tr{display:flex;flex:1;min-height:0;border-bottom:1px solid var(--outline)}.score-sheet td{align-content:center;padding:0 12px}.score-sheet tr:last-child{border-bottom:none}.score-label{flex:1;text-align:left;font-size:var(--body-small-size);font-weight:var(--body-medium-weight);color:var(--on-surface)}.score-value{flex:1;text-align:center;font-size:var(--body-small-size);color:var(--on-surface)}.score-action{flex:1;text-align:right;display:flex;align-items:center;justify-content:right}.score-unconfirmed{color:var(--predicted-score-color);font-style:italic}.layout--play .score-unconfirmed{background-color:var(--play-primary-container)}.layout--analysis .score-unconfirmed{background-color:var(--analysis-primary-container)}.score-special{background-color:var(--confirmed-score-bg);font-weight:600}.score-sheet button{width:50%;height:75%;color:#fff;border:none;border-radius:var(--radius-sm);cursor:pointer;font-size:var(--body-small-size);font-weight:600;transition:all var(--transition-fast)}.layout--play .score-sheet button:not(:disabled){background-color:var(--play-primary)}.layout--play .score-sheet button:not(:disabled):hover{background-color:#2563eb}.layout--analysis .score-sheet button:not(:disabled){background-color:var(--analysis-primary)}.layout--analysis .score-sheet button:not(:disabled):hover{background-color:#ea580c}.score-sheet button:disabled{background-color:var(--outline-variant);color:#fff;cursor:not-allowed;opacity:.6}.score-cell-input-wrapper{display:flex;flex-direction:column;gap:2px;width:100%}.score-cell-input{width:100%;padding:2px 6px;font-size:16px;border:1px solid #808080;border-radius:var(--radius-sm);background-color:var(--surface);color:var(--on-surface);transition:all var(--transition-fast);font-family:inherit;text-align:center}.score-cell-input:hover{border-color:var(--outline-variant)}.score-cell-input:focus{outline:none;border-color:var(--play-primary);box-shadow:0 0 0 2px #3b82f61a}.score-cell-input--invalid{border-color:var(--error);background-color:var(--error-bg)}.score-cell-input--invalid:focus{border-color:var(--error);box-shadow:0 0 0 2px #ef44441a}.score-cell-error{font-size:var(--label-small-size);color:var(--error-text);font-weight:500}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.action-buttons{display:flex;gap:8px;justify-content:center;margin-top:8px}.action-buttons__evaluate{flex:1;padding:8px 16px;font-size:var(--body-medium-size);font-weight:600;color:#fff;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);min-height:32px}.action-buttons--play .action-buttons__evaluate:not(:disabled){background-color:var(--play-primary)}.action-buttons--play .action-buttons__evaluate:not(:disabled):hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.action-buttons--analysis .action-buttons__evaluate:not(:disabled){background-color:var(--analysis-primary)}.action-buttons--analysis .action-buttons__evaluate:not(:disabled):hover{background-color:#ea580c;transform:translateY(-1px);box-shadow:0 4px 12px #f973164d}.action-buttons__evaluate:disabled{background-color:var(--outline-variant);cursor:not-allowed;opacity:.6}.action-buttons__reset{padding:8px 16px;font-size:var(--body-medium-size);font-weight:600;background-color:transparent;border:1px solid currentColor;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);min-height:32px}.action-buttons--play .action-buttons__reset{color:var(--play-primary);border-color:var(--play-primary)}.action-buttons--play .action-buttons__reset:hover{background-color:#3b82f61a}.action-buttons--analysis .action-buttons__reset{color:var(--analysis-primary);border-color:var(--analysis-primary)}.action-buttons--analysis .action-buttons__reset:hover{background-color:#f973161a}.dice-actions{display:flex;gap:8px;justify-content:center;align-items:center;min-height:32px;flex-wrap:wrap;margin-top:8px}.dice-actions button{padding:8px 16px;font-size:var(--body-medium-size);font-weight:600;color:#fff;border:none;border-radius:var(--radius-pill);cursor:pointer;transition:all var(--transition-fast);min-height:32px}.layout--play .dice-actions button:not(:disabled){background-color:var(--play-primary)}.layout--play .dice-actions button:not(:disabled):hover{background-color:#2563eb}.layout--analysis .dice-actions button:not(:disabled){background-color:var(--analysis-primary)}.layout--analysis .dice-actions button:not(:disabled):hover{background-color:#ea580c}.dice-actions button:disabled{background-color:var(--outline-variant);cursor:not-allowed}.dice-actions label{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:var(--body-medium-size);min-height:32px;padding:0 8px}.dice-actions input[type=radio]{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid var(--outline-variant);border-radius:50%;cursor:pointer;background-color:#fff;transition:all var(--transition-fast)}.layout--play .dice-actions input[type=radio]:checked{border-color:var(--play-primary);background-color:var(--play-primary);box-shadow:inset 0 0 0 4px var(--play-primary-container)}.layout--play .dice-actions input[type=radio]:hover{border-color:var(--play-primary)}.layout--analysis .dice-actions input[type=radio]:checked{border-color:var(--analysis-primary);background-color:var(--analysis-primary);box-shadow:inset 0 0 0 4px var(--analysis-primary-container)}.layout--analysis .dice-actions input[type=radio]:hover{border-color:var(--analysis-primary)}.dice-display{display:flex;gap:8px;justify-content:center;padding:3px 0 0;margin-top:8px}.dice-item{width:56px;height:56px;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);user-select:none;-webkit-user-select:none;position:relative;display:flex;align-items:center;justify-content:center}.dice-item--unlocked{border:2px solid var(--dice-border);background-color:var(--dice-background)}.dice-item--locked{border:3px solid var(--dice-locked-border);background-color:var(--dice-background)}.dice-item:focus-visible{outline:2px solid var(--play-primary);outline-offset:2px}.dice-item:hover{transform:scale(1.05)}.dice-item__face{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);width:40px;height:40px;padding:0}.dice-item__dot{width:7.5px;height:7.5px;border-radius:100%;background-color:var(--dice-dot);justify-self:center;align-self:center}.dice-item__dot--one{width:12px;height:12px;background-color:var(--dice-dot-one)}.dice-item__lock-icon{position:absolute;top:-8px;right:-8px;font-size:16px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:var(--bottom-nav-height);background-color:var(--surface);display:flex;box-shadow:0 -2px 8px #0000001a;z-index:var(--z-bottom-nav)}.bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:none;background:transparent;cursor:pointer;padding:8px;transition:all var(--transition-fast);color:var(--on-surface-variant)}.bottom-nav__item--active{position:relative}.bottom-nav__item--active:before{content:"";position:absolute;inset:8px 16px;border-radius:var(--radius-lg);opacity:.12}.bottom-nav__item:first-child.bottom-nav__item--active{color:var(--play-primary)}.bottom-nav__item:first-child.bottom-nav__item--active:before{background-color:var(--play-primary)}.bottom-nav__item:last-child.bottom-nav__item--active{color:var(--analysis-primary)}.bottom-nav__item:last-child.bottom-nav__item--active:before{background-color:var(--analysis-primary)}.bottom-nav__icon{font-size:var(--title-large-size)}.bottom-nav__label{font-size:var(--label-medium-size);font-weight:var(--label-medium-weight)}.bottom-sheet-overlay{position:fixed;inset:0;background-color:#00000080;z-index:var(--z-overlay);animation:fadeIn .2s ease-out}.bottom-sheet-overlay--closing{animation:fadeOut .2s ease-in forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.bottom-sheet{position:fixed;bottom:0;left:0;right:0;background-color:var(--surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;display:flex;flex-direction:column;z-index:var(--z-bottom-sheet);animation:slideUp .3s ease-out;max-width:var(--content-max-width);margin:0 auto}.bottom-sheet--closing{animation:slideDown .25s ease-in forwards}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.bottom-sheet__handle-area{display:flex;justify-content:center;padding:12px;cursor:grab;touch-action:none}.bottom-sheet__handle-area:active{cursor:grabbing}.bottom-sheet__handle{width:40px;height:4px;background-color:#6b728066;border-radius:2px}.bottom-sheet__header{display:flex;justify-content:space-between;align-items:center;padding:0 20px 12px;border-bottom:1px solid var(--outline)}.bottom-sheet__title{margin:0;font-size:var(--headline-medium-size);font-weight:var(--headline-medium-weight);color:var(--on-surface)}.bottom-sheet__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:28px;cursor:pointer;color:var(--on-surface-variant);border-radius:50%;transition:background-color var(--transition-fast)}.bottom-sheet__close:hover{background-color:#0000000d}.bottom-sheet__content{flex:1;overflow-y:auto;padding:16px 20px}.bottom-sheet__note{margin:0 0 16px;font-size:var(--body-medium-size);color:var(--on-surface-variant);line-height:1.5}.bottom-sheet__choices{display:flex;flex-direction:column;gap:12px}.bottom-sheet__error{padding:16px;background-color:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius-md);color:var(--error-text);font-size:var(--body-medium-size);line-height:1.6;text-align:center}.choice-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;background-color:#f9fafb;border-radius:var(--radius-md);border:1.5px solid var(--outline)}.choice-item__info{display:flex;flex-direction:column;gap:4px;flex:1}.choice-item__action-text{font-size:var(--title-medium-size);font-weight:500;color:var(--on-surface)}.choice-item__dice{font-size:1.5em}.choice-item__expected-value{font-size:var(--body-small-size);color:var(--on-surface-variant)}.choice-item__button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;border-radius:var(--radius-sm);cursor:pointer;font-size:18px;transition:all var(--transition-fast)}.bottom-sheet--play .choice-item__button{background-color:var(--play-primary);color:#fff}.bottom-sheet--play .choice-item__button:hover{background-color:#2563eb;transform:translateY(-1px)}.bottom-sheet--analysis .choice-item__button{background-color:var(--analysis-primary);color:#fff}.bottom-sheet--analysis .choice-item__button:hover{background-color:#ea580c;transform:translateY(-1px)}.reset-dialog-overlay{position:fixed;inset:0;background-color:#00000080;z-index:var(--z-dialog);display:flex;align-items:center;justify-content:center;padding:var(--content-padding);animation:fadeIn .2s ease-out}.reset-dialog{background-color:var(--surface);border-radius:var(--radius-lg);padding:24px;max-width:320px;width:100%;box-shadow:var(--shadow-lg)}.reset-dialog__title{margin:0 0 16px;font-size:var(--headline-medium-size);font-weight:var(--headline-medium-weight);color:var(--on-surface)}.reset-dialog__message{margin:0 0 24px;font-size:var(--body-medium-size);color:var(--on-surface-variant);line-height:1.6}.reset-dialog__actions{display:flex;justify-content:flex-end;gap:12px}.reset-dialog__cancel,.reset-dialog__confirm{padding:8px 16px;font-size:var(--label-large-size);font-weight:var(--label-large-weight);border:none;background:transparent;border-radius:var(--radius-sm);cursor:pointer;transition:background-color var(--transition-fast);min-height:44px}.reset-dialog__cancel{color:var(--on-surface-variant)}.reset-dialog__cancel:hover{background-color:#0000000d}.reset-dialog__confirm{color:var(--error)}.reset-dialog__confirm:hover{background-color:#ef44441a}@media(max-width:479px){.layout__main{padding:4px 12px;padding-bottom:calc(var(--bottom-nav-height) + 12px);gap:2px}.dice-item{width:52px;height:52px}.dice-item__face{width:36px;height:36px}.dice-actions label{padding:0 4px;gap:4px;font-size:var(--body-small-size)}.action-buttons{flex-direction:row}.action-buttons__evaluate,.action-buttons__reset{padding:6px 12px;font-size:var(--body-medium-size)}}@media(min-width:480px)and (max-width:600px){.bottom-sheet{max-width:100%}}@media(max-height:750px){.score-label,.score-value,.score-cell-input,.score-sheet button{font-size:12px}}@media(min-height:751px)and (max-height:850px){.score-label,.score-value,.score-cell-input,.score-sheet button{font-size:14px}}@media(min-height:851px)and (max-height:1000px){.score-label,.score-value,.score-cell-input,.score-sheet button{font-size:16px}}@media(min-height:1001px){.score-label,.score-value,.score-cell-input,.score-sheet button{font-size:18px}}@media(min-width:601px){.bottom-nav{max-width:var(--content-max-width);margin:0 auto;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.dice-item{width:60px;height:60px}.dice-item__face{width:44px;height:44px}.score-label{padding-left:24px}}
