.landing{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.landing-p{font-size:4rem;font-weight:600;color:var(--teal);letter-spacing:-2px;-webkit-user-select:none;user-select:none}.auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;background:var(--bg)}.auth-logo-wrap{display:flex;align-items:center;justify-content:center}.auth-logo-full{height:36px;width:auto}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem 3rem;text-align:center;box-shadow:var(--shadow-md);display:flex;flex-direction:column;align-items:center;gap:.75rem;min-width:320px}.auth-spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--teal);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:.5rem}.auth-icon-x{width:40px;height:40px;border-radius:50%;background:#fee2e2;color:#dc2626;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;margin-bottom:.25rem}.auth-msg{color:var(--text-secondary);font-size:.95rem}.auth-error{color:var(--text-primary);font-weight:500;font-size:1rem}.auth-sub{color:var(--text-secondary);font-size:.875rem;max-width:260px;line-height:1.5}.portal-root{display:flex;min-height:100vh;background:var(--bg);position:relative}.portal-sidebar{width:260px;min-width:260px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:1.5rem 0;position:sticky;top:0;height:100vh;overflow-y:auto;z-index:10}.sidebar-logo-btn{background:transparent;border:none;padding:0 1.5rem;margin-bottom:.75rem;cursor:pointer;display:flex;align-items:center}.sidebar-logo-img{height:32px;width:auto}.sidebar-client{font-size:.78rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;padding:0 1.5rem;margin-bottom:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-divider{height:1px;background:var(--border);margin:0 1.5rem 1.25rem}.sidebar-nav{flex:1;padding:0 .75rem}.sidebar-section-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);padding:0 .75rem;margin-bottom:.5rem}.sidebar-release-btn{display:flex;align-items:flex-start;gap:.625rem;width:100%;padding:.625rem .75rem;border-radius:var(--radius-sm);background:transparent;border:none;font-size:.875rem;font-weight:400;color:var(--text-secondary);text-align:left;line-height:1.4;transition:background .15s,color .15s;cursor:pointer}.sidebar-release-btn:hover{background:var(--bg);color:var(--text-primary)}.sidebar-release-btn.active{background:var(--teal-light);color:var(--teal-dark);font-weight:500}.sidebar-release-dot{width:6px;height:6px;min-width:6px;border-radius:50%;background:var(--teal);margin-top:.45rem;opacity:.5}.sidebar-release-btn.active .sidebar-release-dot{opacity:1}.sidebar-release-name{flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sidebar-dev-pill{display:block;margin-top:.3rem;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#92400e;background:#fef3c7;padding:.1rem .4rem;border-radius:4px;width:fit-content}.sidebar-empty{font-size:.8rem;color:var(--text-muted);padding:.5rem .75rem}.sidebar-footer{padding:1rem 1.5rem 0;border-top:1px solid var(--border);margin-top:auto}.sidebar-primara{font-size:.75rem;color:var(--text-muted);transition:color .15s}.sidebar-primara:hover{color:var(--teal)}.portal-main{flex:1;overflow-y:auto;height:100vh}.timeline-root{max-width:860px;margin:0 auto;padding:3rem 2.5rem 5rem}.timeline-header{margin-bottom:2rem}.timeline-title{font-size:1.75rem;font-weight:600;color:var(--text-primary);letter-spacing:-.03em;margin-bottom:.375rem}.timeline-sub{font-size:.9rem;color:var(--text-muted)}.month-strip{display:flex;gap:.375rem;margin-bottom:3rem;flex-wrap:wrap}.month-chip{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.5rem .625rem;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);min-width:52px}.month-chip.has-work{background:var(--teal-light);border-color:var(--teal)}.month-chip.current{border-color:var(--teal);box-shadow:0 0 0 2px var(--teal-light)}.month-chip.future{opacity:.4}.month-chip-label{font-size:.72rem;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em}.month-chip.has-work .month-chip-label{color:var(--teal-dark);font-weight:600}.month-chip-dot{width:5px;height:5px;border-radius:50%;background:var(--teal)}.timeline-entries{display:flex;flex-direction:column;gap:2.5rem}.timeline-month-label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.875rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.timeline-cards{display:flex;flex-direction:column;gap:.75rem}.timeline-card{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;text-align:left;cursor:pointer;transition:box-shadow .15s,transform .15s,border-color .15s}.timeline-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px);border-color:var(--teal)}.timeline-card.dev{border-style:dashed}.timeline-card-inner{display:flex;align-items:stretch}.timeline-card-body{flex:1;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.timeline-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.timeline-card-title{font-size:1rem;font-weight:600;color:var(--text-primary);letter-spacing:-.01em;line-height:1.35;flex:1}.dev-pill{display:inline-flex;align-items:center;padding:.2rem .6rem;background:#fef3c7;color:#92400e;border-radius:20px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;flex-shrink:0}.published-pill{display:inline-flex;align-items:center;padding:.2rem .6rem;background:var(--teal-light);color:var(--teal-dark);border-radius:20px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;flex-shrink:0}.timeline-card-date{font-size:.8rem;color:var(--text-muted)}.timeline-card-releases{display:flex;flex-wrap:wrap;gap:.375rem}.release-chip{font-size:.75rem;color:var(--text-secondary);background:var(--bg);border:1px solid var(--border);border-radius:20px;padding:.15rem .6rem}.timeline-card-coverage{display:flex;align-items:flex-start;gap:.75rem;padding-top:.5rem;border-top:1px solid var(--border)}.coverage-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding-top:.2rem;white-space:nowrap}.coverage-outlets{display:flex;flex-wrap:wrap;gap:.375rem}.coverage-outlet-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.2rem .625rem;background:var(--bg);border:1px solid var(--border);border-radius:20px;font-size:.75rem;color:var(--text-secondary);font-weight:500}.coverage-outlet-chip.more{color:var(--text-muted);font-weight:400}.coverage-outlet-date{color:var(--text-muted);font-weight:400;font-size:.7rem}.timeline-card-arrow{font-size:.8rem;color:var(--teal);font-weight:500;margin-top:.25rem}.timeline-card-viz{width:200px;min-width:200px;border-left:1px solid var(--border);position:relative;overflow:hidden;background:#fff}.timeline-viz-iframe{width:600px;height:400px;transform:scale(.33);transform-origin:top left;pointer-events:none}.timeline-viz-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent}.timeline-empty{text-align:center;padding:4rem 2rem}.timeline-empty p{color:var(--text-muted);font-size:.9rem}.portal-hero{background:var(--surface);border-bottom:1px solid var(--border);padding:2rem 0 0}.portal-hero-inner{max-width:900px;margin:0 auto;padding:0 2.5rem}.portal-back-btn{display:inline-flex;align-items:center;gap:.375rem;font-size:.8rem;color:var(--text-muted);background:transparent;border:none;cursor:pointer;padding:0;margin-bottom:1.25rem;transition:color .15s}.portal-back-btn:before{content:"";display:inline-block;width:6px;height:6px;border-left:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin-right:2px}.portal-back-btn:hover{color:var(--text-primary)}.portal-hero-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.portal-badge{display:inline-flex;align-items:center;padding:.2rem .6rem;background:var(--teal-light);color:var(--teal-dark);border-radius:20px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.portal-badge.dev{background:#fef3c7;color:#92400e}.portal-hero-date{font-size:.82rem;color:var(--text-muted)}.portal-hero-title{font-size:1.75rem;font-weight:600;color:var(--text-primary);line-height:1.25;letter-spacing:-.02em;margin-bottom:1.5rem}.portal-tabs{display:flex;border-top:1px solid var(--border);margin:0 -2.5rem;padding:0 2.5rem}.portal-tab{padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;transition:color .15s,border-color .15s;display:flex;align-items:center;gap:.5rem}.portal-tab:hover{color:var(--text-primary)}.portal-tab.active{color:var(--teal);border-bottom-color:var(--teal)}.tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:var(--teal);color:#fff;border-radius:10px;font-size:.68rem;font-weight:600}.portal-content{max-width:900px;margin:0 auto;padding:2rem 2.5rem 4rem}.tab-panel{animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.section-title{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.875rem}.releases-list{display:flex;flex-direction:column;gap:.5rem}.release-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.125rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;text-align:left;transition:box-shadow .15s,border-color .15s;width:100%}.release-row:hover{box-shadow:var(--shadow-sm);border-color:var(--teal)}.release-row-left{flex:1;display:flex;flex-direction:column;gap:.375rem}.release-row-title{font-size:.95rem;font-weight:500;color:var(--text-primary);line-height:1.35}.release-row-meta{display:flex;align-items:center;gap:.625rem}.release-row-date{font-size:.78rem;color:var(--text-muted)}.release-row-tag{font-size:.7rem;font-weight:500;color:var(--teal-dark);background:var(--teal-light);padding:.1rem .5rem;border-radius:4px}.release-row-arrow{font-size:.8rem;color:var(--teal);font-weight:500;white-space:nowrap}.panel-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:200;animation:fadeIn .2s ease}.release-panel{position:fixed;top:0;right:0;width:560px;max-width:90vw;height:100vh;background:var(--surface);border-left:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:201;display:flex;flex-direction:column;animation:slideIn .25s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.5rem 1.75rem;border-bottom:1px solid var(--border);flex-shrink:0}.panel-title{font-size:1.1rem;font-weight:600;color:var(--text-primary);letter-spacing:-.01em;line-height:1.35}.panel-close{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.35rem .75rem;font-size:.8rem;color:var(--text-secondary);cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s}.panel-close:hover{background:var(--border)}.panel-body{flex:1;overflow-y:auto;padding:1.5rem 1.75rem 2rem;display:flex;flex-direction:column;gap:2rem}.panel-section{display:flex;flex-direction:column;gap:.875rem}.panel-section-header{display:flex;align-items:center;justify-content:space-between}.panel-section-title{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.panel-copy-btn{font-size:.78rem;font-weight:500;color:var(--teal);background:var(--teal-light);border:none;border-radius:var(--radius-sm);padding:.3rem .75rem;cursor:pointer;transition:background .15s}.panel-copy-btn:hover{background:#b2f0ea}.panel-viz{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff}.panel-viz-iframe{width:100%;height:400px;display:block}.panel-embed-code{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.875rem 1rem;overflow-x:auto}.panel-embed-code code{font-family:SF Mono,Consolas,monospace;font-size:.75rem;color:var(--text-secondary);white-space:pre-wrap;word-break:break-all}.analysis-body{font-size:.9rem;color:var(--text-secondary);line-height:1.7}.analysis-body h1,.analysis-body h2,.analysis-body h3{color:var(--text-primary);font-weight:600;margin:1.25rem 0 .5rem;font-size:1rem}.analysis-body p{margin-bottom:.75rem}.analysis-body ul,.analysis-body ol{margin:.5rem 0 .75rem 1.5rem}.analysis-body strong{color:var(--text-primary)}.clips-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.clip-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s,transform .15s;cursor:pointer;text-decoration:none}.clip-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.clip-card-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1rem .75rem;border-bottom:1px solid var(--border)}.clip-outlet-logo{width:32px;height:32px;object-fit:contain;border-radius:6px}.clip-outlet-badge{width:32px;height:32px;border-radius:6px;background:var(--teal-light);color:var(--teal-dark);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600}.clip-outlet-info{display:flex;flex-direction:column;gap:.2rem}.clip-outlet{font-size:.8rem;font-weight:600;color:var(--text-primary)}.clip-outlet-meta{display:flex;align-items:center;gap:.5rem}.clip-dr,.clip-date{font-size:.7rem;color:var(--text-muted)}.clip-screenshot{width:100%;height:160px;object-fit:cover}.clip-card-body{padding:.875rem 1rem .5rem;flex:1}.clip-headline{font-size:.9rem;font-weight:500;color:var(--text-primary);line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.clip-journalist{font-size:.775rem;color:var(--text-muted);margin-top:.375rem}.clip-card-footer{padding:.625rem 1rem .875rem}.clip-link-label{font-size:.78rem;color:var(--teal);font-weight:500}.social-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.social-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.social-card-header{display:flex;align-items:center;justify-content:space-between}.social-platform{font-size:.75rem;font-weight:600;color:var(--teal-dark);text-transform:uppercase;letter-spacing:.06em}.social-date{font-size:.75rem;color:var(--text-muted)}.social-body{font-size:.875rem;color:var(--text-secondary);line-height:1.6;white-space:pre-wrap}.social-link{font-size:.8rem;color:var(--teal);font-weight:500}.empty-state{display:flex;flex-direction:column;align-items:center;padding:4rem 2rem;text-align:center}.empty-icon-text{font-size:.9rem;color:var(--text-muted)}.portal-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;background:var(--bg)}.portal-loading-logo{height:48px;width:auto;opacity:.8}.portal-loading-spinner{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--teal);border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 768px){.portal-root{flex-direction:column}.portal-sidebar{width:100%;height:auto;position:relative;border-right:none;border-bottom:1px solid var(--border)}.portal-main{height:auto}.portal-hero-title{font-size:1.3rem}.portal-content{padding:1.25rem 1rem 3rem}.portal-hero-inner{padding:0 1rem}.timeline-root{padding:1.5rem 1rem 3rem}.month-strip{gap:.25rem}.month-chip{min-width:40px;padding:.375rem .4rem}.timeline-card-viz{display:none}.release-panel{width:100%;max-width:100%}}.latest-coverage{margin-bottom:2.5rem}.latest-coverage-title{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.875rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.latest-coverage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.latest-clip-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;text-align:left;transition:box-shadow .15s,transform .15s;display:flex;flex-direction:column}.latest-clip-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.latest-clip-screenshot{width:100%;height:100px;overflow:hidden;background:var(--bg)}.latest-clip-img{width:100%;height:100%;object-fit:cover;object-position:top}.latest-clip-placeholder{width:100%;height:100px;background:var(--teal-light);display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;color:var(--teal-dark)}.latest-clip-info{padding:.625rem .75rem .75rem;display:flex;flex-direction:column;gap:.2rem;flex:1}.latest-clip-outlet{font-size:.75rem;font-weight:600;color:var(--text-primary)}.latest-clip-dr{font-size:.68rem;color:var(--text-muted)}.latest-clip-headline{font-size:.78rem;color:var(--text-secondary);line-height:1.4;margin-top:.15rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.latest-clip-date{font-size:.68rem;color:var(--text-muted);margin-top:.15rem}.lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;z-index:500;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;overflow-y:auto;animation:fadeIn .15s ease}.lightbox{background:var(--surface);border-radius:var(--radius);width:100%;max-width:800px;box-shadow:var(--shadow-lg);overflow:hidden;animation:modalIn .2s ease}@keyframes modalIn{0%{opacity:0;transform:scale(.97) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.lightbox-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border);gap:1rem}.lightbox-meta{display:flex;align-items:center;gap:.625rem}.lightbox-outlet{font-size:.82rem;font-weight:600;color:var(--text-primary)}.lightbox-dr{font-size:.75rem;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);padding:.1rem .4rem;border-radius:4px}.lightbox-date{font-size:.75rem;color:var(--text-muted)}.lightbox-actions{display:flex;align-items:center;gap:.5rem}.lightbox-read-btn{display:inline-flex;align-items:center;padding:.35rem .875rem;background:var(--teal);color:#fff;border-radius:var(--radius-sm);font-size:.8rem;font-weight:500;text-decoration:none;transition:background .15s}.lightbox-read-btn:hover{background:var(--teal-dark)}.lightbox-close{padding:.35rem .875rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.8rem;color:var(--text-secondary);cursor:pointer;transition:background .15s}.lightbox-close:hover{background:var(--border)}.lightbox-title{padding:.875rem 1.25rem .25rem;font-size:1rem;font-weight:600;color:var(--text-primary);line-height:1.4}.lightbox-journalist{padding:0 1.25rem .875rem;font-size:.8rem;color:var(--text-muted)}.lightbox-img-wrap{width:100%;overflow:hidden;max-height:70vh;overflow-y:auto;border-top:1px solid var(--border)}.lightbox-img{width:100%;display:block}.lightbox-no-screenshot{padding:3rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.lightbox-no-screenshot p{color:var(--text-muted);font-size:.9rem}@media (max-width: 768px){.latest-coverage-grid{grid-template-columns:repeat(2,1fr)}.lightbox-backdrop{padding:0;align-items:flex-end}.lightbox{border-radius:var(--radius) var(--radius) 0 0;max-height:90vh;overflow-y:auto}}.admin-loading,.admin-signin{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.admin-loading{flex-direction:column;gap:1.5rem}.admin-loading-logo{font-size:3rem;font-weight:600;color:var(--teal);letter-spacing:-2px}.admin-spinner{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--teal);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.admin-signin-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem 3rem;text-align:center;box-shadow:var(--shadow-md);display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:340px}.admin-signin-logo{font-size:2.5rem;font-weight:600;color:var(--teal);letter-spacing:-1px;margin-bottom:.25rem}.admin-signin-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);letter-spacing:-.02em}.admin-signin-sub{font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem}.admin-google-btn{display:flex;align-items:center;gap:.625rem;padding:.625rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;color:var(--text-primary);box-shadow:var(--shadow-sm);transition:box-shadow .15s,background .15s}.admin-google-btn:hover{box-shadow:var(--shadow-md);background:#fafafa}.admin-root{min-height:100vh;background:var(--bg);display:flex;flex-direction:column}.admin-header{background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 2rem;height:56px;gap:2rem;position:sticky;top:0;z-index:100}.admin-header-left{display:flex;align-items:center;gap:.75rem}.admin-logo{font-size:1.5rem;font-weight:600;color:var(--teal);letter-spacing:-1px}.admin-title{font-size:.875rem;font-weight:600;color:var(--text-primary)}.admin-tabs{display:flex;gap:0;flex:1}.admin-tab{padding:0 1rem;height:56px;display:flex;align-items:center;font-size:.875rem;font-weight:500;color:var(--text-secondary);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s}.admin-tab:hover{color:var(--text-primary)}.admin-tab.active{color:var(--teal);border-bottom-color:var(--teal)}.admin-header-right{display:flex;align-items:center;gap:1rem;margin-left:auto}.admin-user{font-size:.8rem;color:var(--text-muted)}.admin-signout-btn{font-size:.8rem;color:var(--text-secondary);background:transparent;padding:.375rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--border);transition:background .15s}.admin-signout-btn:hover{background:var(--bg)}.admin-content{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.admin-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.admin-page-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);letter-spacing:-.02em}.admin-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.125rem;background:var(--teal);color:#fff;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;transition:background .15s}.admin-btn:hover{background:var(--teal-dark)}.admin-btn-secondary{background:var(--surface);color:var(--text-secondary);border:1px solid var(--border)}.admin-btn-secondary:hover{background:var(--bg);color:var(--text-primary)}.admin-btn-danger{background:#fee2e2;color:#dc2626;border:none}.admin-btn-danger:hover{background:#fecaca}.admin-table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.admin-table{width:100%;border-collapse:collapse}.admin-table th{background:var(--bg);padding:.75rem 1rem;text-align:left;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--border)}.admin-table td{padding:.875rem 1rem;font-size:.875rem;color:var(--text-secondary);border-bottom:1px solid var(--border)}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--bg)}.admin-loading-row td{text-align:center;color:var(--text-muted);padding:3rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:var(--surface);border-radius:var(--radius);padding:2rem;min-width:400px;max-width:540px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg);animation:modalIn .15s ease}@keyframes modalIn{0%{opacity:0;transform:scale(.97) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-title{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;letter-spacing:-.01em}.form-field{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.form-label{font-size:.8rem;font-weight:500;color:var(--text-secondary)}.form-input,.form-select,.form-textarea{padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.875rem;color:var(--text-primary);background:var(--surface);transition:border-color .15s;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--teal)}.form-textarea{min-height:80px;resize:vertical}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.status-badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:20px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge.published{background:#d1fae5;color:#065f46}.status-badge.draft{background:var(--bg);color:var(--text-muted);border:1px solid var(--border)}.status-badge.pending{background:#fef3c7;color:#92400e}.admin-toast{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--text-primary);color:#fff;padding:.75rem 1.25rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;box-shadow:var(--shadow-lg);z-index:2000;animation:toastIn .2s ease}.admin-toast.error{background:#dc2626}@keyframes toastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--teal: #00BFA5;--teal-light: #e6f8f6;--teal-dark: #009688;--text-primary: #1a1a2e;--text-secondary: #5a6475;--text-muted: #9aa3af;--bg: #f8f9fb;--surface: #ffffff;--border: #e8ebf0;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.08);--shadow-lg: 0 8px 32px rgba(0,0,0,.1);--radius: 12px;--radius-sm: 8px;--font: "DM Sans", -apple-system, sans-serif}html,body{font-family:var(--font);background:var(--bg);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer;border:none;outline:none}input,textarea,select{font-family:var(--font)}
