:root{--bg:#f6f7f4;--ink:#17201b;--muted:#647067;--line:#dfe5de;--panel:#ffffff;--accent:#147c72;--accent-strong:#0b5f57;--gold:#d49b2f;--rose:#c95f62;--shadow:0 18px 50px rgba(23,32,27,0.12)}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;background:linear-gradient(180deg,rgba(20,124,114,.1),transparent 280px),var(--bg);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{display:flex;min-height:100svh;justify-content:center;padding:max(env(safe-area-inset-top),18px) 14px calc(86px + env(safe-area-inset-bottom))}.phone-frame{width:min(100%,520px)}.topbar{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.brand{display:flex;flex-direction:column;gap:2px}.brand h1{font-size:28px;line-height:1.05;margin:0}.brand span{color:var(--muted);font-size:13px}.danger-button,.ghost-button,.icon-button,.primary-button,.text-button{align-items:center;border:0;border-radius:8px;display:inline-flex;gap:8px;justify-content:center;min-height:44px;padding:0 14px}.icon-button{aspect-ratio:1;background:var(--panel);box-shadow:0 8px 24px rgba(23,32,27,.08);padding:0;width:44px}.primary-button{background:var(--accent);color:white;font-weight:700;width:100%}.ghost-button:disabled,.primary-button:disabled,.text-button:disabled{cursor:not-allowed;opacity:.55}.ghost-button{background:#e7f1ef}.ghost-button,.text-button{color:var(--accent-strong);font-weight:700}.text-button{background:transparent;min-height:36px;padding:0 6px}.danger-button{background:#fff0ef;color:#9f3036}.panel,.review-card,.term-card{background:rgba(255,255,255,.92);border:1px solid rgba(223,229,222,.9);border-radius:8px;box-shadow:var(--shadow)}.panel{padding:18px}.stack{gap:14px}.form-row,.stack{display:flex;flex-direction:column}.form-row{gap:8px}label{color:var(--muted);font-size:13px;font-weight:700}input,textarea{background:#fbfcfa;border:1px solid var(--line);border-radius:8px;color:var(--ink);outline:none;padding:13px 14px;width:100%}textarea{min-height:112px;resize:vertical}input:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(20,124,114,.16)}.result-title,.section-title{align-items:center;display:flex;justify-content:space-between;gap:12px}.result-title h2,.section-title h2{font-size:18px;margin:0}.pill{background:#eef4ed;border-radius:999px;color:var(--muted);display:inline-flex;font-size:12px;font-weight:700;padding:5px 10px}.review-card,.term-card{display:flex;flex-direction:column;gap:12px;padding:15px}.term-head{display:flex;gap:10px;justify-content:space-between}.term-actions{display:flex;flex:0 0 auto;gap:8px}.term-word{font-size:22px;font-weight:800;line-height:1.05;overflow-wrap:anywhere}.empty,.muted{color:var(--muted)}.empty{padding:22px 6px;text-align:center}.examples{display:flex;flex-direction:column;gap:10px}.example{border-left:3px solid var(--gold);color:#27322c;padding-left:10px}.example p{margin:0 0 4px}.definition{line-height:1.6;margin:0}.review-actions{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.review-actions button{min-width:0}.bottom-tabs{background:rgba(255,255,255,.92);border:1px solid rgba(223,229,222,.9);border-radius:16px 16px 0 0;bottom:0;box-shadow:0 -10px 32px rgba(23,32,27,.12);display:grid;grid-gap:4px;gap:4px;grid-template-columns:repeat(3,1fr);left:50%;padding:8px 10px calc(8px + env(safe-area-inset-bottom));position:fixed;transform:translateX(-50%);width:min(100%,560px);z-index:20}.tab-button{align-items:center;background:transparent;border:0;border-radius:8px;color:var(--muted);display:flex;flex-direction:column;font-size:12px;font-weight:700;gap:4px;min-height:56px}.tab-button.active{background:#e7f1ef;color:var(--accent-strong)}.auth-card{margin-top:18svh}.notice{background:#fff8e8;border:1px solid #efd79e;border-radius:8px;color:#694d12;padding:12px}@media (min-width:720px){.app-shell{padding-top:38px}}