*{margin:0;padding:0;box-sizing:border-box}body{background:#0d0d0d;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e8e4df}::selection{background:#d4a5744d}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}#root{width:100%}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2;font-family:Cormorant Garamond,serif}button,input,select,textarea{font-family:DM Sans,sans-serif}.app{min-height:100vh;background-color:#0d0d0d;color:#e8e4df}.main-nav{background:#0d0d0dfa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05);padding:0;position:sticky;top:0;z-index:100}.nav-container{max-width:1400px;margin:0 auto;padding:30px 60px;display:flex;justify-content:space-between;align-items:flex-start}.logo{font-size:1.4rem;font-weight:300;color:#e8e4df;letter-spacing:.3em;font-family:Cormorant Garamond,serif}.nav-links{display:flex;gap:3rem;list-style:none;margin-top:.5rem}.nav-links a{color:#e8e4df66;text-decoration:none;font-weight:400;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;transition:color .3s ease;font-family:DM Sans,sans-serif;position:relative}.nav-links a:hover{color:#e8e4dfb3}.nav-links a.active{color:#e8e4df}.nav-links a.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:1px;background:#e8e4df}.main-content{max-width:1400px;margin:0 auto;padding:60px 60px 120px;animation:fadeIn .6s ease}.page-header{margin-bottom:3rem}.page-title{font-size:3rem;font-weight:300;margin-bottom:.5rem;color:#e8e4df;font-family:Cormorant Garamond,serif;letter-spacing:.02em}.page-subtitle{font-size:.7rem;color:#e8e4df66;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif}.card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:2px;padding:2.5rem;margin-bottom:1.5rem;transition:all .3s ease}.card:hover{background:#ffffff08;border-color:#ffffff14}.card h2{font-size:1.8rem;font-weight:300;margin-bottom:1rem;color:#e8e4df;font-family:Cormorant Garamond,serif}.card h3{font-size:1.3rem;font-weight:400;color:#e8e4df;font-family:Cormorant Garamond,serif}.btn{padding:12px 24px;border:none;border-radius:2px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;font-family:DM Sans,sans-serif}.btn-primary{background-color:#d4a574;color:#1a1714;border:1px solid #d4a574}.btn-primary:hover{background-color:#c89560;border-color:#c89560}.btn-secondary{background:#ffffff08;color:#e8e4dfb3;border:1px solid rgba(255,255,255,.1)}.btn-secondary:hover{background:#ffffff0d;border-color:#ffffff26}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2.5rem;margin-top:2rem}.stat-item{text-align:center}.stat-value{font-size:3.5rem;font-weight:300;color:#d4a574;font-family:Cormorant Garamond,serif;margin-bottom:.5rem;line-height:1}.stat-label{font-size:.7rem;color:#e8e4df66;letter-spacing:.12em;text-transform:uppercase;font-family:DM Sans,sans-serif}.film-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.5rem;margin-top:2rem}.film-card{cursor:pointer;transition:transform .3s ease}.film-card:hover{transform:translateY(-4px)}.film-poster{aspect-ratio:2/3;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:2px;margin-bottom:.75rem}.film-card h3{font-size:.95rem;margin-bottom:.25rem;font-family:Cormorant Garamond,serif}.film-card p{font-size:.75rem;color:#e8e4df80;font-family:DM Sans,sans-serif}input[type=text],input[type=number],select,textarea{width:100%;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:2px;padding:12px 16px;color:#e8e4df;font-size:.9rem;font-family:DM Sans,sans-serif;outline:none;transition:all .3s ease}input[type=text]:focus,input[type=number]:focus,select:focus,textarea:focus{border-color:#d4a5744d;background:#ffffff08}textarea{resize:vertical;min-height:100px}.modal-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.modal-content{background:#1a1714fa;border:1px solid rgba(255,255,255,.1);border-radius:2px;padding:50px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;animation:fadeIn .4s ease}.modal-content h2{margin-bottom:2rem;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#e8e4df80;font-family:DM Sans,sans-serif;font-weight:400}.modal-content::-webkit-scrollbar{width:6px}.modal-content::-webkit-scrollbar-track{background:transparent}.modal-content::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:1rem}.tab{background:transparent;border:none;color:#e8e4df80;padding:8px 16px;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;font-family:DM Sans,sans-serif;transition:all .3s ease;border-bottom:2px solid transparent}.tab:hover{color:#e8e4dfcc}.tab.active{color:#d4a574;border-bottom-color:#d4a574}.rating-stars{display:flex;gap:.25rem;font-size:1.5rem;color:#d4a574}.empty-state{text-align:center;padding:4rem 2rem}.empty-state h3{font-size:1.8rem;margin-bottom:1rem;font-weight:300}.empty-state p{font-size:.9rem;color:#e8e4df80;margin-bottom:2rem;line-height:1.6}input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#d4a574}select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23d4a574' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}select option{background:#1a1714;color:#e8e4df}
