:root{--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-tertiary:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--border-color:#e2e8f0}[data-theme=dark]{--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--border-color:#334155}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;background-color:var(--bg-primary);color:#0f172a;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;transition:background-color .3s ease,color .3s ease}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--rp-primary:#1976d2;--rp-primary-dark:#0d47a1;--rp-primary-light:#42a5f5;--rp-primary-bg:#e3f2fd;--rp-white:#fff;--rp-gray-50:#f8fafc;--rp-gray-100:#f1f5f9;--rp-gray-200:#e2e8f0;--rp-gray-300:#cbd5e1;--rp-gray-400:#94a3b8;--rp-gray-500:#64748b;--rp-gray-600:#475569;--rp-gray-700:#334155;--rp-gray-800:#1e293b;--rp-gray-900:#0f172a;--rp-max-width:1200px;--rp-header-height:64px}.public-page{-webkit-font-smoothing:antialiased;color:#1e293b;color:var(--rp-gray-800);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh}.public-header,.public-page{background:#fff;background:var(--rp-white)}.public-header{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--rp-gray-200);box-shadow:0 1px 3px #0000000d;position:-webkit-sticky;position:sticky;top:0;z-index:100}.public-header-inner{align-items:center;display:flex;height:64px;height:var(--rp-header-height);justify-content:space-between;margin:0 auto;max-width:1200px;max-width:var(--rp-max-width);padding:0 24px}.public-logo{color:#0d47a1;color:var(--rp-primary-dark);font-size:22px;font-weight:700;gap:10px;letter-spacing:-.5px;text-decoration:none}.public-logo,.public-logo-icon{align-items:center;display:flex}.public-logo-icon{background:linear-gradient(135deg,#1976d2,#0d47a1);background:linear-gradient(135deg,var(--rp-primary),var(--rp-primary-dark));border-radius:10px;color:#fff;font-size:18px;font-weight:800;height:36px;justify-content:center;width:36px}.public-nav{align-items:center;display:flex;gap:8px}.public-nav a{border-radius:8px;color:#475569;color:var(--rp-gray-600);font-size:15px;font-weight:500;padding:8px 16px;text-decoration:none;transition:all .2s ease}.public-nav a.active,.public-nav a:hover{background:#e3f2fd;background:var(--rp-primary-bg);color:#1976d2;color:var(--rp-primary)}.public-nav-login{background:#1976d2!important;background:var(--rp-primary)!important;border-radius:8px!important;font-weight:600!important;padding:8px 20px!important}.public-nav-login,.public-nav-login:hover{color:#fff!important;color:var(--rp-white)!important}.public-nav-login:hover{background:#0d47a1!important;background:var(--rp-primary-dark)!important}.public-menu-toggle{background:none;border:none;color:#334155;color:var(--rp-gray-700);cursor:pointer;display:none;font-size:24px;padding:4px}.public-footer{background:#0f172a;background:var(--rp-gray-900);color:#cbd5e1;color:var(--rp-gray-300);margin-top:auto}.public-footer-inner{margin:0 auto;max-width:1200px;max-width:var(--rp-max-width);padding:48px 24px 24px}.public-footer-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:40px}.public-footer-brand h3{color:#fff;color:var(--rp-white);font-size:20px;margin:0 0 12px}.public-footer-brand p{color:#94a3b8;color:var(--rp-gray-400);font-size:14px;line-height:1.6;margin:0}.public-footer-col h4{color:#fff;color:var(--rp-white);font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 16px;text-transform:uppercase}.public-footer-col ul{list-style:none;margin:0;padding:0}.public-footer-col li{margin-bottom:10px}.public-footer-col a{color:#94a3b8;color:var(--rp-gray-400);font-size:14px;text-decoration:none;transition:color .2s ease}.public-footer-col a:hover{color:#fff;color:var(--rp-white)}.public-footer-bottom{align-items:center;border-top:1px solid #334155;border-top:1px solid var(--rp-gray-700);color:#64748b;color:var(--rp-gray-500);display:flex;font-size:13px;justify-content:space-between;padding-top:24px}.public-content{flex:1 1}.hero-section{background:linear-gradient(135deg,#1976d2,#0d47a1);background:linear-gradient(135deg,var(--rp-primary) 0,var(--rp-primary-dark) 100%);color:#fff;color:var(--rp-white);overflow:hidden;padding:80px 24px 96px;position:relative;text-align:center}.hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.hero-inner{margin:0 auto;max-width:800px;position:relative;z-index:1}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:20px;display:inline-block;font-size:13px;font-weight:600;letter-spacing:.5px;margin-bottom:24px;padding:6px 16px}.hero-title{font-size:52px;font-weight:800;letter-spacing:-1.5px;line-height:1.1;margin:0 0 20px}.hero-subtitle{font-size:20px;line-height:1.6;margin:0 auto 40px;max-width:600px;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.hero-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:8px;padding:14px 32px;text-decoration:none;transition:all .2s ease}.hero-btn-primary{background:#fff;background:var(--rp-white);color:#0d47a1;color:var(--rp-primary-dark)}.hero-btn-primary:hover{background:#f1f5f9;background:var(--rp-gray-100);box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.hero-btn-outline{background:#0000;border:2px solid #fff6;color:#fff;color:var(--rp-white)}.hero-btn-outline:hover{background:#ffffff1a;border-color:#fff;border-color:var(--rp-white);transform:translateY(-2px)}.features-section{background:#f8fafc;background:var(--rp-gray-50);padding:80px 24px}.features-inner{margin:0 auto;max-width:1200px;max-width:var(--rp-max-width)}.section-header{margin-bottom:56px;text-align:center}.section-label{color:#1976d2;color:var(--rp-primary);display:inline-block;font-size:13px;font-weight:700;letter-spacing:1px;margin-bottom:12px;text-transform:uppercase}.section-title{color:#0f172a;color:var(--rp-gray-900);font-size:36px;font-weight:800;letter-spacing:-.5px;margin:0 0 16px}.section-subtitle{color:#64748b;color:var(--rp-gray-500);font-size:18px;line-height:1.6;margin:0 auto;max-width:600px}.features-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.feature-card{background:#fff;background:var(--rp-white);border:1px solid #e2e8f0;border:1px solid var(--rp-gray-200);border-radius:16px;padding:32px 24px;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#42a5f5;border-color:var(--rp-primary-light);box-shadow:0 12px 40px #00000014;transform:translateY(-4px)}.feature-icon{align-items:center;background:#e3f2fd;background:var(--rp-primary-bg);border-radius:14px;color:#1976d2;color:var(--rp-primary);display:flex;font-size:26px;height:56px;justify-content:center;margin:0 auto 20px;width:56px}.feature-card h3{color:#0f172a;color:var(--rp-gray-900);font-size:18px;font-weight:700;margin:0 0 10px}.feature-card p{color:#64748b;color:var(--rp-gray-500);font-size:14px;line-height:1.6;margin:0}.download-section{background:#fff;background:var(--rp-white);padding:80px 24px;text-align:center}.download-inner{margin:0 auto;max-width:600px}.download-badges{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:32px}.download-badge{align-items:center;background:#0f172a;background:var(--rp-gray-900);border-radius:12px;color:#fff;color:var(--rp-white);display:inline-flex;gap:12px;padding:12px 28px;text-decoration:none;transition:all .2s ease}.download-badge:hover{background:#1e293b;background:var(--rp-gray-800);box-shadow:0 8px 20px #00000026;transform:translateY(-2px)}.download-badge-icon{font-size:28px}.download-badge-text{text-align:left}.download-badge-text small{display:block;font-size:11px;font-weight:500;opacity:.7}.download-badge-text span{font-size:16px;font-weight:700}.legal-page{margin:0 auto;max-width:800px;padding:48px 24px 80px}.legal-page h1{color:#0f172a;color:var(--rp-gray-900);font-size:36px;font-weight:800;letter-spacing:-.5px;margin:0 0 8px}.legal-updated{color:#94a3b8;color:var(--rp-gray-400);font-size:14px;margin-bottom:40px}.legal-page h2{color:#0f172a;color:var(--rp-gray-900);font-size:22px;font-weight:700;margin:40px 0 16px;padding-top:8px}.legal-page h3{color:#1e293b;color:var(--rp-gray-800);font-size:17px;font-weight:600;margin:24px 0 12px}.legal-page p{color:#475569;color:var(--rp-gray-600);font-size:15px;line-height:1.75;margin:0 0 16px}.legal-page ol,.legal-page ul{margin:0 0 16px;padding-left:24px}.legal-page li{color:#475569;color:var(--rp-gray-600);font-size:15px;line-height:1.75;margin-bottom:8px}.legal-page a{color:#1976d2;color:var(--rp-primary);text-decoration:none}.legal-page a:hover{text-decoration:underline}.legal-divider{border:none;border-top:1px solid #e2e8f0;border-top:1px solid var(--rp-gray-200);margin:40px 0}.support-page{margin:0 auto;max-width:900px;padding:48px 24px 80px}.support-page h1{color:#0f172a;color:var(--rp-gray-900);font-size:36px;font-weight:800;letter-spacing:-.5px;margin:0 0 8px}.support-intro{color:#64748b;color:var(--rp-gray-500);font-size:17px;line-height:1.6;margin-bottom:48px}.support-section-title{color:#0f172a;color:var(--rp-gray-900);font-size:24px;font-weight:700;margin:0 0 24px}.faq-list{margin-bottom:56px}.faq-item{border:1px solid #e2e8f0;border:1px solid var(--rp-gray-200);border-radius:12px;margin-bottom:12px;overflow:hidden;transition:border-color .2s ease}.faq-item.open{border-color:#42a5f5;border-color:var(--rp-primary-light)}.faq-question{align-items:center;background:#fff;background:var(--rp-white);border:none;color:#1e293b;color:var(--rp-gray-800);cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:space-between;padding:20px 24px;text-align:left;transition:background .2s ease;width:100%}.faq-question:hover{background:#f8fafc;background:var(--rp-gray-50)}.faq-chevron{color:#94a3b8;color:var(--rp-gray-400);flex-shrink:0;font-size:18px;margin-left:16px;transition:transform .2s ease}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{color:#475569;color:var(--rp-gray-600);font-size:15px;line-height:1.7;padding:0 24px 20px}.contact-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin-bottom:48px}.contact-form{gap:20px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:6px}.form-group label{color:#334155;color:var(--rp-gray-700);font-size:14px;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:#fff;background:var(--rp-white);border:1px solid #cbd5e1;border:1px solid var(--rp-gray-300);border-radius:10px;color:#1e293b;color:var(--rp-gray-800);font-family:inherit;font-size:15px;outline:none;padding:12px 16px;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1976d2;border-color:var(--rp-primary);box-shadow:0 0 0 3px #e3f2fd;box-shadow:0 0 0 3px var(--rp-primary-bg)}.form-group textarea{min-height:120px;resize:vertical}.form-submit{align-self:flex-start;background:#1976d2;background:var(--rp-primary);border:none;border-radius:10px;color:#fff;color:var(--rp-white);cursor:pointer;font-size:16px;font-weight:600;padding:14px 32px;transition:all .2s ease}.form-submit:hover{background:#0d47a1;background:var(--rp-primary-dark);box-shadow:0 4px 12px #1976d24d;transform:translateY(-1px)}.contact-info{display:flex;flex-direction:column;gap:24px}.contact-card{background:#f8fafc;background:var(--rp-gray-50);border:1px solid #e2e8f0;border:1px solid var(--rp-gray-200);border-radius:14px;padding:24px}.contact-card-icon{align-items:center;background:#e3f2fd;background:var(--rp-primary-bg);border-radius:10px;color:#1976d2;color:var(--rp-primary);display:flex;font-size:20px;height:44px;justify-content:center;margin-bottom:14px;width:44px}.contact-card h3{color:#0f172a;color:var(--rp-gray-900);font-size:16px;font-weight:700;margin:0 0 6px}.contact-card p{color:#64748b;color:var(--rp-gray-500);font-size:14px;line-height:1.6;margin:0}.contact-card a{color:#1976d2;color:var(--rp-primary);font-weight:600;text-decoration:none}.contact-card a:hover{text-decoration:underline}.form-success{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;color:#166534;font-size:15px;font-weight:500;padding:16px 20px}@media (max-width:768px){.public-nav{background:#fff;background:var(--rp-white);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--rp-gray-200);box-shadow:0 4px 12px #00000014;display:none;flex-direction:column;left:0;padding:16px;position:absolute;right:0;top:64px;top:var(--rp-header-height)}.public-nav.open{display:flex}.public-menu-toggle{display:block}.hero-title{font-size:32px}.hero-subtitle{font-size:17px}.hero-section{padding:56px 20px 64px}.features-grid{gap:16px;grid-template-columns:1fr}.section-title{font-size:28px}.public-footer-grid{gap:32px;grid-template-columns:1fr}.public-footer-bottom{flex-direction:column;gap:12px;text-align:center}.legal-page h1,.support-page h1{font-size:28px}.contact-grid{grid-template-columns:1fr}.download-badges,.hero-buttons{align-items:center;flex-direction:column}}@media (min-width:769px) and (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.public-footer-grid{grid-template-columns:1fr 1fr}}