@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700&display=swap";:root{font-family:Noto Sans TC,-apple-system,BlinkMacSystemFont,PingFang TC,sans-serif;color:#232522;background:#f1f2ef;font-synthesis:none;text-rendering:optimizeLegibility;--green: #06c755;--green-dark: #079343;--ink: #232522;--muted: #6f746f;--line: #dedfdc;--surface: #ffffff;--soft: #f5f6f3}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:#f1f2ef;-webkit-font-smoothing:antialiased}button,textarea,input,select{font:inherit}button{-webkit-tap-highlight-color:transparent}.mobile-prototype{width:min(100%,390px);min-height:844px;margin:0 auto;background:var(--surface);overflow-x:hidden}.review-shell{padding:0 20px 105px}.sheet-header{position:sticky;top:0;z-index:5;display:flex;align-items:flex-start;justify-content:space-between;margin:0 -20px;padding:17px 20px 14px;background:#fffffff5;border-bottom:1px solid #eceeeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sheet-header h1{margin:3px 0 0;font-size:23px;line-height:1.25;letter-spacing:-.02em}.eyebrow{display:flex;align-items:center;gap:5px;margin:0;color:var(--green-dark);font-size:12px;font-weight:700}.icon-button{display:grid;place-items:center;width:38px;height:38px;padding:0;color:#424642;background:#f3f4f1;border:0;border-radius:50%}form{display:grid;gap:17px;padding-top:18px}section{min-width:0}.context-card,.source-card{padding:15px;border:1px solid var(--line);border-radius:14px;background:var(--soft)}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.section-title span{font-size:13px;font-weight:700}.section-title small{color:var(--muted);font-size:11px}.context-card>p{margin:0;color:#424642;font-size:14px;line-height:1.65}.editor-section label,.reason-section label{display:flex;align-items:center;gap:7px;margin-bottom:8px;font-size:15px;font-weight:700}textarea,input,select{width:100%;color:var(--ink);background:#fff;border:1px solid #cfd2cd;border-radius:11px;outline:none;transition:border-color .16s ease,box-shadow .16s ease}textarea:focus,input:focus,select:focus{border-color:var(--green);box-shadow:0 0 0 3px #06c7551f}textarea{min-height:174px;padding:13px 14px;resize:vertical;font-size:15px;line-height:1.7}input,select{height:48px;padding:0 13px;font-size:14px}.field-meta{display:flex;justify-content:space-between;margin-top:6px;color:var(--muted);font-size:11px}.source-card{display:grid;gap:10px}.source-heading{display:flex;align-items:flex-start;gap:10px;padding-bottom:3px}.source-heading strong{font-size:14px}.source-heading p{margin:3px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.source-icon{display:grid;place-items:center;flex:0 0 34px;height:34px;color:var(--green-dark);background:#e6f8ed;border-radius:9px}.select-label{margin:2px 0 -3px;color:#5e635e;font-size:12px;font-weight:600}.compact-textarea{min-height:72px;font-size:13px;line-height:1.55}.reason-section input::placeholder,textarea::placeholder{color:#a1a5a0}.action-bar{position:fixed;bottom:0;left:50%;width:min(100%,390px);transform:translate(-50%);z-index:4;display:grid;grid-template-columns:105px 1fr;gap:10px;margin:0;padding:12px 20px calc(12px + env(safe-area-inset-bottom));background:#fffffff7;border-top:1px solid #eceeeb;box-shadow:0 -8px 18px #242a240f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.primary-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:49px;padding:0 16px;border-radius:11px;font-weight:700}.primary-action{color:#fff;background:var(--green);border:1px solid var(--green)}.primary-action:disabled{color:#a5aaa5;background:#e4e6e2;border-color:#e4e6e2}.secondary-action{color:#474c47;background:#fff;border:1px solid #cfd2cd}.privacy-note{margin:-7px 8px 0;padding-bottom:4px;color:var(--muted);font-size:10px;line-height:1.5;text-align:center}.inline-error{margin:-6px 2px 0;padding:9px 11px;color:#9a2f27;background:#fff0ef;border-radius:9px;font-size:12px;line-height:1.5}.loading-screen,.state-screen{display:grid;align-content:center;justify-items:center;padding:40px 28px;text-align:center}.loading-screen p,.state-screen p{max-width:300px;color:var(--muted);font-size:14px;line-height:1.7}.spinner{width:34px;height:34px;border:3px solid #dce3dc;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.state-screen h1{margin:16px 0 0;font-size:23px}.state-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:50%}.success-icon{color:var(--green-dark);background:#e4f8eb}.error-icon{color:#ad4b42;background:#fff0ef}.state-screen .primary-action,.state-screen .secondary-action{width:min(100%,300px);margin-top:16px}.success-summary{display:grid;grid-template-columns:1fr auto;gap:11px 25px;width:min(100%,300px);margin:18px 0 4px;padding:16px;background:var(--soft);border-radius:12px;text-align:left;font-size:13px}.success-summary span{color:var(--muted)}.success-summary strong{color:var(--green-dark)}@media(max-width:360px){.review-shell{padding-inline:15px}.sheet-header{margin-inline:-15px;padding-inline:15px}.action-bar{grid-template-columns:96px 1fr;padding-inline:15px}}
