html,body{
margin:0;
padding:0;
height:100%;
font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",system-ui,sans-serif;
background:#050709;
color:#f9fafb;
}
*,*::before,*::after{
box-sizing:border-box;
}
a{
color:inherit;
text-decoration:none;
}
button{
font-family:inherit;
}
input,select,textarea{
font-family:inherit;
}
.site-nav{
position:sticky;
top:0;
z-index:40;
height:60px;
background:rgba(5,7,9,0.96);
backdrop-filter:blur(14px);
border-bottom:1px solid #111827;
}
.site-nav-inner{
max-width:1160px;
margin:0 auto;
height:100%;
padding:0 24px;
display:flex;
align-items:center;
justify-content:space-between;
}
.site-nav-left{
display:flex;
align-items:center;
gap:10px;
}
.brand-mark{
width:28px;
height:28px;
border-radius:6px;
background:#ef4444;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
font-size:16px;
color:#050709;
}
.brand-text{
display:flex;
flex-direction:column;
gap:2px;
}
.brand-name{
font-size:15px;
font-weight:600;
letter-spacing:-0.04em;
}
.brand-tagline{
font-size:11px;
color:#9ca3af;
}
.site-nav-right{
display:flex;
align-items:center;
gap:10px;
font-size:12px;
}
.nav-link{
padding:6px 8px;
border-radius:6px;
color:#9ca3af;
}
.nav-link:hover{
color:#e5e7eb;
background:#111827;
}
.nav-cta{
border-radius:999px;
padding:7px 14px;
background:#ef4444;
color:#050709;
font-weight:500;
}
.nav-cta:hover{
background:#f97373;
}
.landing-shell{
min-height:calc(100vh - 60px);
display:flex;
flex-direction:column;
background:radial-gradient(1200px 480px at 15% -120px,rgba(239,68,68,0.2),transparent 60%),radial-gradient(900px 420px at 80% -140px,rgba(59,130,246,0.18),transparent 60%),#050709;
}
.hero-section{
padding:40px 24px 18px;
}
.hero-inner{
max-width:1160px;
margin:0 auto;
display:grid;
grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);
gap:36px;
align-items:center;
position:relative;
}
.hero-copy{
display:flex;
flex-direction:column;
gap:16px;
}
.hero-title{
font-size:44px;
line-height:1.03;
letter-spacing:-0.06em;
font-weight:700;
max-width:640px;
}
.hero-sub{
font-size:15px;
color:#9ca3af;
max-width:520px;
}
.hero-actions{
display:flex;
flex-wrap:wrap;
gap:10px;
}
.hero-meta{
display:flex;
flex-wrap:wrap;
gap:8px;
margin-top:6px;
}
.hero-chip{
font-size:12px;
color:#9ca3af;
border-radius:999px;
border:1px solid #111827;
background:#020617;
padding:6px 10px;
}
.hero-chip span{
color:#e5e7eb;
}
.hero-panel{
display:flex;
flex-direction:column;
gap:10px;
align-items:flex-end;
}
.hero-card{
width:100%;
max-width:360px;
border-radius:16px;
background:#050814;
border:1px solid #111827;
box-shadow:0 22px 70px rgba(0,0,0,0.9);
padding:18px 18px 20px;
}
.hero-card-header{
display:flex;
flex-direction:column;
gap:4px;
margin-bottom:8px;
}
.hero-card-title{
font-size:18px;
font-weight:600;
letter-spacing:-0.03em;
}
.hero-card-sub{
font-size:12px;
color:#9ca3af;
}
.hero-card-switch{
margin-top:10px;
text-align:center;
}
.hero-switch-link{
font-size:12px;
color:#9ca3af;
}
.hero-app-glow{
position:absolute;
inset:auto 0 0 0;
height:140px;
background:radial-gradient(900px 220px at 50% 100%,rgba(15,23,42,0.9),transparent 60%);
pointer-events:none;
}
.features-section{
padding:8px 24px 0;
}
.features-inner{
max-width:1160px;
margin:0 auto;
}
.features-grid{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:12px;
}
.feature-item{
border-radius:12px;
background:#050814;
border:1px solid #111827;
box-shadow:0 16px 50px rgba(0,0,0,0.9);
padding:14px 14px 16px;
display:flex;
flex-direction:column;
gap:6px;
}
.feature-title{
font-size:14px;
font-weight:600;
letter-spacing:-0.02em;
}
.feature-text{
font-size:12px;
color:#9ca3af;
}
.preview-section{
padding:20px 24px 34px;
}
.preview-inner{
max-width:1160px;
margin:0 auto;
display:flex;
flex-direction:column;
gap:10px;
}
.preview-header{
display:flex;
flex-direction:column;
gap:4px;
}
.preview-label{
font-size:11px;
color:#9ca3af;
text-transform:uppercase;
letter-spacing:0.16em;
}
.preview-title{
font-size:16px;
font-weight:600;
letter-spacing:-0.03em;
}
.preview-frame{
border-radius:16px;
background:#020617;
border:1px solid #111827;
box-shadow:0 22px 70px rgba(0,0,0,1);
padding:14px;
display:flex;
flex-direction:column;
gap:10px;
}
.preview-tabs{
display:flex;
gap:8px;
}
.preview-tab{
font-size:12px;
border-radius:999px;
border:1px solid #374151;
background:#0b1120;
color:#e5e7eb;
padding:6px 10px;
}
.preview-grid{
display:grid;
grid-template-columns:repeat(6,minmax(0,1fr));
gap:10px;
}
.preview-card{
height:160px;
border-radius:10px;
background:linear-gradient(180deg,#0b1120 0%,#020617 100%);
border:1px solid #111827;
}
.site-footer{
border-top:1px solid #111827;
background:#020617;
}
.site-footer-inner{
max-width:1160px;
margin:0 auto;
padding:10px 24px 16px;
font-size:11px;
color:#6b7280;
}
.site-footer-text{
max-width:640px;
}
.form-row{
display:flex;
flex-direction:column;
gap:4px;
margin-top:10px;
}
.form-row label{
font-size:12px;
color:#9ca3af;
}
.input{
width:100%;
border-radius:8px;
border:1px solid #1f2937;
background:#020617;
color:#f9fafb;
padding:8px 10px;
font-size:13px;
}
.input:focus{
border-color:#ef4444;
box-shadow:0 0 0 1px rgba(239,68,68,0.7);
outline:none;
}
.btn-primary{
border-radius:8px;
border:none;
padding:8px 12px;
font-size:13px;
font-weight:500;
background:#ef4444;
color:#050709;
cursor:pointer;
box-shadow:0 10px 28px rgba(0,0,0,0.7);
transition:background 0.12s ease,box-shadow 0.12s ease,transform 0.12s ease;
display:inline-flex;
align-items:center;
justify-content:center;
}
.btn-primary:hover{
background:#f97373;
box-shadow:0 14px 36px rgba(0,0,0,0.85);
transform:translateY(-1px);
}
.btn-outline{
border-radius:8px;
border:1px solid #4b5563;
padding:8px 12px;
font-size:13px;
font-weight:500;
background:#020617;
color:#e5e7eb;
cursor:pointer;
transition:border-color 0.12s ease,background 0.12s ease,transform 0.12s ease;
display:inline-flex;
align-items:center;
justify-content:center;
}
.btn-outline:hover{
border-color:#9ca3af;
background:#111827;
transform:translateY(-1px);
}
.btn-ghost-light{
border-radius:999px;
border:1px solid #374151;
padding:7px 14px;
font-size:12px;
background:transparent;
color:#e5e7eb;
display:inline-flex;
align-items:center;
justify-content:center;
}
.btn-ghost-light:hover{
background:#111827;
}
.btn-block{
width:100%;
margin-top:10px;
}
.auth-error{
margin-top:10px;
padding:8px 10px;
border-radius:8px;
background:#7f1d1d;
border:1px solid rgba(248,113,113,0.7);
font-size:12px;
color:#fee2e2;
}
.app-main{
flex:1;
max-width:1200px;
margin:0 auto;
padding:16px 24px 24px;
}
.app-header{
display:flex;
align-items:center;
justify-content:space-between;
margin-bottom:12px;
}
.app-header-left{
display:flex;
align-items:center;
gap:10px;
}
.app-header-logo{
width:26px;
height:26px;
border-radius:6px;
background:#ef4444;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
font-size:15px;
color:#050709;
}
.app-header-text{
display:flex;
flex-direction:column;
gap:2px;
}
.app-header-name{
font-size:15px;
font-weight:600;
letter-spacing:-0.03em;
}
.app-header-tag{
font-size:11px;
color:#9ca3af;
}
.app-header-right{
display:flex;
align-items:center;
gap:14px;
}
.app-tabs{
display:flex;
border-radius:999px;
background:#020617;
border:1px solid #111827;
padding:3px;
}
.app-tab{
border:none;
background:transparent;
border-radius:999px;
padding:5px 12px;
font-size:12px;
color:#9ca3af;
cursor:pointer;
}
.app-tab-active{
background:#111827;
color:#f9fafb;
}
.app-user{
display:flex;
align-items:center;
gap:8px;
}
.app-avatar{
width:30px;
height:30px;
border-radius:999px;
object-fit:cover;
border:1px solid #4b5563;
}
.app-avatar-fallback{
width:30px;
height:30px;
border-radius:999px;
display:flex;
align-items:center;
justify-content:center;
background:#111827;
border:1px solid #4b5563;
font-size:13px;
font-weight:600;
}
.app-user-text{
display:flex;
flex-direction:column;
gap:1px;
}
.app-user-name{
font-size:13px;
font-weight:500;
}
.app-user-handle{
font-size:11px;
color:#9ca3af;
}
.app-grid{
display:flex;
flex-direction:column;
gap:12px;
}
.panel{
border-radius:12px;
background:#050814;
border:1px solid #111827;
box-shadow:0 20px 60px rgba(0,0,0,0.95);
padding:14px 16px 16px;
display:none;
flex-direction:column;
gap:8px;
}
.panel-visible{
display:flex;
}
.panel-header{
display:flex;
flex-direction:column;
gap:4px;
margin-bottom:4px;
}
.panel-title{
font-size:17px;
font-weight:600;
letter-spacing:-0.03em;
}
.panel-sub{
font-size:12px;
color:#9ca3af;
max-width:520px;
}
.panel-form{
display:flex;
flex-direction:column;
gap:8px;
}
.panel-note{
font-size:12px;
color:#9ca3af;
}
.form-row-inline{
display:flex;
flex-wrap:wrap;
align-items:flex-end;
gap:10px;
}
.form-row-inline .form-row{
flex:1;
min-width:170px;
}
.grid-titles{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(160px,1fr));
gap:10px;
margin-top:8px;
}
.card{
border-radius:8px;
background:#0b1120;
border:1px solid #111827;
display:flex;
flex-direction:column;
overflow:hidden;
cursor:pointer;
transition:transform 0.12s ease,box-shadow 0.12s ease,border-color 0.12s ease,background 0.12s ease;
}
.card:hover{
transform:translateY(-2px);
box-shadow:0 18px 60px rgba(0,0,0,0.98);
border-color:#1d4ed8;
}
.card-poster{
width:100%;
background:#020617;
}
.card-poster img{
width:100%;
display:block;
}
.card-body{
padding:7px 8px 9px;
display:flex;
flex-direction:column;
gap:4px;
}
.card-title{
font-size:13px;
font-weight:500;
}
.card-meta-row{
display:flex;
align-items:center;
justify-content:space-between;
font-size:11px;
color:#9ca3af;
}
.card-badge-type{
padding:2px 6px;
border-radius:999px;
border:1px solid #374151;
font-size:10px;
text-transform:uppercase;
letter-spacing:0.06em;
}
.card-year{
font-size:11px;
color:#9ca3af;
}
.card-actions{
margin-top:6px;
display:flex;
justify-content:flex-start;
}
.card-actions button{
flex:0;
}
.profile-layout{
display:flex;
flex-wrap:wrap;
gap:18px;
margin-top:6px;
}
.profile-left{
width:160px;
display:flex;
flex-direction:column;
gap:10px;
}
.profile-avatar-img{
width:96px;
height:96px;
border-radius:999px;
object-fit:cover;
border:2px solid #4b5563;
}
.profile-avatar-fallback{
width:96px;
height:96px;
border-radius:999px;
display:flex;
align-items:center;
justify-content:center;
background:#111827;
border:2px solid #4b5563;
font-size:32px;
font-weight:600;
}
.profile-avatar-upload{
display:inline-flex;
align-items:center;
gap:6px;
font-size:12px;
cursor:pointer;
}
.profile-avatar-upload input{
display:none;
}
.profile-right{
flex:1;
min-width:220px;
display:flex;
flex-direction:column;
gap:8px;
}
.profile-row-inline{
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
flex-wrap:wrap;
}
.checkbox-row{
display:flex;
align-items:center;
gap:6px;
font-size:13px;
color:#e5e7eb;
}
.profile-save-status{
font-size:12px;
color:#22c55e;
min-height:16px;
margin-top:2px;
}
.detail-overlay{
position:fixed;
inset:0;
z-index:50;
display:none;
align-items:center;
justify-content:center;
}
.detail-backdrop{
position:absolute;
inset:0;
background:rgba(0,0,0,0.78);
backdrop-filter:blur(18px);
}
.detail-shell{
position:relative;
width:100%;
max-width:880px;
padding:18px;
}
.detail-card{
position:relative;
border-radius:14px;
background:#050814;
border:1px solid #111827;
box-shadow:0 26px 80px rgba(0,0,0,1);
padding:16px 18px 18px;
display:grid;
grid-template-columns:210px minmax(0,1fr);
gap:16px;
}
.detail-poster{
border-radius:10px;
overflow:hidden;
background:#050814;
border:1px solid #111827;
}
.detail-poster img{
width:100%;
display:block;
}
.detail-body{
display:flex;
flex-direction:column;
gap:6px;
}
.detail-title-row{
display:flex;
align-items:flex-end;
justify-content:space-between;
gap:8px;
}
.detail-title{
font-size:20px;
font-weight:600;
}
.detail-year-type{
font-size:13px;
color:#9ca3af;
}
.detail-tagline{
font-size:13px;
color:#9ca3af;
font-style:italic;
}
.detail-meta{
display:flex;
flex-wrap:wrap;
gap:8px;
font-size:12px;
color:#9ca3af;
}
.detail-overview{
font-size:13px;
color:#e5e7eb;
margin-top:4px;
}
.detail-close{
position:absolute;
top:6px;
right:10px;
border:none;
background:transparent;
color:#9ca3af;
font-size:22px;
cursor:pointer;
}
@media(max-width:1000px){
.hero-inner{
grid-template-columns:minmax(0,1fr);
gap:26px;
}
.hero-panel{
align-items:flex-start;
}
.features-grid{
grid-template-columns:repeat(2,minmax(0,1fr));
}
.preview-grid{
grid-template-columns:repeat(3,minmax(0,1fr));
}
.app-main{
padding:14px 16px 20px;
}
.app-header{
flex-direction:column;
align-items:flex-start;
gap:10px;
}
.app-header-right{
width:100%;
justify-content:space-between;
}
.app-tabs{
order:-1;
}
.detail-card{
grid-template-columns:minmax(0,1fr);
}
}
