:root{--bg:#0a0a14;--accent:#7000FF;--accentHover:#5b00d6;--accentLight:#8B2FFF;--cream:#FFF8E8;--dark:#0f0d18;--border:#7000FF;--muted:rgba(20,18,26,.65);--shadow: 0 24px 80px rgba(112,0,255,.3), 0 8px 24px rgba(0,0,0,.2);--shadowMedium: 0 12px 40px rgba(112,0,255,.18), 0 4px 12px rgba(0,0,0,.15);--shadowSmall: 0 4px 16px rgba(112,0,255,.12), 0 2px 6px rgba(0,0,0,.1);--r-xl:26px;--r-lg:20px;--r-md:16px;--r-sm:12px;--gradient-primary: linear-gradient(135deg, #7000FF 0%, #9D4EFF 100%);--gradient-secondary: linear-gradient(135deg, #FFF8E8 0%, #FFE8B8 100%);--gradient-glow: radial-gradient(circle at 50% 50%, rgba(112,0,255,.3), transparent 70%)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@font-face{font-family:iCielCrocante;src:url(/assets/fonts/iCielCrocante.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0;overflow:hidden}#root{display:flex;flex-direction:column}body{margin:0;padding:0;font-family:iCielCrocante,-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,ui-sans-serif,system-ui,Segoe UI,Roboto,Arial,sans-serif;color:#fff;background:radial-gradient(1200px 600px at 50% -200px,rgba(112,0,255,.28),transparent 68%),radial-gradient(1000px 600px at 0% 0%,rgba(157,78,255,.15),transparent 60%),radial-gradient(800px 500px at 100% 100%,rgba(112,0,255,.12),transparent 55%),linear-gradient(180deg,#0a0a14,#0f0d18);font-smooth:always;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;padding:0;margin:0;overflow:hidden}.phone{width:100%;max-width:360px;height:100vh;max-height:800px;border-radius:calc(var(--r-xl) + 4px);overflow:hidden;position:relative;background:linear-gradient(180deg,#fff,#fefefe);border:2px solid rgba(112,0,255,.2);box-shadow:var(--shadow),inset 0 1px #fff9,0 0 100px #7000ff26;display:flex;flex-direction:column}@media (max-width: 380px),(max-height: 700px){.phone{max-width:100%;max-height:100vh;height:100vh;border-radius:0;border:none;box-shadow:none}}.page{height:100%;width:100%;display:flex;flex-direction:column;background:#fff;overflow-y:auto;overflow-x:hidden;position:relative;flex:1;min-height:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.menuBtn{width:100%;padding:12px 16px;margin-bottom:8px;border:2px solid rgba(111,0,255,.15);border-radius:12px;background:#fff;text-align:left;cursor:pointer;display:flex;align-items:center;gap:12px;transition:all .2s ease;font-weight:700;font-size:14px;color:#111}.menuBtn:hover{background:#6f00ff0d;border-color:#6f00ff40;transform:translate(4px)}.menuBtn:active{transform:translate(4px) scale(.98);background:#6f00ff1a}.menuBtn.accent{background:#fff8e8}.menuBtn.accent:hover{background:#6f00ff14}.menuBtn.danger{border-color:#b0002033;background:#fff8e8;color:#b00020;font-weight:800}.menuBtn.danger:hover{border-color:#b0002066;background:#b000200d;transform:translateY(-2px)}.menuBtn.danger:active{transform:translateY(-2px) scale(.98);background:#b000201a}.page .bottomBar{position:absolute;bottom:0;left:0;right:0}.topbar{height:76px;display:flex;align-items:center;gap:10px;padding:14px 16px;background:linear-gradient(180deg,#fffffffa,#fffffff2);border-bottom:3px solid var(--accent);box-shadow:0 4px 16px #7000ff14,0 1px 3px #0000000d;position:relative;z-index:10}.topbar:after{content:"";position:absolute;bottom:-3px;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,var(--accentLight) 50%,transparent 100%);opacity:.4}.iconBtn{width:48px;height:48px;border-radius:var(--r-lg);border:2px solid var(--accent);background:#16213e;color:var(--accent);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;transition:transform .12s ease,background .12s ease}.iconBtn:active{transform:scale(.98)}.smallIconBtn{width:50px;height:50px;min-width:50px;border-radius:16px;border:none;background:linear-gradient(145deg,#fff,#f5f5ff);color:var(--accent);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:900;transition:all .22s cubic-bezier(.22,.1,.36,.9);flex-shrink:0;box-shadow:0 6px 20px #7000ff2e,0 2px 8px #00000014,inset 0 1px 2px #fffffff2,inset 0 0 0 1px #7000ff26;position:relative;overflow:hidden}.smallIconBtn:active{transform:scale(.95);box-shadow:0 3px 12px #7000ff26,0 1px 4px #0000000f,inset 0 1px 2px #ffffffe6}.smallIconBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #7000ff40,0 4px 12px #0000001a,inset 0 1px 2px #fff,inset 0 0 0 2px #7000ff40}.searchWrap{flex:1;display:flex;align-items:center;height:48px;border-radius:999px;border:2px solid var(--accent);background:#fff;padding:0 14px;min-width:0}.search{width:100%;border:0;outline:none;background:transparent;color:#111;font-size:14px}.search::placeholder{color:#00000073}.topbarTitle{width:100%;text-align:center;font-weight:950;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.langBtn{width:40px;height:40px;border-radius:var(--r-md);border:2px solid var(--accent);background:#fff;color:var(--accent);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;transition:transform .12s ease,background .12s ease,box-shadow .12s ease;flex-shrink:0}.langBtn:active{transform:scale(.92)}.langBtn:hover{box-shadow:0 2px 6px #6f00ff33}.topbarRight{margin-left:6px}.headerBlock{background:var(--gradient-primary);padding:22px 18px 18px;color:#fff;flex-shrink:0;position:relative;overflow:hidden}.h2{font-family:iCielCrocante,-apple-system,BlinkMacSystemFont,ui-sans-serif,system-ui;font-size:26px;font-weight:400;margin:0;text-align:center;letter-spacing:.6px;text-shadow:0 2px 12px rgba(0,0,0,.15);position:relative;z-index:1}.sub{margin-top:10px;font-weight:950;text-align:center;opacity:.95;letter-spacing:1px;font-size:13px;text-transform:uppercase;text-shadow:0 1px 6px rgba(0,0,0,.1);position:relative;z-index:1}.blockTitle{background:var(--gradient-primary);color:#fff;font-weight:950;padding:14px 18px;letter-spacing:.6px;flex-shrink:0;font-size:13px;text-transform:uppercase;box-shadow:0 2px 8px #7000ff1f;position:relative}.blockTitle:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%)}.center{height:100%;min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;padding:32px 24px;background:radial-gradient(circle at 50% 20%,rgba(112,0,255,.08) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(157,78,255,.06) 0%,transparent 40%),linear-gradient(180deg,#fff,#fefefe);width:100%;margin:0 auto;position:relative;overflow:hidden}.center:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 30%,rgba(112,0,255,.05) 0%,transparent 25%),radial-gradient(circle at 70% 70%,rgba(157,78,255,.04) 0%,transparent 25%);pointer-events:none}.logoBox{width:140px;height:140px;flex-shrink:0;border-radius:36px;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;box-shadow:0 28px 80px #7000ff66,0 12px 32px #7000ff4d,inset 0 3px #ffffff40,0 0 80px #7000ff33;position:relative;z-index:1}.logoBox:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:inherit;background:var(--gradient-glow);opacity:.5;z-index:-1;filter:blur(12px)}.logoBox:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.3) 0%,transparent 50%,rgba(255,255,255,.1) 100%);pointer-events:none}.logoImg{width:85px;height:85px;flex-shrink:0;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2));animation:logoImageFloat 4s ease-in-out infinite}@keyframes logoImageFloat{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.05) rotate(3deg)}}.h1{font-family:iCielCrocante,-apple-system,BlinkMacSystemFont,ui-sans-serif,system-ui;font-size:52px;font-weight:400;line-height:1.1;margin:0;padding:0 20px;text-align:center;background:linear-gradient(135deg,#0f0d18,#4d2d8f 40%,#7000ff,#9d4eff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 3px 8px rgba(112,0,255,.15));position:relative;z-index:1;animation:titleEntrance 1.2s cubic-bezier(.22,.1,.36,.9) both;white-space:pre-line}@keyframes titleEntrance{0%{opacity:0;transform:translateY(20px) scale(.9);filter:blur(10px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.cardCream{width:100%;max-width:100%;border-radius:var(--r-xl);border:3px solid var(--accent);background:var(--gradient-secondary);color:var(--dark);padding:22px 20px;box-shadow:var(--shadowSmall),inset 0 2px #ffffffb3;position:relative;overflow:visible;display:flex;flex-direction:column;gap:16px;word-wrap:break-word;overflow-wrap:break-word}.adminCarousel{display:flex;gap:8px;margin:0 -20px;padding:8px 20px 16px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.adminCarousel::-webkit-scrollbar{display:none}.adminListContainer{margin-top:10px;display:flex;flex-direction:column;gap:10px;font-family:-apple-system,BlinkMacSystemFont,ui-sans-serif,system-ui,sans-serif}.cardCream:before{content:"";position:absolute;top:-60%;right:-60%;width:120%;height:120%;background:radial-gradient(circle,rgba(255,255,255,.4) 0%,transparent 65%);pointer-events:none;opacity:.3}.input{width:100%;height:56px;padding:0 18px;border-radius:var(--r-md);border:2px solid var(--accent);background:#fff;color:#111;outline:none;font-size:18px;font-weight:600;transition:all .2s ease;position:relative;box-shadow:0 3px 10px #7000ff1f,inset 0 1px #ffffffe6}.input::placeholder{color:#00000073;font-weight:500}.input:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #7000ff33,0 4px 16px #7000ff40,inset 0 1px #fff;transform:translateY(-1px)}.btnPrimary{width:100%;height:52px;border:none;border-radius:var(--r-md);font-size:15px;font-weight:900;color:#fff;background:var(--gradient-primary);cursor:pointer;padding:0 20px;transition:all .18s cubic-bezier(.22,.1,.36,.9);white-space:nowrap;box-shadow:0 4px 14px #7000ff59,0 2px 6px #0000001f,inset 0 2px #ffffff40;flex-shrink:0;letter-spacing:.3px;text-shadow:0 1px 2px rgba(0,0,0,.15)}.btnPrimary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px #7000ff73,0 3px 10px #0000002e,inset 0 2px #ffffff59}.btnPrimary:active{transform:translateY(0) scale(.97);box-shadow:0 2px 8px #7000ff4d,0 1px 4px #0000001a,inset 0 1px #fff3}.btnGhost{height:48px;border:2px solid var(--accent);border-radius:var(--r-md);font-size:14px;font-weight:900;color:#fff;background:linear-gradient(135deg,var(--accent) 0%,#5b00d6 100%);cursor:pointer;padding:0 20px;white-space:nowrap;transition:all .18s cubic-bezier(.22,.1,.36,.9);box-shadow:0 3px 12px #7000ff4d,0 1px 4px #0000001a,inset 0 1px #fff3;letter-spacing:.3px;text-shadow:0 1px 2px rgba(0,0,0,.15);flex-shrink:0}.btnGhost:hover{transform:translateY(-2px) scale(1.02);background:linear-gradient(135deg,#8B2FFF 0%,var(--accent) 100%);box-shadow:0 5px 18px #7000ff66,0 2px 8px #00000026,inset 0 2px #ffffff4d}.btnGhost:active{transform:translateY(0) scale(.96);box-shadow:0 2px 8px #7000ff40,0 1px 3px #00000014,inset 0 1px #ffffff26}.row{display:flex;gap:10px;align-items:center}.split{display:flex;gap:12px}.split>*{flex:1;min-width:0}.list{padding:16px 16px 88px;display:flex;flex-direction:column;gap:14px;overflow-y:auto;overflow-x:hidden;flex:1;width:100%;min-height:0;height:100%;max-height:100%}.list::-webkit-scrollbar{display:none}.list{-ms-overflow-style:none;scrollbar-width:none}.sectionList{padding:16px;position:relative;display:flex;flex-direction:row;gap:14px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;flex-shrink:0;width:100%;background:transparent}.sectionList:after{content:"";position:absolute;left:50%;top:0;transform:translate(-50%);width:60%;height:100%;pointer-events:none;background:transparent;mix-blend-mode:normal;transition:opacity .3s ease}.sectionList::-webkit-scrollbar{display:none}.sectionRow{min-width:110px;width:110px;border:2px solid var(--accent);background:var(--gradient-secondary);border-radius:var(--r-lg);padding:10px;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;text-align:center;flex-shrink:0;box-shadow:var(--shadowSmall),inset 0 1px #ffffff80;position:relative;overflow:hidden}.sectionRow:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.4) 0%,transparent 60%);opacity:0;pointer-events:none}.sectionRow:active{transform:scale(.96)}.sectionRow:hover{box-shadow:0 8px 32px #7000ff4d,inset 0 1px #fff9}.sectionRow:hover:after{opacity:1}.sectionIconBox{width:40px;height:40px;border-radius:12px;border:2px solid rgba(112,0,255,.3);background:linear-gradient(135deg,#7000ff1f,#9d4eff1a);display:flex;align-items:center;justify-content:center;flex:0 0 auto;box-shadow:0 4px 12px #7000ff26,inset 0 1px #ffffff4d;position:relative}.sectionIconBox:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:var(--gradient-glow);opacity:.2}.sectionIcon{font-size:20px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));position:relative;z-index:1}.sectionText{flex:1;min-width:0;width:100%}.sectionTitle{font-weight:950;font-size:11px;line-height:1.15;color:#111;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sectionSub{margin-top:2px;color:#0000008c;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cardTitle{font-weight:950;font-size:16px;line-height:1.2;color:#111;text-transform:none;word-break:break-word}.cardPreview{margin-top:10px;color:#000000b3;font-size:14px;line-height:1.35;white-space:pre-wrap;word-break:break-word;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:57px}.cardClickable{cursor:pointer;transition:all .22s cubic-bezier(.22,.1,.36,.9);min-height:140px;display:flex;flex-direction:column}.cardClickable:hover{transform:translateY(-3px);box-shadow:0 12px 40px #7000ff40,0 4px 16px #0000001a,inset 0 2px #fffc}.cardClickable:active{transform:translateY(-1px) scale(.98)}.cardActions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}.cardActions>*{flex:1;min-width:120px;max-width:100%}.cardActions button{overflow:hidden;text-overflow:ellipsis;position:relative;z-index:1;min-height:50px;font-size:14px}.cardActions .btnPrimary,.cardActions .btnGhost{min-height:50px;height:auto;display:flex;align-items:center;justify-content:center;padding:12px 18px}.cardActions .btnPrimary{background:var(--gradient-primary);color:#fff;font-weight:900;box-shadow:0 4px 14px #7000ff59,0 2px 6px #0000001f}.cardActions .btnGhost{background:linear-gradient(135deg,var(--accent) 0%,#5b00d6 100%);color:#fff;font-weight:900;box-shadow:0 3px 12px #7000ff4d,0 1px 4px #0000001a}.newsTitle{font-weight:950;color:#111;font-size:15px;line-height:1.2;word-break:break-word}.newsMeta{color:#0000008c;font-size:12px;font-weight:900;white-space:nowrap}.newsBody{margin-top:8px;color:#000000b8;font-size:13px;line-height:1.35;white-space:pre-wrap;word-break:break-word}.newsPreview{cursor:pointer;min-height:200px;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.newsPreview:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6f00ff33}.newsBodyPreview{margin-top:8px;color:#000000b8;font-size:13px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.toast{position:absolute;left:50%;bottom:18px;transform:translate(-50%);background:#000000db;color:#fff;padding:10px 14px;border-radius:999px;font-size:13px;font-weight:900}.bottombar{position:absolute;bottom:0;left:0;right:0;width:100%;height:76px;display:flex;align-items:center;gap:14px;padding:14px 18px;background:linear-gradient(135deg,#7000ff,#9d4eff);border-top:2px solid rgba(157,78,255,.4);z-index:40;box-shadow:0 -8px 32px #7000ff33,inset 0 1px #ffffff26;box-sizing:border-box;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.userPhoto{width:48px;height:48px;border-radius:12px;object-fit:cover;border:2px solid rgba(255,255,255,.2)}.userPhotoPlaceholder{width:52px;height:52px;border-radius:14px;background:#ffffff2e;border:2px solid rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:22px;flex-shrink:0;box-shadow:0 4px 12px #00000026,inset 0 1px #fff3}.userInfo{flex:1;min-width:0}.userName{color:#fff;font-weight:950;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:.3px;text-shadow:0 1px 3px rgba(0,0,0,.15)}.bottombar .signOutBtn{width:48px;height:48px;background:linear-gradient(145deg,#ffffff47,#ffffff2e);border:none;color:#fff;font-size:20px;border-radius:14px;transition:all .18s ease;box-shadow:0 4px 16px #00000026,0 2px 6px #00000014,inset 0 2px 4px #ffffff59,inset 0 0 0 1px #fff6;position:relative;cursor:pointer}.bottombar .signOutBtn:hover{transform:translateY(-2px) scale(1.02);background:linear-gradient(145deg,#ffffff59,#ffffff38);box-shadow:0 6px 20px #0000002e,0 3px 8px #0000001a,inset 0 2px 6px #ffffff73,inset 0 0 0 2px #ffffff80}.bottombar .signOutBtn:active{transform:translateY(0) scale(.98);box-shadow:0 3px 12px #00000026,0 2px 6px #00000014,inset 0 2px 4px #ffffff59}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes popIn{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}@keyframes fadeUp{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes float{0%,to{transform:translateY(0) translate(0);opacity:.6}25%{transform:translateY(-20px) translate(10px);opacity:.4}50%{transform:translateY(-40px) translate(0);opacity:.5}75%{transform:translateY(-20px) translate(-10px);opacity:.4}}.topbar{animation:slideDown .6s cubic-bezier(.22,.1,.36,.9) both}.headerBlock{animation:fadeUp .7s cubic-bezier(.22,.1,.36,.9) both;transform-origin:top center}.h2{animation:popIn .8s cubic-bezier(.22,.1,.36,.9) both}.sectionList{scroll-snap-type:x mandatory;padding-bottom:10px}.sectionRow{scroll-snap-align:center;animation:popIn 1s cubic-bezier(.22,.1,.36,.9) both}.sectionRow:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 16px 40px #7000ff40;transition:transform .35s cubic-bezier(.22,.1,.36,.9),box-shadow .35s ease}.sectionRow{will-change:auto}.sectionRow.is-center{z-index:6}.sectionRow:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 1px #fff3}.sectionRow.is-center:after{box-shadow:inset 0 1px #fff3}.sectionRow.is-near{z-index:4}.sectionRow.is-far{z-index:1}.allSectionsBtn{width:130px!important;height:38px!important;border-radius:14px!important;font-size:13px!important;padding:0 12px!important;transition:transform .22s cubic-bezier(.22,.1,.36,.9),box-shadow .18s ease!important;font-weight:950!important;letter-spacing:.3px!important}.allSectionsContainer{margin-top:-12px;padding-bottom:8px}.enhancedBtn{position:relative;overflow:hidden;animation:gentlePulse 4s ease-in-out infinite}.enhancedBtn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(112,0,255,.35),transparent);transition:left .6s}.enhancedBtn:hover:before{left:100%}.enhancedBtn:hover{animation:glowPulse 2s ease-in-out infinite alternate;transform:translateY(-4px) scale(1.06);box-shadow:0 12px 32px #7000ff73}@keyframes gentlePulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.03);opacity:.96}}@keyframes glowPulse{0%{box-shadow:0 12px 32px #7000ff73}to{box-shadow:0 12px 40px #7000ffa6,0 0 25px #7000ff59}}.grape-1{animation-duration:18s!important}.grape-2{animation-duration:22s!important}.cardCream{animation:fadeUp .8s cubic-bezier(.22,.1,.36,.9) both;transition:transform .28s cubic-bezier(.22,.1,.36,.9),box-shadow .28s ease}.cardCream:hover{transform:translateY(-6px);box-shadow:0 20px 50px #7000ff33,inset 0 2px #ffffffb3}.list .cardCream{opacity:1}.search{transition:box-shadow .28s cubic-bezier(.22,.1,.36,.9),transform .28s ease}.search:focus{box-shadow:0 16px 48px #7000ff33;transform:translateY(-2px)}.btnPrimary,.btnGhost,.btnPrimary:focus,.btnGhost:focus{transition:transform .22s cubic-bezier(.22,.1,.36,.9),box-shadow .22s ease}.btnPrimary:hover{transform:translateY(-3px)}.bottombar{animation:slideUp .8s cubic-bezier(.22,.1,.36,.9) both}.toast{animation:popIn .4s cubic-bezier(.22,.1,.36,.9) both;box-shadow:0 16px 48px #0003;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000eb;border:1px solid rgba(255,255,255,.1)}.floating-grapes{position:absolute;top:-50px;left:-50px;width:calc(100% + 100px);height:calc(100% + 100px);overflow:visible;pointer-events:none;z-index:0}.grape{position:absolute;font-size:28px;opacity:.15;animation:float linear infinite;filter:blur(.5px)}.grape-1{top:10%;left:-30px;animation-duration:18s;animation-delay:0s}.grape-2{top:25%;right:-40px;animation-duration:22s;animation-delay:-2s}.grape-3{top:45%;left:5%;animation-duration:20s;animation-delay:-4s}.grape-4{top:65%;right:10%;animation-duration:24s;animation-delay:-6s}.grape-5{bottom:15%;left:-20px;animation-duration:21s;animation-delay:-8s}.grape-6{top:35%;right:-50px;animation-duration:25s;animation-delay:-10s}.grape-7{bottom:30%;left:8%;animation-duration:19s;animation-delay:-5s}.grape-8{top:55%;right:-35px;animation-duration:23s;animation-delay:-12s}.phone{position:relative}.page{position:relative;z-index:1}@media (prefers-reduced-motion: reduce){*{animation-duration:0s!important;animation-delay:0s!important;transition-duration:0s!important}}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:#7000ff0f;border-radius:5px}*::-webkit-scrollbar-thumb{background:var(--gradient-primary);border-radius:5px;border:2px solid rgba(255,255,255,.3);box-shadow:0 2px 6px #7000ff33}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#8b2fff,#b366ff);box-shadow:0 4px 12px #7000ff4d}*::-webkit-scrollbar-corner{background:transparent}*{scrollbar-width:thin;scrollbar-color:var(--accent) rgba(112,0,255,.06)}.searchDropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;max-height:75vh;overflow-y:auto;background:linear-gradient(180deg,#fff,#fefefe);border:3px solid var(--accent);border-radius:var(--r-xl);box-shadow:0 16px 48px #7000ff40,0 4px 16px #0000001a,inset 0 2px #fffc;z-index:1000;animation:dropdownSlideIn .25s ease-out both}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 380px){.searchDropdown{max-height:calc(100vh - 150px);border-radius:var(--r-md)}}.searchSection{padding:16px;border-bottom:2px solid rgba(112,0,255,.1)}.searchSection:last-child{border-bottom:none}.searchSectionTitle{font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.8px;color:var(--accent);margin-bottom:12px;padding-left:4px}.searchItem{width:100%;display:flex;align-items:center;gap:12px;padding:12px;border:none;background:#7000ff0a;border-radius:var(--r-md);cursor:pointer;transition:all .2s cubic-bezier(.22,.1,.36,.9);margin-bottom:8px;text-align:left;border:2px solid transparent}.searchItem:hover{background:#7000ff1a;border-color:#7000ff33;transform:translate(4px);box-shadow:0 4px 12px #7000ff26}.searchItem:active{transform:translate(2px) scale(.98)}.searchItemIcon{font-size:28px;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.searchItemContent{flex:1;min-width:0}.searchItemTitle{font-weight:900;font-size:14px;color:#111;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchItemSub{font-size:12px;color:#0009;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.searchItemCard{flex-direction:column;align-items:stretch}.searchItemActions{display:flex;gap:8px;margin-top:10px}.searchActionBtn{flex:1;height:36px;border-radius:var(--r-md);font-size:13px;font-weight:900;cursor:pointer;transition:all .18s cubic-bezier(.22,.1,.36,.9);border:none}.searchActionBtnPrimary{background:var(--gradient-primary);color:#fff;box-shadow:0 2px 8px #7000ff33}.searchActionBtnPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #7000ff4d}.searchActionBtnGhost{background:#7000ff14;color:var(--accent);border:2px solid rgba(112,0,255,.3);box-shadow:0 2px 6px #7000ff1a}.searchActionBtnGhost:hover{background:#7000ff26;transform:translateY(-2px);box-shadow:0 6px 16px #7000ff33}.center>*{animation:fadeInUp .8s cubic-bezier(.22,.1,.36,.9) both}.center>*:nth-child(1){animation-delay:.1s}.center>*:nth-child(2){animation-delay:.2s}.center>*:nth-child(3){animation-delay:.3s}.center>*:nth-child(4){animation-delay:.4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.center .cardCream{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff8e8f2,#ffe8b8e6);border:3px solid var(--accent);box-shadow:0 12px 40px #7000ff33,0 4px 12px #00000014,inset 0 2px #fffc}input[type=checkbox]{width:28px;height:28px;border:none;border-radius:8px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(145deg,#fff,#faf9ff);position:relative;transition:all .25s cubic-bezier(.22,.1,.36,.9);flex-shrink:0;box-shadow:0 4px 12px #7000ff26,0 2px 6px #0000000f,inset 0 1px 2px #fffffff2,inset 0 0 0 2px #7000ff33}input[type=checkbox]:hover{background:linear-gradient(145deg,#fff,#f5f3ff);box-shadow:0 6px 18px #7000ff40,0 2px 8px #00000014,inset 0 1px 2px #fff,inset 0 0 0 2px #7000ff59;transform:scale(1.08)}input[type=checkbox]:checked{background:var(--gradient-primary);box-shadow:0 6px 20px #7000ff59,0 2px 8px #0000001a,inset 0 2px 4px #ffffff40}input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);color:#fff;font-size:18px;font-weight:900;text-shadow:0 2px 4px rgba(0,0,0,.3);animation:checkmarkPop .3s cubic-bezier(.22,.1,.36,.9) both}@keyframes checkmarkPop{0%{transform:translate(-50%,-50%) scale(0);opacity:0}50%{transform:translate(-50%,-50%) scale(1.2)}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.rulesToggle{width:100%;padding:16px 20px;border:none;border-radius:16px;background:linear-gradient(145deg,#fff,#faf9ff);color:var(--dark);font-size:14px;font-weight:900;cursor:pointer;transition:all .25s cubic-bezier(.22,.1,.36,.9);display:flex;align-items:center;justify-content:space-between;box-shadow:0 6px 20px #7000ff1f,0 2px 8px #0000000f,inset 0 1px 2px #fffffff2,inset 0 0 0 1px #7000ff26;position:relative;overflow:hidden}.rulesToggle:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gradient-glow);opacity:0;transition:opacity .3s ease;border-radius:inherit}.rulesToggle:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);transform:translate(-100%);transition:transform .6s ease}.rulesToggle span{position:relative;z-index:1}.rulesToggle:hover{background:linear-gradient(145deg,#fff,#f5f3ff);box-shadow:0 10px 32px #7000ff33,0 4px 12px #00000014,inset 0 1px 3px #fff,inset 0 0 0 2px #7000ff40;transform:translateY(-2px)}.rulesToggle:hover:before{opacity:.05}.rulesToggle:hover:after{transform:translate(100%)}.rulesToggle:active{transform:translateY(0) scale(.98);box-shadow:0 4px 16px #7000ff26,0 2px 6px #0000000f,inset 0 1px 2px #ffffffe6}.rulesContent{margin-top:14px;padding:20px;border-radius:16px;background:linear-gradient(145deg,#fffffff2,#faf8fff2);border:2px solid rgba(112,0,255,.2);font-size:13px;line-height:1.8;color:#000c;max-height:220px;overflow-y:auto;box-shadow:0 6px 20px #7000ff1f,inset 0 2px 12px #7000ff0f;animation:rulesSlideDown .3s cubic-bezier(.22,.1,.36,.9) both}@keyframes rulesSlideDown{0%{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:220px}}.rulesContent ul{margin:0;padding-left:20px}.rulesContent li{margin-bottom:8px;font-weight:500;position:relative;padding-left:8px}.rulesContent li::marker{color:var(--accent);font-weight:900}.rulesContent::-webkit-scrollbar{width:8px}.rulesContent::-webkit-scrollbar-track{background:#7000ff14;border-radius:4px;margin:4px 0}.rulesContent::-webkit-scrollbar-thumb{background:var(--gradient-primary);border-radius:4px;border:2px solid rgba(255,255,255,.3);box-shadow:0 2px 6px #7000ff33}.rulesContent::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#8b2fff,#b366ff);box-shadow:0 4px 12px #7000ff4d}.center .cardCream [style*="color: #d32f2f"],.center .cardCream [style*="color:#d32f2f"]{color:#c62828!important;font-weight:700;font-size:14px;padding:10px 14px;background:#c6282814;border-left:4px solid #c62828;border-radius:8px;margin-top:12px;animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.center .cardCream>div[style*="margin-top: 24px"]{background:linear-gradient(135deg,#7000ff17,#9d4eff14);border:2px solid rgba(112,0,255,.2);border-radius:var(--r-md);padding:16px;box-shadow:0 4px 12px #7000ff1f,inset 0 1px #fff6}.btnPrimary[style*="opacity: 0.55"],.btnPrimary[style*="cursor: not-allowed"]{opacity:.5!important;cursor:not-allowed!important;transform:none!important;filter:grayscale(.3)}.center{animation:welcomeFadeIn 1s cubic-bezier(.22,.1,.36,.9) both}@keyframes welcomeFadeIn{0%{opacity:0;transform:scale(.96);filter:blur(4px)}to{opacity:1;transform:scale(1);filter:blur(0)}}@media (min-width: 768px) and (max-width: 1024px){.phone{max-width:420px}.sectionRow{min-width:140px}}@media (min-width: 1025px){.phone{max-width:450px}}@media (max-width: 767px){.phone{transform:scale(1);max-width:100vw;border-radius:var(--r-lg)}.topbar{height:64px;padding:12px 14px}.smallIconBtn{width:44px;height:44px;min-width:44px;font-size:18px}.searchDropdown{max-height:calc(100vh - 120px)}.sectionList{gap:10px;padding:14px 14px 14px 18px}.sectionRow{min-width:110px;padding:12px}.h2{font-size:22px}}@media (max-width: 360px){.phone{border-radius:0;border:none}.sectionRow{min-width:100px;padding:10px}.smallIconBtn{width:40px;height:40px;min-width:40px;font-size:16px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.adminCarousel{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scroll-snap-type:x mandatory}.adminCarousel::-webkit-scrollbar{height:6px}.adminCarousel::-webkit-scrollbar-track{background:#6f00ff14;border-radius:3px}.adminCarousel::-webkit-scrollbar-thumb{background:#6f00ff4d;border-radius:3px}.adminCarousel::-webkit-scrollbar-thumb:hover{background:#6f00ff80}.adminCarousel .btnGhost{min-width:120px;width:auto;flex-shrink:0;scroll-snap-align:center;display:flex;align-items:center;justify-content:center;text-align:center;padding:12px 16px;font-size:14px;white-space:nowrap}@media (max-width: 480px){.adminCarousel{gap:6px;padding:6px 2px 12px}.adminCarousel .btnGhost{min-width:100px;padding:10px 12px;font-size:13px}}.cardCream{border:2px solid var(--accent);box-shadow:0 4px 16px #7000ff26,inset 0 2px #fffc}.row{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(112,0,255,.3) transparent}.row::-webkit-scrollbar{height:4px}.row::-webkit-scrollbar-track{background:#7000ff0d;border-radius:2px}.row::-webkit-scrollbar-thumb{background:#7000ff4d;border-radius:2px}.row::-webkit-scrollbar-thumb:hover{background:#7000ff80}button{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}button:disabled{opacity:.5;cursor:not-allowed}@keyframes slideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.menuIcon{width:24px;height:20px;position:relative;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between}.menuIcon span{display:block;width:100%;height:3px;background:#6f00ff;border-radius:2px;transition:all .3s ease}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
