:root{font-family:Nunito Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;--bg-primary: #000000;--bg-secondary: #0A0A0F;--bg-tertiary: #14141A;--text-primary: #FFFFFF;--text-secondary: #A1A1AA;--text-accent: #D8B4FE;--accent-primary: #9333EA;--accent-hover: #7E22CE;--accent-glow: rgba(147, 51, 234, .3);--border-color: #27272A;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg-primary);color:var(--text-primary)}a{color:var(--accent-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}button{font-family:inherit}.navbar{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000004d}.navbar-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{font-size:1.5rem;font-weight:700;color:#e94560;text-decoration:none;display:flex;align-items:center;gap:.5rem}.brand-icon{font-size:1.8rem}.navbar-links{display:flex;align-items:center;gap:1.5rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:#e94560}.auth-links{display:flex;align-items:center;gap:1rem}.btn-register{background:#e94560;color:#fff;padding:.5rem 1rem;border-radius:5px;text-decoration:none;font-weight:500;transition:background .2s}.btn-register:hover{background:#d63050}.user-menu{display:flex;align-items:center;gap:1rem}.username{color:#0f3460;background:#e94560;padding:.3rem .8rem;border-radius:20px;font-weight:500}.btn-logout{background:transparent;border:1px solid #e94560;color:#e94560;padding:.4rem .8rem;border-radius:5px;cursor:pointer;font-weight:500;transition:all .2s}.btn-logout:hover{background:#e94560;color:#fff}@media(max-width:768px){.navbar-container{flex-direction:column;gap:1rem}.navbar-links{flex-wrap:wrap;justify-content:center}}.title-card{background:#1a1a2e;border-radius:10px;overflow:hidden;text-decoration:none;color:#fff;transition:transform .3s,box-shadow .3s}.title-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #e9456033}.title-poster{position:relative;aspect-ratio:2/3;overflow:hidden}.title-poster img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.title-card:hover .title-poster img{transform:scale(1.05)}.title-overlay{position:absolute;top:0;left:0;right:0;padding:.5rem;display:flex;justify-content:space-between;align-items:flex-start;background:linear-gradient(to bottom,rgba(0,0,0,.7) 0%,transparent 100%)}.title-type{background:#e94560;color:#fff;padding:.2rem .5rem;border-radius:3px;font-size:.75rem;text-transform:uppercase;font-weight:600}.title-rating{background:#000000b3;color:#ffc107;padding:.2rem .5rem;border-radius:3px;font-size:.85rem;font-weight:600}.title-info{padding:1rem}.title-name{font-size:1rem;font-weight:600;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.title-meta{display:flex;gap:.75rem;font-size:.85rem;color:#888;margin-bottom:.5rem}.title-genres{display:flex;flex-wrap:wrap;gap:.3rem}.genre-tag{background:#16213e;color:#e94560;padding:.15rem .4rem;border-radius:3px;font-size:.7rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:#888}.spinner{width:50px;height:50px;border:4px solid #1a1a2e;border-top-color:#e94560;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{margin-top:1rem;font-size:1rem}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin:2rem 0}.page-btn{background:#1a1a2e;color:#fff;border:1px solid #e94560;padding:.5rem 1rem;border-radius:5px;cursor:pointer;transition:all .2s}.page-btn:hover:not(:disabled){background:#e94560}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-numbers{display:flex;align-items:center;gap:.3rem}.page-num{background:#1a1a2e;color:#fff;border:none;width:36px;height:36px;border-radius:5px;cursor:pointer;transition:all .2s}.page-num:hover{background:#16213e}.page-num.active{background:#e94560;font-weight:700}.page-dots{color:#888;padding:0 .5rem}.home{max-width:1200px;margin:0 auto;padding:0 1rem}.hero{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);border-radius:15px;margin:2rem 0}.hero h1{font-size:3rem;margin-bottom:1rem;background:linear-gradient(90deg,#e94560,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.2rem;color:#888;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;justify-content:center}.btn-primary{background:#e94560;color:#fff;padding:.8rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s}.btn-primary:hover{background:#d63050;color:#fff}.btn-secondary{background:transparent;color:#e94560;padding:.8rem 2rem;border:2px solid #e94560;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s}.btn-secondary:hover{background:#e94560;color:#fff}.section{margin:3rem 0}.section-header h2{font-size:1.5rem;color:#fff}.view-all{color:#e94560;text-decoration:none;font-weight:500}.view-all:hover{text-decoration:underline}.title-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem}.features{text-align:center;padding:3rem 0;margin:3rem 0;border-top:1px solid #1a1a2e}.features h2{font-size:2rem;margin-bottom:2rem;color:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{background:#1a1a2e;padding:2rem;border-radius:10px;transition:transform .2s}.feature:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.feature h3{color:#e94560;margin-bottom:.5rem}.feature p{color:#888}.error-container{text-align:center;padding:3rem;color:#e94560}.error-container button{margin-top:1rem;background:#e94560;color:#fff;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer}@media(max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.hero-actions{flex-direction:column}.title-grid{grid-template-columns:repeat(2,1fr)}}.browse{max-width:1400px;margin:0 auto;padding:2rem}.browse-header{margin-bottom:3rem;text-align:center}.browse-header h1{font-size:3rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,var(--text-primary) 0%,var(--text-secondary) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-1px}.browse-header p{color:var(--text-secondary);font-size:1.1rem}.filters{background:#121212b3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1rem;border-radius:16px;margin-bottom:3rem;border:1px solid var(--border-color);box-shadow:0 4px 20px #0003}.filter-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.search-input,.filter-select{padding:.875rem 1.25rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;color:var(--text-primary);font-size:.95rem;font-family:inherit;transition:all .2s ease}.search-input{flex:2;min-width:250px}.filter-select{flex:1;min-width:160px;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;padding-right:2.5rem}.search-input:focus,.filter-select:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-glow)}.search-input::placeholder{color:#52525b}.btn-clear{padding:.875rem 1.5rem;background:transparent;border:1px solid var(--border-color);color:var(--text-secondary);border-radius:12px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s ease}.btn-clear:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:#9333ea1a}.title-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem}.empty-state{text-align:center;padding:6rem 2rem;background:var(--bg-secondary);border-radius:24px;border:1px dashed var(--border-color);color:var(--text-secondary)}.empty-state button{margin-top:1.5rem;background:var(--accent-primary);color:#000;border:none;padding:.75rem 1.5rem;border-radius:100px;cursor:pointer;font-weight:600;transition:transform .2s}.empty-state button:hover{transform:translateY(-2px);background:var(--accent-hover)}.error-message{text-align:center;padding:2rem;color:#ef4444;background:#ef44441a;border-radius:12px;border:1px solid rgba(239,68,68,.2)}@media(max-width:1024px){.filter-row{gap:.75rem}.search-input{min-width:100%;order:-1}.filter-select{flex:1;min-width:calc(50% - .5rem)}.btn-clear{width:100%}}@media(max-width:640px){.browse-header h1{font-size:2rem}.filter-select{min-width:100%}.title-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.title-details{max-width:1200px;margin:0 auto;padding:2rem 1rem}.title-hero{display:grid;grid-template-columns:300px 1fr;gap:3rem;margin-bottom:4rem;background:#1a1a2e;padding:2rem;border-radius:12px}.title-poster-large{border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #00000080}.title-poster-large img{width:100%;height:auto;display:block}.title-info-large{display:flex;flex-direction:column;gap:1rem}.title-type-badge{display:inline-block;background:#e94560;color:#fff;padding:.3rem .8rem;border-radius:5px;font-size:.85rem;text-transform:uppercase;font-weight:600;width:fit-content}.title-info-large h1{font-size:2.5rem;margin:0}.title-meta-row{display:flex;gap:1.5rem;color:#aaa;flex-wrap:wrap;font-size:.95rem}.title-meta-row>span{display:flex;align-items:center;gap:.5rem}.status-badge{background:#16213e;padding:.3rem .7rem;border-radius:5px;text-transform:capitalize;color:#4caf50;font-weight:500}.studio{color:#888}.rating-large{display:flex;align-items:center;gap:.5rem;font-size:1.5rem}.rating-large .star{color:#ffc107}.rating-large .rating-value{font-weight:700}.rating-large .rating-count{font-size:1rem;color:#888}.genres-list{display:flex;flex-wrap:wrap;gap:.5rem}.genre-link{background:#16213e;color:#e94560;padding:.4rem 1rem;border-radius:20px;text-decoration:none;font-size:.85rem;font-weight:500;transition:all .2s;border:1px solid transparent}.genre-link:hover{background:#e94560;color:#fff;border-color:#e94560}.synopsis h3{margin-bottom:.5rem;color:#e94560}.synopsis p{color:#ccc;line-height:1.7}.user-actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #1a1a2e}.watchlist-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.in-watchlist{color:#4caf50;font-weight:600;display:flex;align-items:center;gap:.5rem}.btn-add,.btn-review,.btn-remove{background:#e94560;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:5px;cursor:pointer;font-weight:500;font-size:1rem;transition:all .3s ease;white-space:nowrap}.btn-add:hover,.btn-review:hover,.btn-remove:hover{background:#d63050}.review-form-container{background:#1a1a2e;padding:2rem;border-radius:10px;margin-bottom:2rem}.review-form h3{margin-bottom:1.5rem;color:#e94560}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.rating-input{display:flex;align-items:center;gap:.3rem}.rating-star{background:none;border:none;font-size:1.5rem;color:#333;cursor:pointer;padding:0;transition:color .1s}.rating-star.active,.rating-star:hover{color:#ffc107}.rating-display{margin-left:1rem;color:#888}.form-group textarea{width:100%;padding:.75rem;background:#0f0f1a;border:1px solid #333;border-radius:5px;color:#fff;resize:vertical;font-family:inherit}.form-group textarea:focus{outline:none;border-color:#e94560}.form-actions{display:flex;gap:1rem}.btn-submit{background:#e94560;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:5px;cursor:pointer;font-weight:500}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.btn-delete{background:#d32f2f;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:5px;cursor:pointer}.btn-cancel{background:transparent;border:1px solid #666;color:#888;padding:.6rem 1.2rem;border-radius:5px;cursor:pointer}.reviews-section h2{margin-bottom:1.5rem}.no-reviews{color:#888;text-align:center;padding:2rem;background:#1a1a2e;border-radius:10px}.review-card{background:#1a1a2e;padding:1.5rem;border-radius:10px}.review-card.my-review{border:1px solid #e94560}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.reviewer-name{font-weight:600;color:#e94560}.review-rating{color:#ffc107;font-weight:600}.review-text{color:#ccc;line-height:1.6;margin-bottom:.5rem}.review-date{font-size:.85rem;color:#666}.error-page{text-align:center;padding:4rem;color:#e94560}@media(max-width:768px){.title-hero{grid-template-columns:1fr}.title-poster-large{max-width:250px;margin:0 auto}.title-info-large h1{font-size:1.8rem}}.auth-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-container{background:#1a1a2e;padding:3rem;border-radius:15px;width:100%;max-width:420px;box-shadow:0 10px 40px #0000004d}.auth-container h1{text-align:center;margin-bottom:.5rem;color:#fff}.auth-subtitle{text-align:center;color:#888;margin-bottom:2rem}.auth-error{background:#e945601a;border:1px solid #e94560;color:#e94560;padding:.75rem 1rem;border-radius:5px;margin-bottom:1.5rem;text-align:center}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-form .form-group{display:flex;flex-direction:column;gap:.5rem}.auth-form label{font-weight:500;color:#ccc}.auth-form input{padding:.85rem 1rem;background:#0f0f1a;border:1px solid #333;border-radius:8px;color:#fff;font-size:1rem;transition:border-color .2s}.auth-form input:focus{outline:none;border-color:#e94560}.auth-form input::placeholder{color:#666}.field-error{color:#e94560;font-size:.85rem}.btn-auth{background:#e94560;color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.5rem}.btn-auth:hover:not(:disabled){background:#d63050}.btn-auth:disabled{opacity:.7;cursor:not-allowed}.auth-switch{text-align:center;margin-top:1.5rem;color:#888}.auth-switch a{color:#e94560;text-decoration:none;font-weight:500}.auth-switch a:hover{text-decoration:underline}@media(max-width:480px){.auth-container{padding:2rem 1.5rem}}.watchlist-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}.watchlist-header{margin-bottom:2rem}.watchlist-header h1{font-size:2rem;margin-bottom:1rem}.watchlist-stats{display:flex;flex-wrap:wrap;gap:1rem;color:#888;font-size:.9rem}.stat-total{color:#e94560;font-weight:600}.watchlist-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;padding:1rem;background:#1a1a2e;border-radius:10px}.filter-btn{background:transparent;border:1px solid #333;color:#888;padding:.5rem 1rem;border-radius:20px;cursor:pointer;transition:all .2s;font-size:.9rem}.filter-btn:hover{border-color:#e94560;color:#e94560}.filter-btn.active{background:#e94560;border-color:#e94560;color:#fff}.empty-watchlist{text-align:center;padding:4rem 2rem;background:#1a1a2e;border-radius:10px;color:#888}.empty-watchlist p{margin-bottom:1.5rem;font-size:1.1rem}.btn-browse{background:#e94560;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;display:inline-block}.watchlist-grid{display:flex;flex-direction:column;gap:1rem}.watchlist-item{display:flex;gap:1.5rem;background:#1a1a2e;padding:1rem;border-radius:10px;transition:transform .2s}.watchlist-item:hover{transform:translate(5px)}.item-poster{flex-shrink:0;width:100px;border-radius:8px;overflow:hidden}.item-poster img{width:100%;height:150px;object-fit:cover;display:block}.item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.item-title{font-size:1.1rem;font-weight:600;color:#fff;text-decoration:none}.item-title:hover{color:#e94560}.item-meta{display:flex;gap:1rem;font-size:.85rem;color:#888}.item-type{background:#16213e;padding:.15rem .5rem;border-radius:3px;text-transform:capitalize}.item-rating{color:#ffc107}.item-controls{display:flex;gap:.75rem;align-items:center;margin-top:.5rem}.status-select{background:#0f0f1a;border:1px solid #333;color:#fff;padding:.4rem .75rem;border-radius:5px;cursor:pointer;font-size:.85rem}.status-select:focus{outline:none;border-color:#e94560}.btn-remove{background:transparent;border:1px solid #666;color:#888;width:32px;height:32px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:all .2s}.btn-remove:hover{background:#e94560;border-color:#e94560;color:#fff}.btn-remove .material-symbols-outlined{font-size:18px}.progress-info{font-size:.85rem;color:#4caf50}.item-added{font-size:.8rem;color:#666;margin-top:auto}.error-message{text-align:center;padding:1rem;color:#e94560;background:#e945601a;border-radius:10px;margin-bottom:1rem}@media(max-width:600px){.watchlist-item{flex-direction:column;align-items:center;text-align:center}.item-poster{width:150px}.item-poster img{height:225px}.item-meta,.item-controls{justify-content:center}}.profile-page{max-width:900px;margin:0 auto;padding:2rem 1rem}.profile-header{display:flex;gap:2rem;align-items:center;background:#1a1a2e;padding:2rem;border-radius:15px;margin-bottom:2rem}.profile-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;flex-shrink:0;border:4px solid #e94560}.profile-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e94560,#0f3460);font-size:3rem;font-weight:700;color:#fff}.profile-info h1{font-size:2rem;margin-bottom:.5rem}.profile-email{color:#888;margin-bottom:.25rem}.profile-role{color:#e94560;font-weight:500;margin-bottom:.25rem}.profile-joined{color:#666;font-size:.9rem}.alert{padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center}.alert-error{background:#e945601a;border:1px solid #e94560;color:#e94560}.alert-success{background:#4caf501a;border:1px solid #4caf50;color:#4caf50}.profile-sections{display:flex;flex-direction:column;gap:2rem}.profile-section{background:#1a1a2e;padding:1.5rem;border-radius:15px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-size:1.3rem;color:#e94560}.btn-edit{background:transparent;border:1px solid #e94560;color:#e94560;padding:.4rem 1rem;border-radius:5px;cursor:pointer;transition:all .2s}.btn-edit:hover{background:#e94560;color:#fff}.profile-form{display:flex;flex-direction:column;gap:1.25rem}.profile-form .form-group{display:flex;flex-direction:column;gap:.5rem}.profile-form label{color:#888;font-weight:500}.profile-form input{padding:.75rem 1rem;background:#0f0f1a;border:1px solid #333;border-radius:8px;color:#fff;font-size:1rem}.profile-form input:focus{outline:none;border-color:#e94560}.form-actions{display:flex;gap:1rem;margin-top:.5rem}.btn-save{background:#e94560;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:500}.btn-save:disabled{opacity:.7;cursor:not-allowed}.btn-cancel{background:transparent;border:1px solid #666;color:#888;padding:.6rem 1.5rem;border-radius:8px;cursor:pointer}.btn-password{background:#16213e;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:8px;cursor:pointer;transition:background .2s}.btn-password:hover{background:#0f3460}.profile-details{display:flex;flex-direction:column;gap:.75rem}.detail-row{display:flex;gap:1rem}.detail-label{color:#888;min-width:100px}.detail-value{color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.stat-card{background:#0f0f1a;padding:1.25rem;border-radius:10px;text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#e94560}.stat-label{display:block;font-size:.85rem;color:#888;margin-top:.25rem}.reviews-list{display:flex;flex-direction:column;gap:1rem}.review-item{background:#0f0f1a;padding:1rem;border-radius:8px}.review-title{font-weight:600;margin-bottom:.25rem}.review-rating{color:#ffc107;font-size:.9rem;margin-bottom:.5rem}.review-item .review-text{color:#ccc;font-size:.9rem;line-height:1.5;margin-bottom:.5rem}.review-date{color:#666;font-size:.8rem}@media(max-width:600px){.profile-header{flex-direction:column;text-align:center}.profile-avatar{width:100px;height:100px}.avatar-placeholder{font-size:2.5rem}.section-header{flex-direction:column;gap:1rem;align-items:flex-start}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #e94560;--primary-dark: #d63050;--secondary: #0f3460;--background: #0f0f1a;--surface: #1a1a2e;--surface-light: #16213e;--text: #ffffff;--text-muted: #888888;--text-dark: #666666;--success: #4caf50;--warning: #ffc107;--error: #f44336}body{font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--background);color:var(--text);line-height:1.6;min-height:100vh}#root,.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-bottom:2rem}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}.footer{background:var(--surface);padding:1.5rem;text-align:center;color:var(--text-muted);border-top:1px solid var(--surface-light);margin-top:auto}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.not-found h1{font-size:6rem;color:var(--primary);margin-bottom:1rem}.not-found p{font-size:1.5rem;color:var(--text-muted);margin-bottom:2rem}.not-found a{background:var(--primary);color:var(--text);padding:.75rem 2rem;border-radius:8px;font-weight:500;transition:background .2s}.not-found a:hover{background:var(--primary-dark);color:var(--text)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--surface-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.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}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}::selection{background:var(--primary);color:var(--text)}@media(max-width:768px){html{font-size:14px}}
