*{margin:0;padding:0;box-sizing:border-box}body{font-family:Geist,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}h1,h2{font-family:Fraunces,Georgia,serif;letter-spacing:-.015em}.app-layout{display:flex;min-height:100vh}.sidebar{width:260px;padding:24px;display:flex;flex-direction:column}.sidebar-header h2{font-size:1.25rem;margin-bottom:2rem}.nav-links{list-style:none;flex:1}.nav-links a{display:block;padding:.75rem 1rem;border-radius:12px;text-decoration:none;margin-bottom:.25rem;transition:background .2s}.sidebar-footer{border-top-width:1px;border-top-style:solid;padding-top:1rem;font-size:.875rem;display:flex;flex-direction:column;gap:.5rem}.sidebar-footer button{display:block;background:none;border:none;cursor:pointer;font-size:.875rem;text-align:left}.locale-label{font-size:.75rem}.locale-select{width:100%;padding:.5rem .625rem}.main-content{flex:1;padding:32px;max-width:1200px}.login-card>p{margin-bottom:1.5rem}.form-group{margin-bottom:1rem;text-align:left}.form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.form-group input,.form-group select{width:100%;padding:.625rem .75rem;font-size:1rem;transition:border-color .2s}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.btn-primary{width:100%;height:60px;padding:.625rem;border:none;cursor:pointer;border-radius:12px;font-size:1rem;transition:background .2s}.btn-google{width:100%;height:56px;padding:.625rem;border-radius:12px;font-size:1rem;cursor:pointer}.btn-link{background:none;border:none;cursor:pointer;font-size:inherit}.btn-delete{background:none;border:none;cursor:pointer;font-size:.875rem}.divider{display:flex;align-items:center;margin:1.5rem 0}.divider:before,.divider:after{content:"";flex:1;border-top-width:1px;border-top-style:solid}.divider span{padding:0 .75rem;font-size:.875rem}.toggle-auth{margin-top:1rem;font-size:.875rem}.error-message{padding:.75rem;border-radius:12px;margin-bottom:1rem;font-size:.875rem}.loading{display:flex;justify-content:center;padding:3rem}.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh}.login-card{padding:40px;width:100%;max-width:400px;text-align:center}.login-card h1{margin-bottom:.5rem}.dashboard h1{margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{padding:1.5rem}.stat-card h3{font-size:.875rem;margin-bottom:.5rem}.stat-value{font-size:1.75rem;font-weight:700}.category-breakdown{padding:1.5rem}.category-breakdown h2{font-size:1.125rem;margin-bottom:1rem}.category-item{margin-bottom:1rem}.category-info{display:flex;justify-content:space-between;margin-bottom:.25rem;font-size:.875rem}.progress-bar{height:8px;border-radius:4px;overflow:hidden}.progress-fill{height:100%;border-radius:4px;transition:width .3s}.category-percent{font-size:.75rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.page-header .btn-primary{width:auto;padding:.5rem 1.25rem}.expense-form{padding:1.5rem;margin-bottom:1.5rem}.expense-form .btn-primary{margin-top:.5rem}.expenses-list{overflow:hidden}.expense-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom-width:1px;border-bottom-style:solid}.expense-item:last-child{border-bottom:none}.expense-info{display:flex;flex-direction:column;gap:.125rem}.expense-category{font-size:.75rem}.expense-description{font-weight:500}.expense-date{font-size:.75rem}.expense-actions{display:flex;align-items:center;gap:1rem}.expense-amount{font-weight:600;font-size:1.125rem}.empty-state{text-align:center;padding:3rem}.home-page{min-height:100vh}.home-nav{display:flex;justify-content:space-between;align-items:center;height:80px;padding:0 64px;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-nav__brand{display:flex;align-items:center;gap:12px;font-family:Fraunces,Georgia,serif;font-size:1.5rem;font-weight:700}.home-nav__logo{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:8px;font-family:Geist,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9375rem;font-weight:700}.home-nav__actions{display:flex;align-items:center;gap:32px}.home-nav__link{text-decoration:none;font-size:.9375rem;font-weight:500}.home-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;height:44px;padding:0 24px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s,color .2s;border:none;cursor:pointer}.home-button--hero{height:56px;border-radius:12px;padding:0 32px;font-size:1rem}.home-hero{padding:100px 64px}.home-hero__content{max-width:820px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:48px;text-align:center}.home-hero__title{font-size:4rem;line-height:1.1}.home-hero__subtitle{font-size:1.25rem;line-height:1.5;max-width:700px}.home-hero__actions{display:flex;align-items:center;gap:16px}.home-section{padding:100px 64px}.home-section__header{max-width:760px;margin:0 auto 48px;text-align:center;display:flex;flex-direction:column;gap:16px}.home-section__title{font-size:3rem;line-height:1.15}.home-section__subtitle{font-size:1.125rem;line-height:1.5}.home-grid{display:grid;gap:24px}.home-grid--features{grid-template-columns:repeat(2,minmax(0,1fr))}.home-grid--platforms{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.home-grid--pricing{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.home-card{display:flex;flex-direction:column;gap:16px;padding:40px;border-radius:16px;border-width:1px;border-style:solid}.home-card--platform{align-items:center;text-align:center;gap:20px}.home-card__icon{width:56px;height:56px;border-radius:12px}.home-card__icon--large{width:64px;height:64px}.home-card__title{font-size:1.75rem;line-height:1.2}.home-card__description{font-size:1rem;line-height:1.5}.home-pricing-card{display:flex;flex-direction:column;gap:32px;padding:48px;border-radius:16px;border-width:1px;border-style:solid}.home-pricing-card__badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:0 12px;height:28px;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.home-pricing-card__header{display:flex;flex-direction:column;gap:12px}.home-pricing-card__plan{font-size:1rem;font-weight:600}.home-pricing-card__price-row{display:flex;align-items:flex-end;gap:8px}.home-pricing-card__price{font-family:Fraunces,Georgia,serif;font-size:3.5rem;line-height:1}.home-pricing-card__period{font-size:1.125rem}.home-pricing-card__description{font-size:1rem;line-height:1.5}.home-list{list-style:none;display:flex;flex-direction:column;gap:16px}.home-list__item{display:flex;align-items:center;gap:12px;font-size:.9375rem}.home-list__bullet{width:20px;height:20px;border-radius:999px;flex-shrink:0}.home-pricing-card__cta{width:100%;height:52px;border-radius:12px}.home-footer{padding:80px 64px 40px;border-top-width:1px;border-top-style:solid}.home-footer__top{display:flex;justify-content:space-between;gap:48px}.home-footer__brand{display:flex;flex-direction:column;gap:16px}.home-footer__columns{display:flex;gap:80px}.home-footer__column{display:flex;flex-direction:column;gap:16px}.home-footer__column h4{font-size:.875rem;font-weight:600}.home-footer__column a{text-decoration:none;font-size:.875rem}.home-footer__bottom{margin-top:32px;padding-top:32px;border-top-width:1px;border-top-style:solid;text-align:center;font-size:.875rem}.home-contact-form{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.home-contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.home-contact-form__group{display:flex;flex-direction:column;gap:8px}.home-contact-form__group label{font-size:.875rem;font-weight:500}.home-contact-form__group input,.home-contact-form__group select{width:100%;padding:.625rem .75rem;font-size:1rem;transition:border-color .2s}.home-contact-form__group textarea{width:100%;padding:.75rem;font-size:1rem;resize:vertical;font-family:Geist,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:border-color .2s}.home-contact-form__group .home-contact-form__error{font-size:.875rem;margin-top:4px}.home-contact-form__submit{align-self:flex-start;height:52px;padding:0 32px;border-radius:12px}.home-contact-success{max-width:720px;margin:0 auto;padding:24px 32px;border-radius:12px;text-align:center;font-size:1rem;font-weight:500}@media(max-width:900px){.home-contact-form__row{grid-template-columns:1fr}.home-contact-form__submit{align-self:stretch;width:100%}}@media(max-width:1200px){.home-nav,.home-hero,.home-section,.home-footer{padding-left:32px;padding-right:32px}.home-grid--platforms,.home-grid--pricing{grid-template-columns:repeat(2,minmax(0,1fr))}.home-footer__top{flex-direction:column}.home-footer__columns{gap:32px;flex-wrap:wrap}}@media(max-width:900px){.home-nav__actions{gap:16px}.home-nav__link{display:none}.home-hero__title{font-size:3rem}.home-grid--features,.home-grid--platforms,.home-grid--pricing{grid-template-columns:1fr}.home-hero__actions{width:100%;flex-direction:column}.home-hero__actions .home-button{width:100%}}body{background:#f2f3f0;color:#111}.sidebar{background:#fff;border-right:1px solid #cbccc9}.sidebar-header h2{color:#6366f1}.nav-links a{color:#111}.nav-links a:hover,.nav-links a.active{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.sidebar-footer{border-top-color:#cbccc9;color:#666}.sidebar-footer button{color:#dc2626}.locale-label{color:#666}.locale-select{min-height:56px;border:1px solid #cbccc9;border-radius:12px;background:#fff;color:#111}.login-card>p{color:#666}.form-group input,.form-group select{min-height:56px;border:1px solid #cbccc9;border-radius:12px;background:#fff;color:#111}.form-group input:focus,.form-group select:focus{outline:none;border-color:#6366f1}.btn-primary{background:#6366f1;box-shadow:0 4px 16px -2px #6366f140;color:#fff}.btn-primary:hover{background:#4f46e5}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-google{min-height:56px;border:1px solid #cbccc9;border-radius:12px;background:#fff;color:#111}.btn-link{color:#6366f1}.btn-delete{color:#dc2626}.divider{color:#666}.divider:before,.divider:after{border-top-color:#2a2a2e}.toggle-auth{color:#666}.error-message{background:#fef2f2;color:#dc2626}.loading{color:#666}.login-page{background:#f2f3f0}.login-card{background:#fff;border-radius:16px;box-shadow:0 8px 24px -20px #1111113d}.login-card h1{color:#6366f1}.stat-card,.category-breakdown,.expense-form,.expenses-list{background:#fff;border-radius:12px;box-shadow:0 8px 24px -20px #1111113d}.stat-card h3,.category-percent,.expense-category,.expense-date,.empty-state{color:#666}.progress-bar{background:#cbccc9}.progress-fill{background:#6366f1}.expense-item{border-bottom-color:#cbccc9}.home-page{background:#f2f3f0;color:#111}.home-nav{border-bottom:1px solid #cbccc9;background:#f2f3f0eb}.home-nav__brand,.home-nav__link,.home-card__title,.home-pricing-card__price,.home-section__title,.home-hero__title{color:#111}.home-nav__logo,.home-card__icon,.home-card__icon--large,.home-list__bullet,.home-pricing-card__badge{background:#6366f1;color:#fff}.home-hero__subtitle,.home-section__subtitle,.home-card__description,.home-pricing-card__description,.home-pricing-card__period,.home-pricing-card__plan,.home-footer__brand p,.home-footer__column a,.home-footer__bottom{color:#666}.home-section--muted{background:#f8f9f7}.home-card,.home-pricing-card{background:#fff;border-radius:16px;box-shadow:0 8px 24px -20px #1111113d;border-color:#cbccc9}.home-pricing-card--featured{border-width:2px;border-color:#6366f1}.home-button--primary{background:#6366f1;color:#fff;box-shadow:0 4px 16px -2px #6366f140}.home-button--primary:hover{background:#4f46e5}.home-button--secondary{background:#fff;border-color:#cbccc9;color:#111}.home-button--secondary:hover{border-color:#6366f1;color:#6366f1}.home-footer,.home-footer__bottom{border-top-color:#cbccc9}.home-footer__column h4{color:#111}.home-contact-form input,.home-contact-form select{min-height:56px;border:1px solid #cbccc9;border-radius:12px;background:#fff;color:#111}.home-contact-form input:focus,.home-contact-form select:focus{outline:none;border-color:#6366f1}.home-contact-form textarea{min-height:56px;border:1px solid #cbccc9;border-radius:12px;background:#fff;color:#111;height:auto;padding:.75rem}.home-contact-form textarea:focus{outline:none;border-color:#6366f1}.home-contact-form label{color:#111}.home-contact-form .home-contact-form__error{color:#dc2626}.home-contact-form input[aria-invalid=true],.home-contact-form select[aria-invalid=true],.home-contact-form textarea[aria-invalid=true]{border-color:#dc2626}.home-contact-success{background:#fff;border:1px solid #6366f1;color:#6366f1}[data-theme=dark] body{background:#0b0b0e;color:#fafaf9}[data-theme=dark] .sidebar{background:#16161a;border-right:1px solid #2a2a2e}[data-theme=dark] .sidebar-header h2{color:#6366f1}[data-theme=dark] .nav-links a{color:#fafaf9}[data-theme=dark] .nav-links a:hover,[data-theme=dark] .nav-links a.active{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}[data-theme=dark] .sidebar-footer{border-top-color:#2a2a2e;color:#6b6b70}[data-theme=dark] .sidebar-footer button{color:#dc2626}[data-theme=dark] .locale-label{color:#6b6b70}[data-theme=dark] .locale-select{min-height:56px;border:1px solid #2a2a2e;border-radius:12px;background:#16161a;color:#fafaf9}[data-theme=dark] .login-card>p{color:#6b6b70}[data-theme=dark] .form-group input,[data-theme=dark] .form-group select{min-height:56px;border:1px solid #2a2a2e;border-radius:12px;background:#16161a;color:#fafaf9}[data-theme=dark] .form-group input:focus,[data-theme=dark] .form-group select:focus{outline:none;border-color:#6366f1}[data-theme=dark] .btn-primary{background:#6366f1;box-shadow:0 4px 16px -2px #6366f140;color:#fff}[data-theme=dark] .btn-primary:hover{background:#4f46e5}[data-theme=dark] .btn-primary:disabled{opacity:.6;cursor:not-allowed}[data-theme=dark] .btn-google{min-height:56px;border:1px solid #2a2a2e;border-radius:12px;background:#16161a;color:#fafaf9}[data-theme=dark] .btn-link{color:#6366f1}[data-theme=dark] .btn-delete{color:#dc2626}[data-theme=dark] .divider{color:#6b6b70}[data-theme=dark] .divider:before,[data-theme=dark] .divider:after{border-top-color:#2a2a2e}[data-theme=dark] .toggle-auth{color:#6b6b70}[data-theme=dark] .error-message{background:#dc26262e;color:#dc2626}[data-theme=dark] .loading{color:#6b6b70}[data-theme=dark] .login-page{background:#0b0b0e}[data-theme=dark] .login-card{background:#16161a;border-radius:16px;box-shadow:0 12px 28px -20px #00000080}[data-theme=dark] .login-card h1{color:#6366f1}[data-theme=dark] .stat-card,[data-theme=dark] .category-breakdown,[data-theme=dark] .expense-form,[data-theme=dark] .expenses-list{background:#16161a;border-radius:12px;box-shadow:0 12px 28px -20px #00000080}[data-theme=dark] .stat-card h3,[data-theme=dark] .category-percent,[data-theme=dark] .expense-category,[data-theme=dark] .expense-date,[data-theme=dark] .empty-state{color:#6b6b70}[data-theme=dark] .progress-bar{background:#2a2a2e}[data-theme=dark] .progress-fill{background:#6366f1}[data-theme=dark] .expense-item{border-bottom-color:#2a2a2e}[data-theme=dark] .home-page{background:#0b0b0e;color:#fafaf9}[data-theme=dark] .home-nav{border-bottom:1px solid #2a2a2e;background:#0b0b0eeb}[data-theme=dark] .home-nav__brand,[data-theme=dark] .home-nav__link,[data-theme=dark] .home-card__title,[data-theme=dark] .home-pricing-card__price,[data-theme=dark] .home-section__title,[data-theme=dark] .home-hero__title{color:#fafaf9}[data-theme=dark] .home-nav__logo,[data-theme=dark] .home-card__icon,[data-theme=dark] .home-card__icon--large,[data-theme=dark] .home-list__bullet,[data-theme=dark] .home-pricing-card__badge{background:#6366f1;color:#fff}[data-theme=dark] .home-hero__subtitle,[data-theme=dark] .home-section__subtitle,[data-theme=dark] .home-card__description,[data-theme=dark] .home-pricing-card__description,[data-theme=dark] .home-pricing-card__period,[data-theme=dark] .home-pricing-card__plan,[data-theme=dark] .home-footer__brand p,[data-theme=dark] .home-footer__column a,[data-theme=dark] .home-footer__bottom{color:#6b6b70}[data-theme=dark] .home-section--muted{background:#1d1d22}[data-theme=dark] .home-card,[data-theme=dark] .home-pricing-card{background:#16161a;border-radius:16px;box-shadow:0 12px 28px -20px #00000080;border-color:#2a2a2e}[data-theme=dark] .home-pricing-card--featured{border-width:2px;border-color:#6366f1}[data-theme=dark] .home-button--primary{background:#6366f1;color:#fff;box-shadow:0 4px 16px -2px #6366f140}[data-theme=dark] .home-button--primary:hover{background:#4f46e5}[data-theme=dark] .home-button--secondary{background:#16161a;border-color:#2a2a2e;color:#fafaf9}[data-theme=dark] .home-button--secondary:hover{border-color:#6366f1;color:#6366f1}[data-theme=dark] .home-footer,[data-theme=dark] .home-footer__bottom{border-top-color:#2a2a2e}[data-theme=dark] .home-footer__column h4{color:#fafaf9}[data-theme=dark] .home-contact-form input,[data-theme=dark] .home-contact-form select{min-height:56px;border:1px solid #2a2a2e;border-radius:12px;background:#16161a;color:#fafaf9}[data-theme=dark] .home-contact-form input:focus,[data-theme=dark] .home-contact-form select:focus{outline:none;border-color:#6366f1}[data-theme=dark] .home-contact-form textarea{min-height:56px;border:1px solid #2a2a2e;border-radius:12px;background:#16161a;color:#fafaf9;height:auto;padding:.75rem}[data-theme=dark] .home-contact-form textarea:focus{outline:none;border-color:#6366f1}[data-theme=dark] .home-contact-form label{color:#fafaf9}[data-theme=dark] .home-contact-form .home-contact-form__error{color:#dc2626}[data-theme=dark] .home-contact-form input[aria-invalid=true],[data-theme=dark] .home-contact-form select[aria-invalid=true],[data-theme=dark] .home-contact-form textarea[aria-invalid=true]{border-color:#dc2626}[data-theme=dark] .home-contact-success{background:#16161a;border:1px solid #6366f1;color:#6366f1}
