:root{--ink:#26332f;--muted:#71807a;--paper:#f5f2eb;--card:#fffdf8;--line:#dddcd3;--green:#244f47;--green-2:#356a60;--coral:#d9755d;--sage:#8fae92;--blue:#83aab7;--gold:#d8ae5e;--shadow:0 18px 50px rgba(38,51,47,.09);--radius:22px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}
button,input,textarea,select{font:inherit;color:inherit}
button{cursor:pointer}
.hidden{display:none!important}
.muted{color:var(--muted)}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.7rem;font-weight:750;color:var(--coral);margin:0 0 10px}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.08}
h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:10px}
h3{font-size:1.45rem;margin-bottom:6px}
em{color:var(--coral)}
.login-shell{min-height:100vh;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at 18% 20%,#e1e8dc 0,transparent 32%),radial-gradient(circle at 80% 75%,#eedbcb 0,transparent 30%),var(--paper)}
.login-card{width:min(460px,100%);background:rgba(255,253,248,.92);padding:48px;border:1px solid rgba(255,255,255,.8);border-radius:30px;box-shadow:var(--shadow);text-align:center}
.login-card h1{font-size:2.65rem;margin:18px 0}.login-card form{text-align:left;margin-top:30px}
.brand-mark{width:58px;height:58px;border-radius:50% 50% 42% 58%;background:var(--green);color:#fff;display:grid;place-items:center;font:italic 30px Georgia;margin:0 auto 24px;transform:rotate(-5deg)}
.brand-mark.small{width:36px;height:36px;font-size:20px;margin:0;flex:0 0 auto}
label{display:flex;flex-direction:column;gap:7px;font-size:.78rem;font-weight:700;letter-spacing:.02em;margin-bottom:18px}
input,textarea,select{background:#fff;border:1px solid var(--line);border-radius:11px;padding:12px 14px;outline:none;transition:.2s;min-width:0}
textarea{resize:vertical}
input:focus,textarea:focus,select:focus{border-color:var(--green-2);box-shadow:0 0 0 3px rgba(53,106,96,.1)}
label small{font-weight:400;color:var(--muted)}
.button{border:0;border-radius:12px;padding:11px 17px;font-weight:720;display:inline-flex;justify-content:center;align-items:center;gap:12px;transition:transform .16s,background .16s}
.button:hover{transform:translateY(-1px)}.button.primary{background:var(--green);color:white}.button.secondary{background:transparent;border:1px solid #bfc6c0;color:var(--green)}.button.ghost{background:#efeee8}.button.light{background:#fbf7ed;color:var(--green)}.button.danger{background:#a9473e;color:white}.button.wide{width:100%;padding:14px}
.form-error{color:#a9473e;font-size:.85rem;min-height:1.3em;margin:8px 0 0}
.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:235px;padding:30px 20px 22px;background:#ebe8df;border-right:1px solid #dedbd1;display:flex;flex-direction:column;z-index:20}
.brand{display:flex;align-items:center;gap:11px;font:600 1.25rem Georgia;margin:0 8px 46px;background:none;border:0}.sidebar nav{display:flex;flex-direction:column;gap:7px}.nav-link{border:0;background:transparent;border-radius:12px;padding:11px 13px;display:flex;align-items:center;gap:12px;text-align:left;color:#53605b;font-size:.9rem}.sidebar nav .nav-link:hover,.sidebar nav .nav-link.active{background:#dfe3db;color:var(--green);font-weight:700}.nav-link span{font-size:1.1rem}.nav-link b{margin-left:auto;background:var(--coral);color:#fff;border-radius:20px;min-width:23px;padding:2px 7px;text-align:center;font-size:.68rem}
.sidebar-foot{margin-top:auto;display:flex;align-items:center;gap:8px;border-top:1px solid #d8d5cc;padding-top:20px}.mini-profile{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.mini-profile>span{width:34px;height:34px;background:#ccded4;color:var(--green);border-radius:50%;display:grid;place-items:center;font-weight:800}.mini-profile div{display:flex;flex-direction:column;min-width:0}.mini-profile strong{font-size:.83rem;overflow:hidden;text-overflow:ellipsis}.mini-profile small{font-size:.67rem;color:var(--muted)}
.icon-button{border:0;background:transparent;border-radius:10px;padding:8px;font-size:1.1rem}.icon-button:hover{background:#dcd9d0}.main-area{margin-left:235px;min-height:100vh}.mobile-header{display:none}.view{min-height:100vh}.page-width{width:min(1100px,calc(100% - 70px));margin:0 auto;padding:64px 0 80px}.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:36px}.page-head.compact{margin-bottom:28px}.page-head p{margin-bottom:0}.page-head .muted{font-size:.92rem}
.hero-card{min-height:260px;background:var(--green);border-radius:var(--radius);padding:38px 42px;color:white;position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center;box-shadow:0 18px 40px rgba(36,79,71,.16)}.hero-card:before{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(255,255,255,.07);border-radius:48% 52%;right:-60px;top:-100px}.hero-card .light{color:#bdd0c8}.hero-card h3{font-size:2.3rem}.hero-word{position:absolute;right:22%;bottom:-15px;font:italic 5rem Georgia;color:rgba(255,255,255,.035);transform:rotate(-7deg)}
.progress-orbit{position:relative;width:140px;height:140px;margin-right:30px}.progress-orbit svg{width:100%;transform:rotate(-90deg)}.progress-orbit circle{fill:none;stroke-width:7}.orbit-bg{stroke:rgba(255,255,255,.13)}.orbit-value{stroke:#e7b76d;stroke-linecap:round;stroke-dasharray:314;stroke-dashoffset:314;transition:stroke-dashoffset .5s}.progress-orbit>div{position:absolute;inset:0;display:grid;place-content:center;text-align:center}.progress-orbit strong{font:1.7rem Georgia}.progress-orbit small{display:block;color:#b7cbc4;font-size:.68rem}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:22px 0 46px}.stat-grid article{background:var(--card);border:1px solid #e4e1d8;border-radius:15px;padding:19px;display:flex;align-items:center;gap:13px}.stat-grid article div{display:flex;flex-direction:column}.stat-grid small{font-size:.69rem;color:var(--muted)}.stat-grid strong{font:1.55rem Georgia}.stat-icon{width:37px;height:37px;border-radius:11px;display:grid;place-items:center}.stat-icon.coral{background:#f7ded7;color:#b65243}.stat-icon.sage{background:#deeadf;color:#58785b}.stat-icon.blue{background:#dbe9ed;color:#567d89}.stat-icon.gold{background:#f4e7c9;color:#9d792f}
.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin:0 0 16px}.section-head p{margin:0;font-size:.8rem}.section-head h3{margin-bottom:4px}.text-button{border:0;background:transparent;color:var(--green-2);font-weight:700;font-size:.8rem}.word-list{display:flex;flex-direction:column;border-top:1px solid var(--line)}.word-row{display:grid;grid-template-columns:1.3fr 1.4fr 1fr auto;align-items:center;gap:18px;padding:16px 5px;border-bottom:1px solid var(--line)}.term strong{font:1.2rem Georgia}.term small,.word-row>small{display:block;color:var(--muted);font-size:.7rem}.word-row .meaning{font-size:.86rem}.due-pill{border-radius:20px;padding:5px 10px;background:#e0e9e1;color:#537159;font-size:.68rem;white-space:nowrap}.empty-inline{padding:32px;text-align:center;color:var(--muted);border:1px dashed var(--line);border-radius:14px}
.editor-card{background:var(--card);border:1px solid #e2dfd5;border-radius:var(--radius);padding:32px;box-shadow:0 14px 40px rgba(40,50,45,.045)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.main-fields input{font-size:1.05rem}.enrich-head{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin:8px 0 20px;padding-top:28px}.enrich-head p{font-size:.8rem}.enrich-loading{padding:20px;background:#edf1eb;border-radius:12px;color:var(--green);margin-bottom:20px;font-size:.84rem}.enrich-loading span{display:inline-block;width:12px;height:12px;border:2px solid #a8b8ad;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}.enrich-results{background:#f0eee7;border-radius:14px;padding:18px;margin-bottom:20px}.example-option{border:0;border-bottom:1px solid #d9d7ce;background:transparent;width:100%;text-align:left;padding:12px 5px}.example-option:last-child{border:0}.example-option:hover{color:var(--green-2)}.example-option small{display:block;color:var(--muted);margin-top:3px}.chip-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.chip{border:1px solid #c9cec7;background:#fff;border-radius:20px;padding:5px 10px;font-size:.72rem}.source-note{font-size:.65rem;color:var(--muted);margin:14px 0 0}.source-note a{color:inherit}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}
.review-view{background:#efede6;padding:25px}.review-session{width:min(850px,100%);margin:auto}.review-top{display:grid;grid-template-columns:100px 1fr 100px;align-items:center}.review-progress{text-align:center;font-size:.72rem;color:var(--muted)}.review-progress>div{height:4px;background:#dbd9d1;border-radius:5px;margin-top:8px;overflow:hidden}.review-progress i{display:block;height:100%;width:0;background:var(--green-2);transition:.3s}.review-top .icon-button{justify-self:end}.review-card{width:min(670px,100%);height:470px;margin:50px auto 26px;background:var(--card);border:1px solid #e0ddd3;border-radius:26px;box-shadow:var(--shadow);display:grid;place-items:center;padding:48px;text-align:center}.review-face{width:100%}.review-face h1{font-size:clamp(3rem,8vw,5rem);margin:24px 0 10px}.review-face h2{font-size:2.5rem}.review-face .button{margin-top:55px}.review-face .button span{font-size:.62rem;opacity:.7;border:1px solid rgba(255,255,255,.3);padding:2px 6px;border-radius:5px}.example-block{background:#f0eee7;border-radius:14px;padding:18px;text-align:left;margin-top:28px}.example-block p{font:1.1rem Georgia;margin-bottom:7px}.example-block small{color:var(--muted)}.review-notes{font-size:.78rem;color:var(--muted);margin-top:18px}.grade-buttons{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;width:min(670px,100%);margin:auto}.grade-buttons button{position:relative;background:var(--card);border:1px solid var(--line);border-radius:12px;padding:11px;display:flex;flex-direction:column}.grade-buttons button:hover{border-color:var(--green-2);transform:translateY(-1px)}.grade-buttons span{font-weight:750}.grade-buttons small{color:var(--muted);font-size:.65rem}.grade-buttons kbd{position:absolute;right:8px;top:8px;font-size:.57rem;background:#eeeae2;border-radius:4px;padding:1px 4px}.empty-state{min-height:calc(100vh - 50px);display:grid;place-content:center;text-align:center;justify-items:center}.empty-state h2{font-size:3rem}.empty-state p{max-width:440px}.empty-illustration{width:100px;height:100px;border:1px solid #a6bdb0;border-radius:48% 52% 44% 56%;display:grid;place-items:center;font-size:2.5rem;color:var(--green);margin-bottom:30px}
.library-tools{display:flex;gap:14px;margin-bottom:18px}.search-box{position:relative;flex:1;display:flex;flex-direction:row;align-items:center;margin:0;background:white;border:1px solid var(--line);padding-left:15px;border-radius:12px}.search-box input{width:100%;border:0;box-shadow:none!important}.library-tools select{width:190px}.library-list{background:var(--card);border:1px solid #e2dfd5;border-radius:16px;overflow:hidden}.library-item{display:grid;grid-template-columns:1fr 1.1fr .65fr 90px;align-items:center;gap:20px;padding:18px 20px;border-bottom:1px solid var(--line)}.library-item:last-child{border:0}.library-item h3{font-size:1.2rem;margin:0}.library-item p{margin:0;font-size:.84rem}.library-item small{color:var(--muted);font-size:.68rem}.row-actions{display:flex;justify-content:flex-end}.row-actions button{border:0;background:transparent;padding:7px;color:var(--muted)}.row-actions button:hover{color:var(--green)}
.admin-card{background:var(--card);border:1px solid #e2dfd5;border-radius:16px;padding:24px}.admin-user-list{border-top:1px solid var(--line)}.admin-user{display:grid;grid-template-columns:1.1fr .7fr .7fr .8fr auto;gap:15px;align-items:center;padding:15px 4px;border-bottom:1px solid var(--line)}.admin-user:last-child{border:0}.admin-user strong{display:block}.admin-user small{color:var(--muted)}.status{display:inline-flex;width:max-content;padding:4px 9px;border-radius:20px;background:#e1eee3;color:#527558;font-size:.67rem}.status.disabled{background:#eee2df;color:#98584f}.role-badge{text-transform:capitalize;font-size:.75rem}.admin-actions button{border:0;background:transparent;color:var(--green-2);font-weight:700;font-size:.75rem;padding:7px}
dialog{border:0;border-radius:20px;padding:0;background:var(--card);box-shadow:var(--shadow);width:min(480px,calc(100% - 30px))}dialog::backdrop{background:rgba(30,40,36,.4);backdrop-filter:blur(3px)}dialog form{padding:28px}dialog h3{font-size:1.65rem}.dialog-head{display:flex;justify-content:space-between}.dialog-close{border:0;background:transparent;font-size:1.5rem}.toast{position:fixed;z-index:100;right:25px;bottom:25px;background:var(--ink);color:white;border-radius:12px;padding:12px 18px;box-shadow:var(--shadow);opacity:0;transform:translateY(15px);pointer-events:none;transition:.25s;font-size:.84rem}.toast.show{opacity:1;transform:none}.toast.error{background:#93483f}
@media(max-width:900px){.sidebar{transform:translateX(-100%);transition:.25s}.sidebar.open{transform:none;box-shadow:20px 0 60px rgba(0,0,0,.15)}.main-area{margin-left:0}.mobile-header{display:flex;position:sticky;top:0;height:60px;z-index:15;background:rgba(245,242,235,.9);backdrop-filter:blur(12px);align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid rgba(0,0,0,.05)}.mobile-header button{border:0;background:none;font-size:1.2rem}.page-width{width:min(100% - 34px,700px);padding:35px 0 70px}.stat-grid{grid-template-columns:repeat(2,1fr)}.word-row{grid-template-columns:1fr 1fr auto}.word-row .word-source{display:none}.library-item{grid-template-columns:1fr 1fr 80px}.library-item .library-meta{display:none}.admin-user{grid-template-columns:1fr .7fr .7fr auto}.admin-user .admin-reviews{display:none}}
@media(max-width:600px){.login-card{padding:34px 24px}.page-head{align-items:flex-start}.page-head>.button{display:none}.hero-card{padding:30px;min-height:280px}.progress-orbit{width:105px;height:105px;margin:0}.hero-card h3{font-size:1.8rem}.stat-grid{gap:9px}.stat-grid article{padding:13px;gap:8px}.stat-icon{width:31px;height:31px}.field-row{grid-template-columns:1fr;gap:0}.editor-card{padding:20px}.enrich-head{align-items:flex-start;gap:15px}.review-view{padding:14px}.review-card{height:430px;margin-top:30px;padding:28px}.grade-buttons{grid-template-columns:repeat(2,1fr)}.library-tools{flex-direction:column}.library-tools select{width:100%}.library-item{grid-template-columns:1fr auto}.library-item .library-meaning,.library-item .library-meta{display:none}.admin-user{grid-template-columns:1fr auto}.admin-user>.role-badge,.admin-user>.status,.admin-user>.admin-reviews{display:none}}

/* Refined product system */
:root{--ink:#101828;--muted:#667085;--paper:#f7f8fc;--card:#fff;--line:#e4e7ec;--green:#465fff;--green-2:#3449d1;--coral:#465fff;--sage:#12b76a;--blue:#2e90fa;--gold:#f79009;--shadow:0 12px 32px rgba(16,24,40,.07);--radius:16px}
body{background:var(--paper);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;letter-spacing:-.005em}
h1,h2,h3{font-family:inherit;font-weight:650;letter-spacing:-.035em;line-height:1.16}
h2{font-size:clamp(2rem,3.5vw,2.75rem)}h3{font-size:1.25rem}
.eyebrow{color:#465fff;font-size:.68rem;letter-spacing:.12em}
.login-shell{background:#f7f8fc;position:relative}.login-shell:before{content:"";position:fixed;inset:0 50% 0 0;background:#101828 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M0 80L80 0M-20 20L20-20M60 100L100 60' stroke='%23ffffff' stroke-opacity='.035'/%3E%3C/svg%3E")}.login-card{position:relative;margin-left:50%;border:1px solid #e4e7ec;border-radius:18px;box-shadow:0 16px 40px rgba(16,24,40,.08);padding:44px;text-align:left}.login-card .brand-mark{margin-left:0}.login-card h1{font-size:2.35rem}.login-card em{color:#465fff;font-style:normal}.login-card>.eyebrow{color:#667085}.login-card>.muted{max-width:360px}
.brand-mark{background:#465fff;border-radius:10px;transform:none;font:700 24px/1 Inter,sans-serif;box-shadow:0 7px 16px rgba(70,95,255,.22)}.brand-mark.small{border-radius:8px;font-size:16px}
input,textarea,select{background:#fff;border-color:#d0d5dd;border-radius:8px;padding:11px 13px}input:focus,textarea:focus,select:focus{border-color:#6172f3;box-shadow:0 0 0 3px rgba(70,95,255,.12)}
.button{border-radius:8px;padding:10px 15px;font-weight:650}.button.primary{background:#465fff;box-shadow:0 1px 2px rgba(16,24,40,.08)}.button.primary:hover{background:#3449d1}.button.secondary{border-color:#d0d5dd;background:#fff;color:#344054}.button.ghost{background:#f2f4f7}.button.light{background:#fff;color:#3449d1}
.sidebar{width:248px;background:#fff;border-right:1px solid #e4e7ec;padding:28px 18px}.main-area{margin-left:248px}.brand{font-family:inherit;font-weight:700;font-size:1.08rem;margin-bottom:38px}.nav-link{border-radius:7px;padding:10px 12px;color:#475467}.sidebar nav .nav-link:hover{background:#f2f4f7;color:#344054}.sidebar nav .nav-link.active{background:#eef0ff;color:#3449d1}.nav-link b{background:#465fff}.sidebar-foot{border-color:#e4e7ec}.mini-profile>span{background:#eef0ff;color:#3449d1}.page-width{width:min(1120px,calc(100% - 80px));padding-top:54px}
.hero-card{background:radial-gradient(circle at 86% 20%,rgba(70,95,255,.45),transparent 35%),#111827;border-radius:16px;min-height:244px;padding:36px 40px;box-shadow:0 14px 32px rgba(16,24,40,.14)}.hero-card:before,.hero-word{display:none}.hero-card h3{font-size:2.25rem;font-weight:600}.hero-card .light{color:#a5b4fc}.orbit-value{stroke:#8ea1ff}.orbit-bg{stroke:rgba(255,255,255,.16)}.progress-orbit small{color:#c7d0ff}
.stat-grid{gap:16px;margin-top:20px}.stat-grid article{border-color:#e4e7ec;border-radius:12px;padding:18px;box-shadow:0 1px 2px rgba(16,24,40,.025)}.stat-grid strong{font-family:inherit;font-weight:650}.stat-icon{border-radius:8px}.stat-icon.coral{background:#eef0ff;color:#465fff}.stat-icon.sage{background:#ecfdf3;color:#039855}.stat-icon.blue{background:#eff8ff;color:#1570ef}.stat-icon.gold{background:#fffaeb;color:#dc6803}
.word-row{padding:17px 8px}.term strong{font-family:inherit;font-weight:650}.due-pill{background:#f2f4f7;color:#475467}.editor-card{border-radius:14px;padding:30px;box-shadow:0 3px 12px rgba(16,24,40,.035)}
.grammar-analysis{border:1px solid #c7d7fe;background:#f5f7ff;border-radius:10px;padding:16px;margin:2px 0 24px}.analysis-status{display:flex;align-items:center;gap:10px;margin-bottom:14px}.analysis-status i{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#465fff;color:#fff;font-style:normal;font-size:.75rem}.analysis-status div{display:flex;flex-direction:column}.analysis-status strong{font-size:.84rem}.analysis-status small{color:#667085;font-size:.7rem}.grammar-details{display:flex;flex-wrap:wrap;gap:10px}.grammar-details>span{min-width:115px;background:#fff;border:1px solid #e0e5ff;border-radius:8px;padding:9px 11px;display:flex;flex-direction:column}.grammar-details small{color:#667085;font-size:.64rem}.grammar-details strong{font-size:.82rem;margin-top:2px}.grammar-details .wide-detail{min-width:240px}
.enrich-head{border-color:#e4e7ec}.enrich-results{background:#f9fafb;border:1px solid #eaecf0}.example-option{border-color:#e4e7ec}.chip{border-color:#d0d5dd;border-radius:6px}.chip:hover{border-color:#6172f3;background:#f5f7ff}.library-list,.admin-card{border-radius:12px}.library-item h3{font-family:inherit;font-weight:650}.search-box{border-radius:8px}
.review-view{background:#f7f8fc}.review-card{border-radius:16px;border-color:#e4e7ec;box-shadow:0 14px 38px rgba(16,24,40,.08)}.review-face h1{font-family:inherit;font-weight:650}.example-block{background:#f8f9fc;border:1px solid #eaecf0}.example-block p{font-family:inherit}.grade-buttons button{border-radius:8px}.grade-buttons button:hover{border-color:#6172f3;box-shadow:0 0 0 3px rgba(70,95,255,.08)}dialog{border-radius:14px}
@media(max-width:900px){.main-area{margin-left:0}.page-width{width:min(100% - 34px,720px)}.mobile-header{background:rgba(255,255,255,.92)}}
@media(max-width:700px){.login-shell:before{display:none}.login-card{margin-left:0;text-align:left}.hero-card{min-height:260px}}
.language-pill{display:inline-block;border-radius:4px;background:#eef0ff;color:#3449d1;padding:2px 5px;font-size:.62rem;font-weight:700}.settings-card{background:#fff;border:1px solid #e4e7ec;border-radius:14px;padding:30px;max-width:720px}.settings-card>div:first-child p{font-size:.84rem}.language-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:26px 0}.language-option{margin:0;cursor:pointer}.language-option input{position:absolute;opacity:0}.language-option>span{display:flex;align-items:center;gap:12px;border:1px solid #d0d5dd;border-radius:10px;padding:15px;background:#fff;transition:.2s}.language-option input:checked+span{border-color:#6172f3;background:#f5f7ff;box-shadow:0 0 0 3px rgba(70,95,255,.08)}.language-option span strong{font-size:1rem}.language-option span small{color:#667085;font-size:.7rem;display:block}.language-option span b{margin-left:auto;border-radius:7px;background:#eef0ff;color:#465fff;padding:6px 9px;font-size:1.1rem}.goal-field{max-width:220px}
.meaning-suggestions{display:flex;flex-direction:column;gap:6px;margin-top:8px;padding:9px;background:#f8f9fc;border:1px solid #eaecf0;border-radius:8px}.suggestion-label{color:#667085;font-size:.66rem}.meaning-sense{border:0;background:transparent;text-align:left;display:flex;gap:8px;align-items:flex-start;padding:4px;color:#344054;font-size:.75rem}.meaning-sense b{display:grid;place-items:center;flex:0 0 18px;height:18px;border-radius:50%;background:#eef0ff;color:#465fff;font-size:.62rem}.review-face h2{white-space:pre-line}
.word-input{position:relative}.term-suggestions{position:absolute;z-index:20;top:calc(100% - 14px);left:0;right:0;padding:6px;background:#fff;border:1px solid #d0d5dd;border-radius:10px;box-shadow:0 12px 30px rgba(16,24,40,.14)}.term-suggestions button{display:block;width:100%;padding:10px 12px;border:0;border-radius:7px;background:transparent;text-align:left;color:#1d2939;font:inherit;font-size:.84rem}.term-suggestions button:hover,.term-suggestions button.active{background:#f2f4f7;color:#3446c8}
@media(max-width:600px){.language-options{grid-template-columns:1fr}.settings-card{padding:20px}}
