:root{--ink:#161523;--paper:#f7f5ef;--white:#fff;--violet:#6d3ef2;--blue:#245bdb;--lime:#d7f75b;--muted:#5b596b;--line:#d9d6e2;--edge:#777181;--error:#b4233c;--success:#216b44}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--violet);outline-offset:3px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.035em}h1{font-size:clamp(2.8rem,6vw,5.8rem)}h2{font-size:clamp(2rem,3.3vw,3.2rem)}h3{font-size:1.35rem}.siteShell{min-height:100vh;display:flex;flex-direction:column}.siteHeader{height:88px;padding:0 clamp(20px,5vw,76px);display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);background:var(--paper)}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);font-size:1.35rem;font-weight:850;letter-spacing:-.05em;white-space:nowrap}.brand:hover{text-decoration:none}.brandDot{color:var(--violet)}.siteHeader nav{display:flex;align-items:center;gap:clamp(14px,2.5vw,36px);font-size:.92rem;font-weight:700}.siteHeader nav a,.textButton{color:var(--ink)}.textButton{border:0;background:none;padding:8px 0;font-weight:700}.siteHeader nav a:hover,.textButton:hover{color:var(--violet)}.skip{position:absolute;top:-100px;left:16px;background:var(--lime);color:var(--ink);padding:10px;z-index:10}.skip:focus{top:8px}.siteFooter{margin-top:auto;background:var(--ink);color:var(--paper);padding:52px clamp(20px,5vw,76px);display:flex;justify-content:space-between;gap:24px;align-items:flex-end}.siteFooter strong{font-size:1.4rem;letter-spacing:-.04em}.siteFooter p{margin:6px 0 0;color:#e4e1e9;font-size:.9rem}.siteFooter>p{max-width:320px;text-align:right}.eyebrow{display:block;font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.16em;color:var(--violet);margin-bottom:20px}.eyebrow.light{color:var(--lime)}.button{border:2px solid var(--violet);border-radius:9px;background:var(--violet);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:12px 21px;font-weight:800;min-height:48px;transition:transform .15s,background .15s}.button:hover{text-decoration:none;transform:translateY(-2px);background:#5229c6}.button.lime{background:var(--lime);border-color:var(--lime);color:var(--ink)}.button.lime:hover{background:#c5e94b}.button.secondary{background:var(--white);color:var(--violet)}.button.secondary:hover{background:#f1ecff}.button.danger{background:var(--white);color:var(--error);border-color:var(--error)}.button.danger:hover{background:#fff1f3}.hero{background:var(--ink);color:var(--paper);min-height:570px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden;padding:45px clamp(20px,6vw,100px);grid-gap:32px;gap:32px}.heroText{max-width:650px;z-index:1}.hero h1{margin:0 0 26px}.hero h1 em{font-style:normal;color:var(--lime)}.hero p{font-size:1.2rem;max-width:540px;color:#e2dfe8;margin-bottom:30px}.heroArt{width:100%;height:auto;max-height:460px;object-fit:contain;filter:drop-shadow(0 20px 40px #0004)}.intro{max-width:1320px;margin:auto;padding:80px clamp(20px,5vw,76px);display:grid;grid-template-columns:1fr 1fr;grid-gap:50px;gap:50px;align-items:center}.intro h2{max-width:520px;margin:0}.intro p{font-size:1.2rem;max-width:550px;color:var(--muted);margin:0}.feedSection,.workspaceBody{max-width:1320px;margin:auto;padding:30px clamp(20px,5vw,76px) 100px;width:100%}.sectionHeading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.sectionHeading .eyebrow{margin-bottom:12px}.sectionHeading h2{margin:0}.count{color:var(--muted);font-weight:700;white-space:nowrap}.feedControls{background:var(--white);border:1px solid var(--line);padding:22px;border-radius:16px;margin-bottom:28px;box-shadow:0 8px 30px #16152308}.authCard label,.editorForm label,.feedControls>label,.userRow label{display:block;font-size:.85rem;font-weight:800;margin-bottom:7px}.searchLine{display:flex;gap:10px}.searchLine input{flex:1 1}.filterLine{display:flex;align-items:center;gap:12px;margin-top:14px;flex-wrap:wrap}.filterLine label{font-size:.85rem;font-weight:750}.filterLine select{min-width:170px}.filterLine .textButton{color:var(--blue)}input,select,textarea{border:1.5px solid var(--edge);border-radius:8px;background:var(--white);color:var(--ink);padding:11px 13px;min-height:46px;max-width:100%}textarea{resize:vertical}input::placeholder{color:#716e7b}.articleGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.articleCard{background:var(--white);border:1px solid var(--line);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:box-shadow .15s,transform .15s}.articleCard:hover{box-shadow:0 18px 40px #16152313;transform:translateY(-3px)}.articleCard.featured{grid-column:span 2;display:grid;grid-template-columns:44% 56%;background:#ede6ff}.articleCard.featured>img{width:100%;height:100%;object-fit:cover}.cardBody{padding:28px;display:flex;flex-direction:column;flex:1 1}.meta{font-size:.78rem;color:var(--muted);font-weight:650}.articleCard h3{margin:15px 0 12px;font-size:clamp(1.35rem,2.2vw,2rem)}.articleCard h3 a{color:var(--ink)}.articleCard p{color:var(--muted);margin-bottom:20px}.tagRow{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.tag{display:inline-flex;background:#eee9fc;color:#4f27b3;border-radius:99px;padding:5px 11px;font-size:.74rem;font-weight:800}.tag:hover{background:#e2d7ff;text-decoration:none}.readLink{margin-top:26px;font-size:.85rem;font-weight:850}.pagination{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:40px}.pagination a{font-weight:800}.empty{border:1px dashed var(--edge);background:var(--white);border-radius:14px;padding:44px;text-align:center}.empty p{color:var(--muted)}.empty a{font-weight:800}.articlePage{max-width:900px;margin:0 auto;padding:48px 24px 100px}.backLink{display:inline-block;font-weight:800;margin-bottom:38px}.articleTop{padding-bottom:34px;border-bottom:1px solid var(--line)}.articleTop h1{font-size:clamp(2.5rem,5vw,4.7rem);margin:0 0 24px}.lead{font-size:clamp(1.2rem,2vw,1.5rem);color:var(--muted);line-height:1.5}.articleByline{display:flex;gap:12px;align-items:center;margin-top:35px}.articleByline>div{display:flex;flex-direction:column;line-height:1.35}.articleByline span{font-size:.85rem;color:var(--muted)}.articleContent{font-size:1.08rem;line-height:1.82;overflow-wrap:anywhere;padding:34px 0}.articleContent h2{font-size:1.85rem;margin:36px 0 15px}.articleContent h3{margin:28px 0 12px}.articleContent ol,.articleContent p,.articleContent ul{margin-bottom:1.3em}.articleContent code{background:#ece8f5;padding:2px 4px;border-radius:3px}.articleContent pre{overflow:auto;background:#eee9fc;padding:18px;border-radius:8px}.articleContent blockquote{border-left:4px solid var(--violet);padding-left:20px;color:var(--muted);margin-left:0}.articleContent img{max-width:100%}.articleContent a{overflow-wrap:anywhere}.endNote{margin-top:65px;padding:34px;background:var(--ink);color:var(--paper);border-radius:18px}.endNote h2{font-size:1.8rem}.endNote p{color:#ddd9e5}.statePage{min-height:55vh;max-width:750px;padding:100px 24px;margin:auto}.statePage h1{font-size:clamp(2.5rem,5vw,4.5rem)}.statePage p{font-size:1.2rem;color:var(--muted)}.authPage{max-width:1200px;margin:70px auto 110px;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;min-height:520px}.authIntro{background:var(--ink);color:var(--paper);padding:65px;display:flex;flex-direction:column;justify-content:center;border-radius:20px 0 0 20px}.authIntro h1{font-size:clamp(2.6rem,4vw,4.5rem)}.authIntro p{font-size:1.2rem;color:#e2dfe8}.authCard{background:var(--white);border:1px solid var(--line);padding:60px;display:flex;flex-direction:column;justify-content:center;border-radius:0 20px 20px 0;box-shadow:0 20px 60px #16152311}.authCard h2{font-size:2.1rem;margin-bottom:8px}.authCard p{color:var(--muted)}.authCard input{margin-bottom:20px;width:100%}.authCard .button{margin-top:12px}.workspaceHero{background:var(--ink);color:var(--paper);padding:50px clamp(20px,6vw,100px);display:flex;justify-content:space-between;align-items:flex-end;gap:30px}.workspaceHero h1{font-size:clamp(2.5rem,4vw,4rem);margin:0 0 12px}.workspaceHero p{color:#e2dfe8;margin:0}.workspaceBody{padding-top:55px}.tabs{display:flex;gap:6px;border-bottom:1px solid var(--line);margin-bottom:24px}.tabs a,.tabs button{border:0;background:transparent;color:var(--muted);font-weight:800;padding:12px 18px;border-bottom:3px solid transparent}.tabs .active{color:var(--violet);border-color:var(--violet)}.dashboardList,.userList{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--white)}.dashboardRow{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:25px 28px;border-bottom:1px solid var(--line)}.dashboardRow:last-child,.userRow:last-child{border-bottom:0}.dashboardRow h3{margin:10px 0 6px}.dashboardRow h3 a{color:var(--ink)}.dashboardRow p{color:var(--muted);margin:0 0 7px}.rowAction{white-space:nowrap;font-weight:800}.status{display:inline-block;border-radius:99px;padding:3px 9px;text-transform:capitalize;font-size:.72rem;font-weight:850;background:#eee9fc;color:#4f27b3}.status.published{background:#e3f4e8;color:#216b44}.editorPage{max-width:1250px;margin:0 auto;padding:45px 24px 100px}.editorHeading{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:26px}.editorHeading .backLink{margin-bottom:25px}.editorHeading h1{font-size:clamp(2.4rem,4vw,4rem);margin-bottom:10px}.editorHeading p{color:var(--muted);margin-bottom:0}.editorActions{display:flex;align-items:center;gap:12px}.unsaved{color:var(--error);font-weight:800;white-space:nowrap}.editorSurface{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:32px;box-shadow:0 12px 45px #1615230b}.editorForm{display:flex;flex-direction:column}.editorForm label:not(:first-child){margin-top:22px}.editorForm input,.editorForm textarea{width:100%}.editorForm small{color:var(--muted);font-size:.76rem;margin-top:5px}.formGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.formGrid label:not(:first-child){margin-top:0}.bodyInput{min-height:350px}.formActions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.alert{border-radius:8px;padding:12px 15px;margin:20px 0 0;font-weight:650}.alert.error{background:#fff1f3;color:var(--error);border:1px solid #f2adba}.alert.success{background:#e8f7ec;color:var(--success);border:1px solid #a3d3b1}.hint{color:var(--muted);font-size:.85rem;margin-top:12px}.previewPane{max-width:830px;padding:35px 10px 55px;margin:auto}.previewPane h2{font-size:clamp(2.3rem,4vw,4rem)}.userRow{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 27px;border-bottom:1px solid var(--line)}.userRow>div:first-child{display:flex;flex-direction:column}.userRow span{color:var(--muted);font-size:.85rem}.userRow label{margin:0 0 5px}.userRow select{min-width:145px}@media(max-width:800px){.hero{grid-template-columns:1fr;min-height:0;padding-top:65px}.heroArt{max-width:420px;justify-self:center}.intro{grid-template-columns:1fr;padding-top:60px;padding-bottom:60px;gap:20px}.articleGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.articleCard.featured{grid-column:span 2}.authPage{grid-template-columns:1fr}.authIntro{border-radius:20px 20px 0 0;min-height:270px}.authCard{border-radius:0 0 20px 20px}}@media(max-width:600px){.siteHeader{height:auto;min-height:74px;padding:12px 18px;align-items:flex-start;flex-direction:column;gap:7px}.brand{font-size:1.17rem}.brand img{width:33px;height:33px}.siteHeader nav{width:100%;justify-content:flex-start;gap:18px;flex-wrap:wrap;font-size:.84rem}.siteFooter{display:block;padding:40px 20px}.siteFooter>p{text-align:left;margin-top:26px}.hero{padding:50px 22px 20px;gap:10px}.hero h1{font-size:clamp(2.8rem,12vw,4.4rem)}.hero p{font-size:1rem}.feedSection,.intro,.workspaceBody{padding-left:20px;padding-right:20px}.sectionHeading{align-items:start;gap:8px}.searchLine,.sectionHeading{flex-direction:column}.searchLine .button{width:100%}.articleGrid{grid-template-columns:1fr}.articleCard.featured{grid-column:auto;display:flex}.articleCard.featured>img{height:220px}.cardBody{padding:22px}.articlePage{padding-top:27px}.articleTop h1{font-size:2.7rem}.authPage{margin:25px auto 70px;padding:0 18px}.authCard,.authIntro{padding:35px}.workspaceHero{display:block;padding:42px 20px}.workspaceHero .button{margin-top:25px}.dashboardRow{display:block;padding:20px}.rowAction{display:inline-block;margin-top:16px}.editorPage{padding:30px 16px 75px}.editorHeading{display:block}.editorActions{margin-top:16px}.editorSurface{padding:20px 16px}.formGrid{grid-template-columns:1fr;gap:20px}.formActions{flex-direction:column}.formActions .button{width:100%}.userRow{align-items:flex-start;flex-direction:column}.userRow select{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.articleCard,.button{transition:none}}