*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brand:#C8102E;--surface:#F7F4EE;--surface-2:#FFFDFC;--text:#18242E;--muted:#6F7C87;--border:#D8D1C7;--accent:#E3A62B;--panel:#FFFFFF;--panel-soft:#FAF5EE}body{font-family:Inter,sans-serif;background:linear-gradient(180deg,#FBF9F4 0%,var(--surface) 42%,#F1ECE3 100%);color:var(--text);line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}.shell{max-width:920px;margin:0 auto;padding:28px 20px 72px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px;flex-wrap:wrap}.topbar__actions{display:flex;align-items:center;gap:8px;margin-left:auto}.crumb{display:inline-flex;align-items:center;gap:10px;color:var(--muted);font-size:13px}.crumb strong{color:var(--text);font-size:15px}.back{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--border);border-radius:999px;background:#fff8f0}.back:hover{border-color:#cdbeab}.auth-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;border:1px solid var(--border);background:#fff8f0;color:var(--text);font-size:13px;font-weight:700;white-space:nowrap}.lang-switch{display:flex;align-items:center;gap:6px;padding:5px 9px;border:1px solid var(--border);border-radius:999px;background:#fff8f0}.lang-switch__label{font-size:11px;color:var(--muted);font-weight:700;white-space:nowrap}.lang-switch__select{background:transparent;color:var(--text);border:none;font-size:12px;font-weight:700;outline:none;min-width:78px}.lang-switch__select option{color:#111}.card{background:var(--panel);border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:0 24px 80px #3f2f1f1f}.hero{padding:28px 28px 8px}.tag{display:inline-flex;align-items:center;gap:8px;color:#fff;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.article-card h1{font-size:clamp(30px,5vw,46px);line-height:1.08;margin:18px 0 14px;letter-spacing:-.04em}.meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:12px;line-height:1.6}.meta strong{color:#4c5964;font-weight:800}.hero-image{margin:24px 28px 0;border-radius:20px;overflow:hidden;background:#e2d8ca;max-height:420px}.hero-image img{width:100%;height:100%;object-fit:cover}.img-ph{min-height:280px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8dccb,#f8f2e8);overflow:hidden}.img-ph img{width:100%;height:100%;object-fit:cover}.content{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:28px;padding:28px}.story{font-size:17px;color:var(--text)}.story p{margin-bottom:18px}.story-lead{font-size:20px;line-height:1.65;color:#1b2730;margin-bottom:18px}.story-overview{font-size:16px;line-height:1.75;color:#33414b;padding:18px 20px;border:1px solid #E5DDD1;border-radius:18px;background:#fffcf7;margin-bottom:22px}.story-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 22px}.story-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid var(--border);background:#fff8f0;color:var(--text);font-size:13px;font-weight:700;cursor:pointer;transition:all .15s}.story-action:hover{border-color:#cdbeab;background:#fff3e5}.story-action--primary{background:linear-gradient(135deg,var(--brand) 0%,#E14D3A 100%);border-color:transparent;color:#fff}.story-action--primary:hover{filter:brightness(.98)}.story-action--liked{background:linear-gradient(135deg,#f6b843,#ffd978);border-color:transparent;color:#6a4300;box-shadow:0 12px 30px #e3a62b3d}.story-action__count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;padding:0 8px;border-radius:999px;background:#ffffff38;font-size:12px;font-weight:800}.story-action--liked .story-action__count{background:#ffffff8c}.story-section{margin-top:26px}.story-section h2{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin-bottom:12px}.bullet-list{padding-left:18px;display:grid;gap:10px}.bullet-list li{color:var(--text)}.panel{background:var(--panel-soft);border:1px solid #E8DFD2;border-radius:16px;padding:16px}.panel h2{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8a938f;margin-bottom:10px}.source-meta{font-size:12px;color:var(--muted);display:grid;gap:10px}.source-meta strong{color:#58646e;display:block;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px}.source-meta span{display:block;color:#34414b;font-size:13px;line-height:1.55}.comment-section{margin:0 28px 28px;padding:24px;border-top:1px solid var(--border);background:#fff8ef}.comment-section__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;flex-wrap:wrap}.comment-section__title{font-size:18px;font-weight:800}.comment-section__desc{font-size:13px;color:var(--muted);max-width:520px}.comment-box{display:grid;gap:12px;margin-bottom:18px}.comment-box textarea{width:100%;min-height:120px;border:1px solid var(--border);border-radius:14px;padding:14px;background:#fffdfc;font:inherit;color:var(--text);resize:vertical}.comment-box textarea::placeholder{color:#97a0a8}.comment-box__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.comment-hint{font-size:12px;color:var(--muted)}.comment-stream{display:grid;gap:12px}.comment-item{border:1px solid var(--border);border-radius:14px;padding:14px;background:#fffdfc}.comment-item__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.comment-item__author{font-size:13px;font-weight:800}.comment-item__time{font-size:11px;color:var(--muted)}.comment-item__body{font-size:13px;line-height:1.6;color:var(--text)}@media(max-width:820px){.shell{padding:18px 14px 56px}.content{grid-template-columns:1fr}.hero{padding:22px 22px 0}.hero-image{margin:20px 22px 0}.content{padding:22px}.comment-section{margin:0 22px 22px}.topbar__actions{width:100%;justify-content:space-between}.lang-switch{flex:0 1 auto;justify-content:space-between}.lang-switch__select{min-width:0;flex:1}}
