:root{--bg: #0b0d10;--surface: #14171c;--surface-raised: #1b1f26;--border: #262b33;--text: #e8ecf1;--text-muted: #9aa3ad;--text-dim: #6b737d;--accent: #22c55e;--accent-hover: #16a34a;--accent-ink: #0b0d10;--danger: #ef4444;--warn: #f59e0b;--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display: "Fraunces", Georgia, "Times New Roman", serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--radius-sm: 4px;--radius: 8px;--radius-lg: 12px;--container: 1280px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}img{max-width:100%;display:block}button,input,select,textarea{font-family:inherit;color:inherit}button{background:none;border:1px solid var(--border);color:var(--text);padding:.6rem 1rem;border-radius:var(--radius);cursor:pointer;font-size:.9rem;transition:background-color .12s ease,border-color .12s ease;min-height:44px}button:hover{border-color:var(--accent)}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background:var(--accent);color:var(--accent-ink);border-color:var(--accent);font-weight:600}button.primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}button.danger{border-color:var(--danger);color:var(--danger)}input[type=text],input[type=password],input[type=url],input[type=search],input[type=email],input[type=number],input[type=tel],input:not([type]),textarea,select{width:100%;background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.6rem .8rem;border-radius:var(--radius);font-size:1rem;min-height:44px}textarea{min-height:120px;resize:vertical}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent)}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,select:-webkit-autofill{-webkit-text-fill-color:var(--text);-webkit-box-shadow:0 0 0 1000px var(--surface) inset;caret-color:var(--text);transition:background-color 9999s ease-out}table.admin-table input{min-height:36px;padding:.4rem .6rem}mark{background:#22c55e40;color:var(--text);padding:0 2px;border-radius:2px}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}.stack>*+*{margin-top:1rem}.stack-lg>*+*{margin-top:2rem}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;letter-spacing:-.01em;margin:0}h1{font-size:2rem;line-height:1.15}h2{font-size:1.5rem;line-height:1.2}h3{font-size:1.25rem;line-height:1.3}h4{font-size:1.05rem;line-height:1.35}@media (min-width: 1024px){h1{font-size:2.5rem}h2{font-size:1.75rem}}.site-header{position:sticky;top:0;z-index:50;background:#0b0d10e6;backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--border)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:56px}@media (min-width: 1024px){.site-header-inner{height:64px}}.brand{font-family:var(--font-display);font-size:1.1rem;font-weight:600;letter-spacing:-.02em}.brand .dot{color:var(--accent)}.nav-links{display:none;gap:1.5rem;align-items:center;list-style:none;margin:0;padding:0;font-size:.95rem}.nav-links a{color:var(--text-muted)}.nav-links a:hover,.nav-links a.active{color:var(--text)}@media (min-width: 1024px){.nav-links{display:flex}}.nav-search{display:none;flex:0 1 320px}@media (min-width: 1024px){.nav-search{display:block}}.nav-icons{display:flex;gap:.5rem;align-items:center}.nav-icons a,.nav-icons button{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border:none;color:var(--text-muted);background:transparent}.nav-icons a:hover,.nav-icons button:hover{color:var(--accent);border:none}.mobile-nav{position:fixed;inset:0;background:var(--bg);padding:4.5rem 1.5rem 2rem;z-index:100;overflow-y:auto;overscroll-behavior:contain}.mobile-nav[hidden]{display:none}.mobile-nav ul{list-style:none;margin:0;padding:0}.mobile-nav li{border-bottom:1px solid var(--border)}.mobile-nav a{display:block;padding:1rem .25rem;font-size:1.1rem;color:var(--text);min-height:44px}.mobile-nav .close-btn{position:absolute;top:.75rem;right:.75rem;z-index:1}.site-footer{margin-top:auto;border-top:1px solid var(--border);padding:2rem 0;color:var(--text-muted);font-size:.875rem}.site-footer nav{display:flex;flex-wrap:wrap;gap:1.25rem}.video-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.video-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.video-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1280px){.video-grid{grid-template-columns:repeat(4,1fr)}}.video-card{display:block;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);overflow:hidden;transition:border-color .12s ease}.video-card:hover{border-color:var(--accent);color:var(--text)}.video-card .thumb{position:relative;aspect-ratio:16 / 9;background:var(--surface-raised);overflow:hidden}.video-card .thumb img{width:100%;height:100%;object-fit:cover;transition:filter .15s ease}.video-card:hover .thumb img{filter:brightness(1.05)}.video-card .play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.video-card .play svg{width:48px;height:48px;opacity:.85;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5))}.video-card .duration{position:absolute;right:8px;bottom:8px;background:#000c;color:#fff;padding:2px 6px;border-radius:4px;font-size:.75rem;font-family:var(--font-mono)}.video-card .meta{padding:.85rem .9rem 1rem}.video-card .title{font-family:var(--font-display);font-size:1.05rem;line-height:1.3;margin:0 0 .35rem;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-card .channel{color:var(--text-muted);font-size:.85rem}.chips{display:flex;flex-wrap:wrap;gap:.5rem}.chip{display:inline-flex;align-items:center;min-height:36px;padding:.35rem .8rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-muted);font-size:.85rem;line-height:1}.chip:hover{color:var(--accent);border-color:var(--accent)}.chip.active{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.video-embed{position:relative;width:100%;aspect-ratio:16 / 9;background:var(--surface);border-radius:var(--radius);overflow:hidden}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.scroll-row{display:grid;grid-auto-flow:column;grid-auto-columns:280px;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem}.scroll-row>*{scroll-snap-align:start}.section{padding:3rem 0}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem}.section-header .more{color:var(--text-muted);font-size:.9rem}.section-header .more:hover{color:var(--accent)}.hero-card{position:relative;display:block;aspect-ratio:16 / 9;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);background:var(--surface)}.hero-card img{width:100%;height:100%;object-fit:cover}.hero-card .overlay{position:absolute;inset:0;background:linear-gradient(to top,#0b0d10f2,#0b0d1059 40%,#0b0d1000 75%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem}.hero-card .overlay .title{font-family:var(--font-display);font-size:1.5rem;margin:0 0 .25rem}@media (min-width: 1024px){.hero-card .overlay .title{font-size:2.25rem}.hero-card .overlay{padding:2.5rem}}.hero-card .overlay .excerpt{color:var(--text-muted);font-size:.95rem;max-width:70ch;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.watch-wrap{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.watch-wrap{grid-template-columns:minmax(0,3fr) minmax(280px,1fr);gap:2.5rem}}.watch-title{font-family:var(--font-display);font-size:1.75rem;line-height:1.2;margin:1rem 0 .5rem}@media (min-width: 1024px){.watch-title{font-size:2.75rem}}.watch-meta{color:var(--text-muted);font-size:.95rem;margin-bottom:1rem}.watch-meta>span+span:before{content:"·";margin:0 .5rem;color:var(--text-dim)}.curator-note{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;font-size:1rem;line-height:1.7}.curator-note h3,.curator-note h4{font-family:var(--font-display);margin-top:1em}.curator-note p{margin:0 0 1em}.curator-note p:last-child{margin-bottom:0}.curator-note a{color:var(--accent);text-decoration:underline}.curator-note ul,.curator-note ol{padding-left:1.25em;margin:0 0 1em}.curator-note blockquote{border-left:3px solid var(--accent);margin:1em 0;padding:.25em 0 .25em 1em;color:var(--text-muted)}.admin-shell{display:grid;grid-template-columns:220px 1fr;min-height:100vh}.admin-side{background:var(--surface);border-right:1px solid var(--border);padding:1.5rem 1rem}.admin-side nav ul{list-style:none;margin:0;padding:0;display:grid;gap:.25rem}.admin-side nav a{display:block;padding:.6rem .75rem;border-radius:var(--radius);color:var(--text-muted)}.admin-side nav a:hover,.admin-side nav a.active{background:var(--surface-raised);color:var(--text)}.admin-main{padding:1.5rem}@media (max-width: 1023px){.admin-shell{grid-template-columns:1fr}.admin-side{position:sticky;top:0;z-index:40;border-right:none;border-bottom:1px solid var(--border);padding:.75rem 1rem}.admin-side nav ul{grid-auto-flow:column;overflow-x:auto;gap:.5rem}.admin-side nav a{white-space:nowrap;padding:.5rem .75rem}}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}table.admin-table{width:100%;border-collapse:collapse;font-size:.9rem}table.admin-table th,table.admin-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle}table.admin-table th{color:var(--text-muted);font-weight:500;background:var(--surface-raised)}table.admin-table tr:last-child td{border-bottom:none}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.75rem;line-height:1.4;background:var(--surface-raised);color:var(--text-muted)}.badge.draft{color:var(--warn);border:1px solid rgba(245,158,11,.4)}.badge.published{color:var(--accent);border:1px solid rgba(34,197,94,.4)}.badge.removed{color:var(--danger);border:1px solid rgba(239,68,68,.4)}.form-grid{display:grid;gap:1rem}.form-grid label{display:block}.form-grid label>span:first-child{display:block;margin-bottom:.35rem;color:var(--text-muted);font-size:.875rem}.checkbox-group{display:flex;flex-wrap:wrap;gap:.5rem}.checkbox-group label{display:inline-flex;gap:.5rem;align-items:center;padding:.35rem .8rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);cursor:pointer;font-size:.85rem;min-height:36px}.checkbox-group label.suggested{border-color:var(--accent);background:#22c55e14}.checkbox-group input[type=checkbox]{accent-color:var(--accent)}.notice{padding:.75rem 1rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-raised);font-size:.9rem;color:var(--text-muted)}.notice.error{border-color:var(--danger);color:var(--danger)}.notice.success{border-color:var(--accent);color:var(--accent)}.kbd{font-family:var(--font-mono);font-size:.8rem;background:var(--surface);padding:2px 6px;border-radius:4px;border:1px solid var(--border)}.spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite;vertical-align:-2px;margin-right:.4rem}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 639px){.admin-cards{display:grid;gap:.75rem}.admin-card{display:grid;grid-template-columns:80px 1fr auto;gap:.75rem;align-items:center;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.admin-card img{width:80px;height:45px;object-fit:cover;border-radius:4px}.admin-table-desktop{display:none}}@media (min-width: 640px){.admin-cards{display:none}}
