@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg:#f8fafc;--bg-soft:#f1f5f9;--panel:#fff;--panel-2:#f8fafc;--text:#111827;--muted:#6b7280;--line:#e5e7eb;--primary:#10b981;--primary-strong:#0f766e;--accent:#f59e0b;--danger:#ef4444;--success:#10b981;--warning:#f59e0b;--radius:12px;--shadow:0 4px 6px -1px #0000000d, 0 2px 4px -2px #00000008;--shadow-hover:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000a;--transition:all .2s ease-in-out}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--text);letter-spacing:-.02em;margin:0;font-weight:600}p{margin:0;line-height:1.5}input,select,textarea,button{font:inherit}.page-shell{max-width:1240px;margin:0 auto;padding:24px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);transition:var(--transition)}.panel:hover{box-shadow:var(--shadow-hover)}.top-nav{background:var(--panel);border-bottom:1px solid var(--line);z-index:50;justify-content:space-between;align-items:center;margin-bottom:32px;padding:16px 24px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;display:flex}.app-logo{object-fit:contain;border-radius:8px;width:40px;height:40px}.brand h3{color:var(--primary-strong);font-size:1.25rem;font-weight:700}.brand-sub{color:var(--muted);font-size:.85rem;font-weight:500}.top-links{align-items:center;gap:8px;display:flex}.menu-link{color:var(--muted);transition:var(--transition);border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-weight:500;display:flex}.menu-link:hover{background:var(--bg-soft);color:var(--text)}.menu-link.active{color:var(--primary-strong);background:#ecfdf5;font-weight:600}.layout-grid{grid-template-columns:260px 1fr;gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.stat{padding:20px}.stat .label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.stat .value{color:var(--text);margin-top:8px;font-size:1.875rem;font-weight:700}.section{margin-top:24px;padding:24px}.section-title{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.section-title h2,.section-title h3{font-size:1.25rem}.form-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.field{flex-direction:column;gap:8px;display:flex}.field label{color:var(--text);font-size:.875rem;font-weight:500}.input,.select,.textarea{border:1px solid var(--line);width:100%;transition:var(--transition);color:var(--text);background:#fff;border-radius:8px;padding:12px 16px;font-size:1rem}.input:focus,.select:focus,.textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #10b9811a}.input:disabled,.select:disabled,.textarea:disabled{background:var(--bg-soft);color:var(--muted);cursor:not-allowed}.textarea{resize:vertical;min-height:120px}.actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px;display:flex}.btn{cursor:pointer;transition:var(--transition);border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:600;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.primary{background:var(--primary);color:#fff}.btn.primary:hover:not(:disabled){background:var(--primary-strong);box-shadow:0 4px 6px -1px #10b98133}.btn.ghost{border-color:var(--line);color:var(--text);background:#fff}.btn.ghost:hover:not(:disabled){background:var(--bg-soft)}.btn.danger{color:#dc2626;background:#fee2e2;border-color:#fca5a5}.btn.danger:hover:not(:disabled){color:#991b1b;background:#feaca5}.btn.accent{background:var(--accent);color:#fff}.btn.accent:hover:not(:disabled){background:#d97706}.table-wrap{border:1px solid var(--line);background:#fff;border-radius:8px;overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--line);padding:16px}th{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;background:var(--bg-soft);font-size:.875rem;font-weight:600}tbody tr:hover{background:var(--bg-soft)}tbody tr:last-child td{border-bottom:none}.pill{background:var(--bg-soft);color:var(--text);border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:4px 12px;font-size:.85rem;font-weight:600;line-height:1.2;display:inline-flex}.pill.good{color:#065f46;background:#d1fae5}.pill.warn{color:#92400e;background:#fef3c7}.badge{letter-spacing:.05em;font-family:monospace;font-size:1.1rem;font-weight:600}.fade-in{animation:.3s ease-out fade-slide}@keyframes fade-slide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.spinner{border:2px solid #10b98133;border-top-color:var(--primary);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.shimmer{background:linear-gradient(90deg, var(--bg-soft) 25%, #e2e8f0 50%, var(--bg-soft) 75%);background-size:200% 100%;border-radius:4px;animation:1.5s linear infinite shimmer}@keyframes shimmer{to{background-position:-200% 0}}.auth-shell{background:var(--bg);place-items:center;min-height:100dvh;padding:24px;display:grid;position:relative;overflow-y:auto}.auth-breadcrumb-route{z-index:10;color:#64748b;align-items:center;gap:8px;font-size:.9rem;display:flex;position:absolute;top:24px;left:24px}.auth-back-btn{z-index:10;box-shadow:var(--shadow);color:var(--text);background:#fff;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:absolute;top:24px;left:24px}.auth-back-btn:hover{background:var(--surface-hover,#f8fafc);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.auth-card{background:#fff;border-radius:20px;flex-shrink:0;grid-template-columns:1fr 1fr;width:100%;max-width:900px;margin:auto 0;display:grid;overflow:hidden;box-shadow:0 25px 50px -12px #0000001a}.auth-left{background:var(--primary-strong);color:#fff;flex-direction:column;justify-content:center;padding:48px;display:flex;position:relative}.auth-icon-badge{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:24px;display:flex;box-shadow:0 4px 12px #0000001a}.auth-left h1{color:#fff;margin-bottom:16px;font-size:2.25rem;font-weight:700}.auth-left p{opacity:.9;font-size:1.1rem;line-height:1.6}.auth-right{flex-direction:column;justify-content:center;padding:48px;display:flex}.auth-title{color:var(--text);margin-bottom:8px;font-size:1.5rem;font-weight:700}.auth-subtitle{color:var(--muted);margin-bottom:24px;font-size:.9rem;line-height:1.5}.auth-form{flex-direction:column;gap:20px;padding:0;display:flex}.password-input-wrapper{align-items:center;width:100%;display:flex;position:relative}.password-input-wrapper .input{width:100%;padding-right:48px}.password-toggle-btn{color:#64748b;cursor:pointer;z-index:2;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px;transition:color .2s;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.password-toggle-btn:hover,.password-toggle-btn:focus{color:#0f172a;outline:none}.auth-actions{flex-direction:column;align-items:stretch;gap:16px;margin-top:8px;display:flex}.auth-submit-btn{justify-content:center;width:100%;min-height:48px;padding:14px;font-size:1rem}.auth-footer-text{text-align:center;color:var(--muted);font-size:.9rem}.auth-footer-link{color:var(--primary);font-weight:600;text-decoration:none}.auth-footer-link:hover{text-decoration:underline}.auth-alert-banner{border:1px solid var(--danger,#ef4444);color:var(--danger,#dc2626);background:#ef44441a;border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:14px 16px;font-size:.92rem;font-weight:500;display:flex;box-shadow:0 4px 12px #ef444414}.empty-state{text-align:center;color:var(--muted);background:var(--panel);border-radius:var(--radius);border:1px dashed var(--line);flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.date-checklist{border:1px solid var(--line);background:#fff;border-radius:8px;gap:8px;max-height:200px;padding:12px;display:grid;overflow-y:auto}.date-checkbox-row{cursor:pointer;transition:var(--transition);border-radius:6px;align-items:center;gap:12px;padding:8px;display:flex}.date-checkbox-row:hover{background:var(--bg)}.date-checkbox-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.hide-on-desktop{display:none!important}.desktop-only{display:flex}span.desktop-only{display:inline-flex}.mobile-menu-toggle{min-width:44px;min-height:44px;color:var(--text);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:none}.mobile-drawer-overlay{z-index:1000;display:none;position:fixed;inset:0}@media (width<=768px){.mobile-drawer-overlay{display:flex!important}}.mobile-drawer-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001;background:#0f172a99;position:fixed;inset:0}.mobile-drawer-panel{z-index:1002;background:#fff;flex-direction:column;width:300px;max-width:82vw;height:100%;animation:.25s cubic-bezier(.16,1,.3,1) slideDrawerRight;display:flex;position:relative;box-shadow:15px 0 35px #0003}@keyframes slideDrawerRight{0%{transform:translate(-100%)}to{transform:translate(0)}}.mobile-drawer-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:20px 16px;display:flex}.user-badge-drawer{align-items:center;gap:12px;display:flex}.close-drawer-btn{justify-content:center;align-items:center;display:flex;min-width:44px!important;min-height:44px!important;color:var(--text)!important;border:none!important;padding:8px!important}.mobile-drawer-links{flex-direction:column;flex:1;gap:8px;padding:16px 12px;display:flex;overflow-y:auto}.drawer-link{color:var(--text);border-radius:12px;align-items:center;gap:16px;min-height:48px;padding:14px 16px;font-size:1.05rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.drawer-link:hover,.drawer-link:active{background:var(--bg-soft)}.drawer-link.active{color:var(--primary,#059669);background:#ecfdf5;font-weight:600}.mobile-drawer-footer{border-top:1px solid var(--line);padding:16px}.dashboard-quick-actions{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;display:grid}.quick-action-card{align-items:center;gap:16px;padding:20px;transition:transform .2s,box-shadow .2s;display:flex}.quick-action-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000000d}.quick-action-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.dashboard-tabs{border-bottom:1px solid var(--line);padding:0 16px;display:flex}.dashboard-tab-btn{color:var(--muted);cursor:pointer;white-space:nowrap;align-items:center;gap:8px;font-weight:500;display:inline-flex;background:0 0!important;border:none!important;border-bottom:2px solid #0000!important;border-radius:0!important;padding:16px!important}.dashboard-tab-btn.active{font-weight:600;border-bottom-color:var(--primary)!important;color:var(--primary-strong)!important}.dashboard-tab-content{padding:24px}.portfolio-header-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.portfolio-search-wrapper{position:relative}.portfolio-search-input{width:260px;border-radius:20px!important;padding:10px 12px 10px 40px!important}.portfolio-tables-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.table-wrap{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto!important}.table-wrap table{min-width:540px}.chart-container,canvas,svg{max-width:100%;height:auto}@media (width<=1024px){.layout-grid,.hero{grid-template-columns:1fr}.auth-card{grid-template-columns:1fr!important;max-width:520px!important;margin:40px auto!important}.auth-left{text-align:center;align-items:center;padding:36px 32px!important}.auth-icon-badge{margin-bottom:16px!important}.auth-right{padding:36px 32px!important}.grid-3,.kpi-grid,.dashboard-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.notification-dropdown{min-width:350px!important;max-width:none!important}.notification-backdrop{display:none}@media (width<=768px){.page-shell{padding:16px}.top-nav{flex-flow:row!important;justify-content:space-between!important;align-items:center!important;min-height:52px!important;max-height:56px!important;padding:8px 12px!important}.nav-left{flex-shrink:1!important;gap:6px!important;min-width:0!important}.nav-left button.btn.ghost{min-width:32px!important;height:32px!important;padding:4px!important}.nav-left button.btn.ghost svg{width:20px!important;height:20px!important}.brand{flex-shrink:1!important;align-items:center!important;gap:6px!important;min-width:0!important}.brand>div:first-child{border-radius:8px!important;width:30px!important;height:30px!important}.brand>div:first-child svg{width:18px!important;height:18px!important}.brand h3{letter-spacing:-.02em!important;white-space:nowrap!important;text-overflow:ellipsis!important;margin:0!important;font-size:.95rem!important;font-weight:700!important;overflow:hidden!important}.brand-sub,.desktop-only{display:none!important}.hide-on-desktop{display:inline-flex!important}.top-nav .actions,.user-management-table-wrap .actions{flex-flow:row!important;flex-shrink:0!important;align-items:center!important;gap:4px!important;display:flex!important}.bell-btn{justify-content:center!important;align-items:center!important;width:36px!important;height:36px!important;padding:6px!important;display:flex!important}.bell-btn svg{stroke-width:1.75px!important;width:19px!important;height:19px!important}.bell-btn span{width:15px!important;height:15px!important;font-size:.6rem!important;top:2px!important;right:2px!important}.notification-wrapper{position:static!important}.notification-dropdown{width:300px!important;min-width:unset!important;z-index:9999!important;border-radius:14px!important;flex-direction:column!important;max-width:calc(100vw - 24px)!important;height:auto!important;max-height:330px!important;margin-top:0!important;padding:12px 14px!important;display:flex!important;position:fixed!important;top:60px!important;left:auto!important;right:12px!important;overflow:hidden!important;box-shadow:0 12px 36px #00000047!important}.notification-dropdown .dropdown-header{border-bottom:1px solid var(--line)!important;flex-shrink:0!important;justify-content:space-between!important;align-items:center!important;margin-bottom:10px!important;padding-bottom:8px!important;display:flex!important}.notification-dropdown .dropdown-scroll-body{overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important;max-height:250px!important;padding-right:4px!important;overflow:hidden auto!important}.notification-dropdown .dropdown-scroll-body::-webkit-scrollbar{width:5px!important;display:block!important}.notification-dropdown .dropdown-scroll-body::-webkit-scrollbar-track{background:var(--bg-soft)!important;border-radius:8px!important}.notification-dropdown .dropdown-scroll-body::-webkit-scrollbar-thumb{background:var(--primary-light)!important;border-radius:8px!important}.notification-dropdown h3{font-size:.95rem!important;line-height:1.2!important}.notification-dropdown h4,.notification-dropdown div[style*="font-weight: 600"],.notification-dropdown div[style*="font-weight: 500"]{font-size:.8rem!important;line-height:1.2!important}.notification-dropdown p{margin-bottom:6px!important;font-size:.74rem!important;line-height:1.35!important}.notification-dropdown span{font-size:.68rem!important}.notification-dropdown button.btn{min-height:28px!important;padding:4px 8px!important;font-size:.7rem!important}.notification-dropdown *{word-break:break-word;overflow-wrap:anywhere;max-width:100%}.notification-backdrop{z-index:9998!important;touch-action:none!important;overscroll-behavior:none!important;-webkit-tap-highlight-color:transparent!important;background:#00000059!important;width:100vw!important;height:100dvh!important;display:block!important;position:fixed!important;inset:0!important}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.stat{padding:16px!important}.stat .value{font-size:1.5rem!important}.dashboard-quick-actions{grid-template-columns:1fr!important;gap:12px!important}.quick-action-card{min-height:72px!important;padding:16px!important}.dashboard-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:4px!important;padding:0 12px!important;overflow-x:auto!important}.dashboard-tabs::-webkit-scrollbar{display:none}.dashboard-tab-btn{flex-shrink:0!important;min-height:48px!important;padding:14px 16px!important;font-size:.95rem!important}.dashboard-tab-content{padding:16px!important}.portfolio-header-bar{flex-direction:column!important;align-items:stretch!important;gap:8px!important}.portfolio-search-wrapper{width:100%!important;height:36px!important;min-height:36px!important;margin:0!important;position:relative!important}.portfolio-search-input,.section.panel .portfolio-search-input,.section.panel input.portfolio-search-input{box-sizing:border-box!important;border-radius:18px!important;width:100%!important;height:36px!important;min-height:36px!important;padding:6px 12px 6px 36px!important;font-size:.85rem!important;line-height:1.2!important}.portfolio-search-wrapper .search-icon{width:16px!important;height:16px!important;top:50%!important;left:12px!important;transform:translateY(-50%)!important}.portfolio-tables-grid{grid-template-columns:1fr!important;gap:20px!important;width:100%!important;min-width:0!important}.portfolio-tables-grid>div{width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important}.portfolio-tables-grid .table-wrap,.portfolio-table-wrap{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.portfolio-tables-grid table,.portfolio-table-wrap table{table-layout:fixed!important;width:100%!important;min-width:100%!important;max-width:100%!important}.portfolio-tables-grid th,.portfolio-tables-grid td,.portfolio-table-wrap th,.portfolio-table-wrap td{white-space:normal!important;word-break:break-all!important;padding:8px 12px!important;font-size:.85rem!important}.portfolio-tables-grid td:first-child,.portfolio-table-wrap td:first-child{font-family:monospace!important;font-size:.95rem!important}.portfolio-tables-grid th:last-child,.portfolio-tables-grid td:last-child,.portfolio-table-wrap th:last-child,.portfolio-table-wrap td:last-child{text-align:right!important;word-break:normal!important;width:90px!important;padding-right:20px!important}.form-grid>*{grid-column:1/-1!important}.auth-shell{flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:100dvh!important;padding:64px 16px 24px!important;display:flex!important;overflow-y:auto!important}.auth-breadcrumb-route{top:20px!important;left:20px!important}.auth-back-btn{border-radius:9999px!important;min-height:44px!important;padding:10px 14px!important;font-size:.9rem!important;top:12px!important;left:16px!important;box-shadow:0 2px 8px #00000014!important}.auth-card{border-radius:16px!important;width:100%!important;max-width:440px!important;margin:0 auto!important;box-shadow:0 10px 25px #0000000f!important}.auth-left{display:none!important}.auth-icon-badge{width:42px!important;height:42px!important;margin-bottom:12px!important}.auth-left h1{margin-bottom:8px!important;font-size:clamp(1.4rem,6vw,1.75rem)!important}.auth-left p{font-size:.95rem!important;line-height:1.4!important}.auth-right{padding:24px 20px!important}.auth-title{font-size:1.35rem!important}.auth-subtitle{margin-bottom:20px!important}.auth-form .input{min-height:48px!important;padding:12px 14px!important;font-size:1rem!important}.password-input-wrapper .input{padding-right:52px!important}.auth-submit-btn{min-height:52px!important;font-size:1.05rem!important;font-weight:600!important}.auth-footer-text{padding:8px 0!important;font-size:.95rem!important}.auth-footer-link{padding:4px!important}.auth-alert-banner{border-radius:10px!important;gap:10px!important;padding:12px!important;font-size:.85rem!important}.grid-3,.grid-2,.form-grid,.bulk-import-grid{grid-template-columns:1fr!important}.bulk-import-grid{gap:20px!important}.bulk-import-grid form{border:1px solid var(--line);box-shadow:0 4px 12px #0000000a;padding:18px 16px!important}.user-management-table-wrap{-webkit-overflow-scrolling:touch!important;width:100%!important;overflow-x:auto!important}.user-management-table-wrap table{table-layout:auto!important;width:100%!important;min-width:520px!important}.user-management-table-wrap th,.user-management-table-wrap td{white-space:nowrap!important;height:auto!important;padding:6px 8px!important;font-size:.72rem!important;line-height:1.2!important}.user-management-table-wrap th{letter-spacing:0!important;font-size:.68rem!important}.user-management-table-wrap .actions{flex-direction:row!important;align-items:center!important;gap:6px!important}.user-management-table-wrap .actions button{width:auto!important;min-width:auto!important;min-height:auto!important;padding:4px 10px!important;font-size:.7rem!important;line-height:1.2!important}.section.panel .actions,form.actions,.scrap-web-card .actions,.delete-scrapped-card .actions,.manual-add-card .actions,.upload-csv-card .actions{flex-flow:column wrap!important;align-items:stretch!important;gap:10px!important;width:100%!important;margin-top:10px!important;display:flex!important}.section.panel{margin-bottom:16px!important;padding:16px 14px!important;overflow:hidden!important}.section-title h2{margin-bottom:12px!important;font-size:1.3rem!important}.section-title h3{word-break:break-word!important;font-size:1.05rem!important;line-height:1.3!important}.section-title h4,.section.panel h4{font-size:.95rem!important}.section.panel label,.field label{word-break:break-word!important;overflow-wrap:anywhere!important;margin-bottom:6px!important;font-size:.82rem!important;line-height:1.3!important}.section.panel .select,.section.panel .input,.section.panel .textarea,.scrap-web-card select,.delete-scrapped-card select,.upload-csv-card select{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:44px!important;padding:10px 12px!important;font-size:16px!important}.section.panel .textarea{min-height:80px!important}.upload-csv-card .grid-2,.upload-csv-card .form-grid,.scrapped-draws-grid{grid-template-columns:1fr!important;gap:16px!important;width:100%!important;min-width:0!important}.upload-csv-card .field[style*=grid-column]{grid-column:1/-1!important}.section.panel button.btn,.section.panel .actions button{justify-content:center!important;align-items:center!important;width:100%!important;min-height:44px!important;margin:0!important;padding:10px 14px!important;font-size:.9rem!important;display:inline-flex!important}.available-draws-card .section-title{flex-direction:column!important;align-items:flex-start!important;gap:10px!important;margin-bottom:14px!important}.available-draws-card .section-title button.btn.ghost{align-self:flex-start!important;width:auto!important;min-height:36px!important;padding:6px 12px!important;font-size:.8rem!important}.scrapped-draw-table-wrap{width:100%!important;overflow-x:hidden!important}.scrapped-draw-table-wrap table{table-layout:fixed!important;width:100%!important;min-width:100%!important;max-width:100%!important}.scrapped-draw-table-wrap th,.scrapped-draw-table-wrap td{white-space:normal!important;word-break:break-word!important;padding:8px 12px!important;font-size:.82rem!important}.scrapped-draw-table-wrap th:last-child,.scrapped-draw-table-wrap td:last-child{text-align:right!important;word-break:normal!important;width:80px!important;padding-right:16px!important}.winning-history-panel>div{padding:14px 12px!important}.winning-history-panel h3{font-size:1.05rem!important}.winning-history-panel .pill{padding:4px 8px!important;font-size:.75rem!important}.winning-history-table-wrap{-webkit-overflow-scrolling:touch!important;width:100%!important;overflow-x:auto!important}.winning-history-table-wrap table{table-layout:auto!important;width:100%!important;min-width:440px!important}.winning-history-table-wrap th,.winning-history-table-wrap td{white-space:nowrap!important;padding:8px 6px!important;font-size:.76rem!important}.winning-history-table-wrap th{font-size:.72rem!important}.winning-history-table-wrap td .badge,.winning-history-table-wrap td .pill{padding:2px 6px!important;font-size:.72rem!important}.draw-result-backdrop{padding:12px!important}.draw-result-modal{border-radius:16px!important;max-height:94vh!important}.draw-result-header{padding:14px 16px!important}.draw-result-header h2{font-size:1.1rem!important}.draw-result-body{padding:16px 14px!important}.congratulations-banner{margin-bottom:20px!important}.congratulations-banner>div:first-child{width:60px!important;height:60px!important;margin-bottom:12px!important}.congratulations-banner>div:first-child svg{width:30px!important;height:30px!important}.congratulations-banner h2{margin-bottom:4px!important;font-size:1.5rem!important}.congratulations-banner p{font-size:.95rem!important}.winner-card{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;padding:14px!important}.winner-card-left{gap:12px!important;width:100%!important}.winner-icon-circle{width:40px!important;height:40px!important}.winner-icon-circle svg{width:22px!important;height:22px!important}.winner-bond-number{letter-spacing:1px!important;font-size:1.3rem!important}.winner-card-right{border-top:1px dashed #bbf7d0cc!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;width:100%!important;padding-top:10px!important;display:flex!important}.winner-card-right>div:first-child{justify-content:flex-start!important;margin-bottom:0!important}.winner-card-right>div:first-child .pill{padding:3px 8px!important;font-size:.8rem!important}.winner-card-right>div:last-child{font-size:.8rem!important}.no-prizes-state{padding:32px 0!important}}@media (width<=480px){.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.stat{flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;padding:12px!important;display:flex!important}.stat .label{margin-bottom:4px!important;font-size:.75rem!important}.stat .value{margin-top:2px!important;font-size:1.35rem!important}}@media (width<=380px){.auth-shell{padding:60px 8px 16px!important}.auth-card{border-radius:12px!important}.auth-left,.auth-right{padding:20px 14px!important}.auth-left h1{font-size:1.3rem!important}.auth-back-btn{top:8px!important;left:8px!important}}.unified-footer{background-color:var(--bg-soft);color:var(--text);border-top:1px solid var(--line);margin-top:auto;font-family:inherit}.unified-footer-container{max-width:1240px;margin:0 auto;padding:64px 24px 32px}.unified-footer-grid{grid-template-columns:repeat(2,1fr);gap:24px 16px;padding-bottom:48px;display:grid}@media (width<=767px){.unified-footer-grid{grid-template-rows:max-content max-content auto!important;row-gap:14px!important}.footer-brand-col{grid-column:span 2;margin-bottom:8px}.unified-footer-grid .footer-nav-col:nth-child(2){grid-area:span 2/1/auto/2}.unified-footer-grid .footer-nav-col:nth-child(3){grid-column:2/3;align-self:start}.unified-footer-grid .footer-nav-col:nth-child(4){grid-column:2/3;align-self:start;margin-top:-6px}}@media (width>=768px){.unified-footer-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media (width>=1024px){.unified-footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand-col{flex-direction:column;gap:16px;display:flex}.footer-logo-link{color:var(--text);border-radius:4px;align-items:center;gap:8px;width:fit-content;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.footer-logo-link:focus-visible{outline:none;box-shadow:0 0 0 2px #10b98180}.footer-logo-icon{background-color:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;padding:6px;display:flex}.footer-tagline{color:var(--muted);max-width:380px;margin:0;font-size:.875rem;line-height:1.6}.footer-disclaimer{color:var(--muted);border:1px solid var(--line);background-color:#00000008;border-radius:8px;align-items:center;gap:8px;width:fit-content;margin-top:8px;padding:10px;font-size:.75rem;display:inline-flex}.shield-icon{color:var(--primary)}.footer-nav-col{flex-direction:column;gap:12px;display:flex}.footer-nav-col h4{color:var(--text);margin-bottom:8px;font-size:1rem;font-weight:600}.footer-nav-col a{color:var(--muted);border-radius:2px;width:fit-content;font-size:.875rem;text-decoration:none;transition:color .15s}.footer-nav-col a:hover{color:var(--primary)}.footer-nav-col a:focus-visible{outline:none;box-shadow:0 0 0 2px #10b98180}.footer-developer{border-top:1px solid var(--line);margin-top:16px;padding-top:16px}.developer-title{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:.75rem;font-weight:600;display:block}.developer-icons{gap:8px;display:flex}.developer-icons a{color:var(--muted);background-color:#0000000a;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.developer-icons a:hover{background-color:var(--primary);color:#fff}.unified-footer-bottom{color:var(--muted);border-top:1px solid var(--line);flex-direction:column;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;font-size:.75rem;display:flex}@media (width>=640px){.unified-footer-bottom{flex-direction:row}}.mobile-only-developer{display:none!important}.desktop-only-developer{display:block!important}@media (width<=767px){.mobile-only-developer{display:block!important}.desktop-only-developer{display:none!important}.unified-footer-container{padding:36px 16px 20px!important}.footer-logo-link{gap:6px!important;font-size:1.05rem!important}.footer-logo-icon{border-radius:6px!important;padding:5px!important}.footer-logo-icon svg{width:16px!important;height:16px!important}.footer-tagline{font-size:.78rem!important;line-height:1.4!important}.footer-disclaimer{gap:6px!important;padding:8px 10px!important;font-size:.68rem!important;line-height:1.3!important}.footer-nav-col h4{margin-bottom:6px!important;font-size:.85rem!important}.footer-nav-col a{font-size:.76rem!important;line-height:1.3!important}.developer-title{margin-bottom:6px!important;font-size:.68rem!important}.unified-footer-bottom{text-align:center!important;gap:10px!important;padding-top:16px!important;font-size:.68rem!important}}:root{--container-max-width:1240px;--container-landing-max:1200px;--container-padding-x:24px;--container-padding-y:40px;--section-padding-y:80px;--font-title-huge:3.5rem;--font-h1:2.5rem;--font-h2:2rem;--font-h3:1.5rem;--font-h4:1.25rem;--font-body:1rem;--font-small:.875rem;--gap-xl:40px;--gap-lg:32px;--gap-md:24px;--gap-sm:16px;--gap-xs:8px;--touch-min-size:44px}@media (width>=1024px) and (width<=1439px){:root{--container-max-width:1140px;--container-landing-max:1100px;--container-padding-x:24px;--section-padding-y:70px}}@media (width>=768px) and (width<=1023px){:root{--container-max-width:960px;--container-landing-max:920px;--container-padding-x:20px;--container-padding-y:32px;--section-padding-y:60px;--font-title-huge:2.75rem;--font-h1:2.15rem;--font-h2:1.75rem;--font-h3:1.35rem;--font-h4:1.15rem;--gap-xl:32px;--gap-lg:24px;--gap-md:20px}}@media (width>=481px) and (width<=767px){:root{--container-max-width:100%;--container-landing-max:100%;--container-padding-x:16px;--container-padding-y:24px;--section-padding-y:48px;--font-title-huge:2.25rem;--font-h1:1.85rem;--font-h2:1.5rem;--font-h3:1.25rem;--font-h4:1.1rem;--gap-xl:24px;--gap-lg:20px;--gap-md:16px;--gap-sm:12px}}@media (width<=480px){:root{--container-max-width:100%;--container-landing-max:100%;--container-padding-x:12px;--container-padding-y:20px;--section-padding-y:40px;--font-title-huge:1.85rem;--font-h1:1.6rem;--font-h2:1.35rem;--font-h3:1.15rem;--font-h4:1.05rem;--font-body:.95rem;--gap-xl:20px;--gap-lg:16px;--gap-md:12px;--gap-sm:10px}}html,body,#root{position:relative;width:100%!important;max-width:100vw!important;overflow-x:hidden!important}*,:before,:after{box-sizing:border-box}main,section,article,nav,header,footer,.panel:not(.notification-dropdown),.landing-page{max-width:100%}.page-shell{width:100%!important;max-width:var(--container-max-width)!important;padding-left:var(--container-padding-x)!important;padding-right:var(--container-padding-x)!important;margin-left:auto!important;margin-right:auto!important}.landing-container{width:100%!important;max-width:var(--container-landing-max)!important;padding-left:var(--container-padding-x)!important;padding-right:var(--container-padding-x)!important;margin-left:auto!important;margin-right:auto!important}.unified-footer-container{width:100%!important;max-width:var(--container-max-width)!important;padding-left:var(--container-padding-x)!important;padding-right:var(--container-padding-x)!important;margin-left:auto!important;margin-right:auto!important}@media (width<=1023px){.panel:not(.notification-dropdown),.card,.stat-card,[class*=-box],[class*=-card]{min-height:fit-content;height:auto!important}}@media (width<=767px){[style*=width\:],[style*=max-width\:]{max-width:100%!important}svg,img,.app-logo,.landing-brand-icon,input,button,[role=switch],[class*=icon],[class*=badge]{max-width:none!important}img{max-width:100%!important}}img,video,canvas,picture,iframe{max-width:100%;height:auto;display:block}svg{vertical-align:middle;flex-shrink:0;max-width:100%;display:inline-block}img.app-logo,img.avatar{flex-shrink:0;max-width:100%;height:auto}.media-fluid{object-fit:contain;width:100%;height:auto}@media (width<=1023px),(pointer:coarse){button,.btn,.btn-premium,input[type=button],input[type=submit],select,.landing-link,.nav-link,[role=button],.tappable{min-height:var(--touch-min-size);min-width:var(--touch-min-size);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}p a,li a{min-width:auto;min-height:auto;display:inline}input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],textarea{min-height:var(--touch-min-size)}}.font-huge{font-size:var(--font-title-huge);line-height:1.15}.font-h1{font-size:var(--font-h1);line-height:1.25}.font-h2{font-size:var(--font-h2);line-height:1.3}.font-h3{font-size:var(--font-h3);line-height:1.35}.font-h4{font-size:var(--font-h4);line-height:1.4}.font-body{font-size:var(--font-body);line-height:1.5}.font-small{font-size:var(--font-small);line-height:1.4}@media (width<=1023px){.hero-title{font-size:clamp(2rem,5vw,3.5rem)!important;line-height:1.2!important}h1{font-size:clamp(1.6rem,4vw,2.5rem)}h2{font-size:clamp(1.35rem,3.5vw,2rem)}h3{font-size:clamp(1.15rem,3vw,1.5rem)}h4{font-size:clamp(1.05rem,2.5vw,1.25rem)}}@media (width<=480px){.hero-title{font-size:clamp(1.75rem,7vw,2.25rem)!important}.hero-desc{font-size:1rem!important}}.show-on-mobile,.show-on-mobile-flex,.show-on-tablet{display:none!important}@media (width<=1023px){.hide-on-tablet{display:none!important}.show-on-tablet{display:block!important}}@media (width<=767px){.hide-on-mobile{display:none!important}.show-on-mobile{display:block!important}.show-on-mobile-flex{display:flex!important}}@media (width>=1024px){.hide-on-desktop{display:none!important}}.flex-responsive{gap:var(--gap-md);flex-direction:row;display:flex}@media (width<=1023px){.flex-stack-tablet{flex-direction:column!important;align-items:stretch!important}}@media (width<=767px){.flex-responsive,.flex-stack-mobile{flex-direction:column!important;align-items:stretch!important}}.grid-responsive-2{gap:var(--gap-md);grid-template-columns:repeat(2,1fr);display:grid}.grid-responsive-3{gap:var(--gap-md);grid-template-columns:repeat(3,1fr);display:grid}.grid-responsive-4{gap:var(--gap-md);grid-template-columns:repeat(4,1fr);display:grid}@media (width<=1023px){.grid-responsive-3,.grid-responsive-4{grid-template-columns:repeat(2,1fr)!important}}@media (width<=767px){.grid-responsive-2,.grid-responsive-3,.grid-responsive-4{grid-template-columns:1fr!important}}.gap-responsive{gap:var(--gap-md)!important}.py-responsive{padding-top:var(--container-padding-y)!important;padding-bottom:var(--container-padding-y)!important}.my-responsive{margin-top:var(--container-padding-y)!important;margin-bottom:var(--container-padding-y)!important}.section-py{padding-top:var(--section-padding-y)!important;padding-bottom:var(--section-padding-y)!important}@media (width<=767px){.text-center-mobile{text-align:center!important}.text-left-mobile{text-align:left!important}}@media (width<=1023px){.text-center-tablet{text-align:center!important}}.table-responsive-wrapper,.overflow-wrapper{-webkit-overflow-scrolling:touch;border-radius:var(--radius);width:100%;max-width:100%;display:block;overflow-x:auto!important}.landing-page{color:var(--text);background-color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4{letter-spacing:-.02em;margin:0;font-weight:700}.landing-page p{color:var(--muted);line-height:1.6}.landing-container{max-width:1200px;margin:0 auto;padding:0 24px}.landing-nav{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#ffffffe6;border-bottom:1px solid #0000000d;align-items:center;height:80px;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.landing-nav .landing-container{justify-content:space-between;align-items:center;width:100%;display:flex}.landing-brand{color:var(--primary-strong);align-items:center;gap:12px;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.landing-brand-icon{background:var(--primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.landing-menu{align-items:center;gap:32px;display:flex}.landing-link{color:var(--muted);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.landing-link:hover{color:var(--text)}.landing-actions{align-items:center;gap:16px;display:flex}.hero-section{background:radial-gradient(circle at 100% 0,#10b9811f 0%,#0000 50%),radial-gradient(circle at 0 100%,#0f766e14 0%,#0000 40%),repeating-linear-gradient(45deg,#00000003 0 1px,#0000 1px 10px),#fdfdfd;align-items:center;min-height:95vh;padding:180px 0 120px;display:flex;position:relative;overflow:hidden}.hero-grid{z-index:2;grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;display:grid;position:relative}.hero-bg-shapes{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.hero-shape{filter:blur(80px);opacity:.5;border-radius:50%;position:absolute}.hero-shape.one{background:#10b98126;width:500px;height:500px;animation:8s ease-in-out infinite alternate pulseGlow;top:-100px;right:-100px}.hero-shape.two{background:#0f766e1a;width:400px;height:400px;animation:10s ease-in-out infinite alternate-reverse pulseGlow;bottom:10%;left:-50px}@keyframes pulseGlow{0%{opacity:.4;transform:scale(1)}to{opacity:.6;transform:scale(1.1)}}.hero-content{z-index:1;max-width:600px;position:relative}.hero-title{color:#0f172a;letter-spacing:-.03em;margin-bottom:24px;font-size:4rem;line-height:1.1}.hero-title span{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-strong) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}.hero-title span.gold-highlight{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline}.hero-desc{color:var(--muted);max-width:550px;margin-bottom:40px;font-size:1.25rem}.hero-buttons{gap:16px;margin-bottom:32px;display:flex}.btn-premium{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:16px 32px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-premium.primary{background:var(--primary);color:#fff;box-shadow:0 4px 14px #10b98163}.btn-premium.primary:hover{background:var(--primary-strong);transform:translateY(-2px);box-shadow:0 6px 20px #10b9813b}.btn-premium.secondary{background:var(--bg-soft);color:var(--text);border:1px solid var(--line)}.btn-premium.secondary:hover{background:#e2e8f0;transform:translateY(-2px)}.trust-badges{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.trust-badge{color:var(--text);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb3;border:1px solid #0000000d;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.85rem;font-weight:600;display:flex}.trust-badge svg{color:var(--primary)}.hero-illustration-wrapper{z-index:2;justify-content:center;align-items:center;width:100%;height:600px;display:flex;position:relative}.hero-bg-shield{color:#10b9810a;z-index:0;animation:10s ease-in-out infinite reverse floatMain;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-phone-mockup{z-index:2;background:0 0;justify-content:center;align-items:center;width:320px;height:620px;animation:10s ease-in-out infinite floatMain;display:flex;position:relative}.hero-phone-mockup img{object-fit:contain;mix-blend-mode:darken;max-width:140%;max-height:140%}.glass-ui-card{-webkit-backdrop-filter:blur(40px)saturate(120%);background:#ffffff26;border:1px solid #fff6;border-radius:24px;align-items:center;gap:16px;padding:16px 20px;transition:transform .3s;display:flex;position:absolute;box-shadow:0 30px 60px #0000000a,inset 0 1px #ffffff4d}.g-card-1{z-index:4;animation:8s ease-in-out infinite floatCard;top:12%;left:-20%;transform:scale(1.05)}.g-card-2{z-index:3;opacity:.85;animation:9s ease-in-out infinite reverse floatCard;bottom:22%;right:-15%;transform:scale(.9)}.g-card-3{z-index:1;opacity:.6;animation:11s ease-in-out 1s infinite floatCard;top:45%;left:-10%;transform:scale(.85)}.floating-cert{opacity:.15;z-index:0;width:auto;height:auto;animation:20s linear infinite drift;position:absolute}.sparkle{background:var(--primary);width:4px;height:4px;box-shadow:0 0 10px 2px var(--primary);border-radius:50%;animation:4s ease-in-out infinite alternate pulseSparkle;position:absolute}@keyframes pulseSparkle{0%{opacity:.2;transform:scale(1)}to{opacity:.8;transform:scale(1.5)}}@keyframes drift{0%{opacity:0;transform:translateY(0)rotate(0)}20%{opacity:.6}80%{opacity:.6}to{opacity:0;transform:translateY(-100px)rotate(20deg)}}.glass-icon-box{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.glass-icon-box.green{color:var(--primary);background:#10b9811a;border:1px solid #10b98133}.glass-icon-box.gold{color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b33}.glass-content h4{color:#0f172a;margin-bottom:2px;font-size:.95rem;font-weight:600}.glass-content p{color:var(--muted);margin:0;font-size:.8rem}@keyframes floatMain{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(1deg)}to{transform:translateY(0)rotate(0)}}@keyframes floatCard{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.landing-section{padding:100px 0;position:relative}.landing-section.bg-gray{background:var(--bg)}.section-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:700px;margin:0 auto 60px;display:flex}.section-tag{color:var(--primary-strong);letter-spacing:.05em;text-transform:uppercase;background:#ecfdf5;border-radius:20px;margin-bottom:16px;padding:6px 12px;font-size:.85rem;font-weight:600;display:inline-block}.section-title{color:var(--text);margin-bottom:16px;font-size:2.5rem}.section-subtitle{color:var(--muted);font-size:1.1rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.feature-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:40px 32px;transition:all .3s;position:relative;overflow:hidden}.feature-card:hover{border-color:#10b98133;transform:translateY(-8px);box-shadow:0 20px 40px #0000000f}.feature-icon-wrapper{width:64px;height:64px;color:var(--primary-strong);background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border-radius:16px;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.feature-card:hover .feature-icon-wrapper{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-strong) 100%);color:#fff}.feature-title{margin-bottom:12px;font-size:1.25rem;font-weight:700}.feature-desc{color:var(--muted);font-size:1rem;line-height:1.6}.mobile-desc{display:none}.desktop-desc{display:inline}.steps-container{justify-content:space-between;padding:40px 0;display:flex;position:relative}.steps-container:before{content:"";background:var(--line);z-index:0;height:2px;position:absolute;top:80px;left:10%;right:10%}.step-card{z-index:1;text-align:center;flex-direction:column;align-items:center;width:30%;display:flex;position:relative}.step-number{border:2px solid var(--line);width:80px;height:80px;color:var(--text);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;font-size:1.5rem;font-weight:700;transition:all .3s;display:flex}.step-card:hover .step-number{border-color:var(--primary);background:var(--primary);color:#fff;box-shadow:0 10px 20px #10b98133}.step-title{margin-bottom:12px;font-size:1.25rem;font-weight:700}.step-desc{color:var(--muted)}.prize-categories-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.premium-prize-card{border:1px solid var(--line);background:#fff;border-radius:24px;padding:32px;transition:all .3s}.premium-prize-card:hover{border-color:var(--primary);box-shadow:0 20px 40px #0000000d}.ppc-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:24px;display:flex}.ppc-amount{color:var(--primary-strong);font-size:1.75rem;font-weight:700}.ppc-badge{background:var(--bg-soft);color:var(--muted);border-radius:20px;padding:6px 12px;font-size:.85rem;font-weight:600}.ppc-row{justify-content:space-between;align-items:center;padding:12px 0;display:flex}.ppc-label{color:var(--muted);align-items:center;gap:8px;font-weight:500;display:flex}.ppc-label .dot{border-radius:50%;width:8px;height:8px}.ppc-value{font-family:monospace;font-size:1.1rem;font-weight:700}.ppc-gold{color:var(--accent)}.dot-gold{background:var(--accent)}.dot-silver{background:#94a3b8}.dot-bronze{background:#b45309}.security-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.security-image{border-radius:24px;width:100%;box-shadow:0 20px 40px #0000001a}.security-list{flex-direction:column;gap:24px;margin-top:32px;display:flex}.sec-item{gap:16px;display:flex}.sec-icon{background:var(--bg-soft);width:48px;height:48px;color:var(--primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sec-content h4{margin-bottom:4px;font-size:1.1rem}.sec-content p{color:var(--muted);font-size:.95rem}.faq-container{flex-direction:column;gap:16px;max-width:800px;margin:0 auto;display:flex}.faq-item{border:1px solid var(--line);background:#fff;border-radius:16px;transition:all .3s;overflow:hidden}.faq-item:hover{border-color:#10b9814d}.faq-item details summary{cursor:pointer;justify-content:space-between;align-items:center;padding:24px;font-size:1.1rem;font-weight:600;list-style:none;display:flex}.faq-item details summary::-webkit-details-marker{display:none}.faq-item details summary:after{content:"+";color:var(--primary);font-size:1.5rem;transition:transform .3s}.faq-item details[open] summary:after{transform:rotate(45deg)}.faq-content{color:var(--muted);padding:0 24px 24px;line-height:1.6}.final-cta{background:linear-gradient(135deg, var(--primary-strong) 0%, var(--primary) 100%);text-align:center;color:#fff;border-radius:32px;padding:80px 40px;position:relative;overflow:hidden}.final-cta h2{color:#fff;margin-bottom:24px;font-size:3rem}.final-cta p{color:#ffffffe6;max-width:600px;margin:0 auto 40px;font-size:1.25rem}.final-cta .btn-premium.secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-color:#fff3}.final-cta .btn-premium.secondary:hover{background:#fff3}.final-cta .btn-premium.primary{color:var(--primary-strong);background:#fff}.final-cta .btn-premium.primary:hover{background:#f8fafc}.landing-footer{background:var(--bg);border-top:1px solid var(--line);padding:80px 0 40px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:60px;display:grid}.footer-brand{flex-direction:column;gap:16px;display:flex}.footer-brand p{max-width:300px}.footer-social{gap:16px;margin-top:16px;display:flex}.social-link{border:1px solid var(--line);width:40px;height:40px;color:var(--muted);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.social-link:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.footer-col h4{margin-bottom:24px;font-size:1.1rem}.footer-col ul{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.footer-col a{color:var(--muted);text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--primary)}.footer-bottom{text-align:center;border-top:1px solid var(--line);color:var(--muted);padding-top:32px;font-size:.9rem}.security-visual-col{padding:40px}.security-shield-card{aspect-ratio:1;border:1px solid var(--line);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;max-width:400px;display:flex;position:relative;box-shadow:0 30px 60px #10b98126}.contact-form-wrapper{background:var(--surface-hover,#f8fafc);border:1px solid var(--border,#e2e8f0);border-radius:16px;max-width:600px;margin:0 auto;padding:2rem;box-shadow:0 4px 12px #00000008}.contact-form{flex-direction:column;gap:1rem;display:flex}.cta-buttons-wrapper{justify-content:center;gap:16px;display:flex}.mobile-menu-btn{color:#0f172a;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px;display:none}@media (width<=1023px){.landing-menu,.landing-actions{display:none!important}.mobile-menu-btn{display:flex!important}.hero-grid{text-align:center;padding-bottom:20px;grid-template-columns:1fr!important;gap:40px!important}.hero-content{max-width:700px;order:1!important;margin:0 auto!important}.hero-title{font-size:clamp(2.25rem,5.5vw,3.5rem)!important}.hero-buttons,.trust-badges{justify-content:center!important}.hero-illustration-wrapper{transform:scale(.95);order:2!important;width:100%!important;max-width:500px!important;height:540px!important;margin:0 auto!important;display:flex!important;position:relative!important;overflow:visible!important}.g-card-1{top:6%!important;left:2%!important;transform:scale(.9)!important}.g-card-2{bottom:18%!important;right:2%!important;transform:scale(.85)!important}.g-card-3{top:50%!important;left:5%!important;transform:scale(.8)!important}.features-grid{gap:20px;grid-template-columns:repeat(2,1fr)!important}.security-grid{text-align:center;grid-template-columns:1fr!important;gap:40px!important}.security-list .sec-item{text-align:left}.footer-grid{grid-template-columns:repeat(2,1fr)!important}}.mobile-nav-dropdown{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--line);z-index:999;background:#fffffffa;flex-direction:column;gap:20px;max-height:calc(100vh - 80px);padding:24px;animation:.25s ease-out forwards slideDownMenu;display:flex;position:fixed;top:80px;left:0;right:0;overflow-y:auto;box-shadow:0 20px 30px -10px #00000026}@keyframes slideDownMenu{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-links{border-bottom:1px solid var(--line);flex-direction:column;gap:4px;padding-bottom:16px;display:flex}.mobile-nav-link{color:var(--text);border-radius:12px;align-items:center;min-height:44px;padding:12px 16px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.mobile-nav-link:hover,.mobile-nav-link:active{color:#047857;background:#ecfdf5}.mobile-nav-actions{flex-direction:column;gap:12px;display:flex}@media (width<=767px){.landing-nav{height:70px!important}.mobile-nav-dropdown{padding:20px 16px!important;top:70px!important}.hero-section{padding:145px 0 60px!important}.hero-content{margin-top:15px!important}.hero-title{font-size:clamp(1.85rem,7vw,2.5rem)!important;line-height:1.25!important}.hero-desc{margin-bottom:24px!important;font-size:1rem!important}.hero-buttons{flex-direction:column!important;align-items:stretch!important;gap:12px!important;width:100%!important;max-width:340px!important;margin:0 auto 32px!important}.hero-buttons .btn-premium{justify-content:center!important;width:100%!important;min-height:48px!important;font-size:1rem!important}.trust-badges{flex-wrap:wrap!important;justify-content:center!important;gap:8px!important}.trust-badge{padding:6px 12px!important;font-size:.8rem!important}.hero-illustration-wrapper{display:none!important}.prize-categories-grid,.dates-archive-grid,.footer-grid{grid-template-columns:1fr!important;gap:16px!important}.features-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.steps-container{grid-template-columns:repeat(3,1fr)!important;gap:8px!important;padding:16px 0!important;display:grid!important}.steps-container:before{display:none!important}.step-card{text-align:center!important;flex-direction:column!important;align-items:center!important;width:100%!important;padding:0 4px!important;display:flex!important}.step-number{border-width:2px!important;width:40px!important;height:40px!important;margin-bottom:10px!important;font-size:1.15rem!important}.step-title{margin-bottom:4px!important;font-size:.85rem!important;font-weight:700!important;line-height:1.25!important}.step-desc{display:none!important}.feature-card{border-radius:14px!important;padding:16px 12px!important}.feature-icon-wrapper{border-radius:12px!important;width:44px!important;height:44px!important;margin-bottom:12px!important}.feature-icon-wrapper svg{width:22px!important;height:22px!important}.feature-title{margin-bottom:6px!important;font-size:.95rem!important;line-height:1.3!important}.feature-desc{font-size:.8rem!important;line-height:1.35!important}.desktop-desc{display:none!important}.mobile-desc{display:inline!important}.security-grid{text-align:left!important;gap:24px!important}.security-list{gap:14px!important;margin-top:20px!important}.sec-item{border:1px solid var(--border,#e2e8f0)!important;background:#fff!important;border-radius:12px!important;align-items:flex-start!important;gap:12px!important;padding:14px!important;box-shadow:0 1px 3px #00000005!important}.sec-icon{border-radius:10px!important;width:38px!important;height:38px!important;margin-top:2px!important}.sec-icon svg{width:18px!important;height:18px!important}.sec-content h4{margin-bottom:4px!important;font-size:.95rem!important}.sec-content p{margin:0!important;font-size:.82rem!important;line-height:1.4!important}.security-visual-col{display:none!important}.faq-item summary{align-items:center!important;min-height:48px!important;padding:16px!important;font-size:1.05rem!important;display:flex!important}.faq-content{padding:0 16px 16px!important;font-size:.95rem!important}.contact-form-wrapper{border-radius:12px!important;padding:1.5rem!important}.contact-form input,.contact-form textarea{background:#fff!important;border-color:#cbd5e1!important;box-shadow:0 1px 3px #0000000d!important}.final-cta{text-align:center!important;border-radius:20px!important;padding:40px 20px!important}.final-cta h2{font-size:1.75rem!important}.cta-buttons-wrapper{flex-direction:column!important;align-items:stretch!important;gap:12px!important;width:100%!important;max-width:320px!important;margin:24px auto 0!important}.cta-buttons-wrapper .btn-premium{justify-content:center!important;width:100%!important;min-height:48px!important}}@media (width<=479px){.hero-section{padding:135px 0 50px!important}.hero-title{font-size:1.75rem!important}.hero-illustration-wrapper{display:none!important}.section-title{font-size:1.5rem!important}.category-card{border-radius:12px!important}}.animate-on-scroll{opacity:0;animation:.6s ease-out forwards scrollFade;transform:translateY(30px)}@keyframes scrollFade{to{opacity:1;transform:translateY(0)}}.archive-card{color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:16px;padding:24px;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 3px #0000000d}.archive-card:hover{border-color:#10b98166;transform:translateY(-4px);box-shadow:0 12px 24px #10b98114,0 4px 8px #0000000a}.archive-card .arrow-icon{color:#94a3b8;margin-left:auto;transition:transform .2s,color .2s}.archive-card:hover .arrow-icon{color:#10b981;transform:translate(4px)}.latest-draw-card{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #10b9814d;position:relative;overflow:hidden;box-shadow:0 4px 20px #10b9810f}.latest-draw-card:before{content:"";background:linear-gradient(90deg,#10b981,#34d399);height:4px;position:absolute;top:0;left:0;right:0}.latest-draw-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #10b9811f}.year-pill{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .2s}.year-pill:hover{background:#f8fafc;border-color:#cbd5e1}.year-pill.active{color:#fff;background:#10b981;border-color:#10b981}@media (width<=768px){.draw-dates-toolbar{flex-direction:column;align-items:stretch!important;gap:16px!important}.draw-dates-search{order:1!important;min-width:100%!important;max-width:100%!important}.year-pills-container{order:2!important;width:100%!important}}.gradient-footer-border{background:linear-gradient(90deg,#0000,#e2e8f0,#0000);height:1px;margin-top:60px;margin-bottom:30px}.amber-gradient-card{background:linear-gradient(135deg,#f59e0b14,#eab30808,#0000);border:1px solid #f59e0b4d;border-radius:16px;padding:32px;position:relative;overflow:hidden;box-shadow:0 4px 20px #f59e0b1a}.amber-gradient-card:before{content:"";background:linear-gradient(90deg,#f59e0b,#fbbf24);height:4px;position:absolute;top:0;left:0;right:0}.silver-card{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .2s;box-shadow:0 2px 10px #00000005}.silver-card:hover{border-color:#3b82f64d;transform:translateY(-2px);box-shadow:0 8px 20px #3b82f614}.number-pill-interactive{text-align:center;color:#334155;cursor:default;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1rem;transition:all .2s}.number-pill-interactive:hover{color:#059669;border-color:#10b981;transform:translateY(-2px);box-shadow:0 4px 12px #10b9811a}.checker-alert-success{color:#064e3b;background:#10b98114;border:1px solid #10b9814d;border-radius:12px;align-items:center;gap:16px;padding:16px;animation:.4s ease-out forwards scrollFade;display:flex;box-shadow:0 4px 16px #10b98126}.checker-alert-neutral{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;padding:16px;animation:.4s ease-out forwards scrollFade;display:flex}.category-explore-badge{color:#047857;letter-spacing:.05em;text-transform:uppercase;background:#ecfdf5;border:1px solid #10b9814d;border-radius:9999px;margin-bottom:12px;padding:4px 14px;font-size:.75rem;font-weight:600;display:inline-block}.category-card{cursor:pointer;color:inherit;background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;flex-direction:column;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}.category-card:hover{border-color:#10b98180;transform:translateY(-6px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.category-card-footer{background:#f8fafc;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:16px 24px;transition:background .3s;display:flex}.category-card:hover .category-card-footer{background:#ecfdf5}.category-card-footer span{color:#0f172a;font-size:.95rem;font-weight:600;transition:color .2s}.category-card:hover .category-card-footer span{color:#047857}.category-card-footer .arrow-icon{color:#94a3b8;transition:transform .2s,color .2s}.category-card:hover .category-card-footer .arrow-icon{color:#10b981;transform:translate(6px)}.category-metadata-badge{color:#475569;background:#f1f5f9;border-radius:9999px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}@media (width<=768px){.draw-meta-row{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.instant-checker-card{text-align:left!important;padding:24px 16px!important}.instant-checker-card h2{justify-content:flex-start!important;font-size:1.35rem!important}.instant-checker-inputs{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.instant-checker-input{text-align:left!important;width:100%!important;min-width:0!important;padding:14px 16px!important;font-size:1rem!important}.instant-checker-btn{justify-content:center!important;align-items:center!important;width:100%!important;height:50px!important;font-size:1rem!important;display:flex!important}.amber-gradient-card,.third-prize-card{padding:20px 16px!important}.grand-prize-box{gap:8px!important;padding:14px 16px!important}.grand-prize-number{letter-spacing:1px!important;font-size:1.05rem!important}.second-prize-grid{grid-template-columns:1fr!important;gap:16px!important}.second-prize-number{letter-spacing:1px!important;font-size:1.05rem!important}.silver-card{padding:16px!important}.third-prize-header{flex-direction:column!important;align-items:stretch!important;gap:16px!important}.third-prize-actions{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;width:100%!important;display:grid!important}.third-action-btn{white-space:nowrap!important;justify-content:center!important;padding:10px 8px!important;font-size:.85rem!important}.third-prize-search-wrap{width:100%!important;max-width:100%!important}.third-prize-input{padding:12px 14px 12px 40px!important;font-size:.95rem!important}.third-prize-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.third-prize-grid .number-pill-interactive{letter-spacing:.5px!important;text-align:center!important;width:100%!important;min-width:0!important;padding:8px 2px!important;font-size:.9rem!important}.legal-hero{margin-bottom:24px!important;padding:105px 16px 32px!important}.legal-badge{margin-bottom:12px!important;padding:4px 12px!important;font-size:.78rem!important}.legal-title{margin-bottom:10px!important;font-size:1.65rem!important;line-height:1.25!important}.legal-subtitle{padding:0 4px!important;font-size:.92rem!important;line-height:1.55!important}.legal-layout-container{box-sizing:border-box!important;grid-template-columns:minmax(0,1fr)!important;gap:20px!important;width:100%!important;max-width:100%!important;padding:0 16px 48px!important;overflow-x:hidden!important}.legal-sidebar{padding:16px!important;position:static!important}.legal-sidebar-title{margin-bottom:12px!important;font-size:.75rem!important}.legal-tab-btn{border-radius:10px!important;padding:10px 14px!important;font-size:.88rem!important}.legal-contact-box{margin-top:20px!important;padding-top:14px!important;font-size:.82rem!important}.legal-content-box{box-sizing:border-box!important;border-radius:16px!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:20px 14px!important;overflow-x:hidden!important}.policy-header{gap:12px!important;margin-bottom:18px!important;padding-bottom:14px!important}.policy-header-icon{border-radius:10px!important;padding:10px!important}.policy-header-icon svg{width:24px!important;height:24px!important}.policy-title{font-size:1.3rem!important;line-height:1.25!important}.policy-date{font-size:.76rem!important}.policy-body{gap:18px!important;width:100%!important;min-width:0!important;max-width:100%!important;line-height:1.6!important}.policy-body h3{margin-bottom:8px!important;font-size:1.08rem!important;line-height:1.35!important}.policy-body p,.policy-body ul,.policy-body li{font-size:.88rem!important;line-height:1.6!important}.policy-body ul{gap:8px!important;padding-left:18px!important}.policy-callout{border-radius:10px!important;align-items:flex-start!important;gap:10px!important;margin-top:12px!important;padding:14px 12px!important;font-size:.84rem!important}.policy-callout svg{width:20px!important;height:20px!important;margin-top:2px!important}.policy-disclaimer{border-radius:12px!important;padding:16px 14px!important}.policy-disclaimer>div:first-child{align-items:flex-start!important;gap:8px!important;font-size:.95rem!important}.policy-disclaimer>div:first-child svg{flex-shrink:0!important;width:20px!important;height:20px!important;margin-top:2px!important}.policy-disclaimer p{font-size:.84rem!important;line-height:1.55!important}.policy-table-wrap{-webkit-overflow-scrolling:touch!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:auto!important}.policy-table-wrap table{table-layout:auto!important;width:100%!important;min-width:100%!important;max-width:100%!important;font-size:.76rem!important}.policy-table-wrap th,.policy-table-wrap td{word-break:normal!important;padding:8px 6px!important;font-size:.76rem!important;line-height:1.4!important}.policy-table-wrap td:first-child{white-space:normal!important;word-break:break-all!important;font-family:monospace!important;font-size:.74rem!important}}
