:root{--hedge-green: #768a75;--hedge-green-dark: #5d6f5c;--hedge-green-light: #e9eee8;--ink: #1f2320;--ink-muted: #5c635d;--line: #dce0db;--surface: #ffffff;--bg: #f6f7f5;--danger: #a3392f;--danger-bg: #fbeceb;--warning: #8a6d2f;--warning-bg: #fdf4e2;--radius: 10px;--radius-sm: 6px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "PingFang HK", "Microsoft JhengHei", sans-serif;--text-sm: 13px;--text-base: 15px;--text-lg: 18px;--text-xl: 22px;--tap-target: 48px}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-sans);font-size:var(--text-base);line-height:1.5;-webkit-text-size-adjust:100%}.app{min-height:100%;display:flex;flex-direction:column}.app__main{flex:1;width:100%;max-width:480px;margin:0 auto;padding:var(--space-5) var(--space-4)}.brand{text-align:center;margin-bottom:var(--space-5)}.brand__mark{display:inline-block;width:44px;height:44px;border-radius:50%;background:var(--hedge-green);margin-bottom:var(--space-3)}.brand__title{margin:0;font-size:var(--text-xl);font-weight:600}.brand__subtitle{margin:var(--space-1) 0 0;color:var(--ink-muted);font-size:var(--text-sm)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:var(--space-4)}.card__title{margin:0 0 var(--space-3);font-size:var(--text-lg);font-weight:600}.field{display:block;margin-bottom:var(--space-4)}.field__label{display:block;margin-bottom:var(--space-2);font-size:var(--text-sm);font-weight:600;color:var(--ink-muted)}.field__input{width:100%;min-height:var(--tap-target);padding:0 var(--space-3);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font-family:inherit;font-size:16px}.field__input:focus-visible{outline:2px solid var(--hedge-green);outline-offset:1px}.field__input:disabled{background:var(--bg);color:var(--ink-muted)}.button{width:100%;min-height:var(--tap-target);padding:0 var(--space-4);border:1px solid transparent;border-radius:var(--radius-sm);background:var(--hedge-green);color:#fff;font-family:inherit;font-size:var(--text-base);font-weight:600;cursor:pointer}.button:active{background:var(--hedge-green-dark)}.button:disabled{opacity:.6;cursor:default}.button--secondary{background:var(--surface);border-color:var(--line);color:var(--ink)}.notice{border-radius:var(--radius-sm);padding:var(--space-3);font-size:var(--text-sm)}.notice--error{background:var(--danger-bg);color:var(--danger)}.notice--warning{background:var(--warning-bg);color:var(--warning)}.notice__title{margin:0 0 var(--space-2);font-size:var(--text-base);font-weight:600}.notice__list{margin:var(--space-2) 0 0;padding-left:var(--space-4);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.home__row{display:flex;justify-content:space-between;gap:var(--space-3);padding:var(--space-2) 0;font-size:var(--text-sm)}.home__label{color:var(--ink-muted)}.home__value{font-weight:600;word-break:break-all;text-align:right}.home__empty{margin:var(--space-5) 0;text-align:center;color:var(--ink-muted);font-size:var(--text-sm)}.build-id{padding:var(--space-4);text-align:center;color:var(--ink-muted);font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.loading{padding:var(--space-6);text-align:center;color:var(--ink-muted)}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-3);padding-bottom:var(--space-4);border-bottom:1px solid var(--line);margin-bottom:var(--space-4)}.topbar__title{margin:0;font-size:var(--text-lg);font-weight:600}.topbar__email{margin:var(--space-1) 0 0;color:var(--ink-muted);font-size:var(--text-sm);word-break:break-all}.link-button{border:0;background:none;padding:var(--space-2) 0;color:var(--hedge-green-dark);font:inherit;font-size:var(--text-sm);font-weight:600;text-decoration:underline;cursor:pointer;white-space:nowrap}.link-button:disabled{opacity:.6;cursor:default}.page-head{margin-bottom:var(--space-4)}.page-head .card__title{margin:var(--space-2) 0 0}.filters{display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-4)}.filters__dates{display:flex;gap:var(--space-3)}.filters__date{flex:1;min-width:0}.filters__date .field__label{margin-bottom:var(--space-1)}.filters__row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.checkbox{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--ink-muted);cursor:pointer}.checkbox input{width:20px;height:20px;accent-color:var(--hedge-green)}.list{padding-bottom:88px}.cards{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-3)}.card--tappable{display:flex;flex-direction:column;gap:var(--space-2);width:100%;text-align:left;font:inherit;color:inherit;cursor:pointer}.card__top{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.card__date{color:var(--ink-muted);font-size:var(--text-sm);font-variant-numeric:tabular-nums}.card__name{font-size:var(--text-lg);font-weight:600;line-height:1.3}.card__meta{color:var(--ink-muted);font-size:var(--text-sm)}.tag{align-self:flex-start;padding:2px var(--space-2);border-radius:999px;background:var(--bg);border:1px solid var(--line);color:var(--ink-muted);font-size:12px}.status{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--ink-muted);font-size:var(--text-sm);white-space:nowrap}.status__dot{width:10px;height:10px;border-radius:50%;background:var(--status-color, var(--ink-muted))}.status--site{--status-color: #2f6f9e}.status--pending{--status-color: #c08a1e}.status--quoted{--status-color: #2f8f86}.status--sent{--status-color: #6a5aa8}.status--won{--status-color: var(--hedge-green)}.status--lost{--status-color: #9aa39b}.fab{position:fixed;right:max(var(--space-4),calc((100vw - 480px) / 2 + var(--space-4)));bottom:calc(var(--space-6) + var(--space-5) + env(safe-area-inset-bottom,0px));min-height:52px;padding:0 var(--space-5);border:0;border-radius:999px;background:var(--hedge-green);color:#fff;font-family:inherit;font-size:var(--text-base);font-weight:600;box-shadow:0 3px 10px #1f232040;cursor:pointer}.fab:active{background:var(--hedge-green-dark)}.group{margin:0 0 var(--space-5);padding:var(--space-4);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--bg)}.group__legend{padding:0 var(--space-2);font-size:var(--text-base);font-weight:600}.group__hint{margin:0 0 var(--space-3);color:var(--ink-muted);font-size:12px}.group__options{display:flex;flex-direction:column;gap:var(--space-1)}.option{display:flex;align-items:center;gap:var(--space-3);min-height:var(--tap-target);cursor:pointer}.option input{width:22px;height:22px;flex:none;accent-color:var(--hedge-green)}.option__extra{margin:0 0 var(--space-2) 34px;width:calc(100% - 34px)}.option__extra-field{display:block;margin:0 0 var(--space-2) 34px;width:calc(100% - 34px)}.hint{margin:calc(var(--space-3) * -1) 0 var(--space-4);color:var(--ink-muted);font-size:12px}.field-row{display:flex;gap:var(--space-3)}.field-row .field{flex:1;min-width:0}.sub-pages{display:flex;flex-direction:column;gap:var(--space-3);margin-top:var(--space-5);padding-top:var(--space-4);border-top:1px solid var(--line)}.page-head__sub{margin:var(--space-1) 0 0;color:var(--ink-muted);font-size:var(--text-sm)}.tag--warning{background:var(--warning-bg);border-color:var(--warning);color:var(--warning)}.notice--ok{background:var(--hedge-green-light);color:var(--hedge-green-dark)}.field__warning{display:block;margin-top:var(--space-2);color:var(--warning);font-size:var(--text-sm);font-weight:600}.field__error{display:block;margin-top:var(--space-2);color:var(--danger);font-size:var(--text-sm);font-weight:600}.field__input--area{min-height:96px;padding:var(--space-3);line-height:1.5;resize:vertical}select.field__input{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--ink-muted) 50%),linear-gradient(135deg,var(--ink-muted) 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% + 2px),calc(100% - 13px) calc(50% + 2px);background-size:5px 5px;background-repeat:no-repeat;padding-right:var(--space-6)}.danger-zone{display:flex;flex-direction:column;gap:var(--space-3);margin-top:var(--space-5);padding-top:var(--space-4);border-top:1px solid var(--line)}.danger-zone__note{margin:0;color:var(--ink-muted);font-size:12px}.button--danger{background:var(--surface);border-color:var(--danger);color:var(--danger)}.button--danger:active{background:var(--danger-bg)}
