body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root[data-theme=light]{--su-card:#fff;--su-fg:#0f172a;--su-muted:#64748b;--su-border:#e5e7eb;--su-ring:#2563eb;--su-btn:#2563eb;--su-btn-fg:#fff;--su-btn-ghost:#0f172a;--su-input-bg:#fff;--su-input-fg:#0f172a;--su-input-border:#d1d5db;--su-warn:#dc2626;--su-shadow:0 22px 60px #02061729;--su-overlay:#ffffffb8}:root[data-theme=dark]{--su-card:#0b1220;--su-fg:#f8fafc;--su-muted:#94a3b8;--su-border:#233044;--su-ring:#22d3ee;--su-btn:#2563eb;--su-btn-fg:#fff;--su-btn-ghost:#e2e8f0;--su-input-bg:#111827;--su-input-fg:#fff;--su-input-border:#374151;--su-warn:#f87171;--su-shadow:0 22px 60px #00000073;--su-overlay:#0000008c}.signup-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:var(--su-overlay);display:flex;inset:0;justify-content:center;overflow:hidden;padding:16px;position:fixed;z-index:999}.signup-popup{background:var(--su-card);border:1px solid var(--su-border);border-radius:16px;box-shadow:var(--su-shadow);box-sizing:border-box;color:var(--su-fg);margin:auto;max-height:95vh;overflow-y:auto;padding:20px;width:min(980px,92vw)}.signup-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.signup-header h2{font-weight:800;letter-spacing:.02em;margin:0}.xbtn{background:color-mix(in srgb,var(--su-card) 85%,#fff 15%);border:2px solid var(--su-ring);border-radius:999px;box-shadow:0 8px 22px #0000002e;color:var(--su-fg);cursor:pointer;display:grid;font-size:20px;font-weight:700;height:36px;place-items:center;position:absolute;right:12px;top:10px;transition:transform .08s,background .15s,color .15s,box-shadow .15s;width:36px;z-index:3}.xbtn:hover{background:var(--su-ring);box-shadow:0 10px 24px #22d3ee59;color:#0b1220;transform:scale(1.06)}.xbtn:active{transform:scale(.95)}.signup-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1.2fr .9fr}@media (max-width:820px){.signup-grid{grid-template-columns:1fr}}.signup-left .lbl{color:var(--su-muted);display:block;font-size:.88rem;margin:10px 2px 6px}.modal-input{background:var(--su-input-bg);border:1px solid var(--su-input-border);border-radius:10px;color:var(--su-input-fg);outline:none;padding:12px 14px;transition:border-color .15s,box-shadow .15s;width:100%}.modal-input::placeholder{color:var(--su-muted)}.modal-input:focus{border-color:var(--su-ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--su-ring) 30%,#0000)}.row-2{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.seg-group{border:1px solid var(--su-input-border);border-radius:10px;display:inline-flex;overflow:hidden}.seg-group input[type=radio]{display:none}.seg{background:var(--su-input-bg);border-right:1px solid var(--su-input-border);color:var(--su-input-fg);cursor:pointer;padding:10px 16px;-webkit-user-select:none;user-select:none}.seg:last-child{border-right:0}.seg-active{background:var(--su-btn);color:var(--su-btn-fg)}.uploader{align-items:center;display:flex;gap:10px;margin-top:12px}.signup-right{border-left:1px dashed var(--su-border);padding-left:16px}@media (max-width:820px){.signup-right{border-left:0;border-top:1px dashed var(--su-border);margin-top:6px;padding-left:0;padding-top:16px}}.avatar-wrap{display:grid;place-items:center}.avatar{border:2px solid var(--su-border);border-radius:50%;box-shadow:0 8px 30px #00000026;height:132px;object-fit:cover;width:132px}.avatar.placeholder{background:var(--su-input-bg);border:2px dashed var(--su-input-border);border-radius:50%;color:var(--su-muted);display:grid;font-size:34px;height:132px;place-items:center;width:132px}.preview-meta{grid-gap:6px;display:grid;font-size:.95rem;gap:6px;margin-top:14px}.preview-meta strong{color:var(--su-muted);font-weight:600}.actions{display:flex;gap:10px;margin-top:16px}.btn-primary{background:var(--su-btn);border:none;border-radius:12px;box-shadow:0 6px 14px color-mix(in srgb,var(--su-btn) 35%,#0000);color:var(--su-btn-fg);padding:10px 16px;transition:filter .15s,transform .04s}.btn-primary:hover{filter:brightness(.95)}.btn-primary:active{transform:translateY(1px)}.btn-ghost{background:#0000;border:1px solid var(--su-border);border-radius:12px;color:var(--su-btn-ghost);cursor:pointer;padding:10px 16px}.btn-outline{border:1px solid var(--su-btn);border-radius:10px;color:var(--su-btn)}.signup-footnote{border-top:1px dashed var(--su-border);color:var(--su-muted);font-size:.82rem;margin-top:14px;padding-top:10px;text-align:center}.warn{color:var(--su-warn);font-weight:600;margin-top:10px}.muted{color:var(--su-muted);font-size:.9rem}.cropper-overlay{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.cropper-modal{background:#111;border:2px solid #007bff;border-radius:12px;height:400px;max-width:400px;overflow:hidden;position:relative;width:90vw}.cropper-controls{align-items:center;background:#000;bottom:0;display:flex;justify-content:space-around;padding:10px;position:absolute;width:100%}.cropper-controls input[type=range]{width:100px}.crop-btn{background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:6px 14px}.crop-btn.cancel{background:#555}:root[data-theme=light]{--si-card:#fff;--si-fg:#0f172a;--si-muted:#64748b;--si-border:#e5e7eb;--si-ring:#2563eb;--si-btn:#2563eb;--si-btn-fg:#fff;--si-input-bg:#fff;--si-input-fg:#0f172a;--si-input-border:#d1d5db;--si-shadow:0 22px 60px #02061729;--si-overlay:#ffffffb8}:root[data-theme=dark]{--si-card:#0b1220;--si-fg:#f8fafc;--si-muted:#94a3b8;--si-border:#233044;--si-ring:#22d3ee;--si-btn:#2563eb;--si-btn-fg:#fff;--si-input-bg:#111827;--si-input-fg:#fff;--si-input-border:#374151;--si-shadow:0 22px 60px #00000073;--si-overlay:#0000008c}.signin-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:var(--si-overlay);display:grid;inset:0;padding:24px;place-items:center;position:fixed;z-index:1000}.signin-popup{background:var(--si-card);border:1px solid var(--si-border);border-radius:16px;box-shadow:var(--si-shadow);color:var(--si-fg);padding:22px 22px 18px;position:relative;width:min(520px,92vw)}.signin-header{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:14px}.signin-header h2{font-size:22px;font-weight:700;letter-spacing:.5px;margin:0}.signin-key{font-size:18px}.signin-form{margin-top:6px}.signin-input{background:var(--si-input-bg);border:1px solid var(--si-input-border);border-radius:10px;color:var(--si-input-fg);font-size:14px;margin-top:10px;outline:none;padding:12px 14px;transition:border-color .15s,box-shadow .15s;width:100%}.signin-input::placeholder{color:var(--si-muted)}.signin-input:focus{border-color:var(--si-ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--si-ring) 30%,#0000)}.signin-actions{display:flex;gap:12px;justify-content:center;margin-top:16px}.signin-primary{background:var(--si-btn);border:none;border-radius:999px;box-shadow:0 6px 14px color-mix(in srgb,var(--si-btn) 35%,#0000);color:var(--si-btn-fg);cursor:pointer;font-weight:600;padding:10px 18px;transition:filter .15s,transform .04s}.signin-primary:hover{filter:brightness(.95)}.signin-primary:active{transform:translateY(1px)}.signin-secondary{background:#0000;border:2px solid var(--si-btn);border-radius:999px;color:var(--si-btn);cursor:pointer;font-weight:600;padding:10px 18px;transition:color .15s,background .15s,transform .04s}.signin-secondary:hover{background:var(--si-btn);color:#fff}.signin-secondary:active{transform:translateY(1px)}.signin-hint{display:block;font-size:12px;margin-top:14px;opacity:.6;text-align:center;word-break:break-all}.signin-error{color:#ef4444;font-size:13px;margin-top:10px}.signin-xbtn{background:color-mix(in srgb,var(--si-card) 85%,#fff 15%);border:2px solid var(--si-ring);border-radius:999px;box-shadow:0 8px 22px #0000002e;color:var(--si-fg);cursor:pointer;display:grid;font-size:20px;font-weight:700;height:36px;place-items:center;position:absolute;right:12px;top:10px;transition:transform .08s,background .15s,color .15s,box-shadow .15s;width:36px}.signin-xbtn:hover{background:var(--si-ring);box-shadow:0 10px 24px #22d3ee59;color:#0b1220;transform:scale(1.06)}.signin-xbtn:active{transform:scale(.95)}.navbar{align-items:center;background:#0000;display:flex;justify-content:space-between;padding:20px;position:-webkit-sticky;position:sticky;top:0;z-index:1000;z-index:10}.logo{border-radius:12px;height:auto;width:120px}.auth-buttons{align-items:center;display:flex;gap:10px;margin-left:auto}.zoom-button{background:#0000;cursor:pointer;padding:12px 24px}.zoom-button:hover{background:#007bff}.profile-wrapper{display:inline-block;margin-right:4px;position:relative;z-index:1001}.profile-icon{border:2px solid #00bfff33;border-radius:50%;cursor:pointer;height:40px;object-fit:cover;width:40px}.profile-dropdown{background:#000;border:2px solid #007bff;border-radius:8px;box-shadow:0 8px 20px #0006;min-width:140px;padding:8px 0;position:absolute;right:0;text-align:left;top:52px}.dropdown-item{background:none;border:none;color:#fff;cursor:pointer;display:block;padding:10px 16px;text-decoration:none;width:100%}.dropdown-item:hover{background:#007bff33}.nav-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-left:auto}.theme-toggle-icon{all:unset;align-items:center;background:#ffffff0f;border:1px solid #0ea5e9;border-radius:999px;box-sizing:border-box;color:#ffd54a;cursor:pointer;display:inline-flex;height:38px;justify-content:center;width:38px}.theme-toggle-icon svg{stroke-width:1.75;display:block;height:20px;pointer-events:none;width:20px}.theme-toggle-icon:hover{background:#ffffff1f}.theme-toggle-icon:active{transform:translateY(.5px)}body.white-mode .theme-toggle-icon{background:#fff;border-color:#2563eb;color:#1f2937}body.white-mode .theme-toggle-icon:hover{background:#f3f4f6}.btn-primary{-webkit-appearance:none;appearance:none;background:#0a66c2;border:0;border-radius:999px;box-shadow:0 6px 18px #0a66c240;color:#fff;cursor:pointer;font-weight:700;letter-spacing:.2px;padding:10px 18px;transition:transform .06s ease,box-shadow .2s ease,background-color .2s ease}.btn-primary:hover{filter:brightness(1.05);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-primary:focus-visible{box-shadow:0 0 0 3px #0a66c259}.btn-outline{-webkit-appearance:none;appearance:none;border:2px solid #0a66c2;border-radius:999px;color:#0a66c2;letter-spacing:.2px;padding:8px 16px;transition:transform .06s ease,box-shadow .2s ease,color .2s ease,border-color .2s ease,background-color .2s ease}.btn-outline:hover{background:#0a66c214;transform:translateY(-1px)}.btn-outline:focus-visible{box-shadow:0 0 0 3px #0a66c240}body:not(.white-mode) .btn-primary{background:#21c996;box-shadow:0 6px 18px #21c99640;color:#0b0f14}body:not(.white-mode) .btn-primary:focus-visible{box-shadow:0 0 0 3px #21c99659}body:not(.white-mode) .btn-outline{border-color:#21c996;color:#21c996}body:not(.white-mode) .btn-outline:hover{background:#21c9961f}.nav-left{align-items:center;display:flex;gap:10px;position:relative}.mobile-home-btn{display:none;line-height:1;text-decoration:none}@media (max-width:768px){.navbar{min-height:52px;padding:8px 12px!important;position:-webkit-sticky!important;position:sticky!important;top:0}.logo{display:none!important}.mobile-home-btn{align-items:center;border-radius:999px;border-width:2px;display:inline-flex!important;font-size:14px;font-weight:700;height:34px;justify-content:center;left:8px;padding:0 14px;position:absolute!important;top:8px;z-index:1002}body.white-mode .mobile-home-btn{border-color:#0a66c2;color:#0a66c2}body.white-mode .mobile-home-btn:hover{background:#0a66c214}body:not(.white-mode) .mobile-home-btn{border-color:#21c996;color:#21c996}body:not(.white-mode) .mobile-home-btn:hover{background:#21c9961f}.nav-actions{gap:12px;margin-left:auto;padding-left:56px}.auth-buttons .btn-outline,.auth-buttons .btn-primary{font-size:14px;padding:9px 14px}nav.navbar{min-height:52px;padding:8px 12px!important}nav.navbar .mobile-home-btn{align-items:center;border-radius:999px;display:inline-flex!important;font-size:14px;font-weight:700;height:34px;justify-content:center;left:calc(env(safe-area-inset-left, 0px) + 8px)!important;padding:0 14px;position:fixed!important;top:calc(env(safe-area-inset-top, 0px) + 8px)!important;z-index:2000}nav.navbar .nav-actions{gap:12px;margin-left:auto}body.white-mode nav.navbar .mobile-home-btn{border-color:#0a66c2;color:#0a66c2}body.white-mode nav.navbar .mobile-home-btn:hover{background:#0a66c214}body:not(.white-mode) nav.navbar .mobile-home-btn{border-color:#21c996;color:#21c996}body:not(.white-mode) nav.navbar .mobile-home-btn:hover{background:#21c9961f}}.nav-lang-theme{align-items:center;display:flex;gap:10px;margin-right:10px}.language-select{-webkit-appearance:none;appearance:none;background:#0000;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='%2300f'%3E%3Cpath d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:14px;border:2px solid #0a66c2;border-radius:999px;color:#0a66c2;cursor:pointer;font-size:14px;font-weight:600;outline:none;padding:8px 30px 8px 14px}body:not(.white-mode) .language-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='green'%3E%3Cpath d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");border-color:#21c996;color:#21c996}@media (max-width:768px){.lang-wrapper{left:calc(env(safe-area-inset-left, 0px) + 8px);position:fixed;top:calc(env(safe-area-inset-top, 0px) + 52px);z-index:1999}}@media (max-width:480px){.auth-buttons{align-items:flex-end;flex-direction:column;margin-top:10px;width:100%}}@media (max-width:360px){.btn-outline,.btn-primary,.language-select,.zoom-button{font-size:13px;padding:6px 10px}}.db-card{font-family:Poppins,sans-serif;padding-bottom:16px}.db-card,.db-horo{max-height:none;overflow:visible}.db-horo{background:#0f1317;border:1.5px solid #00bfff;border-radius:14px;box-shadow:inset 0 2px 10px #00000040;margin-top:12px;padding:14px 16px}.db-horo-title{align-items:center;color:#a6ffcb;display:flex;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:800;font-weight:600;gap:8px;letter-spacing:.3px;margin-bottom:8px}.db-horo-title:before{content:"🔮";font-size:1.2rem;line-height:1}.db-horo-line{color:#e8f6ff;line-height:1.55}.db-horo .muted{opacity:.75}.db-horo .warn{color:#ffb84d}.db-horo-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.pill{align-items:center;background:#00bfff14;border:1px solid #00bfff59;color:#e8f6ff;display:inline-flex;font-size:.85rem;font-weight:700;gap:6px;padding:6px 10px;transition:transform .15s ease,background .2s ease,border-color .2s ease;-webkit-user-select:none;user-select:none}.pill:hover{background:#00bfff24;transform:translateY(-1px)}.pill:active{transform:translateY(0)}.pill:has(🎨){background:#ff69b41f;border-color:#ff69b473}.pill:has(#️⃣){background:#ffd7001f;border-color:#ffd70073}.pill:has(🤝){background:#32cd321f;border-color:#32cd3273}.pill:has(😄){background:#00bfff1f;border-color:#00bfff73}.db-weather-title{color:var(--fg);font-weight:800;letter-spacing:.2px;margin-bottom:6px;opacity:.9}.db-weather-row{grid-gap:10px;align-items:center;background:var(--card);border:1px solid var(--border);border-radius:12px;display:grid;gap:10px;grid-template-columns:36px 1fr auto;max-height:none;overflow:visible;padding:10px 12px}.db-weather-emoji{font-size:1.4rem;line-height:1}.db-weather-main{display:flex;flex-direction:column;gap:2px;-webkit-hyphens:auto;hyphens:auto;word-break:break-word}.db-weather-main strong{font-size:1.1rem}.db-weather-sub{font-size:.85rem;opacity:.8;word-break:break-word}.db-weather-meta{font-size:.9rem;opacity:.9;white-space:normal;word-break:break-word}body.white-mode .db-horo{background:#fff;border-color:#dfe7ef;box-shadow:inset 0 2px 10px #0000000a}body.white-mode .db-horo-line,body.white-mode .db-horo-title{color:#0e1116}body.white-mode .pill{background:#f4f8fb;border-color:#cfe0ea;color:#0e1116}body.white-mode .pill:hover{background:#e9f2f9}@media (max-width:520px){.db-horo{padding:12px}.db-horo-title{font-size:1rem}.pill{font-size:.8rem;padding:5px 9px}.db-weather-row{gap:8px;grid-template-columns:1fr;text-align:center}.db-weather-meta{font-size:.8rem}.db-weather-main strong{font-size:1rem}.db-weather-main{gap:4px}}.site-footer{grid-gap:24px;background:#000;background:var(--bg,#000);border-top:1px solid #00bfff;border-top:1px solid var(--border,#0aa);color:#fff;color:var(--fg,#fff);display:grid;gap:24px;grid-template-columns:auto 1fr;margin:0 auto;max-width:1100px;padding:32px 20px}.social{align-items:flex-start;display:flex;gap:12px}.social-btn{border:1px solid #00bfff66;border-radius:12px;display:grid;height:44px;outline:none;place-items:center;transition:transform .15s ease,border-color .15s ease;width:44px}.social-btn:hover{border-color:#7ee8ff;transform:scale(1.05)}.social-btn:focus{box-shadow:0 0 0 2px #00bfff99}.social-btn svg{fill:currentColor;height:20px;width:20px}.footer-right{grid-gap:20px;display:grid;gap:20px}.brand-row{align-items:center;display:flex;gap:12px}.brand-box{font-weight:600}.brand-box,.brand-title{font-size:22px}.links{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.links h4{font-size:16px;margin:0 0 8px}.links a{color:inherit;display:block;margin:6px 0;opacity:.85;text-decoration:none}.links a:hover{opacity:1;text-decoration:underline}.footer-bottom{border-top:1px solid #ffffff1f;color:#a0a0a0;font-size:12px;padding-top:12px}.brand-box{border:1px solid #00bfff80;border-radius:16px;display:grid;height:48px;overflow:hidden;place-items:center;width:48px}.brand-box .logo-img{max-height:70%;max-width:70%;object-fit:contain}@media (max-width:768px){.site-footer{grid-template-columns:1fr}.social{flex-direction:row}.links{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.links .col{min-width:0}.links a{margin:4px 0}}.chat-button{background-color:#0fc;border:none;border-radius:50%;bottom:20px;box-shadow:0 2px 6px #0000004d;cursor:pointer;font-size:24px;height:60px;width:60px;z-index:9999}.chat-button,.chat-popup{position:fixed;right:20px}.chat-popup{background:#1e1e1e;border:1px solid #0fc;border-radius:10px;bottom:90px;box-shadow:0 8px 24px #00000073;color:#fff;display:flex;flex-direction:column;width:300px;z-index:10000}.chat-header{align-items:center;background:#0fc;border-radius:10px 10px 0 0;color:#000;display:flex;justify-content:space-between;padding:10px;position:relative;z-index:10001}.chat-input{background:#1e1e1e;border-top:1px solid #0fc;display:flex;gap:5px;padding:5px}.chat-input input{background:#1e1e1e;border:1px solid #0fc;border-radius:20px 0 0 20px;color:#0fc;flex:1 1;outline:none;padding:10px}.chat-input button{background:#0fc;border:1px solid #0fc;border-radius:0 20px 20px 0;color:#000;cursor:pointer;font-weight:700;padding:10px 16px;transition:background .2s ease}.chat-input button:hover{background:#00e6b8}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:8px;overflow-y:auto;padding:10px}.message{word-wrap:break-word;border-radius:18px;font-size:14px;line-height:1.4;max-width:80%;padding:10px 14px}.message.user{align-self:flex-end;background-color:#fff;border-bottom-right-radius:4px;color:#000}.message.bot{align-self:flex-start;background-color:#0fc;border-bottom-left-radius:4px;color:#000}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-thumb{background-color:#00ffcc80;border-radius:3px}:root[data-theme=dark]{--bg:#000;--fg:#fff;--card:#0c0c0c;--border:#00bfff;--muted:#ccc}:root[data-theme=light]{--bg:#f7f9fb;--fg:#111;--card:#fff;--border:#0aa;--muted:#555}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}#root,body,html{color:#fff;color:var(--fg);font-family:Segoe UI Emoji,Apple Color Emoji,Noto Color Emoji,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;height:100%;overflow-x:hidden}#root,.section,body,html{background-color:#000;background-color:var(--bg)}.section{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin-top:-40px;min-height:60vh;padding:40px 10px 0;text-align:center}.animated-text{color:#ff69b4;font-size:2.2rem;font-weight:700;margin:-20px 0 30px;white-space:pre-wrap}.animated-text span{animation:zigZoom 3s ease-in-out infinite;display:inline-block;opacity:0;transform:scale(.5) translateY(0)}@keyframes zigZoom{0%{opacity:0;transform:scale(.5) translateY(10px)}25%{opacity:1;transform:scale(1.1) translateY(-10px)}50%{transform:scale(1) translateY(0)}75%{transform:scale(1.1) translateY(10px)}to{opacity:0;transform:scale(.5) translateY(-10px)}}.zoom-button{background-color:initial;border:2px solid #007bff;border-radius:999px;color:#fff;color:var(--fg);display:inline-block;font-size:1.1rem;font-weight:700;margin-top:12px;min-height:48px;padding:10px 22px;text-align:center;text-decoration:none;transition:.3s;white-space:normal;word-break:break-word}.zoom-button:hover{background-color:#007bff;color:#000}.arrow{margin-left:10px}.home-dashboard{margin:0 auto 12px!important;max-width:1100px;padding:0 12px;z-index:1}.home-grid.two-col{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);padding:0 16px}.home-main,.home-side{min-width:0}.home-side{margin-top:0!important}.rail-card{background:#0f0f0f;border:1px solid #0aa;border-radius:12px;padding:14px;position:-webkit-sticky;position:sticky;top:16px}@media (max-width:900px){.home-grid.two-col{grid-template-columns:1fr}.home-side{order:-1}.rail-card{margin-top:12px;position:static}}.previews-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin:12px auto 24px;max-width:1100px;padding:0 16px}@media (max-width:900px){.previews-grid{grid-template-columns:1fr}}.home-card{background:#0c0c0c;background:var(--card);border:1px solid #00bfff;border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 24px #0000001f;min-height:180px;padding:14px 16px;transition:transform .12s ease,box-shadow .2s ease,border-color .2s ease}.home-card:hover{border-color:#00c2ff;box-shadow:0 14px 28px #0000002e;transform:translateY(-1px)}.home-card h4{color:#0fc;font-size:1.05rem;letter-spacing:.2px;margin:0}body.white-mode .home-card h4{color:#0e1116}.footer{background-color:#000;color:#fff;padding:40px 0 60px}@media (max-width:480px){.zoom-button{font-size:1rem;padding:10px 18px}}.desktop-only{display:block}.mobile-only{display:none}.home-page{display:flex;flex-direction:column;min-height:100vh}.footer{font-size:14px;margin-top:auto;opacity:.75;padding:12px 16px}.hero-text.desktop-text{display:block}.hero-text.mobile-text{display:none}@media (max-width:768px){.desktop-only{display:none!important}.mobile-only{display:block!important}.section.hero-section{align-items:center;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:40px 16px;text-align:center}.hero-section .home-text{font-size:clamp(22px,6vw,28px);letter-spacing:.02em;line-height:1.2;margin:0 0 16px;text-align:center!important;word-spacing:.2em}.hero-line{color:#f6a;font-size:clamp(20px,6vw,26px);line-height:1.25;margin:0 0 12px;text-align:center}.zoom-button{margin-top:8px}.section{padding:12px 10px}.home-previews,.home-previews-grid,.previews-grid{grid-gap:12px!important;display:grid!important;gap:12px!important;grid-template-columns:1fr!important;margin:12px auto 0;max-width:720px;padding:0 12px}.home-card{box-sizing:border-box;width:100%}.navbar{justify-content:flex-end!important;padding:8px 12px!important}.hero-text.desktop-text{display:none}.hero-text.mobile-text{color:#f6a;display:block;font-size:22px;margin-bottom:12px;text-align:center}.chat-button,.chat-fab,.help-bubble{bottom:18px!important}}:root{--db-green:#21c996;--db-cyan:#0fc;--db-card-dark:#0b0b0b;--db-border-dark:#21c996}body.white-mode{--db-card-dark:#fff;--db-border-dark:#00bfff59}.db-card{grid-gap:12px;align-items:center;background:#0b0b0b;background:var(--db-card-dark);border:1px solid #21c996;border:1px solid var(--db-border-dark);border-radius:14px;box-shadow:0 12px 24px #00000040;display:grid;gap:12px;grid-template-columns:1fr;margin:16px auto 8px;max-width:1100px;padding:16px}.db-heading{color:#0fc;color:var(--db-cyan);font-weight:700;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.db-stats-row{display:flex;flex-wrap:wrap;gap:12px}.db-stat{background:#0000;border:1px solid #21c996;border:1px solid var(--db-green);border-radius:12px;min-width:120px;padding:10px 14px;text-align:center}.db-stat-label{margin-bottom:4px;opacity:.7}.db-stat-value{font-weight:700}.db-unit{opacity:.8}@media (max-width:768px){.db-card{background:#fff!important;background:var(--card,#fff)!important;border:1px solid #21c996!important;border:1px solid var(--db-border-dark)!important;box-shadow:0 8px 22px #00000014!important;margin:10px 12px 8px!important;padding:12px!important}.db-heading{font-size:clamp(14px,3.8vw,16px);line-height:1.2;margin-bottom:8px}.db-stat{flex:1 1 108px;min-width:102px;padding:8px 10px!important}.db-stat-label{font-size:11px!important}.db-stat-value{font-size:15px!important}.db-unit{font-size:12px!important}}.db-heading{font-size:18px}.db-stat-label{font-size:12px}.db-stat-value{font-size:18px}.db-unit{font-size:12px}@media (max-width:768px){.db-card{padding:10px 12px!important}.db-heading{font-size:15px;line-height:1.2}.db-stats-row{gap:10px}.db-stat{min-width:96px;padding:8px 10px!important}.db-stat-label{font-size:11px!important}.db-stat-value{font-size:14px!important}.db-unit{font-size:11px!important}}.db-card{display:block;margin:16px auto}@media (max-width:768px){.db-card{max-width:420px;width:90%}}.db-greeting{color:#0fc;font-size:14px;font-weight:600;line-height:1.4;margin-bottom:12px;text-align:center;white-space:normal}@media (min-width:768px){.db-greeting{font-size:18px;text-align:left}}.section.form-section{align-items:center;background-color:var(--bg);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:0 10px;text-align:center}.tool-animated-text{color:#ff69b4;font-size:2.2rem;font-weight:700;margin-bottom:40px;margin-top:-40px;text-align:center}.form-box{align-items:center;background-color:var(--card);border:2px solid #007bff;border-radius:12px;display:flex;flex-direction:column;gap:20px;max-width:400px;padding:30px;width:90%}.form-box input,.form-box select{background-color:#fff;border:1px solid #ccc;border-radius:8px;color:#333;font-size:16px;outline:none;padding:12px;transition:border .2s,box-shadow .2s;width:100%}.form-box input:focus,.form-box select:focus{border:1px solid #007bff;box-shadow:0 0 4px #007bff4d}.form-box select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill=%27black%27 height=%2720%27 viewBox=%270 0 24 24%27 width=%2720%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 10l5 5 5-5z%27/></svg>");background-position:right 10px center;background-repeat:no-repeat;background-size:16px}.gender-group{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.gender-chip,.gender-group{align-items:center;justify-content:center}.gender-chip{background:#fff;border:1.5px solid #cdd5e0;border-radius:999px;color:#111;cursor:pointer;display:inline-flex;font-weight:700;min-height:44px;padding:10px 16px;position:relative;-webkit-user-select:none;user-select:none}.gender-chip input{inset:0;opacity:0;pointer-events:none;position:absolute}.gender-chip.selected{background:#0a66c2;border-color:#0a66c2;color:#fff}.gender-chip:active{transform:translateY(.5px)}body:not(.white-mode) .form-box input,body:not(.white-mode) .form-box select{background:#1b1b1b;border:1px solid #00bfff;color:#fff}body:not(.white-mode) .gender-chip{background:#141414;border-color:#00bfff;color:#eaeaea}body:not(.white-mode) .gender-chip.selected{background:#21c996;border-color:#21c996;color:#0b0f14}.lets-go-wrapper{align-items:center;display:flex;flex-direction:column;margin-top:30px}.lets-go-btn{background-color:var(--fg);border:2px solid #007bff;border-radius:999px;color:var(--bg);cursor:pointer;font-size:1.1rem;font-weight:700;padding:14px 30px;transition:.3s ease}.lets-go-btn:hover{background-color:#007bff;color:#000}.error-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#000000b3;display:flex;inset:0;justify-content:center;position:fixed;z-index:2000}.error-popup{background-color:#111;border:2px solid #007bff;border-radius:16px;box-shadow:0 0 20px #007bff66;color:var(--fg);max-width:90%;padding:40px;text-align:center}.retry-btn{background-color:initial;border:2px solid #007bff;border-radius:999px;color:var(--fg);cursor:pointer;font-size:1rem;font-weight:700;margin-top:20px;padding:12px 28px;transition:background-color .3s ease}.retry-btn:hover{background-color:#007bff;color:#000}.footer{background-color:var(--bg);color:var(--fg);font-size:.9rem;padding:20px 0;text-align:center}.result-container{padding:0 16px}.result-wrapper{align-items:flex-start;display:flex;gap:28px;justify-content:center;min-height:calc(100vh - 140px);padding:32px 0;position:relative}.result-center{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:16px}.result-heading{color:#a6ffcb;font-size:2rem;margin:0 0 8px;text-align:center}.card{background:#141414;border:2px solid #00bfff;border-radius:12px;color:#e8f6ff;padding:16px;width:min(520px,92%)}.stat-row{border-bottom:1px solid #22313a;display:flex;justify-content:space-between;padding:8px 0}.stat-row:last-child{border-bottom:none}.stat-label{opacity:.85}.stat-value{font-weight:700}.accent-title{color:#0fc;margin:0 0 8px}.muted{opacity:.75}.warn{color:orange}.tips-grid{grid-gap:12px;display:grid;gap:12px}.tips{color:#0fc;list-style:none;margin:.5rem 0 0;padding-left:0}.tips li{margin:8px 0}.result-actions{display:flex;flex-direction:column;gap:18px;height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:90px}.circle{align-items:center;background:#111;border:2px solid #00bfff;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-weight:600;height:160px;justify-content:center;line-height:1.25;text-align:center;transition:transform .2s ease,background .2s ease,color .2s ease;width:160px}.circle:hover{background:#003b5c;color:#0ff;transform:scale(1.07)}.btn-outline{background:#0000;border:1px solid #0fc;color:#0fc;cursor:pointer;font-weight:700;padding:8px 12px}.btn-outline:hover{background:#0fc;color:#000}.rp-footer{font-size:.9rem;margin:24px 0 12px;opacity:.8;text-align:center}body.white-mode .result-heading{color:#0e1116}body.white-mode .card{background:#fff!important;border-color:#dfe7ef!important;color:#0e1116!important}body.white-mode .stat-row{border-bottom:1px solid #00000014!important}body.white-mode .accent-title{color:#0e1116!important}body.white-mode .tips{color:#0a66c2!important}body.white-mode .muted{color:#51606e!important;opacity:1!important}body.white-mode .circle{background:#fff!important;border-color:#dfe7ef!important;color:#0e1116!important}body.white-mode .circle:hover{background:#f4f8fb!important;border-color:#bcd1e1!important;color:#0a66c2!important}body.white-mode .btn-outline{border-color:#0a66c2!important;color:#0a66c2!important}body.white-mode .btn-outline:hover{background:#0a66c2!important;color:#fff!important}.tips-horo-wrapper{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:16px;max-width:1100px;width:100%}.tips-grid p{color:#fff;font-size:1rem;line-height:1.4;white-space:pre-wrap;word-break:break-word}body.white-mode .tips-grid p{color:#0e1116}@media (max-width:768px){.result-container{padding:16px 12px;text-align:center}.result-container h1,.result-container h2{font-size:clamp(18px,5vw,22px);line-height:1.3;margin-bottom:12px}.result-container .success-text{font-size:clamp(16px,4.5vw,20px);margin-bottom:18px}.result-table{font-size:13px;margin:0 auto 16px;width:100%}.result-table td,.result-table th{padding:6px 8px}.tips-box{border-radius:8px;font-size:13px;margin-bottom:20px;padding:10px 12px}.circle-buttons{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin:0 auto 24px;max-width:280px}.circle-buttons .circle-btn{font-size:12px;height:auto;padding:12px;width:100%}.footer{font-size:12px;opacity:.7;padding:10px;text-align:center}.tips-horo-wrapper{grid-template-columns:1fr}.result-wrapper{align-items:center;flex-direction:column;padding:20px 0}.result-center{align-items:center;width:100%}.result-actions{flex-direction:column;margin-top:20px;max-width:320px;position:static;width:100%}.result-actions .circle{background:#111;border:2px solid #00bfff;border-radius:10px;color:#fff;font-size:14px;height:auto;padding:16px;transition:transform .2s ease;width:100%}.result-actions .circle:hover{background:#003b5c;color:#0ff;transform:scale(1.03)}.tips-horo-wrapper{grid-template-columns:1fr;margin-top:20px}.result-wrapper{align-items:center;flex-direction:column}.result-center{order:1}.result-actions{flex-direction:column;margin:20px auto 0;max-width:320px;order:0;position:static;width:100%}.result-actions .circle{background:#111;border:2px solid #00bfff;border-radius:12px;color:#fff;font-size:14px;height:auto;padding:16px;transition:transform .2s ease;width:100%}.tips-horo-wrapper{grid-template-columns:1fr;margin-top:20px;order:2}}:root{--bg:#fff;--card-bg:#f0f0f0;--text:#000;--input-bg:#fff;--input-border:#ccc;--btn-bg:#00bfff;--btn-text:#000;--btn-hover:#09c}[data-theme=dark]{--bg:#000;--card-bg:#1a1a1a;--text:#fff;--input-bg:#222;--input-border:#555;--btn-bg:#00bfff;--btn-text:#000;--btn-hover:#09c}.profile-container{align-items:center;background-color:#fff;background-color:var(--bg);display:flex;justify-content:center;min-height:100vh;padding:2rem}.profile-box{background-color:#f0f0f0;background-color:var(--card-bg);border-radius:20px;box-shadow:0 0 30px #00ffff1a;max-width:500px;padding:2rem;text-align:center;width:100%}.profile-img{border:4px solid #00bfff;border:4px solid var(--btn-bg);border-radius:50%;height:200px;margin-bottom:1.5rem;object-fit:cover;width:200px}.profile-detail{color:#000;color:var(--text);font-size:1.1rem;margin-bottom:10px;text-align:left}.profile-input{background-color:#fff;background-color:var(--input-bg);border:1px solid #ccc;border:1px solid var(--input-border);border-radius:10px;color:#000;color:var(--text);font-size:1rem;margin:8px 0;padding:.7rem;width:100%}.edit-btn{background-color:#00bfff;background-color:var(--btn-bg);border:none;border-radius:12px;color:#000;color:var(--btn-text);cursor:pointer;font-weight:700;margin-top:1rem;padding:.8rem 1.2rem;transition:background-color .3s ease}.edit-btn:hover{background-color:#09c;background-color:var(--btn-hover)}.food-header{align-items:center;background-color:#1e1e1e;border:1px solid #093b45;border-radius:10px;color:#0fc;display:flex;justify-content:space-between;margin-left:auto;margin-right:auto;margin-top:20px;max-width:600px;padding:10px 15px}.back-btn{background-color:initial;border:1px solid #0fc;border-radius:5px;color:#0fc;cursor:pointer;font-weight:700;padding:5px 10px;transition:background-color .3s ease}.back-btn:hover{background-color:#0fc;color:#000}.food-list{background-color:#1e1e1e;border:1px solid #093b45;border-radius:10px;color:#fff;margin-left:auto;margin-right:auto;margin-top:10px;max-width:600px;padding:15px}.food-list h3{color:#0fc;margin-bottom:10px}.food-list ul{list-style:none;padding:0}.food-list li{border-bottom:1px solid #333;padding:10px}.restaurant-link{color:#0fc;font-weight:700;text-decoration:none}.restaurant-link:hover{text-decoration:underline}.picks-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.pill{border:1px solid #0fc;border-radius:999px;color:#0fc;display:inline-block;font-size:12px;line-height:1;padding:4px 10px}.pill-muted{border-color:#333;color:#aaa}.hf-split{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr;margin:0 auto 40px;max-width:1200px}.food-list li.hf-active{background:#0a0a0a;border-radius:8px}.hf-picks{background-color:#1e1e1e;border:1px solid #333;border-radius:10px;color:#fff;padding:15px}.hf-picks h3{color:#0fc;margin-bottom:10px}.hf-picks-list{grid-gap:10px 12px;display:grid;gap:10px 12px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));list-style:none;padding:0}.hf-pill{border:1px solid #0fc;border-radius:999px;color:#0fc;display:inline-block;padding:6px 10px;white-space:nowrap}.hf-count{margin-left:8px;opacity:.7}.hf-photo{background:#111;border:2px solid #0fc;border-radius:10px;height:260px;margin-bottom:12px;max-width:520px;object-fit:cover;width:100%}.hf-photo--placeholder{color:#888;display:grid;place-items:center}.hf-picks .hf-photo{align-items:center;background:#0f0f0f;border:1px solid #00ffcc55;border-radius:10px;display:flex;height:220px;justify-content:center;margin-bottom:10px;overflow:hidden;width:100%}.hf-picks .hf-photo img{height:100%;object-fit:cover;width:100%}.hf-photo-placeholder{color:#7bd5c9;font-size:.95rem;opacity:.8}.hf-image-box{border:2px solid #00bcd4;border-radius:10px;min-height:180px;padding:10px}.hf-image-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}.hf-image-grid img{border-radius:8px;height:110px;object-fit:cover;width:100%}.hf-image-empty{opacity:.7;padding:20px;text-align:center}body.white-mode .food-header,body.white-mode .food-list,body.white-mode .hf-picks{background-color:#fff!important;border-color:#dfe7ef!important;color:#0e1116!important}body.white-mode .food-header,body.white-mode .food-list h3,body.white-mode .hf-picks h3{color:#0e1116!important}body.white-mode .back-btn,body.white-mode .hf-pill,body.white-mode .pill,body.white-mode .restaurant-link{border-color:#0a66c2!important;color:#0a66c2!important}body.white-mode .back-btn:hover{background-color:#0a66c2!important;color:#fff!important}body.white-mode .food-list li,body.white-mode .hf-picks li{border-bottom:1px solid #00000014!important}body.white-mode .food-list *,body.white-mode .hf-picks *{color:inherit!important;filter:none!important;opacity:1!important}body.white-mode .food-list li.hf-active,body.white-mode .food-list li:hover{background:#0000000a!important}body.white-mode .food-list li{border-bottom:1px solid #00000014!important}body.white-mode .food-list [style*="background-color: #0a0a0a"],body.white-mode .food-list [style*="background-color:#0a0a0a"],body.white-mode .food-list [style*="background: #0a0a0a"],body.white-mode .food-list [style*="background:#0a0a0a"]{background:#0000000a!important}.gy-split{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr;margin:0 auto 40px;max-width:1200px}.gy-header{align-items:center;background:#1e1e1e;border:1px solid #093b45;border-radius:10px;color:#0fc;display:flex;justify-content:space-between;margin:16px auto;max-width:1000px;padding:10px 15px}.gy-back-btn{background:#0000;border:1px solid #0fc;border-radius:6px;color:#0fc;cursor:pointer;font-weight:700;padding:6px 10px;transition:background-color .2s ease}.gy-back-btn:hover{background:#0fc;color:#000}.gy-panel{background:#141414;border:2px solid #00bfff;border-radius:12px;min-height:280px;padding:16px}.gy-list h3{color:#0fc;margin:0 0 10px}.gy-list ul{list-style:none;margin:0;padding:0}.gy-list li{border-bottom:1px solid #2a2a2a;padding:12px 10px}.gy-list li:last-child{border-bottom:none}.gy-list .name{color:#e8f6ff;font-weight:700}.gy-list .meta{color:#cdeff6;display:block;opacity:.8}.gy-list .stars{margin-top:4px}.gy-picks h3{color:#0fc;margin:0 0 10px}.gy-picks-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));margin-bottom:10px}.gy-figure{background:#0f0f0f;border:1px solid #073b4c;border-radius:10px;margin:0;overflow:hidden}.gy-figure img{display:block;height:120px;object-fit:cover;width:100%}.gy-figure .fallback{align-items:center;color:#8fbcd4;display:none;font-size:12px;height:120px;justify-content:center}.gy-figure figcaption{color:#cdeff6;font-size:12px;overflow:hidden;padding:6px 8px;text-overflow:ellipsis;white-space:nowrap}body.white-mode .gy-header,body.white-mode .gy-panel{background:#fff!important;border-color:#dfe7ef!important;color:#0e1116!important}body.white-mode .gy-header,body.white-mode .gy-list .name,body.white-mode .gy-list h3,body.white-mode .gy-picks h3{color:#0e1116!important}body.white-mode .gy-list .meta{color:#344451!important}body.white-mode .gy-list li{border-bottom:1px solid #00000014!important}body.white-mode .gy-panel *{color:inherit!important;filter:none!important;opacity:1!important}body.white-mode .gy-back-btn{border-color:#0a66c2!important;color:#0a66c2!important}body.white-mode .gy-back-btn:hover{background:#0a66c2!important;color:#fff!important}.hp-split{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr;margin:0 auto 40px;max-width:1200px}.hp-header{align-items:center;background:#1e1e1e;border:1px solid #093b45;border-radius:10px;color:#0fc;display:flex;justify-content:space-between;margin:16px auto;max-width:1000px;padding:10px 15px}.hp-back-btn{background:#0000;border:1px solid #0fc;border-radius:6px;color:#0fc;cursor:pointer;font-weight:700;padding:6px 10px;transition:background-color .2s ease}.hp-back-btn:hover{background:#0fc;color:#000}.hp-panel{background:#141414;border:2px solid #00bfff;border-radius:12px;min-height:280px;padding:16px}.hp-list h3{color:#0fc;margin:0 0 10px}.hp-list ul{list-style:none;margin:0;padding:0}.hp-list li{border-bottom:1px solid #2a2a2a;padding:12px 10px}.hp-list li:last-child{border-bottom:none}.hp-list .name{color:#e8f6ff;font-weight:700}.hp-list .meta{color:#cdeff6;display:block;opacity:.8}.hp-list .stars{margin-top:4px}.hp-picks h3{color:#0fc;margin:0 0 10px}.hp-picks-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));margin-bottom:10px}.hp-figure{background:#0f0f0f;border:1px solid #073b4c;border-radius:10px;margin:0;overflow:hidden}.hp-figure img{display:block;height:120px;object-fit:cover;width:100%}.hp-figure .fallback{align-items:center;color:#8fbcd4;display:none;font-size:12px;height:120px;justify-content:center}.hp-figure figcaption{color:#cdeff6;font-size:12px;overflow:hidden;padding:6px 8px;text-overflow:ellipsis;white-space:nowrap}body.white-mode .hp-header,body.white-mode .hp-panel{background:#fff!important;border-color:#dfe7ef!important;color:#0e1116!important}body.white-mode .hp-header,body.white-mode .hp-list .name,body.white-mode .hp-list h3,body.white-mode .hp-picks h3{color:#0e1116!important}body.white-mode .hp-list .meta{color:#344451!important}body.white-mode .hp-list li{border-bottom:1px solid #00000014!important}body.white-mode .hp-panel *{color:inherit!important;filter:none!important;opacity:1!important}body.white-mode .hp-back-btn{border-color:#0a66c2!important;color:#0a66c2!important}body.white-mode .hp-back-btn:hover{background:#0a66c2!important;color:#fff!important}@media (max-width:720px){.hp-split{grid-template-columns:1fr}}.hp-service-list{grid-gap:10px;color:#0fc;display:grid;font-weight:500;gap:10px;list-style:none;margin:12px 0 0;padding-left:0}.hp-service-list li{background:#141414;border:1px solid #00bfff;border-radius:10px;padding:10px 12px;transition:background .2s ease}.hp-service-list li:hover{background:#003b5c}body.white-mode .hp-service-list li{background:#fff;border-color:#dfe7ef;color:#0e1116}body.white-mode .hp-service-list li:hover{background:#f4f8fb}:root{--bg:#000;--fg:#fff;--card:#0c0c0c;--border:#00bfff;--muted:#ccc}.about{background:#000;background:var(--bg);color:#fff;color:var(--fg);display:grid;min-height:calc(100dvh - 120px);padding:24px;place-items:center}.about-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:1.1fr 1fr;width:min(1200px,100%)}.about-left{aspect-ratio:4/3;background:#050505;border:1px solid color-mix(in oklab,#00bfff,#0000 60%);border:1px solid color-mix(in oklab,var(--border),#0000 60%);border-radius:18px;display:grid;overflow:hidden;place-items:center}.about-left img{height:100%;object-fit:cover;width:100%}.about-right{grid-gap:18px;display:grid;gap:18px}.card{background:#0c0c0c;background:var(--card);border:1px solid color-mix(in oklab,#00bfff,#0000 60%);border:1px solid color-mix(in oklab,var(--border),#0000 60%);border-radius:18px;box-shadow:inset 0 0 0 1px #00bfff14,0 10px 24px #00000059;padding:18px 20px}.motto-card h2{font-size:1.25rem;margin-bottom:6px}.motto-card p{color:#ccc;color:var(--muted);font-weight:600;letter-spacing:.5px}.mission-card h3{font-size:1.1rem;margin-bottom:8px}.mission-card p{color:#ccc;color:var(--muted);line-height:1.6}.fade-in{animation:fade .5s ease-out both}@keyframes fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (max-width:900px){.about-grid{grid-template-columns:1fr}.about-left{aspect-ratio:16/9}}.legal-container{align-items:flex-start;display:flex;font-family:Segoe UI,sans-serif;justify-content:center;min-height:100vh;padding:2rem 1rem;transition:background-color .3s ease,color .3s ease}[data-theme=dark] .legal-container{background-color:#000;color:#fff}[data-theme=dark] .legal-box{background-color:#1a1a1a;box-shadow:0 0 30px #00ffff1a}[data-theme=dark] .legal-box a,[data-theme=dark] .legal-box h1,[data-theme=dark] .legal-box h2{color:#00bfff}[data-theme=dark] .legal-footer{color:#888}[data-theme=light] .legal-container{background-color:#f7f7f7;color:#111}[data-theme=light] .legal-box{background-color:#fff;box-shadow:0 0 20px #00000014}[data-theme=light] .legal-box a,[data-theme=light] .legal-box h1,[data-theme=light] .legal-box h2{color:#07c}[data-theme=light] .legal-footer{color:#555}.legal-box{border-radius:20px;max-width:700px;padding:2rem;width:100%}.legal-box h1{font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.legal-box h2{font-size:1.3rem;margin-bottom:.8rem;margin-top:1.5rem}.legal-box li,.legal-box p{font-size:.95rem;line-height:1.6}.legal-box ul{padding-left:1.2rem}.legal-box a{text-decoration:underline}.legal-footer{font-size:.85rem;margin-top:2rem;text-align:center;transition:color .3s ease}@media (max-width:480px){.legal-box{border-radius:12px;padding:1rem}.legal-box h1{font-size:1.5rem}.legal-box h2{font-size:1.1rem}.legal-box li,.legal-box p{font-size:.88rem}.legal-footer{font-size:.75rem}}.contact-container{background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin:0 auto;max-width:600px;padding:2rem}.contact-container h1{color:#333;margin-bottom:1.5rem;text-align:center}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form label{color:#333;font-weight:600}.contact-form input,.contact-form textarea{border:1px solid #ccc;border-radius:6px;font-size:1rem;padding:.75rem;resize:vertical}.contact-form button{background-color:#06f;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;padding:.75rem;transition:background-color .3s ease}.contact-form button:hover{background-color:#0053cc}.contact-form p{color:green;font-size:.95rem;margin:0;padding-top:.5rem;text-align:center}body.white-mode .home-card,body.white-mode .home-card *{color:#0e1116!important;filter:none!important;opacity:1!important;text-shadow:none!important}body.white-mode .home-card,body.white-mode .home-card .card,body.white-mode .home-card .card-inner,body.white-mode .home-card .list,body.white-mode .home-card .list-body,body.white-mode .home-card>div{background:#fff!important;border-color:#dfe7ef!important}body.white-mode .home-card [style*="background-color: #0c0c0c"],body.white-mode .home-card [style*="background-color: #0f0f0f"],body.white-mode .home-card [style*="background-color: #141414"],body.white-mode .home-card [style*="background-color:#0c0c0c"],body.white-mode .home-card [style*="background-color:#0f0f0f"],body.white-mode .home-card [style*="background-color:#141414"],body.white-mode .home-card [style*="background: #0c0c0c"],body.white-mode .home-card [style*="background: #0f0f0f"],body.white-mode .home-card [style*="background: #141414"],body.white-mode .home-card [style*="background:#0c0c0c"],body.white-mode .home-card [style*="background:#0f0f0f"],body.white-mode .home-card [style*="background:#141414"]{background:#fff!important}body.white-mode .home-card .muted,body.white-mode .home-card small{color:#51606e!important}body.white-mode .home-card a{color:#0a66c2!important;text-decoration:none}body.white-mode .home-card a:hover{color:#0e1116!important}body.white-mode .home-card .row,body.white-mode .home-card li+li{border-top:1px solid #00000014!important}body.white-mode .home-card li:hover{background:#0000000a!important}.home-card .rating,.home-card .star{color:gold!important}body.white-mode .hero-card{background:#fff!important;border-color:#e6eef6!important;color:#0e1116!important}body.white-mode .hero-card *{color:#0e1116!important}body.white-mode .hero-card .stat{background:#fff!important;border-color:#d7e1ed!important;box-shadow:inset 0 0 0 1px #0000000a}body.white-mode .hero-card .stat div[style*="opacity: 0.7"]{color:#5a6775!important}
/*# sourceMappingURL=main.5acbfade.css.map*/