:root{--bg:#f7f7fb;--surface:#fff;--text:#171729;--muted:#737386;--primary:#5b4cf0;--primary2:#7868ff;--border:#e8e7ef;--danger:#d9405f;--shadow:0 18px 55px rgba(39,34,94,.10)}*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}body{margin:0;min-height:100vh;background:radial-gradient(circle at 80% 0%,rgba(120,104,255,.10),transparent 28rem),var(--bg)}a{text-decoration:none;color:inherit}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);position:sticky;top:0;background:rgba(247,247,251,.86);backdrop-filter:blur(18px);z-index:20;border-bottom:1px solid rgba(232,231,239,.7)}.brand{display:flex;gap:10px;align-items:center;font-size:1.25rem;font-weight:800}.brand img{width:36px;height:36px}.topbar nav{display:flex;align-items:center;gap:24px;color:#515164}.topbar nav>a:not(.btn):hover,.link-button:hover{color:var(--primary)}.inline-form{display:inline}.link-button{border:0;background:none;font:inherit;color:#515164;cursor:pointer;padding:0}.page-shell{width:min(1180px,calc(100% - 36px));margin:0 auto;padding:48px 0 80px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:11px 18px;border:1px solid transparent;font-weight:750;cursor:pointer;font:inherit}.btn-lg{padding:15px 22px}.btn-primary{background:linear-gradient(135deg,var(--primary2),var(--primary));color:#fff;box-shadow:0 9px 24px rgba(91,76,240,.23)}.btn-ghost{background:#fff;border-color:var(--border);color:#4d4d5e}.btn-danger{background:#fff0f3;color:var(--danger);border-color:#ffd9e1}.btn-google{background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);gap:12px}.google-g{font-weight:900;color:#4285f4}.hero{min-height:560px;display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center}.eyebrow{font-size:.76rem;letter-spacing:.17em;font-weight:850;color:var(--primary)}h1{font-size:clamp(2.25rem,5vw,4.7rem);line-height:1.03;letter-spacing:-.045em;margin:.35em 0 .28em}.hero p,.dashboard-head p{font-size:1.12rem;line-height:1.75;color:var(--muted);max-width:700px}.hero-actions{display:flex;gap:12px;margin-top:30px}.hero-card{min-height:430px;border-radius:36px;background:#17172a;color:#fff;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:55px;box-shadow:0 35px 80px rgba(23,23,42,.22)}.hero-card h3{font-size:2rem;margin:20px 0 5px}.hero-card p{color:#c8c5e8;font-size:1rem}.hero-logo{width:120px;filter:drop-shadow(0 16px 25px rgba(0,0,0,.25))}.orb{position:absolute;border-radius:999px;filter:blur(8px)}.orb-1{width:180px;height:180px;background:#5b4cf0;top:-50px;right:-55px}.orb-2{width:140px;height:140px;background:#ff7a8a;left:-60px;bottom:-40px}.feature-grid,.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-grid article,.stats-grid article,.panel,.form-card,.detail-card,.auth-card,.event-card{background:var(--surface);border:1px solid var(--border);box-shadow:0 8px 25px rgba(39,34,94,.04)}.feature-grid article{padding:30px;border-radius:24px}.feature-grid article>span{font-weight:900;color:#a9a4cb}.feature-grid h3{font-size:1.25rem;margin:12px 0 6px}.feature-grid p{color:var(--muted);line-height:1.6}.dashboard-head{display:flex;justify-content:space-between;align-items:end;margin:10px 0 32px}.dashboard-head h1,.form-header h1{font-size:clamp(2rem,5vw,3.3rem)}.stats-grid{margin-bottom:24px}.stats-grid article{border-radius:22px;padding:24px;display:flex;flex-direction:column}.stats-grid strong{font-size:2rem}.stats-grid span{color:var(--muted);margin-top:5px}.panel{border-radius:26px;padding:24px}.panel-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.panel-title h2{margin:0}.panel-title a{color:var(--primary);font-weight:700}.event-list{display:flex;flex-direction:column}.event-row{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:16px 6px;border-top:1px solid var(--border)}.event-row:first-child{border-top:0}.event-row div{display:flex;flex-direction:column;gap:4px}.event-row small{color:var(--muted)}.category-dot{width:10px;height:10px;border-radius:50%;display:inline-block;flex:none}.category-dot.big{width:16px;height:16px}.empty-state{padding:44px;text-align:center;color:var(--muted);border:1px dashed #d4d1e2;border-radius:20px;background:#fbfbfe}.event-cards{display:flex;flex-direction:column;gap:14px}.event-card{border-radius:24px;padding:20px;display:grid;grid-template-columns:80px 1fr auto;gap:20px;align-items:center}.date-tile{width:72px;height:72px;border-radius:20px;background:#f0efff;display:flex;flex-direction:column;align-items:center;justify-content:center}.date-tile strong{font-size:1.8rem;line-height:1}.date-tile span{font-size:.72rem;font-weight:850;color:var(--primary);margin-top:4px}.event-main p{color:var(--muted);margin:7px 0}.event-main small{color:#8b899b}.event-title-line{display:flex;align-items:center;gap:9px}.event-title-line h3{margin:0}.event-actions{display:flex;gap:8px}.form-shell{width:min(800px,100%);margin:0 auto}.form-card,.detail-card{border-radius:28px;padding:28px;display:flex;flex-direction:column;gap:10px}.form-card label{font-weight:750;font-size:.9rem;margin-top:8px}.input{width:100%;border:1px solid #dcd9e8;background:#fbfbfe;border-radius:14px;padding:13px 14px;font:inherit;outline:none}.input:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(91,76,240,.09)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hint{color:var(--muted)}.check-row{display:flex;gap:9px;align-items:center}.form-actions{display:flex;gap:10px;justify-content:flex-end;align-items:center;margin-top:18px}.detail-card{width:min(780px,100%);margin:20px auto}.detail-card h1{font-size:3rem}.detail-date{align-self:flex-start;background:#17172a;color:#fff;border-radius:20px;padding:16px 22px;display:flex;gap:9px;align-items:baseline}.detail-date strong{font-size:2rem}.detail-card dl{display:flex;flex-direction:column}.detail-card dl>div{display:grid;grid-template-columns:160px 1fr;padding:13px 0;border-top:1px solid var(--border)}.detail-card dt{color:var(--muted)}.detail-card dd{margin:0;font-weight:650}.auth-card{width:min(480px,100%);margin:70px auto;border-radius:32px;padding:48px;text-align:center}.auth-card h1{font-size:2.7rem}.auth-card p{color:var(--muted);margin-bottom:28px}.auth-logo{width:78px;margin-bottom:20px}.toast{padding:14px 16px;border-radius:14px;margin-bottom:18px}.toast.success{background:#eafaf3;color:#19724c}.toast.error{background:#fff0f3;color:#a52d46}.category-create{display:grid;grid-template-columns:1fr 70px auto;gap:10px}.color-input{width:100%;height:48px;border:1px solid var(--border);border-radius:14px;padding:5px;background:#fff}.category-list{margin-top:18px}.category-row{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border-top:1px solid var(--border);padding:15px 4px}.link-danger{border:0;background:none;color:var(--danger);cursor:pointer}.admin-stats{grid-template-columns:repeat(4,1fr)}.validation,[data-valmsg-for]{color:var(--danger);font-size:.86rem}@media(max-width:800px){.topbar{height:auto;min-height:70px;padding:15px 18px}.topbar nav{gap:12px;font-size:.88rem;flex-wrap:wrap;justify-content:flex-end}.topbar nav>a:not(.btn){display:none}.page-shell{padding-top:28px}.hero{grid-template-columns:1fr;min-height:auto}.hero-card{min-height:320px}.feature-grid,.stats-grid,.admin-stats{grid-template-columns:1fr}.dashboard-head{align-items:flex-start;gap:20px}.event-card{grid-template-columns:64px 1fr}.date-tile{width:60px;height:60px}.event-actions{grid-column:1/-1;justify-content:flex-end}.form-grid{grid-template-columns:1fr}.category-create{grid-template-columns:1fr 60px}.category-create .btn{grid-column:1/-1}.detail-card dl>div{grid-template-columns:1fr;gap:4px}.form-actions{flex-wrap:wrap}.auth-card{padding:32px 22px}}
