@property --accent{syntax: "<color>"; inherits: true; initial-value: #0984e3;}@property --accent-hover{syntax: "<color>"; inherits: true; initial-value: #2e9bf0;}@property --accent-light{syntax: "<color>"; inherits: true; initial-value: rgba(9,132,227,.2);}@property --accent-glow{syntax: "<color>"; inherits: true; initial-value: rgba(9,132,227,.4);}@property --accent-end{syntax: "<color>"; inherits: true; initial-value: #74b9ff;}@property --accent-end-hover{syntax: "<color>"; inherits: true; initial-value: #a3d4ff;}:root{--bg-primary: #0f0f1a;--bg-secondary: #141420;--bg-card: #1a1a28;--bg-card-hover: #222235;--border-color: rgba(255, 255, 255, .06);--section-border: rgba(255, 255, 255, .04);--accent: #0984e3;--accent-hover: #2e9bf0;--accent-light: rgba(9, 132, 227, .2);--accent-glow: rgba(9, 132, 227, .4);--accent-ultra-light: rgba(9, 132, 227, .05);--accent-subtle: rgba(9, 132, 227, .1);--accent-medium: rgba(9, 132, 227, .15);--accent-border: rgba(9, 132, 227, .3);--accent-scrollbar: rgba(9, 132, 227, .5);--accent-hero-glow: rgba(9, 132, 227, .12);--accent-end: #74b9ff;--accent-end-hover: #a0d2ff;--gradient-accent: linear-gradient(135deg, var(--accent), var(--accent-end));--gradient-accent-hover: linear-gradient(135deg, var(--accent-hover), var(--accent-end-hover));--text-primary: #ffffff;--text-secondary: #a0a0b0;--text-muted: #6b6b7b;--success: #2ed573;--warning: #ffa502;--danger: #ff4757;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;transition:--accent .5s ease,--accent-hover .5s ease,--accent-light .5s ease,--accent-glow .5s ease,--accent-end .5s ease,--accent-end-hover .5s ease}body{background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}input,textarea,select{font:inherit;color:inherit}input[type=date],input[type=datetime-local],input[type=time]{color-scheme:dark}input[type=date]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator{background-color:transparent;filter:brightness(0) saturate(100%) invert(100%);cursor:pointer;padding:4px;transition:filter .2s ease}input[type=date]::-webkit-calendar-picker-indicator:hover,input[type=datetime-local]::-webkit-calendar-picker-indicator:hover,input[type=time]::-webkit-calendar-picker-indicator:hover{filter:brightness(0) saturate(100%) invert(100%) drop-shadow(0 0 2px white)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-xl);font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary{background:var(--gradient-accent);color:#fff;box-shadow:0 4px 15px var(--accent-glow)}.btn-primary:hover{background:var(--gradient-accent-hover);transform:translateY(-2px);box-shadow:0 8px 25px var(--accent-glow)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:transparent;border:1px solid var(--border-color);color:var(--text-primary)}.btn-secondary:hover{border-color:var(--accent);background:var(--accent-light);color:var(--text-primary)}.card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0006,0 0 20px var(--accent-glow);border-color:var(--accent-medium)}.grid{display:grid;gap:1.5rem}.grid-3{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.text-accent{color:var(--accent)}.text-muted{color:var(--text-secondary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 15px var(--accent-glow)}50%{box-shadow:0 0 30px var(--accent-glow)}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.cards-grid>*{opacity:0;animation:fadeIn .4s ease forwards}.cards-grid>*:nth-child(1){animation-delay:0ms}.cards-grid>*:nth-child(2){animation-delay:60ms}.cards-grid>*:nth-child(3){animation-delay:.12s}.cards-grid>*:nth-child(4){animation-delay:.18s}.cards-grid>*:nth-child(5){animation-delay:.24s}.cards-grid>*:nth-child(6){animation-delay:.3s}.cards-grid>*:nth-child(7){animation-delay:.36s}.cards-grid>*:nth-child(8){animation-delay:.42s}.cards-grid>*:nth-child(n+9){animation-delay:.48s}.text-gradient{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1200px){.cards-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.cards-grid{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}*{scrollbar-width:thin;scrollbar-color:var(--accent) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--accent-scrollbar);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}@media(max-width:768px){::-webkit-scrollbar{width:4px}}.header.svelte-hv3zzy{position:sticky;top:0;z-index:100;background:#0f0f1a99;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:none}.header-content.svelte-hv3zzy{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:1rem}.logo.svelte-hv3zzy{font-size:1.75rem;font-weight:800;background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-1px;transition:opacity .2s ease;width:120px}.logo.svelte-hv3zzy:hover{opacity:.8}.nav.svelte-hv3zzy{flex:1;justify-content:center;display:flex;gap:2rem}.nav-link.svelte-hv3zzy{color:var(--text-secondary);font-weight:500;transition:color .3s ease;position:relative;padding-bottom:6px;display:flex;align-items:center;gap:.4rem}.nav-link.svelte-hv3zzy .badge{position:relative;top:-2px}.nav-icon.svelte-hv3zzy{display:none}.nav-link.svelte-hv3zzy:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--gradient-accent);border-radius:1px;transform:scaleX(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.nav-link.svelte-hv3zzy:hover{color:var(--text-primary)}.nav-link.active.svelte-hv3zzy{color:var(--accent)}.nav-link.active.svelte-hv3zzy:after{transform:scaleX(1)}.btn-login.svelte-hv3zzy{width:120px;justify-content:center;font-size:.85rem;padding:.5rem 1rem;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.btn-login.svelte-hv3zzy:before,.btn-login.svelte-hv3zzy:after{display:none}@keyframes svelte-hv3zzy-rotate-glow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-icon.svelte-hv3zzy{display:none;position:relative;z-index:1}.login-icon-wrapper.svelte-hv3zzy{display:flex;align-items:center;justify-content:center}.login-glow.svelte-hv3zzy{display:none}.user-menu.svelte-hv3zzy{position:relative;width:120px;display:flex;justify-content:flex-end}.user-btn.svelte-hv3zzy{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem .4rem .4rem;background:var(--bg-card);border-radius:var(--radius-xl);transition:var(--transition)}.user-btn.svelte-hv3zzy:hover{background:var(--bg-card-hover)}.avatar-wrapper.svelte-hv3zzy{position:relative}.avatar-badge.svelte-hv3zzy{position:absolute;top:-4px;right:-4px}.avatar-badge.svelte-hv3zzy .badge{border:2px solid var(--bg-primary)}.avatar.svelte-hv3zzy{width:32px;height:32px;background:var(--gradient-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.avatar-img.svelte-hv3zzy{object-fit:cover;border:2px solid var(--accent)}.pseudo.svelte-hv3zzy{font-weight:500;font-size:.9rem}.dropdown.svelte-hv3zzy{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background:#16213ef2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:0 12px 40px #00000080;overflow:hidden;animation:svelte-hv3zzy-fadeIn .15s ease;z-index:101}@keyframes svelte-hv3zzy-fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown.svelte-hv3zzy a:where(.svelte-hv3zzy),.dropdown.svelte-hv3zzy button:where(.svelte-hv3zzy){display:block;width:100%;padding:.75rem 1rem;text-align:left;font-size:.9rem;transition:var(--transition)}.dropdown.svelte-hv3zzy a:where(.svelte-hv3zzy):hover,.dropdown.svelte-hv3zzy button:where(.svelte-hv3zzy):hover{background:var(--bg-card-hover)}.dropdown.svelte-hv3zzy hr:where(.svelte-hv3zzy){border:none;border-top:1px solid rgba(255,255,255,.1);margin:0}.dropdown.svelte-hv3zzy button:where(.svelte-hv3zzy){color:var(--danger)}.install-btn.svelte-hv3zzy{color:var(--accent)!important}.menu-item.svelte-hv3zzy{display:flex;align-items:center;justify-content:space-between}.notif-summary.svelte-hv3zzy{display:flex;justify-content:space-around;padding:.6rem .5rem}.dropdown.svelte-hv3zzy a.notif-item:where(.svelte-hv3zzy){position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border-radius:var(--radius-md);color:var(--text-secondary);opacity:.7;transition:var(--transition)}.notif-item.svelte-hv3zzy:hover{background:var(--bg-card-hover);opacity:1}.notif-item.svelte-hv3zzy:has(.badge){opacity:1;color:var(--text-primary)}.notif-item.svelte-hv3zzy .badge{position:absolute;top:0;right:-2px}.notif-icons-row.svelte-hv3zzy{display:flex;justify-content:center;gap:1.5rem;padding:.4rem .5rem}.emoji-icon.svelte-hv3zzy{font-size:1.1rem;line-height:1}.overlay.svelte-hv3zzy{position:fixed;inset:0;z-index:99;background:transparent}@media(max-width:640px){.nav.svelte-hv3zzy{gap:1rem}.nav-icon.svelte-hv3zzy{display:block}.nav-text.svelte-hv3zzy{display:none}.nav-link.svelte-hv3zzy{padding:.5rem}.nav-link.svelte-hv3zzy:after{display:none}.logo.svelte-hv3zzy{width:auto}.pseudo.svelte-hv3zzy{display:none}.user-btn.svelte-hv3zzy{padding:0;background:transparent}.user-btn.svelte-hv3zzy:hover{background:transparent}.btn-login.svelte-hv3zzy{width:auto;padding:.5rem;position:relative;border:2px solid rgba(255,255,255,.2);background:var(--bg-primary);z-index:1}.btn-login.svelte-hv3zzy:before{display:block;content:"";position:absolute;inset:-2px;border-radius:var(--radius-xl);background:conic-gradient(from 0deg,transparent 40%,var(--accent) 70%,transparent 100%);animation:svelte-hv3zzy-rotate-glow 3s linear infinite;z-index:-2}.btn-login.svelte-hv3zzy:after{display:block;content:"";position:absolute;inset:0;border-radius:var(--radius-xl);background:var(--bg-primary);z-index:-1}.login-icon.svelte-hv3zzy{display:block}.login-text.svelte-hv3zzy{display:none}}.banner.svelte-1nxx57i{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:1rem;animation:svelte-1nxx57i-slideUp .3s ease}@keyframes svelte-1nxx57i-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.banner-content.svelte-1nxx57i{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.banner-text.svelte-1nxx57i{flex:1;min-width:280px}.banner-text.svelte-1nxx57i p:where(.svelte-1nxx57i){font-size:.85rem;color:var(--text-secondary);line-height:1.5;margin:0}.banner-text.svelte-1nxx57i strong:where(.svelte-1nxx57i){color:var(--text-primary)}.banner-actions.svelte-1nxx57i{display:flex;gap:.75rem;flex-shrink:0}.btn-refuse.svelte-1nxx57i{padding:.5rem 1.25rem;border-radius:var(--radius-xl);background:transparent;border:1px solid var(--border-color);color:var(--text-secondary);font-size:.85rem;font-weight:500;transition:all .2s ease;cursor:pointer}.btn-refuse.svelte-1nxx57i:hover{border-color:var(--text-secondary);color:var(--text-primary)}.btn-accept.svelte-1nxx57i{padding:.5rem 1.25rem;border-radius:var(--radius-xl);background:var(--gradient-accent);color:#fff;font-size:.85rem;font-weight:600;box-shadow:0 2px 8px var(--accent-glow);transition:all .2s ease;cursor:pointer;border:none}.btn-accept.svelte-1nxx57i:hover{transform:translateY(-1px);box-shadow:0 4px 15px var(--accent-glow)}@media(max-width:600px){.banner-content.svelte-1nxx57i{flex-direction:column;gap:1rem}.banner-actions.svelte-1nxx57i{width:100%;justify-content:flex-end}}.install-banner.svelte-xjb3bl{position:fixed;bottom:0;left:0;right:0;background:var(--bg-card);border-top:1px solid var(--border-color);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;z-index:1000;box-shadow:0 -4px 20px #0000004d;animation:svelte-xjb3bl-slideUp .3s ease-out}@keyframes svelte-xjb3bl-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.install-content.svelte-xjb3bl{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.install-icon.svelte-xjb3bl{font-size:1.5rem;flex-shrink:0}.install-text.svelte-xjb3bl{display:flex;flex-direction:column;gap:.15rem;min-width:0}.install-text.svelte-xjb3bl strong:where(.svelte-xjb3bl){font-size:.95rem;color:var(--text-primary)}.install-text.svelte-xjb3bl span:where(.svelte-xjb3bl){font-size:.8rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.install-actions.svelte-xjb3bl{display:flex;gap:.5rem;flex-shrink:0}.btn-install.svelte-xjb3bl{padding:.5rem 1rem;background:var(--gradient-accent);color:#fff;border:none;border-radius:var(--radius-md);font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .2s}.btn-install.svelte-xjb3bl:hover{opacity:.9}.btn-dismiss.svelte-xjb3bl{padding:.5rem .75rem;background:transparent;color:var(--text-muted);border:none;font-size:.8rem;cursor:pointer;transition:color .2s}.btn-dismiss.svelte-xjb3bl:hover{color:var(--text-secondary)}@media(min-width:768px){.install-banner.svelte-xjb3bl{display:none}}
