@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f6fa;color:#1a1a2e;overflow-x:hidden;width:100%}.page-loading{min-height:80vh;justify-content:center;font-size:1rem;color:#334155}.navbar,.page-loading{display:flex;align-items:center}.navbar{justify-content:space-between;padding:.75rem 2rem;background:linear-gradient(135deg,#1a1a2e,#2d2b55);border-bottom:1px solid #3a3870;box-shadow:0 2px 8px rgba(0,0,0,.15);position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar-brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:#fff}.navbar-logo{width:36px;height:36px;object-fit:contain}.navbar-name{font-size:1.15rem;font-weight:700;letter-spacing:-.02em;color:#fff}.navbar-name span{color:#a78bfa}.navbar-actions{display:flex;align-items:center;gap:.75rem}.hero-section{text-align:center;padding:2.5rem 1rem 1.5rem;background:#fff;border-bottom:1px solid #f0f0f0}.hero-section h1{font-size:2rem;font-weight:800;color:#1a1a2e;letter-spacing:-.03em;margin-bottom:.5rem}.hero-section p{font-size:1rem;color:#64748b;font-weight:400}.header-nav-cards{display:flex;justify-content:center;gap:1.25rem;margin-top:1.75rem;flex-wrap:wrap;padding-bottom:.5rem}.nav-card{display:flex;flex-direction:column;align-items:center;padding:1.25rem 2rem;background:#fff;border:2px solid #e8eaed;border-radius:16px;color:#1a1a2e;text-decoration:none;transition:all .25s ease;min-width:140px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.nav-card:hover{border-color:#c7d2fe;transform:translateY(-4px);box-shadow:0 8px 24px rgba(79,70,229,.12)}.nav-card.active{border-color:#4f46e5;background:#f5f3ff;box-shadow:0 4px 16px rgba(79,70,229,.15)}.nav-icon{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:.6rem}.nav-card:first-child .nav-icon{background:#ede9fe;color:#7c3aed}.nav-card:nth-child(2) .nav-icon{background:#fce7f3;color:#ec4899}.nav-card:nth-child(3) .nav-icon{background:#fef3c7;color:#d97706}.nav-card:nth-child(4) .nav-icon{background:#dbeafe;color:#2563eb}.nav-title{font-weight:700;font-size:.95rem;color:#1a1a2e}.nav-desc{font-size:.75rem;color:#94a3b8;margin-top:.15rem;font-weight:500}.main{max-width:1100px;margin:2rem auto;padding:0 1.5rem;min-height:calc(100vh - 300px)}.landing{display:flex;flex-direction:column;gap:2rem}.landing-cta{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);grid-gap:2rem;gap:2rem;background:linear-gradient(140deg,#fff,#f1f5f9);border:1px solid #e2e8f0;border-radius:20px;padding:2rem;box-shadow:0 20px 40px rgba(15,23,42,.08)}.landing-copy h2{font-size:1.8rem;font-weight:800;color:#0f172a;margin-bottom:.75rem}.landing-copy p{color:#475569;line-height:1.6;margin-bottom:1.25rem}.landing-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.landing-link{color:#0f172a;text-decoration:none;font-weight:600;padding:.6rem 1rem;border:1px solid #cbd5f5;border-radius:999px;background:#eef2ff;transition:all .2s ease}.landing-link:hover{border-color:#94a3b8;background:#e2e8f0}.landing-highlight{display:grid;grid-gap:1rem;gap:1rem}.highlight-card{background:#0f172a;color:#e2e8f0;padding:1.25rem;border-radius:16px;box-shadow:0 12px 30px rgba(15,23,42,.22)}.highlight-card h3{margin-top:.5rem;margin-bottom:.5rem;font-size:1.1rem;color:#f8fafc}.highlight-card p{margin:0;color:#cbd5f5;font-size:.9rem;line-height:1.5}.highlight-label{text-transform:uppercase;font-size:.7rem;letter-spacing:.15em;color:#94a3b8}.landing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.landing-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.25rem;box-shadow:0 8px 20px rgba(15,23,42,.06)}.landing-card h4{margin-bottom:.5rem;color:#0f172a;font-size:1rem}.landing-card p{margin:0;color:#475569;line-height:1.5}.legal-name{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-radius:14px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 10px 20px rgba(15,23,42,.05)}.legal-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.14em;color:#64748b;font-weight:700}.legal-value{font-size:1rem;font-weight:700;color:#0f172a}.usage-counter{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.6rem 1.25rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:30px;font-size:.85rem;color:#166534}.usage-counter .used{font-weight:700;color:#4f46e5}.usage-counter .remaining{color:#16a34a;font-weight:600}.footer{background:#1e293b;color:#cbd5e1;text-align:center;padding:2rem;margin-top:4rem;font-size:.85rem}.footer p{margin:0}.footer strong{color:#fff}.footer-link{color:#93c5fd;text-decoration:none;margin-left:.25rem}.footer-link:hover{text-decoration:underline;color:#bfdbfe}.footer-contact{margin-top:.5rem!important;font-size:.8rem;opacity:.85}.footer-legal{margin-top:.35rem!important;font-size:.8rem;opacity:.95}@media (max-width:768px){.navbar{padding:.6rem 1rem}.navbar-name{font-size:1rem}.hero-section{padding:1.5rem 1rem 1rem}.hero-section h1{font-size:1.4rem}.hero-section p{font-size:.85rem}.header-nav-cards{gap:.6rem;margin-top:1rem}.nav-card{padding:.9rem 1rem;min-width:100px;border-radius:12px}.nav-icon{width:40px;height:40px;border-radius:10px;font-size:1.2rem}.nav-title{font-size:.85rem}.nav-desc{font-size:.65rem}.main{margin:1rem auto;padding:0 .75rem}.landing-cta{grid-template-columns:1fr;padding:1.5rem}.legal-name{flex-direction:column;align-items:flex-start}.footer{padding:1.5rem 1rem;margin-top:2rem;font-size:.8rem}}@media (max-width:480px){.hero-section h1{font-size:1.15rem}.hero-section p{font-size:.8rem;margin-bottom:.5rem}.header-nav-cards{flex-direction:row;gap:.4rem}.nav-card{padding:.65rem .6rem;min-width:75px;flex:1 1}.nav-icon{width:36px;height:36px;font-size:1rem;border-radius:8px}.nav-title{font-size:.7rem}.nav-desc{display:none}.usage-counter{flex-direction:column;gap:.25rem;text-align:center}}@media print{@page{size:A4;margin:2cm}body{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fff;color:#000!important;font-size:12pt}#__next,.main,body,main{visibility:visible!important}#__next,.main,main{display:block!important;height:auto!important;overflow:visible!important}.footer,.hero-section,.navbar,.no-print{display:none!important}}.InAppBrowserWarning_overlay__hvQOW{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.InAppBrowserWarning_modal__xyF46{background:#fff;border-radius:16px;padding:2rem;max-width:400px;width:100%;text-align:center;box-shadow:0 20px 40px rgba(0,0,0,.3)}.InAppBrowserWarning_icon__Nk1dX{font-size:3rem;margin-bottom:1rem}.InAppBrowserWarning_modal__xyF46 h2{color:#1a73e8;margin:0 0 1rem;font-size:1.3rem}.InAppBrowserWarning_modal__xyF46 p{color:#5f6368;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem}.InAppBrowserWarning_steps__CW_kF{background:#f8f9fa;border-radius:10px;padding:1rem;margin-bottom:1.5rem}.InAppBrowserWarning_step__bsTe2{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;text-align:left;font-size:.9rem;color:#202124}.InAppBrowserWarning_stepNumber__Yw4_d{background:#1a73e8;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem;flex-shrink:0}.InAppBrowserWarning_copyButton__PSz79{width:100%;padding:1rem;background:linear-gradient(135deg,#1a73e8,#1557b0);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:.75rem}.InAppBrowserWarning_copyButton__PSz79:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(26,115,232,.4)}.InAppBrowserWarning_dismissButton__cFCuw{width:100%;padding:.75rem;background:transparent;color:#5f6368;border:none;font-size:.85rem;cursor:pointer;text-decoration:underline}.InAppBrowserWarning_dismissButton__cFCuw:hover{color:#202124}@media (max-width:480px){.InAppBrowserWarning_modal__xyF46{padding:1.5rem}.InAppBrowserWarning_modal__xyF46 h2{font-size:1.1rem}}