:root{color-scheme:dark;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;--cr-orange: #f47521;--cr-orange-hover: #ff8a3d;--cr-bg: #0a0a0a;--cr-surface: #141414;--cr-surface-hover: #1e1e1e;--cr-card: #1a1a1a;--cr-text: #ffffff;--cr-text-muted: #a0a0a0;--cr-nav-height: 64px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:var(--cr-bg);color:var(--cr-text)}body{overflow-x:hidden}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.navbar{position:fixed;top:0;left:0;right:0;height:var(--cr-nav-height);background:linear-gradient(180deg,#000000f2,#000c);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;display:flex;align-items:center;padding:0 2rem;gap:2rem;border-bottom:1px solid rgba(255,255,255,.06)}.navbar-logo{display:flex;align-items:center;gap:.5rem;font-size:1.4rem;font-weight:800;color:var(--cr-orange);letter-spacing:-.02em;flex-shrink:0;cursor:pointer}.navbar-logo svg{width:32px;height:32px}.nav-links{display:flex;gap:.25rem;list-style:none}.nav-links li a{color:var(--cr-text-muted);text-decoration:none;font-size:.875rem;font-weight:500;padding:.5rem .875rem;border-radius:4px;transition:color .2s,background .2s;cursor:pointer}.nav-links li a:hover,.nav-links li a.active{color:var(--cr-text);background:#ffffff0f}.nav-spacer{flex:1}.search-bar{display:flex;align-items:center;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:.4rem .75rem;gap:.5rem;width:280px;transition:border-color .2s,background .2s}.search-bar:focus-within{border-color:var(--cr-orange);background:#ffffff1f}.search-bar svg{flex-shrink:0;color:var(--cr-text-muted)}.search-bar input{background:none;border:none;color:var(--cr-text);font-size:.875rem;width:100%;outline:none}.search-bar input::placeholder{color:var(--cr-text-muted)}.nav-actions{display:flex;align-items:center;gap:.75rem}.btn-premium{background:var(--cr-orange);color:#fff;border:none;padding:.45rem 1rem;border-radius:4px;font-size:.8rem;font-weight:700;cursor:pointer;letter-spacing:.03em;transition:background .2s;text-transform:uppercase}.btn-premium:hover{background:var(--cr-orange-hover)}.avatar-btn{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--cr-orange),#ff6b00);border:2px solid rgba(255,255,255,.15);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:#fff;transition:border-color .2s}.avatar-btn:hover{border-color:var(--cr-orange)}.main-content{padding-top:var(--cr-nav-height);min-height:100vh}.hero{position:relative;height:560px;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center top;filter:brightness(.4);transition:opacity .6s ease}.hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0a0a0af2,#0a0a0a99 40%,#0a0a0a33,#0a0a0a0d),linear-gradient(to top,rgba(10,10,10,1) 0%,rgba(10,10,10,.5) 30%,transparent 60%)}.hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 4rem;max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:var(--cr-orange);color:#fff;padding:.25rem .65rem;border-radius:3px;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;width:fit-content;margin-bottom:1rem}.hero-title{font-size:3rem;font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:.5rem;text-shadow:0 2px 20px rgba(0,0,0,.5)}.hero-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.85rem;color:var(--cr-text-muted)}.hero-meta .dot{width:4px;height:4px;border-radius:50%;background:var(--cr-text-muted)}.hero-meta .rating{color:var(--cr-orange);font-weight:700}.hero-desc{font-size:.95rem;color:#ffffffbf;line-height:1.6;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hero-actions{display:flex;gap:.75rem}.btn-watch{display:flex;align-items:center;gap:.5rem;background:var(--cr-orange);color:#fff;border:none;padding:.75rem 1.75rem;border-radius:4px;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s}.btn-watch:hover{background:var(--cr-orange-hover);transform:scale(1.03)}.btn-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;transition:background .2s,border-color .2s}.btn-icon:hover{background:#fff3;border-color:#fff6}.hero-dots{position:absolute;bottom:2rem;right:4rem;display:flex;gap:.5rem;z-index:3}.hero-dot{width:10px;height:10px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:background .2s,transform .2s}.hero-dot.active{background:var(--cr-orange);transform:scale(1.2)}.anime-row{padding:1.5rem 2rem 0}.row-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.row-title{font-size:1.25rem;font-weight:700;letter-spacing:-.01em}.row-see-all{color:var(--cr-orange);font-size:.85rem;font-weight:600;cursor:pointer;background:none;border:none;transition:color .2s}.row-see-all:hover{color:var(--cr-orange-hover)}.row-scroll{display:flex;gap:.75rem;overflow-x:auto;scroll-behavior:smooth;padding-bottom:1rem;-ms-overflow-style:none;scrollbar-width:none}.row-scroll::-webkit-scrollbar{display:none}.anime-card{flex-shrink:0;width:200px;cursor:pointer;transition:transform .25s ease}.anime-card:hover{transform:translateY(-6px)}.card-image{position:relative;width:200px;height:280px;border-radius:6px;overflow:hidden;background:var(--cr-card)}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.anime-card:hover .card-image img{transform:scale(1.08)}.card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,transparent 50%);opacity:0;transition:opacity .3s ease;display:flex;flex-direction:column;justify-content:flex-end;padding:.75rem}.anime-card:hover .card-overlay{opacity:1}.card-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);width:48px;height:48px;border-radius:50%;background:var(--cr-orange);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s,transform .3s}.anime-card:hover .card-play{opacity:1;transform:translate(-50%,-50%) scale(1)}.card-badge{position:absolute;top:8px;left:8px;background:var(--cr-orange);color:#fff;font-size:.65rem;font-weight:700;padding:.15rem .45rem;border-radius:3px;letter-spacing:.05em;text-transform:uppercase}.card-sub-badge{position:absolute;top:8px;right:8px;background:#000000b3;color:#fff;font-size:.6rem;font-weight:600;padding:.15rem .4rem;border-radius:3px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.card-info{padding:.6rem .15rem}.card-title{font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.2rem}.card-sub{font-size:.75rem;color:var(--cr-text-muted)}.wide-card{flex-shrink:0;width:340px;cursor:pointer;transition:transform .25s ease}.wide-card:hover{transform:translateY(-4px)}.wide-card-image{position:relative;width:340px;height:190px;border-radius:6px;overflow:hidden;background:var(--cr-card)}.wide-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.wide-card:hover .wide-card-image img{transform:scale(1.05)}.wide-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:1rem}.wide-card-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#f47521e6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.wide-card:hover .wide-card-play{opacity:1}.wide-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#fff3}.wide-progress-bar{height:100%;background:var(--cr-orange);border-radius:0 2px 0 0}.wide-card-info{padding:.6rem .15rem}.wide-card-title{font-size:.85rem;font-weight:600;margin-bottom:.15rem}.wide-card-sub{font-size:.75rem;color:var(--cr-text-muted)}.genre-section{padding:1.5rem 2rem 0}.genre-pills{display:flex;gap:.5rem;flex-wrap:wrap}.genre-pill{padding:.5rem 1.1rem;border-radius:20px;border:1px solid rgba(255,255,255,.15);background:#ffffff0a;color:var(--cr-text-muted);font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s}.genre-pill:hover,.genre-pill.active{background:var(--cr-orange);color:#fff;border-color:var(--cr-orange)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.modal{width:90%;max-width:900px;max-height:90vh;background:var(--cr-surface);border-radius:12px;overflow:hidden;overflow-y:auto;animation:slideUp .3s ease}.modal-hero{position:relative;height:400px;overflow:hidden}.modal-hero img{width:100%;height:100%;object-fit:cover;filter:brightness(.5)}.modal-hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--cr-surface) 0%,transparent 60%)}.modal-hero-content{position:absolute;bottom:2rem;left:2rem;right:2rem;z-index:2}.modal-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:#0009;border:none;color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3;transition:background .2s}.modal-close:hover{background:#000c}.modal-body{padding:0 2rem 2rem}.modal-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.modal-meta-item{font-size:.85rem;color:var(--cr-text-muted)}.modal-meta-item.highlight{color:var(--cr-orange);font-weight:700}.modal-tags{display:flex;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.modal-tag{padding:.3rem .7rem;border-radius:4px;background:#ffffff14;font-size:.75rem;color:var(--cr-text-muted)}.modal-desc{font-size:.9rem;color:#ffffffb3;line-height:1.7;margin-bottom:1.5rem}.modal-actions{display:flex;gap:.75rem;margin-bottom:2rem}.modal-section-title{font-size:1.1rem;font-weight:700;margin-bottom:1rem}.episode-list{display:flex;flex-direction:column;gap:.75rem}.episode-item{display:flex;gap:1rem;padding:.75rem;border-radius:8px;background:#ffffff08;cursor:pointer;transition:background .2s;align-items:center}.episode-item:hover{background:#ffffff14}.ep-num{font-size:1.5rem;font-weight:800;color:var(--cr-text-muted);width:40px;text-align:center;flex-shrink:0}.ep-thumb{width:120px;height:68px;border-radius:4px;overflow:hidden;flex-shrink:0;background:var(--cr-card)}.ep-thumb img{width:100%;height:100%;object-fit:cover}.ep-info{flex:1;min-width:0}.ep-title{font-size:.85rem;font-weight:600;margin-bottom:.2rem}.ep-desc{font-size:.75rem;color:var(--cr-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ep-duration{font-size:.75rem;color:var(--cr-text-muted);flex-shrink:0}.footer{padding:3rem 2rem 2rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.06)}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}.footer-col h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--cr-text-muted);margin-bottom:.75rem}.footer-col a{display:block;color:#ffffff80;text-decoration:none;font-size:.85rem;padding:.25rem 0;transition:color .2s}.footer-col a:hover{color:var(--cr-orange)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06);font-size:.75rem;color:#ffffff59}.footer-social{display:flex;gap:1rem}.footer-social a{color:#fff6;transition:color .2s}.footer-social a:hover{color:var(--cr-orange)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.navbar{padding:0 1rem;gap:.75rem}.nav-links{display:none}.search-bar{width:160px}.hero{height:420px}.hero-content{padding:0 1.5rem}.hero-title{font-size:2rem}.anime-row{padding:1rem 1rem 0}.footer-grid{grid-template-columns:repeat(2,1fr)}.modal{width:95%}.modal-hero{height:260px}}
