:root{--paper:#f6f5f0;--white:#fff;--ink:#18352f;--muted:#5c6c64;--green:#123f38;--lime:#e3efb8;--line:#dee3d9;--red:#a42a36;--shadow:0 12px 38px #17372d0b;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}a{color:var(--green);text-underline-offset:3px}button,.button{border:0;border-radius:10px;background:var(--green);color:white;padding:12px 18px;font-weight:650;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;min-height:44px}button:hover,.button:hover{filter:brightness(1.13)}button:disabled{opacity:.6;cursor:wait}button.secondary,.button.secondary{background:#eaf0e7;color:var(--ink)}button.ghost{background:transparent;color:var(--muted);padding:8px 10px}button.danger{background:#f9e9e9;color:var(--red)}input,select,textarea{width:100%;padding:12px 13px;border:1px solid #bbc8bd;border-radius:9px;background:white;color:var(--ink);min-height:46px}textarea{resize:vertical;min-height:110px}input[type=checkbox]{width:20px;height:20px;min-height:20px;accent-color:var(--green)}input[type=file]{padding:12px;font-size:.9rem}label{display:block;font-weight:600;font-size:.9rem;margin:18px 0 7px}label.check{display:flex;align-items:center;gap:10px;line-height:1.5}:focus-visible{outline:3px solid #a5ba62;outline-offset:3px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.05em;line-height:1.07;margin-bottom:18px}h2{font-size:1.4rem;letter-spacing:-.03em}h3{font-size:1.04rem;margin-bottom:8px}p{line-height:1.65}small,.small{font-size:.82rem}svg{width:20px;height:20px;flex-shrink:0;vertical-align:middle}.muted{color:var(--muted)}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;font-weight:750;margin-bottom:16px}.pill{display:inline-flex;align-items:center;gap:5px;border-radius:30px;background:#eaf0e7;color:#305746;font-size:.73rem;padding:5px 10px;font-weight:650}.pill.private{background:#f3eade;color:#775124}.pill.admin{background:var(--lime)}.brand{display:flex;align-items:center;gap:11px;font-size:1.22rem;font-weight:750;text-decoration:none;letter-spacing:-.03em}.mark{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--green);color:var(--lime);font-size:1rem;letter-spacing:-.02em}.loading{padding:80px;text-align:center}.auth-layout{min-height:100dvh;display:grid;grid-template-columns:1.1fr 1fr}.auth-story{background:var(--green);color:#f5f5e9;padding:6vw;display:flex;flex-direction:column;justify-content:space-between;gap:50px}.auth-story .mark{background:var(--lime);color:var(--green)}.auth-story .brand{color:white}.auth-story h1{font-size:clamp(3rem,5.8vw,5.5rem);max-width:620px}.auth-story p{color:#cddbd0;max-width:430px}.auth-tags{display:flex;gap:10px;flex-wrap:wrap}.auth-tags span{border:1px solid #6c8c7b;border-radius:40px;padding:9px 13px;font-size:.82rem}.auth-form{display:flex;align-items:center;justify-content:center;padding:40px 7vw}.auth-inner{width:100%;max-width:390px}.auth-inner h2{font-size:2rem}.auth-inner button[type=submit]{width:100%;margin-top:24px}.fineprint{font-size:.75rem;line-height:1.6;color:var(--muted);margin-top:28px}.error{background:#fbe9e8;color:#8c2630;border-radius:9px;padding:12px;margin:12px 0;line-height:1.5}.error:empty{display:none}.shell{max-width:1600px;margin:auto;display:grid;grid-template-columns:240px minmax(0,1fr);min-height:100dvh}.sidebar{border-right:1px solid var(--line);padding:32px 23px;display:flex;flex-direction:column;gap:36px;background:#fafaf6;position:sticky;top:0;height:100dvh}.sidebar nav{display:grid;gap:6px}.nav-item{justify-content:flex-start;background:transparent;color:var(--muted);border-radius:10px;font-size:.9rem;padding:13px}.nav-item.active{background:var(--green);color:white}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:20px}.sidebar-bottom .small{display:block;margin-bottom:7px}.content{min-width:0}.topbar{display:flex;align-items:center;justify-content:space-between;padding:23px 42px;border-bottom:1px solid var(--line);gap:16px}.topbar .eyebrow{margin:0}.user-chip{display:flex;align-items:center;gap:8px;font-size:.83rem}.avatar{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#e2e8db;font-size:.75rem;font-weight:750}main{padding:38px 42px 60px;max-width:1300px;margin:auto}.page-head{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:28px}.page-head h1{font-size:2.35rem;margin:0 0 10px}.page-head p{margin:0;color:var(--muted);max-width:560px}.hero{padding:34px 36px;background:var(--green);border-radius:20px;color:white;display:grid;grid-template-columns:1fr auto;gap:25px;margin-bottom:28px;overflow:hidden}.hero h1{font-size:clamp(2rem,3.6vw,3rem);max-width:550px}.hero p{max-width:480px;color:#d6e2d4;margin-bottom:20px}.hero button{background:var(--lime);color:var(--green)}.hero-emblem{align-self:center;font-size:5.5rem;font-weight:750;color:var(--lime);border:1px solid #547a62;border-radius:50%;width:170px;height:170px;display:grid;place-items:center;transform:rotate(-12deg);letter-spacing:-.07em}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:30px}.stat{background:white;border:1px solid var(--line);border-radius:14px;padding:21px}.stat strong{display:block;font-size:2rem;letter-spacing:-.06em;margin-bottom:3px}.stat span{font-size:.83rem;color:var(--muted)}.card{background:white;border:1px solid var(--line);border-radius:15px;padding:24px;box-shadow:var(--shadow);min-width:0}.card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.card p{font-size:.92rem;margin-bottom:16px;white-space:pre-wrap;overflow-wrap:anywhere}.card h3,.card h2{overflow-wrap:anywhere}.meta{display:flex;gap:8px;flex-wrap:wrap;align-items:center;font-size:.77rem;color:var(--muted)}.actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:18px}.actions button,.actions .button{font-size:.82rem;padding:9px 12px}.section-title{display:flex;align-items:center;justify-content:space-between;margin:28px 0 16px}.section-title h2{margin:0}.section-title button{font-size:.8rem}.filters{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;margin-bottom:20px}.filters label{margin:0}.filters label span{display:block;margin-bottom:7px;font-size:.78rem;color:var(--muted)}.stack{display:grid;gap:16px}.empty{border:1px dashed #bbc9b8;border-radius:15px;padding:38px 25px;text-align:center;background:#fafbf6;grid-column:1/-1}.empty svg{width:32px;height:32px;margin-bottom:13px;color:#58765d}.empty p{max-width:430px;margin:8px auto 18px;color:var(--muted);font-size:.9rem}.empty h3{font-size:1.1rem}.course-tag{font-size:.72rem;color:#426345;font-weight:700;margin-bottom:9px}.update-line{border-left:3px solid #bed384;padding-left:16px;margin-top:18px}.update-line p{font-size:.86rem}.note-icon{display:grid;place-items:center;width:44px;height:48px;border-radius:9px;background:#f2f1e8;font-size:.65rem;font-weight:750;flex-shrink:0}.row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.row:last-child{border-bottom:0}.row-main{min-width:0;overflow-wrap:anywhere}.row-main strong{font-size:.9rem}.row .actions{margin:0}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.full{grid-column:1/-1}.notice{border-left:3px solid #9bac6a;background:#eff2e5;padding:13px 16px;font-size:.86rem;line-height:1.6;border-radius:0 8px 8px 0}.notice p:last-child{margin-bottom:0}.steps{display:flex;gap:6px;flex-wrap:wrap;margin:14px 0}.step{font-size:.67rem;padding:5px 7px;background:#f2f3ef;border-radius:5px;color:#536354}.step.current{background:#dcebb8;color:#284e32;font-weight:750}.mobile-brand{display:none}dialog{border:1px solid var(--line);border-radius:18px;width:min(590px,calc(100% - 28px));padding:28px;box-shadow:0 25px 100px #0003;max-height:90dvh;color:var(--ink);background:var(--paper)}dialog::backdrop{background:#0d241ba8;backdrop-filter:blur(3px)}.modal-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.modal-head h2{margin:0}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:24px}.field-note{font-size:.77rem;color:var(--muted);line-height:1.5;margin:7px 0 0}.share-url{word-break:break-all;background:white;border:1px solid var(--line);border-radius:8px;padding:12px;font-size:.84rem;width:100%}#toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);background:var(--green);color:white;padding:13px 20px;border-radius:11px;box-shadow:var(--shadow);z-index:20;max-width:calc(100% - 32px);display:none;font-size:.9rem}#toast.visible{display:block}.footer{font-size:.72rem;color:var(--muted);margin-top:35px;line-height:1.6}.file-hint{border:1px dashed #b4c7ae;border-radius:10px;padding:15px;font-size:.84rem;color:var(--muted);line-height:1.6}.account{max-width:580px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1000px){.shell{grid-template-columns:200px 1fr}.sidebar{padding:24px 14px}main{padding:28px}.topbar{padding:20px 28px}.hero-emblem{width:120px;height:120px;font-size:4rem}.grid,.admin-grid{grid-template-columns:1fr}.auth-story{padding:40px}.filters{grid-template-columns:1fr 1fr}.filters label:first-child{grid-column:1/-1}}
@media(max-width:700px){.auth-layout{display:block}.auth-story{padding:27px 25px 30px;gap:30px}.auth-story h1{font-size:2.8rem;margin-bottom:10px}.auth-story p,.auth-tags,.auth-story>.small{display:none}.auth-form{padding:32px 25px}.auth-inner{max-width:none}.shell{display:block}.sidebar{position:static;width:100%;height:auto;padding:16px 18px 0;gap:16px;border-right:0;border-bottom:1px solid var(--line)}.sidebar .brand{font-size:1.05rem}.sidebar .mark{height:36px;width:36px}.sidebar nav{display:flex;overflow-x:auto;gap:5px;padding-bottom:12px}.nav-item{flex:0 0 auto;padding:9px 11px;font-size:.78rem;min-height:42px}.nav-item svg{width:16px;height:16px}.sidebar-bottom{display:none}.topbar{padding:13px 18px}.topbar .eyebrow{font-size:.65rem}.user-chip{font-size:.74rem}.user-chip .avatar{display:none}main{padding:25px 18px 40px}.page-head{display:block;margin-bottom:22px}.page-head>button{margin-top:18px}.page-head h1{font-size:2rem}.hero{padding:27px 24px;display:block;border-radius:16px}.hero-emblem{display:none}.hero h1{font-size:2.35rem}.hero p{font-size:.9rem}.stats{gap:8px}.stat{padding:16px 11px}.stat strong{font-size:1.7rem}.stat span{font-size:.71rem}.card{padding:20px}.filters{gap:10px}.row{align-items:flex-start;flex-wrap:wrap}.row .actions{margin-top:3px}.meta{font-size:.74rem}.section-title{gap:10px}dialog{padding:22px}.full{grid-column:auto}}
@media(prefers-reduced-motion:no-preference){button,a,input{transition:background .15s ease,box-shadow .15s ease}.card{animation:appear .22s ease}@keyframes appear{from{transform:translateY(4px)}to{transform:none}}}
