*{box-sizing:border-box}body{margin:0;font-family:Poppins,Arial,sans-serif;background:#f8fafc;color:#0f172a}.login-body{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#7c2d12)}.login-card{background:white;width:360px;padding:28px;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.25)}input,textarea,select{width:100%;padding:12px 14px;border:1px solid #cbd5e1;border-radius:12px;margin:6px 0 14px;font-size:14px}label{font-weight:700;font-size:13px}.btn{display:inline-block;background:#b45309;color:white;padding:11px 16px;border-radius:12px;text-decoration:none;border:0;cursor:pointer;font-weight:700}.btn.red{background:#dc2626}.btn.gray{background:#475569}.layout{display:flex;min-height:100vh}.sidebar{width:260px;background:#0f172a;color:white;padding:22px;position:fixed;top:0;bottom:0;left:0}.sidebar h2{margin:0 0 24px}.sidebar a{display:block;color:white;text-decoration:none;padding:12px;border-radius:12px;margin:5px 0}.sidebar a:hover,.sidebar a.active{background:#b45309}.main{margin-left:260px;padding:28px;width:calc(100% - 260px)}.card{background:white;border-radius:20px;padding:22px;box-shadow:0 8px 30px rgba(15,23,42,.08);margin-bottom:18px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.stat{background:linear-gradient(135deg,#b45309,#f59e0b);color:white;border-radius:20px;padding:22px}.table{width:100%;border-collapse:collapse;background:white;border-radius:18px;overflow:hidden}.table th,.table td{padding:13px;border-bottom:1px solid #e2e8f0;text-align:left}.table th{background:#f1f5f9}.cover-preview{width:90px;height:70px;object-fit:cover;border-radius:12px}.public{background:#111827;color:white}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:35px;background-size:cover;background-position:center;position:relative}.hero:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.55)}.hero-inner{position:relative;max-width:780px}.hero h1{font-size:48px;margin:10px 0;color:#fbbf24}.hero h2{font-size:34px;margin:10px 0}.section{padding:70px 22px;text-align:center;background:#fff;color:#111827}.section.dark{background:#111827;color:white}.box{max-width:900px;margin:auto}.countdown{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.countdown div{background:#f59e0b;color:white;border-radius:16px;padding:18px;min-width:90px}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.gallery img{width:100%;height:220px;object-fit:cover;border-radius:18px}.wish{background:#f8fafc;border-radius:16px;padding:14px;margin:10px 0;text-align:left}.music-btn{position:fixed;right:18px;bottom:18px;z-index:50;background:#f59e0b;color:white;border:0;border-radius:999px;width:56px;height:56px;font-size:20px}iframe{width:100%;height:320px;border:0;border-radius:18px}@media(max-width:800px){.sidebar{position:relative;width:100%;bottom:auto}.layout{display:block}.main{margin-left:0;width:100%}.hero h1{font-size:35px}.hero h2{font-size:26px}}
