.landing-page{min-height:100vh;--landing-purple: #242366;--landing-red: #EF4444;--landing-white: #FFFFFF;background:var(--landing-white);color:var(--landing-purple)}.landing-hero-wrapper{position:relative}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;background:#fff;transition:all .3s ease;box-shadow:0 2px 20px #24236614}.navbar.scrolled{background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;box-shadow:0 2px 20px #2423661a}.navbar.scrolled .navbar-menu a,.navbar.scrolled .navbar-brand{color:#242366}.navbar.scrolled .mobile-menu-toggle span{background-color:#242366}.navbar-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#242366;font-size:1.5rem;font-weight:700}.brand-icon{width:40px;height:40px;object-fit:contain}.brand-name{background:linear-gradient(135deg,#242366,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-menu{display:flex;list-style:none;gap:2rem;align-items:center;margin:0;padding:0}.navbar-menu a{color:#242366;text-decoration:none;font-weight:500;transition:color .2s ease;position:relative}.navbar-menu a:hover{color:#ef4444}.navbar-menu a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#ef4444;transition:width .3s ease}.navbar-menu a:hover:after{width:100%}.btn-login{color:#242366!important;padding:.5rem 1.5rem;border-radius:8px;transition:all .3s ease}.btn-login:hover{background:#2423661a}.btn-get-started{background:#242366!important;color:#fff!important;padding:.75rem 2rem;border-radius:12px;font-weight:600;transition:all .3s ease}.btn-get-started:hover{background:#1a1b4d!important;transform:translateY(-2px);box-shadow:0 5px 15px #24236633}.btn-get-started:after{display:none}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px;z-index:1001}.mobile-menu-toggle span{width:25px;height:3px;background-color:#242366;border-radius:2px;transition:all .3s ease}.mobile-menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width: 968px){.mobile-menu-toggle{display:flex}.navbar-menu{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:#fff;flex-direction:column;padding:5rem 2rem;gap:1.5rem;transition:right .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-menu.open{right:0}.navbar-menu li{width:100%}.navbar-menu a{display:block;width:100%;padding:.75rem 0;color:#242366}}.hero-section{min-height:100vh;background:#fff;position:relative;overflow:hidden;padding-top:100px;display:flex;align-items:center;padding-bottom:4rem}.hero-container{max-width:1400px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{color:#242366}.hero-title{font-size:4.5rem;font-weight:800;line-height:1.1;margin-bottom:2rem;color:#242366}.gradient-text{background:linear-gradient(135deg,#242366,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{max-width:500px;margin-bottom:2.5rem}.hero-description p{font-size:1.1rem;line-height:1.8;color:#242366e6}.btn-primary{background:#242366;color:#fff;padding:1rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block;margin-bottom:3rem}.btn-primary:hover{background:#1a1b4d;transform:translateY(-2px);box-shadow:0 10px 30px #24236666}.hero-highlights{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.highlight-chip{border:1px solid rgba(36,35,102,.2);color:#242366;background:#2423660f;padding:.5rem .85rem;border-radius:999px;font-size:.85rem;font-weight:600}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:600px}.hero-device-stack{position:relative;display:flex;align-items:flex-end;justify-content:center;width:100%;min-height:520px}.phone-frame{width:min(340px,80%);background:#0d0c30;border-radius:36px;padding:14px;border:2px solid #0D0C30;box-shadow:0 30px 80px #24236633;position:relative}.phone-frame img{width:100%;height:auto;display:block;border-radius:28px}.phone-frame:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:120px;height:20px;background:#ffffff1f;border-radius:12px;z-index:1}.phone-frame:after{content:"";position:absolute;top:12px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#fff6;border-radius:999px;z-index:2}.cards-container{position:relative;width:100%;height:500px;display:flex;justify-content:center;align-items:flex-end}.gradient-card{position:absolute;width:280px;height:180px;border-radius:20px;padding:1.5rem;box-shadow:0 10px 40px #24236633}.card-1{background:#242366;transform:rotate(-15deg) translate(-100px);z-index:1}.card-2{background:linear-gradient(135deg,#242366,#ef4444);transform:rotate(0);z-index:2}.card-3{background:linear-gradient(135deg,#ef4444,#242366);transform:rotate(15deg) translate(100px);z-index:3}.card-header{display:flex;justify-content:space-between;align-items:flex-start}.card-logo{display:flex;align-items:center;gap:.5rem}.logo-diamond{width:24px;height:24px;background:#fff;transform:rotate(45deg);border-radius:4px;position:relative}.logo-diamond:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);width:12px;height:12px;background:#ef4444;border-radius:2px}.logo-text{color:#fff;font-weight:700;font-size:1.1rem}.wifi-icon{font-size:1.5rem;opacity:.8}.card-icon{position:absolute;top:1.5rem;right:1.5rem;font-size:2rem}@media (max-width: 1200px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-description{max-width:100%;margin:0 auto 2.5rem}.hero-stats{justify-content:center}.hero-device-stack{margin-top:2rem}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-description p{font-size:1rem}.phone-frame{width:min(300px,90%)}}.features-section{padding:8rem 2rem;background:#fff;color:#242366}.features-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.features-header{max-width:720px}.features-tag{display:block;font-size:1rem;color:#24236699;font-weight:600;letter-spacing:2px;margin-bottom:.75rem}.features-title{font-size:3rem;font-weight:800;color:#242366;margin-bottom:1rem;line-height:1.2}.features-description{font-size:1.1rem;color:#242366cc;line-height:1.8;margin-bottom:2rem}.features-cta{display:inline-flex;align-items:center;justify-content:center;background:#242366;color:#fff;padding:.9rem 2.2rem;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease}.features-cta:hover{background:#1a1b4d;transform:translateY(-2px);box-shadow:0 10px 30px #24236633}.features-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature-card{background:#fff;border:1px solid rgba(36,35,102,.12);border-radius:18px;padding:1.75rem;box-shadow:0 15px 40px #24236614}.feature-icon{width:48px;height:48px;border-radius:14px;background:#24236614;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:.6rem}.feature-description{color:#242366bf;line-height:1.6}.features-showcase{display:grid;gap:2rem}.showcase-panel{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;background:#24236608;border-radius:24px;padding:2rem}.showcase-panel.reverse{grid-template-columns:1fr 1fr}.showcase-panel.reverse .panel-copy{order:2}.showcase-panel.reverse img{order:1}.panel-copy span{font-size:.9rem;color:#242366a6;letter-spacing:1px;text-transform:uppercase}.panel-copy h3{font-size:2rem;margin:.6rem 0 .5rem}.panel-copy p{color:#242366bf;line-height:1.7}.showcase-panel img{width:100%;border-radius:18px;border:1px solid rgba(36,35,102,.12);box-shadow:0 20px 50px #2423661f;object-fit:cover}@media (max-width: 1200px){.features-cards{grid-template-columns:repeat(2,1fr)}.showcase-panel{grid-template-columns:1fr;text-align:center}.showcase-panel.reverse .panel-copy{order:1}.showcase-panel.reverse img{order:2}}@media (max-width: 768px){.features-section{padding:4rem 1rem}.features-title{font-size:2rem}.features-cards{grid-template-columns:1fr}}.about-section{padding:8rem 2rem;background:#fff;color:#242366}.about-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-tag{display:block;font-size:1rem;color:#24236699;font-weight:600;letter-spacing:2px;margin-bottom:.75rem}.about-title{font-size:2.8rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.about-description{color:#242366cc;line-height:1.8}.about-grid{display:grid;gap:1.25rem;margin:1.5rem 0 2rem}.about-card{background:#fff;border-radius:18px;border:1px solid rgba(36,35,102,.12);padding:1.5rem;box-shadow:0 15px 40px #24236614}.about-icon{width:48px;height:48px;border-radius:14px;background:#24236614;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.about-card-title{font-weight:700;margin-bottom:.5rem}.about-card-text{color:#242366bf;line-height:1.6}.about-visual{display:flex;justify-content:flex-end;align-items:center;width:100%}.about-visual img{width:min(520px,100%);display:block;margin-right:0;filter:drop-shadow(0 30px 60px rgba(36,35,102,.2))}.about-cta{display:inline-flex;align-items:center;gap:.5rem;color:#242366;font-weight:700;text-decoration:none;transition:all .3s ease}.about-cta:hover{color:#ef4444;gap:1rem}@media (max-width: 1200px){.about-container{grid-template-columns:1fr}.about-content{text-align:center}.about-visual{justify-content:center}}@media (max-width: 768px){.about-section{padding:4rem 1rem}.about-title{font-size:2rem}}.how-it-works-section{padding:8rem 2rem;background:#fff;color:#242366}.how-it-works-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.how-it-works-header{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}.how-it-works-section .section-tag{display:block;font-size:1rem;color:#24236699;font-weight:600;letter-spacing:2px;margin-bottom:.75rem}.how-it-works-section .section-title{font-size:3rem;font-weight:800;color:#242366;margin-bottom:0;line-height:1.2}.how-it-works-section .section-description{font-size:1.1rem;color:#242366cc;line-height:1.8;margin-bottom:1.5rem}.btn-optimize{background:#242366;color:#fff;padding:1rem 2.5rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-optimize:hover{background:#1a1b4d;transform:translateY(-2px);box-shadow:0 10px 30px #24236633}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%}.step-card{background:#fff;border:1px solid rgba(36,35,102,.12);border-radius:20px;padding:2rem;text-align:left;box-shadow:0 20px 50px #24236614}.step-icon{width:52px;height:52px;border-radius:14px;border:1px solid rgba(36,35,102,.12);background:#2423660d;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.step-title{font-size:1.4rem;font-weight:700;color:#242366;margin-bottom:.75rem}.step-description{color:#242366bf;line-height:1.6}@media (max-width: 1200px){.how-it-works-header{grid-template-columns:1fr;text-align:center}.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.how-it-works-section{padding:4rem 1rem}.how-it-works-section .section-title{font-size:2rem}.steps-grid{grid-template-columns:1fr}.step-card{text-align:center}}.download-section{padding:8rem 2rem;background:#fff}.download-card{max-width:1400px;margin:0 auto;background:linear-gradient(135deg,#242366,#ef4444);border-radius:32px;padding:4rem;display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center;box-shadow:0 30px 80px #24236640}.download-copy{color:#fff}.download-card .section-tag{display:block;font-size:1rem;color:#ffffffbf;font-weight:600;letter-spacing:2px;margin-bottom:.75rem}.download-title{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.download-description{font-size:1.1rem;color:#ffffffe6;line-height:1.8;margin-bottom:2rem}.download-buttons{display:flex;flex-wrap:wrap;gap:1rem}.store-button{background:transparent;border:none;padding:0;cursor:pointer;width:200px}.store-image{width:100%;height:auto;display:block}.download-media{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:360px;color:#fff}.download-media-title{font-weight:700;letter-spacing:1px;text-transform:uppercase;font-size:.9rem;color:#fffc}.download-media-stack{position:relative;display:flex;justify-content:center;align-items:center;min-height:320px;width:100%}.download-preview{width:min(320px,90%);border-radius:20px;border:2px solid rgba(255,255,255,.4);box-shadow:0 25px 60px #24236633;object-fit:cover;display:block}.download-preview.secondary{position:absolute;right:-20px;bottom:-20px;width:min(260px,70%);transform:rotate(6deg);opacity:.9}@media (max-width: 1200px){.download-card{grid-template-columns:1fr;text-align:center}.download-buttons{justify-content:center}.download-preview.secondary{position:relative;right:auto;bottom:auto;margin-top:1.5rem;transform:rotate(0)}}@media (max-width: 768px){.download-section{padding:4rem 1rem}.download-card{padding:2.5rem 1.5rem}.download-title{font-size:2rem}.store-button{width:100%}}.footer-section{background:#242366;color:#fff;padding:4rem 2rem 2rem;position:relative;overflow:hidden}.footer-section:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:60%;background:radial-gradient(ellipse at bottom left,rgba(239,68,68,.1) 0%,transparent 70%);pointer-events:none}.footer-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.footer-content{display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{max-width:300px}.footer-brand-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;margin-bottom:1rem}.footer-logo-diamonds{display:flex;gap:4px;align-items:center}.footer-diamond{width:20px;height:20px;transform:rotate(45deg);border-radius:4px}.footer-diamond-1{background:#ef4444}.footer-diamond-2{background:#fff}.footer-icon{width:40px;height:40px;object-fit:contain}.footer-brand-name{font-size:1.5rem;font-weight:700;color:#fff}.footer-tagline{color:#ffffffb3;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.footer-column h4{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:1rem}.footer-column a{color:#ffffffb3;text-decoration:none;transition:color .2s ease}.footer-link-button{background:none;border:none;padding:0;color:#ffffffb3;cursor:pointer;font:inherit;transition:color .2s ease}.footer-link-button:hover,.footer-column a:hover{color:#ef4444}.footer-bottom{display:flex;justify-content:space-between;align-items:center;color:#ffffff80;font-size:.875rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);position:relative;z-index:1}.footer-bottom-links{display:flex;gap:1rem;align-items:center}.footer-bottom-links a{color:#ffffff80;text-decoration:none;transition:color .2s ease}.footer-bottom-links a:hover{color:#ef4444}.footer-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:999}.footer-modal-card{background:#fff;color:#242366;max-width:520px;width:100%;border-radius:20px;padding:1.5rem;box-shadow:0 20px 40px #0003}.footer-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.footer-modal-header h3{margin:0;font-size:1.25rem}.footer-modal-close{border:none;background:#ef4444;color:#fff;padding:.4rem .85rem;border-radius:999px;cursor:pointer;font-weight:600}.footer-modal-body{margin:0;line-height:1.6;color:#242366d9}@media (max-width: 968px){.footer-content{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.footer-section{padding:3rem 1rem 1.5rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.auth-page{min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.auth-container{width:100%;max-width:500px;position:relative;z-index:1}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff;font-size:1.5rem;font-weight:700}.auth-logo img{width:40px;height:40px;object-fit:contain}.auth-card{background:#fff;border:2px solid rgba(36,35,102,.15);border-radius:24px;padding:3rem;box-shadow:0 10px 40px #0000001a;display:flex;flex-direction:column;position:relative}.auth-title{font-size:2rem;font-weight:800;color:#242366;margin-bottom:.5rem;text-align:center}.auth-subtitle{font-size:1rem;color:#242366cc;text-align:center;margin-bottom:2rem}.auth-error{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-stepper{display:flex;justify-content:center;gap:.6rem;margin-top:auto;padding-top:2rem;flex-wrap:wrap;align-self:center}.step-dot{width:10px;height:10px;border-radius:999px;background:#24236633;box-shadow:inset 0 0 0 1px #24236633;transition:all .3s ease}.step-dot.active{width:26px;background:linear-gradient(135deg,#242366,#3b3d7a);box-shadow:0 10px 25px #24236633}.auth-info{background:#2423660f;border:1px solid rgba(36,35,102,.15);border-radius:10px;padding:.9rem 1rem;color:#242366;font-size:.9rem}.auth-actions{display:flex;justify-content:space-between;gap:1rem}.auth-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffb3;display:flex;align-items:center;justify-content:center;z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-overlay-card{background:#fff;border:1px solid rgba(36,35,102,.15);border-radius:14px;padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 20px 40px #24236626;color:#242366;font-weight:600}.auth-spinner{width:18px;height:18px;border-radius:999px;border:2px solid rgba(36,35,102,.2);border-top-color:#242366;animation:auth-spin .8s linear infinite}@keyframes auth-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:#242366}.form-group input{padding:1rem;border:2px solid rgba(36,35,102,.15);border-radius:12px;font-size:1rem;transition:all .2s ease;background:#fff;color:#242366}.phone-prefix-input{display:flex;align-items:center;border:2px solid rgba(36,35,102,.15);border-radius:12px;background:#fff;overflow:hidden}.phone-prefix{padding:0 .9rem;color:#242366;font-weight:700;background:#2423660f;border-right:1px solid rgba(36,35,102,.15);height:100%;display:flex;align-items:center}.phone-prefix-input input{border:none;flex:1;padding:1rem}.phone-prefix-input input:focus{outline:none}.form-group input:focus{outline:none;border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.btn-submit{background:#ef4444;color:#fff;padding:1rem 2rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.btn-submit:hover:not(:disabled){background:#dc2626;transform:translateY(-2px);box-shadow:0 10px 30px #ef444466}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.auth-footer{text-align:center;margin-top:2rem;color:#242366cc;font-size:.875rem}.auth-footer a{color:#ef4444;text-decoration:none;font-weight:600}.auth-footer a:hover{text-decoration:underline}.auth-links{display:flex;justify-content:flex-end;margin-top:-.5rem}.auth-links a{color:#ef4444;text-decoration:none;font-weight:600;font-size:.875rem}.auth-links a:hover{text-decoration:underline}@media (max-width: 768px){.auth-page{padding:1rem}.auth-card{padding:2rem}.form-row{grid-template-columns:1fr}}.view-container{width:100%;padding:2rem 1.5rem}.view-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.25rem 1.5rem;border-radius:16px;background:var(--card-background);border:1px solid var(--border-color);box-shadow:0 8px 24px #2423660f}.view-title{font-size:2rem;font-weight:700;color:var(--text-primary)}.btn-primary{background:#ef4444;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 20px #ef444440}.btn-primary:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 5px 15px #ef444466}.btn-refresh{background:#fff;color:var(--text-primary);padding:.75rem 1.5rem;border:1px solid var(--border-color);border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-refresh:hover{border-color:#ef4444;color:#ef4444}.assets-grid,.items-grid,.goals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.form-card{background:var(--card-background);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 12px 30px #2423660f}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:var(--text-secondary);font-weight:600}.form-field input,.form-field select,.form-field textarea{padding:.7rem .85rem;border-radius:10px;border:1px solid var(--border-color);background:#fff;color:var(--text-primary);font-size:.9rem}.form-field textarea{min-height:120px;resize:vertical}.input-with-action{display:flex;gap:.75rem;align-items:center}.input-with-action .btn-refresh{padding:.55rem 1rem;border-width:1px}.picker-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.picker-item{text-align:left;padding:.75rem 1rem;border-radius:10px;border:1px solid var(--border-color);background:var(--card-background);color:var(--text-primary);font-weight:600;cursor:pointer}.picker-item:hover{border-color:var(--primary)}.picker-item.active{background:var(--primary);color:#fff;border-color:var(--primary)}.asset-card,.item-card,.goal-card{background:var(--card-background);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;transition:all .3s ease;box-shadow:0 10px 25px #2423660f}.asset-card:hover,.item-card:hover,.goal-card:hover{border-color:#242366;box-shadow:0 15px 30px #2423661f;transform:translateY(-2px)}.asset-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.asset-name{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.asset-type{font-size:.875rem;color:var(--text-secondary)}.asset-amount{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.asset-details{font-size:.875rem;color:var(--text-secondary)}.item-name{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.item-amount{font-size:1.1rem;font-weight:700;color:#ef4444}.item-meta,.goal-meta{font-size:.75rem;color:var(--text-secondary);margin-top:.5rem}.goal-name{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.goal-progress{margin-bottom:1rem}.progress-bar{width:100%;height:8px;background:var(--border-color);border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#ef4444,#242366);transition:width .3s ease}.progress-text{font-size:.875rem;color:var(--text-secondary);font-weight:600}.goal-amount{font-size:.875rem;color:var(--text-secondary)}.transactions-list{display:flex;flex-direction:column;gap:1rem}.transaction-item{background:var(--card-background);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;box-shadow:0 8px 20px #2423660d}.transaction-item:hover{border-color:#242366;transform:translate(5px)}.transaction-info h3{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.transaction-info p{font-size:.875rem;color:var(--text-secondary)}.transaction-amount{font-size:1.25rem;font-weight:700}.transaction-amount.positive{color:var(--text-primary)}.transaction-amount.negative{color:#ef4444}.reports-content{display:flex;flex-direction:column;gap:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.stat-card{background:var(--card-background);border:1px solid var(--border-color);border-radius:16px;padding:2rem;text-align:center;box-shadow:0 10px 25px #2423660f}.stat-card h3{font-size:1rem;font-weight:600;color:var(--text-secondary);margin-bottom:1rem}.stat-value{font-size:2rem;font-weight:800;color:var(--text-primary)}.stat-value.positive{color:var(--text-primary)}.stat-value.negative{color:#ef4444}.charts-placeholder{background:var(--card-background);border:2px dashed var(--border-color);border-radius:16px;padding:4rem;text-align:center;color:var(--text-secondary)}.chart-wrapper{background:var(--card-background);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 8px 20px #2423660f}.report-section{margin-bottom:3rem}.report-section h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem}.wallet-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-secondary)}.header-actions{display:flex;gap:1rem}.tab-switcher{display:flex;gap:.75rem;background:#fff;border:1px solid var(--border-color);border-radius:14px;padding:.5rem;margin-bottom:1.5rem}.tab-button{flex:1;border:none;background:transparent;color:var(--text-secondary);padding:.6rem 1rem;border-radius:10px;font-weight:600;cursor:pointer}.tab-button.active{background:var(--primary);color:#fff}.filter-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.filter-label{color:var(--text-secondary);font-weight:600;font-size:.85rem}.filter-range{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.goals-progress-list{display:flex;flex-direction:column;gap:1rem}.goal-progress-card{background:var(--card-background);border:1px solid var(--border-color);border-radius:14px;padding:1rem;box-shadow:0 8px 20px #2423660d}.goal-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.goal-progress-value{font-weight:600;color:var(--text-primary)}.inline-error,.inline-success{border-radius:10px;padding:.75rem 1rem;margin:1rem 0;font-size:.875rem}.inline-error{background:#ef44441f;border:1px solid rgba(239,68,68,.4);color:var(--accent-red)}.inline-success{background:#2423661f;border:1px solid rgba(36,35,102,.4);color:var(--primary)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:2000}.modal-card{background:var(--card-background);border-radius:16px;padding:1.5rem;width:min(560px,100%);border:1px solid var(--border-color);box-shadow:0 20px 50px #24236633}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.helper-text{color:var(--text-secondary);margin-bottom:1rem}.wallet-sections{display:flex;flex-direction:column;gap:2rem}.wallet-section{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 768px){.view-header{flex-direction:column;align-items:flex-start;gap:1rem}.assets-grid,.items-grid,.goals-grid{grid-template-columns:1fr}.header-actions{width:100%;flex-direction:column}.header-actions .btn-primary{width:100%}.tab-switcher{flex-direction:column}.filter-row{flex-direction:column;align-items:flex-start}}.dashboard-container{min-height:100vh;background:var(--background);padding-bottom:100px}.dashboard-layout{display:block}.dashboard-main{width:100%}.side-nav{display:none}.dashboard-content{padding:0 1.5rem}.home-panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:1.5rem}.info-card{background:var(--card-background);border:1px solid var(--border-color);border-radius:16px;padding:1rem;box-shadow:0 4px 12px #2423660d}.info-title{font-size:1rem;color:var(--text-primary);font-weight:700;margin-bottom:.75rem}.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.75rem;color:var(--text-secondary);font-weight:600}.info-value{font-size:1rem;color:var(--text-primary);font-weight:700}.activity-list{display:flex;flex-direction:column;gap:.75rem}.activity-item{display:flex;justify-content:space-between;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.activity-item:last-child{border-bottom:none;padding-bottom:0}.activity-title{font-size:.9rem;font-weight:700;color:var(--text-primary)}.activity-subtitle{font-size:.8rem;color:var(--text-secondary)}.activity-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;color:var(--text-secondary);font-size:.75rem;font-weight:600}.loading{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:1.25rem;color:var(--text-secondary)}.dashboard-header-section{background:#fff;padding:2rem 1.5rem .625rem;border-bottom-left-radius:24px;border-bottom-right-radius:24px;margin-bottom:0}.dashboard-top-bar{background:#fff;padding:1.75rem 1.5rem 1.25rem;border-bottom:1px solid var(--border-color)}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.greeting{font-size:1rem;color:var(--accent-red);font-weight:500;margin:0}.user-name{font-size:1.5rem;color:var(--text-primary);font-weight:700;margin:.25rem 0 0}.header-actions{display:flex;gap:.75rem}.topbar-search{display:none}.action-label{display:none;font-size:.85rem;font-weight:600;color:var(--text-primary)}.action-icon{display:flex;align-items:center;justify-content:center}.language-item{display:flex;align-items:center;gap:.5rem}.topbar-toggle{display:none;width:40px;height:40px;border-radius:12px;border:1px solid var(--border-color);background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}.topbar-toggle span{display:block;width:18px;height:2px;background:var(--text-primary);border-radius:999px}.language-select{background:#fff;border:1px solid var(--border-color);color:var(--text-primary);padding:.4rem .6rem;border-radius:10px;font-weight:600;font-size:.75rem}.language-select option{color:var(--text-primary)}.profile-button{width:44px;height:44px;border-radius:22px;background:#fff;border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.profile-button:hover{background:#24236614}.logout-button{width:auto;padding:0 .75rem;font-size:.85rem;font-weight:600;color:var(--accent-red)}.assets-card{background:var(--card-background);border-radius:20px;padding:1.25rem;margin-bottom:1.25rem;box-shadow:0 8px 20px #0000001a;position:relative}.assets-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.3125rem}.assets-card-title{font-size:.875rem;color:var(--text-secondary);font-weight:500;margin:0}.eye-button{padding:.25rem;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.assets-amount{font-size:2rem;color:var(--text-primary);font-weight:700;margin-bottom:.4375rem;margin-top:-.5625rem}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-bottom:.5rem}.summary-item{display:flex;flex-direction:column;gap:.35rem}.summary-label{font-size:.75rem;color:var(--text-secondary);font-weight:600}.summary-value{font-size:1rem;color:var(--text-primary);font-weight:600}.summary-value.total{font-size:1.35rem;font-weight:700}.action-buttons-container{position:absolute;bottom:-20px;left:0;right:0;display:flex;justify-content:space-between;padding:0 1.5rem}.action-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:25px;border:none;font-size:.875rem;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 8px #0003}.buy-button{background:var(--primary)}.buy-button:hover{background:#1a1b4d;transform:translateY(-2px);box-shadow:0 5px 15px #24236666}.sell-button{background:var(--accent-red)}.sell-button:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 5px 15px #ef444466}.goals-container{display:flex;justify-content:space-between;padding:.625rem 1.5rem 1.25rem;gap:.375rem}.goal-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border-radius:12px;border:1px solid;background:transparent;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.buy-goal-button{background:#2423661a;border-color:var(--primary);color:var(--primary)}.buy-goal-button:hover{background:#24236633}.sell-goal-button{background:#ef44441a;border-color:var(--accent-red);color:var(--accent-red)}.sell-goal-button:hover{background:#ef444433}.view-switcher{display:flex;gap:.5rem;padding:.5rem;margin:1.5rem;background:#fff;border-radius:12px}.view-switch-btn{flex:1;padding:.75rem 1rem;border:none;background:transparent;border-radius:8px;font-size:.875rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.view-switch-btn:hover{background:var(--border-color)}.view-switch-btn.active{background:#fff;color:var(--accent-red);border:1px solid var(--accent-red)}.liability-card{border-left:4px solid #EF4444}.section{margin-top:0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-title{font-size:1.25rem;color:var(--text-primary);font-weight:700;margin:0}.refresh-button{background:none;border:none;color:var(--primary);font-size:.875rem;font-weight:600;cursor:pointer;padding:.5rem}.refresh-button:hover{color:var(--accent-red)}.assets-list{display:flex;flex-direction:column;gap:.75rem}.empty-text{text-align:center;color:var(--text-secondary);margin-top:.5rem;padding:2rem}.asset-card{background:var(--card-background);border-radius:16px;padding:1rem;box-shadow:0 2px 8px #0000000d}.asset-header{display:flex;align-items:center;margin-bottom:.75rem;gap:.75rem}.asset-info{flex:1}.asset-name{font-size:1rem;color:var(--text-primary);font-weight:600;margin:0 0 .125rem}.asset-symbol{font-size:.75rem;color:var(--text-secondary);margin:0}.amount-container{background:var(--primary);padding:.375rem .75rem;border-radius:20px;min-width:80px;display:flex;align-items:center;justify-content:center}.amount-text{font-size:.875rem;color:#fff;font-weight:600}.asset-details{display:flex;justify-content:space-between;align-items:center}.asset-shares{font-size:.75rem;color:var(--text-secondary);margin-top:.125rem}.bottom-nav{position:fixed;bottom:1.25rem;left:1.25rem;right:1.25rem;background:#fff;display:flex;border-radius:25px;padding:.75rem 1.25rem;box-shadow:0 4px 12px #2423661a;z-index:1000}@media (min-width: 1024px){.dashboard-container{padding-bottom:0}.dashboard-layout{display:flex;min-height:100vh}.side-nav{display:flex;flex-direction:column;width:220px;background:linear-gradient(180deg,#242366,#1a1b4d);padding:2rem 1.5rem;gap:2rem;position:sticky;top:0;height:100vh;border-right:1px solid rgba(255,255,255,.12);color:#fff}.side-nav-brand{display:flex;align-items:center;gap:.6rem;color:#fff;font-weight:800;font-size:1.5rem}.side-nav-logo{width:32px;height:32px;object-fit:contain;filter:brightness(0) invert(1)}.side-nav-links,.side-nav-footer{display:flex;flex-direction:column;gap:.75rem}.side-nav-item{display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;border-radius:12px;border:none;background:transparent;color:#ffffffbf;font-weight:600;cursor:pointer;text-align:left;border-left:4px solid transparent}.side-nav-item.active,.side-nav-item:hover{background:#ffffff14;color:#fff;border-left-color:#ef4444}.logout-item{color:var(--accent-red)}.dashboard-main{flex:1;padding:0 2rem 2rem;background:#f6f7fb}.topbar-search{display:flex;flex:1;max-width:460px;margin:0 1.5rem}.ledger-search-input{width:100%;padding:.75rem 1rem;border-radius:14px;border:1px solid var(--border-color);background:#fff;color:var(--text-primary);font-weight:600;box-shadow:0 8px 24px #2423660f}.bottom-nav{display:none}}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;padding:.25rem;background:none;border:none;cursor:pointer;transition:all .2s ease}.nav-text{font-size:.625rem;color:var(--text-primary);font-weight:500;margin-top:.25rem}.nav-text.active{color:var(--accent-red)}.inline-error{background:#ef44441f;border:1px solid rgba(239,68,68,.4);color:var(--accent-red);padding:.75rem 1rem;border-radius:10px;margin-bottom:1rem;font-size:.875rem}.filter-chips{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.filter-chip{border:1px solid var(--border-color);background:var(--card-background);color:var(--text-secondary);padding:.35rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;cursor:pointer}.filter-chip.active{background:var(--primary);border-color:var(--primary);color:#fff}@media (max-width: 768px){.dashboard-top-bar{padding:1.25rem 1rem 1rem}.dashboard-header-section{padding-left:1rem;padding-right:1rem}.assets-amount{font-size:1.5rem}.header-top{flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem}.header-top.is-open .topbar-identity{display:none}.header-actions{width:100%;display:none;grid-template-columns:1fr;gap:.6rem;align-items:stretch;margin-top:.75rem}.header-actions.open{display:grid}.profile-button{width:100%;height:44px;justify-content:flex-start;padding:0 .75rem;gap:.6rem}.header-actions.open .profile-button{justify-content:space-between}.header-actions.open .action-label{display:inline-flex}.header-actions.open .action-icon svg{width:18px;height:18px}.header-actions.open .language-item{width:100%;justify-content:space-between}.language-select{width:100%;padding:.4rem .6rem;font-size:.75rem}.logout-button{width:100%;height:40px;border-radius:999px;font-size:.75rem;justify-content:center}.topbar-toggle{display:inline-flex}.goals-container{padding-left:1rem;padding-right:1rem}.view-switcher{margin-left:1rem;margin-right:1rem}.dashboard-content{padding:0 1rem}.bottom-nav{left:1rem;right:1rem}}.not-found-page .auth-container{max-width:480px}.not-found-brand{margin-bottom:1.5rem;text-align:center}.not-found-brand-link{display:inline-flex;align-items:center;gap:.85rem;text-decoration:none;color:var(--text-primary)}.not-found-brand-link img{border-radius:12px;box-shadow:0 8px 24px #2423661f;object-fit:cover}.not-found-brand-link>div{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem}.not-found-brand-name{font-weight:800;font-size:1.25rem}.not-found-brand-parent{font-size:.75rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em}.not-found-card .not-found-code{font-size:4rem;margin:0;color:var(--accent-red);line-height:1}.not-found-title{margin-top:1rem;margin-bottom:.5rem}.not-found-message{color:var(--text-secondary);margin-bottom:1.5rem}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.not-found-support{margin-top:1.75rem;text-align:center;font-size:.9rem;color:var(--text-secondary)}.not-found-support a{color:var(--primary);font-weight:600}.legal-page{min-height:100vh;padding:4rem 1.5rem 2.5rem;background:var(--background)}.legal-container{max-width:980px;margin:0 auto}.legal-back{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-secondary);text-decoration:none;font-weight:600;margin-bottom:1.25rem}.legal-brand-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border-color)}.legal-brand-link{display:flex;align-items:center;gap:.85rem;text-decoration:none;color:inherit}.legal-brand-link img{width:52px;height:52px;border-radius:14px;object-fit:cover;box-shadow:0 8px 24px #2423661f}.legal-brand-text{display:flex;flex-direction:column;gap:.2rem}.legal-brand-name{font-weight:800;font-size:1.35rem;color:var(--text-primary);letter-spacing:-.02em}.legal-brand-parent{font-size:.8rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em}.legal-brand-tagline{font-size:.9rem;color:var(--text-secondary);font-weight:600;max-width:280px;line-height:1.45}.legal-card{background:var(--card-background);border:1px solid var(--border-color);border-radius:18px;padding:2.25rem;box-shadow:0 20px 50px #2423660f}.legal-title{margin:0;font-size:2rem;color:var(--text-primary);font-weight:800}.legal-subtitle{margin-top:.5rem;color:var(--text-secondary);font-weight:600}.legal-subtitle a{color:var(--primary);font-weight:700}.legal-date{font-size:.95rem;color:var(--text-primary)}.legal-section{margin-top:1.75rem}.legal-section h2{font-size:1.15rem;color:var(--text-primary);margin-bottom:.5rem;font-weight:800}.legal-section p{color:#242366d9;line-height:1.75;margin:.6rem 0}.legal-section ul{margin:.75rem 0 .75rem 1.25rem;color:#242366d9}.legal-section li{margin:.35rem 0;line-height:1.6}.account-deletion-page .auth-logo{color:var(--text-primary)}.account-deletion-subtitle{text-align:left!important;margin-bottom:1.5rem!important;line-height:1.55}.account-deletion-success{text-align:center}.account-deletion-success-icon{width:64px;height:64px;margin:0 auto 1rem;border-radius:50%;background:#2423661a;color:var(--primary);font-size:2rem;font-weight:800;display:flex;align-items:center;justify-content:center}.account-deletion-success-text{text-align:center!important;margin-bottom:1rem!important}.account-deletion-email-confirm{margin:0 0 1.25rem;padding:.75rem 1rem;background:#2423660f;border-radius:12px;color:var(--text-primary);word-break:break-all}.account-deletion-support{font-size:.9rem!important;margin-bottom:1.5rem!important}.account-deletion-support a{color:var(--primary);font-weight:600}.account-deletion-actions{display:flex;flex-direction:column;gap:.75rem}.account-deletion-btn-secondary{background:#fff!important;color:var(--primary)!important;border:2px solid rgba(36,35,102,.2)!important}.account-deletion-footer-links{text-align:center;margin-top:1.5rem;margin-bottom:0;font-size:.9rem}.account-deletion-footer-links a{color:var(--primary);font-weight:600}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}@media (prefers-reduced-motion: no-preference){*{scroll-behavior:smooth}}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.5rem;color:var(--text-primary)}.error-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--background);padding:2rem}.error-card{background:var(--card-background);border:1px solid var(--border-color);border-radius:16px;padding:2rem;max-width:520px;width:100%;box-shadow:0 20px 40px #2423661f;color:var(--text-primary)}.error-card h1{font-size:1.75rem;margin-bottom:.75rem}.error-card code{display:block;margin-top:1rem;padding:.75rem;border-radius:10px;background:#24236614;color:var(--text-primary);font-size:.85rem}.error-actions{display:flex;gap:.75rem;margin-top:1.5rem}.error-button{background:var(--primary);color:#fff;padding:.65rem 1.25rem;border-radius:10px;text-decoration:none;font-weight:600}.error-button.secondary{background:#fff;color:var(--primary);border:1px solid var(--border-color)}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #242366;--primary-light: #3B3D7A;--primary-dark: #1A1B4D;--accent-red: #EF4444;--accent-blue: #242366;--text-primary: #0D0C30;--text-secondary: rgba(36, 35, 102, .7);--text-tertiary: rgba(36, 35, 102, .5);--background: #FFFFFF;--card-background: #FFFFFF;--border-color: rgba(36, 35, 102, .15);--success: #242366;--warning: #EF4444;--error: #EF4444;--dark-background: #1A1B4D;--dark-card: #242366;--dark-text: #FFFFFF;--dark-text-secondary: rgba(255, 255, 255, .7);--dark-border: rgba(255, 255, 255, .15)}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--text-primary);line-height:1.6;overflow-x:hidden;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}*{transition:background-color .2s ease,color .2s ease,border-color .2s ease}
