:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#222;background:#f3f4f6;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit}button{cursor:pointer}.primary{border:0;border-radius:10px;background:#a70918;color:#fff;padding:11px 16px;font-weight:700}.primary:disabled{opacity:.65;cursor:wait}.secondary{border:0;border-radius:10px;background:#222;color:#fff;padding:11px 16px;font-weight:700}.ghost{border:1px solid #d5d5d5;background:#fff;border-radius:9px;padding:8px 12px}.ghost:disabled{opacity:.55;cursor:not-allowed}.danger{color:#a70918;border-color:#efc6cb}.compact{padding:7px 10px;font-size:13px}.full-width{width:100%;margin-top:12px}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#f8f1eb,#ece5df)}.login-card{width:min(420px,100%);background:#fff;border-radius:24px;padding:36px;box-shadow:0 24px 60px #0000001f}.brand-mark{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;background:#a70918;color:#fff;font-weight:900}.login-card h1{margin-bottom:4px}.login-card p{color:#666;margin-top:0}label{display:grid;gap:7px;margin:16px 0;font-weight:600}input,select,textarea{width:100%;border:1px solid #d7d7d7;border-radius:10px;padding:12px;outline:none;background:#fff}textarea{min-height:96px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#a70918;box-shadow:0 0 0 3px #a709181a}.alert{border-radius:10px;padding:11px 13px;margin:12px 0}.alert.error{background:#ffe8ea;color:#8b0010}.alert.success{background:#e8f7ed;color:#14652b}.topbar{height:70px;background:#fff;border-bottom:1px solid #e5e7eb;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.topbar>div:first-child{display:flex;flex-direction:column}.topbar span{color:#666;font-size:14px}.user-area{display:flex;gap:12px;align-items:center}.workspace{min-height:calc(100vh - 70px);display:grid;grid-template-columns:310px 1fr}.sidebar{background:#fff;border-right:1px solid #e5e7eb;padding:18px}.search-form{display:grid;gap:10px}.word-list{margin-top:18px;display:grid;gap:8px}.word-item{text-align:left;border:1px solid #e5e7eb;background:#fff;border-radius:12px;padding:12px;display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.word-item div{display:grid;gap:3px}.word-item span{color:#666;font-size:14px}.word-item small{color:#777;font-size:12px;text-transform:capitalize;white-space:nowrap}.word-item.active{border-color:#a70918;background:#fff5f6}.content{padding:28px;overflow:hidden}.welcome{min-height:60vh;display:grid;place-content:center;text-align:center;color:#666}.action-row{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px}.action-row h1{margin:0}.action-row p{margin:5px 0 0;color:#666}.toolbar{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.editor-layout{display:grid;grid-template-columns:minmax(360px,1fr) minmax(420px,620px);gap:26px;align-items:start}.editor-card{background:#fff;border-radius:18px;padding:22px;box-shadow:0 8px 30px #0000000d}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:6px 0 14px}.section-title-row h2,.section-title-row h3{margin:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.phrase-list-editor{display:grid;gap:14px}.phrase-editor{display:grid;grid-template-columns:30px 1fr auto;gap:9px;align-items:center}.phrase-editor span{grid-row:span 2;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#a70918;color:#fff;font-weight:800}.phrase-editor input:nth-of-type(2){grid-column:2}.phrase-editor button{grid-column:3;grid-row:1 / span 2}.preview-shell{width:100%}.card-preview{position:relative;width:100%;aspect-ratio:1;overflow:hidden;border-radius:18px;box-shadow:0 12px 35px #0000002e;background:#f8f4ef}.card-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.preview-content{position:absolute;top:0;right:0;bottom:0;left:0}.hero-box{position:absolute;left:113px;top:133px;width:394px;height:210px;color:#fff;text-align:center}.eyebrow{margin-top:3.8%;font-size:clamp(11px,2vw,21px);letter-spacing:.05em}.eyebrow-line{width:30px;height:3px;border-radius:9px;background:#fff;margin:5px auto}.polish-word{margin-bottom:35px;margin-top:15px;font-size:clamp(32px,7vw,50px);line-height:1;font-weight:300}.translation{height:40px;width:360px;border-radius:10px;place-items:center;background:#fff;color:#626262;font-size:clamp(18px,4.4vw,30px);line-height:35px;margin:-10px auto}.phrases-area{margin-left:113px;margin-top:360px}.phrases-area h3{color:#5d5d5d;font-size:clamp(12px,2.5vw,20px)}.preview-phrase{display:grid;margin-bottom:10px}.preview-phrase strong{font-family:Georgia,Times New Roman,serif;font-size:clamp(14px,2.7vw,22px)}.preview-phrase span{font-family:Georgia,Times New Roman,serif;color:#666;font-size:clamp(12px,2.3vw,20px)}.empty{color:#777;text-align:center;padding:20px 0}@media(max-width:1000px){.workspace{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid #e5e7eb}.word-list{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.editor-layout{grid-template-columns:1fr}}@media(max-width:640px){.topbar{padding:0 14px}.user-area>span{display:none}.content{padding:18px}.action-row{align-items:stretch;flex-direction:column}.toolbar{justify-content:stretch}.toolbar button{flex:1 1 140px}.form-grid{grid-template-columns:1fr}.phrase-editor{grid-template-columns:30px 1fr}.phrase-editor button{grid-column:2;grid-row:auto;justify-self:start}}
