#root{width:100vw;max-width:100vw;padding:80px 0 0;text-align:left}*{margin:0;padding:0;box-sizing:border-box}body{overflow-x:hidden;font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}@media (max-width: 768px){#root{padding-top:70px}}:root{--header-height: 80px;--primary-color: #6366f1;--primary-dark: #4f46e5;--primary-darker: #3730a3;--primary-light: #c7d2fe;--primary-lighter: #eef2ff;--text-primary: #0f172a;--text-secondary: #1d4ed8;--border-color: rgba(148, 163, 184, .25);--shadow-md: 0 10px 30px rgba(15, 23, 42, .08);--shadow-sm: 0 6px 18px rgba(15, 23, 42, .12);--button-shadow: 0 8px 20px rgba(99, 102, 241, .15);--hover-bg: #f8fafc}.mobileShow{display:none}.header{height:var(--header-height);width:100%;margin:0;padding:0 3vw;background:#ffffffeb;font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;display:flex;letter-spacing:.4px;justify-content:space-between;align-items:center;font-weight:500;box-shadow:var(--shadow-md);border-bottom:1px solid var(--border-color);position:fixed;top:0;left:0;right:0;z-index:999;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .3s ease-in-out}.header--hidden{transform:translateY(-100%)}.leftSide img{height:56px;margin:0}.hamburger-header{display:flex;align-items:center;justify-content:space-between;width:100%}.leftSide{display:flex;align-items:center;gap:1.5rem}.leftSide .logoheader{margin-right:0}.rightSide .textSectiuni{gap:1.25rem}.primary-nav,.secondary-nav{display:flex}.header ul{display:flex;align-items:center;gap:1.5rem;list-style:none}.header ul li{list-style:none}.center{display:flex;justify-content:center;align-items:center}.header a{color:var(--text-primary);text-decoration:none;transition:color .25s ease}.listSectiuni{cursor:pointer;display:flex;position:relative;align-items:center;transition:color .25s ease;height:var(--header-height);font-weight:600}.listSectiuni:hover{color:var(--text-secondary)}.listSectiuni:after{content:"";position:absolute;bottom:10px;height:3px;transition:background-color .25s ease;width:100%;background-color:transparent;border-radius:999px}.listSectiuni:hover:after{background-color:var(--primary-light)}.listSectiuni.active:after{background-color:var(--primary-color)}.button{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.5rem;font-size:.95rem;font-weight:600;color:var(--text-primary);background:transparent;border:1.5px solid var(--primary-color);border-radius:999px;cursor:pointer;transition:all .25s ease;box-shadow:var(--button-shadow)}.button:hover{background-color:var(--primary-lighter);color:var(--primary-darker)}.buttoninvert{color:#fff;background-color:var(--primary-color)}.buttoninvert:hover{background-color:var(--primary-dark);color:#fff}.logo-w{height:52px}.hamburger{display:none}.w-letter{fill:#2d6ae2}.cross-line{stroke:#ff6b35;stroke-width:8}.text{font-family:Arial,sans-serif;font-size:48px;font-weight:700;fill:#2d6ae2}@media (max-width: 1024px){.header{padding:.5rem 2rem;gap:.75rem}}@media (max-width: 768px){.header{flex-direction:column;align-items:flex-start;padding:1rem 1.5rem;height:auto;gap:0;width:100vw;position:fixed}.header--open{position:fixed}.leftSide{width:100%;justify-content:space-between;align-items:center}.hamburger{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:42px;height:42px;border-radius:10px;border:1px solid #dfe3eb;background:#fff;box-shadow:var(--shadow-sm);cursor:pointer;transition:all .3s ease}.hamburger span{width:20px;height:2.5px;background:var(--text-primary);border-radius:999px;transition:all .3s ease}.hamburger.is-active span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.hamburger.is-active span:nth-child(2){opacity:0}.hamburger.is-active span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobileShow{display:block}.primary-nav{display:none!important}.secondary-nav{display:none!important;flex-direction:column;width:100%;padding:0;margin:0;gap:0;max-height:0;overflow:hidden;transition:max-height .3s ease-out}.header--open .secondary-nav{display:flex!important;margin-top:0;max-height:1000px;justify-content:center;align-items:center!important;background-color:#fffffffa;padding-bottom:1rem;position:absolute;left:0;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header ul{flex-direction:column!important;gap:0!important;width:100vw;padding:0;align-items:stretch!important}.primary-nav li,.secondary-nav li{width:100%;list-style:none;display:block!important}.listSectiuni{width:100%!important;height:auto!important;padding:1rem!important;font-size:1rem!important;text-align:center!important;border-bottom:1px solid rgba(226,232,240,.5);display:block!important;color:var(--text-primary);text-decoration:none;justify-content:center!important;align-items:initial!important;position:static!important}.listSectiuni:after{display:none!important}.listSectiuni:hover{background:var(--hover-bg);color:var(--text-primary)}.rightSide{width:100%}.secondary-nav{margin-top:.5rem;padding-top:.5rem;gap:.5rem}.secondary-nav li{width:100%}.button{width:100%;min-width:unset;padding:.65rem 1.25rem;justify-content:center;display:flex;text-align:center}.secondary-nav .button{width:80%;position:relative;left:50%;transform:translate(-50%);margin:.25rem}}:root{--hero-gradient: linear-gradient(180deg, #000096 25%, #0097ff 110%);--hero-text: #ffffff;--hero-text-muted: rgba(255, 255, 255, .807);--section-bg: #000096;--text-dark: #000000;--text-gray: rgb(69, 69, 69)}.background{background-image:var(--hero-gradient);background-size:cover;display:flex;align-items:center;min-height:65vh;padding:3rem 2rem}.main-content h2{color:var(--hero-text);font-size:clamp(2rem,5vw,3.5rem);text-align:left;border:0;padding:0;padding-bottom:1rem;margin:0}.main-content p{color:var(--hero-text-muted);padding-top:1.5rem;padding-left:0;font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.6}.mtop{padding-top:10vh;padding-bottom:0}.main-content{position:relative;display:flex;width:min(90vw,1200px);max-width:1200px;margin:0 auto;justify-content:center;align-items:center;gap:3rem}.second h2{font-size:clamp(1.75rem,4vw,2.25rem);color:var(--text-dark)}.second p{color:var(--text-gray)}.text{flex:1;max-width:540px}.image{flex:0 0 auto;width:35%;max-width:420px}.image img{width:100%;height:auto;display:block}.dezvolta{background-color:var(--section-bg);width:100%;min-height:32vh;color:#fff;display:flex;position:relative;align-items:center;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-weight:700;padding:4rem 2rem 8rem;justify-content:center;gap:2rem}.dezvolta-1{flex:1;max-width:420px;font-size:clamp(1.75rem,4vw,2.75rem);line-height:1.2}.p5{height:5vh}.image-2{flex:0 0 auto;width:30%;max-width:360px;padding-top:2rem}.image-2 img{width:100%;height:auto;display:block}.dezvolta-2{position:relative;margin-top:2rem;color:var(--hero-text-muted);flex:1;max-width:600px;font-size:clamp(.95rem,1.5vw,1.0625rem);line-height:1.6}.home-try{position:static;margin-top:2rem;border-radius:8px;margin-left:2rem;width:180px;max-width:100%}.second-2{margin-right:0}@media (max-width: 1024px){.main-content{flex-direction:column;text-align:center}.main-content h2{text-align:center}.text,.image,.image-2,.dezvolta-2{width:100%;max-width:640px}.text{max-width:640px}.image{order:-1;width:60%;max-width:360px}.dezvolta{flex-direction:column;text-align:center;padding:3rem 2rem 2rem}.dezvolta-1{width:100%;max-width:100%;margin:0 0 1rem;text-align:center}.home-try{margin:0 auto;margin-top:1.5rem;width:60%;max-width:260px}}@media (max-width: 640px){.background{padding:2.5rem 1.25rem;min-height:50vh}.main-content h2,.main-content p{text-align:center}.image,.image-2{width:80%;max-width:320px}.dezvolta-2{margin-right:0}.dezvolta{padding:2.5rem 1.5rem 2rem}}footer{margin-top:10vh;position:relative;height:auto;bottom:0;width:100vw;overflow:hidden}footer svg{display:block;width:100%;height:auto}.license{color:#ffffffd3;position:absolute;bottom:1vh;text-align:center;width:100vw;font-size:15px}.garantii-benefits-home{width:80vw;display:flex;flex-direction:column;left:50%;position:relative;transform:translate(-50%);align-items:center;justify-content:center;margin-top:7vh}.flex-benefit-home{justify-content:center;align-items:center;display:flex;gap:2vw;flex-wrap:wrap}.title-benefit-home{border:0;text-align:center;color:#2d3748;font-size:2.5rem;padding-bottom:4vh;margin-bottom:4vh}.benefit-home-card{background:#f7fafc;border-radius:12px;padding:2rem;width:20vw;min-height:30vh;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s}.benefit-home-card:hover{transform:translateY(-3px)}.benefit-home-title{color:#1a365d;font-size:1.5rem;margin-bottom:1rem}.benefit-home-description{color:#4a5568;line-height:1.6;font-size:1.1rem}@media (max-width: 768px){.flex-benefit-home{flex-direction:column;width:100%;gap:1.5rem}.benefit-home-card{width:90%;max-width:500px;min-height:auto}.title-benefit-home{font-size:2rem;padding-bottom:2vh;margin-bottom:2vh}.benefit-home-title{font-size:1.25rem}.benefit-home-description{font-size:1rem}}.about-page{width:100%;max-width:1100px;margin:0 auto;padding:4rem 1.5rem 6rem;display:flex;flex-direction:column;gap:2.5rem;color:#0f172a}.about-hero{text-align:center}.about-hero h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.lead{color:#475569;max-width:760px;margin:0 auto 2rem;line-height:1.7}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1rem}.stat-card{border-radius:16px;padding:1.5rem;background:#f8fafc;border:1px solid #e2e8f0}.stat-number{font-size:2rem;font-weight:700;display:block}.stat-label{color:#475569}.card{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 25px 45px #0f172a14;border:1px solid #e2e8f0}.about-story{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2.5rem}.about-story h2{font-size:2rem;margin-bottom:1rem}.about-story p{color:#475569;line-height:1.7}.about-story ul{margin-top:1.5rem;padding-left:1rem;color:#1e293b;line-height:1.8}.story-highlight{background:#f8fafc;border-radius:20px;padding:2rem}.quote-box{margin-top:1.5rem;border-left:4px solid #6366f1;padding-left:1.2rem;color:#1e293b;font-style:italic}.quote-box span{display:block;font-style:normal;color:#475569;margin-top:.5rem}.about-values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.value-card{padding:1.8rem;border-radius:18px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 15px 25px #0f172a0d}.value-card h4{margin-bottom:.8rem;font-size:1.15rem}.value-card p{color:#475569;line-height:1.6}.about-timeline h2{margin-bottom:1.5rem}.timeline{display:flex;flex-direction:column;gap:1.5rem}.timeline-item{display:flex;gap:1.2rem;align-items:flex-start}.timeline-dot{width:16px;height:16px;border-radius:50%;background:#6366f1;position:relative;top:8px;flex-shrink:0}.timeline-year{font-size:.85rem;letter-spacing:.2rem;color:#94a3b8;text-transform:uppercase}.timeline-item h5{margin:.2rem 0}.timeline-item p{color:#475569;margin:0}.about-cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}.cta-actions{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width: 640px){.card{padding:1.75rem}.cta-actions{width:100%}.cta-actions .button{width:100%;text-align:center}}.contact-page{margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.contact-wrapper{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;flex-direction:column;gap:2rem;padding-bottom:6vh}:root{--primary-color: #6366f1;--text-secondary: #475569}.contact-hero{margin-top:5rem;text-align:center;max-width:720px;margin-left:auto;margin-right:auto;margin-bottom:1rem;padding:0 1rem}.contact-hero__eyebrow{text-transform:uppercase;letter-spacing:.2rem;font-size:.8rem;color:var(--primary-color);font-weight:700;margin-bottom:.5rem;display:inline-block}.contact-hero__title{font-size:clamp(2rem,4vw,3rem);margin-bottom:.75rem;color:#0f172a}.contact-hero__description{color:var(--text-secondary);line-height:1.7;font-size:1.0625rem}.contact-stats{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.contact-stats__card{padding:1.5rem;border-radius:20px;background:linear-gradient(135deg,#eef2ff,#f8fafc);border:1px solid #e2e8f0;box-shadow:0 15px 25px #6366f11f;text-align:center;min-width:180px}.contact-stats__value{display:block;font-size:1.7rem;font-weight:700;color:#0f172a}.contact-stats__label{color:#6b7280}.contact-form-card{border-radius:28px;padding:3rem 3.5rem;width:60%;background:#fff;box-shadow:0 25px 45px #0f172a14;border:1px solid #e2e8f0}.contact-form-card__heading{margin-bottom:1.25rem}.contact-form-card__badge{display:inline-block;padding:.2rem .75rem;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.12rem;margin-bottom:.5rem}.contact-form-card__title{font-size:1.6rem;margin-bottom:.75rem}.contact-form-card__description{color:#475569;line-height:1.6}.contact-form-card__grid{margin-top:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem 1.5rem}.contact-form-card__grid label{display:flex;flex-direction:column;gap:.4rem;font-weight:600;color:#0f172a}.contact-form-card__grid input,.contact-form-card__grid textarea{border:1px solid #cbd5f5;border-radius:12px;padding:.85rem 1rem;font-size:.95rem;font-family:inherit;background:#f8fafc;transition:border .2s ease}.contact-form-card__grid input:focus,.contact-form-card__grid textarea:focus{outline:none;border-color:#6366f1;background:#fff}.contact-form-card__grid textarea{resize:vertical;width:100%}.contact-form-card__full-width{grid-column:1 / -1}.contact-form-card__button{justify-content:center;text-align:center}@media (max-width: 768px){.contact-form-card{width:90%;padding:2rem 1.5rem}.contact-form-card__title{font-size:1.4rem}.contact-form-card__grid{grid-template-columns:1fr;gap:1rem}}.loading-spinner-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:9999}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem}.loading-spinner{position:relative;display:flex;align-items:center;justify-content:center}.loading-spinner--small{width:24px;height:24px}.loading-spinner--medium{width:48px;height:48px}.loading-spinner--large{width:64px;height:64px}.spinner-circle{width:100%;height:100%;border:3px solid rgba(45,106,226,.1);border-top-color:#2d6ae2;border-radius:50%;animation:spin .8s linear infinite}.loading-spinner--small .spinner-circle{border-width:2px}.loading-spinner--large .spinner-circle{border-width:4px}.loading-spinner-message{color:#4a5568;font-size:.95rem;font-weight:500;text-align:center;margin:0;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.loading-inline{display:flex;align-items:center;justify-content:center;padding:3rem 1rem;min-height:200px}.loading-inline .loading-spinner-container{padding:1rem}.login{height:calc(100vh - 80px);display:flex;justify-content:center;align-items:center}.login-container{padding:1rem;display:flex;justify-content:center;align-items:center}.login-form{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 25px 45px #0f172a14;width:min(90vw,420px)}.login-form h2{text-align:center;color:#2d6ae2;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333}.form-group input{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group input.error{border-color:#ff6b35}.error-message{color:#ff6b35;font-size:.875rem;margin-top:.25rem;display:block}.options{display:flex;justify-content:space-between;align-items:center;margin:1rem 0;gap:1rem;flex-wrap:wrap}.options label{display:flex;align-items:center;gap:.5rem;margin-top:1vh;color:#666}.options a{color:#2d6ae2;text-decoration:none;font-size:.875rem}.submit-login-btn{display:flex;align-items:center;justify-content:center;margin:0 auto;margin-top:0vh;padding:.9rem 3rem;background-color:#2a5dc5;color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.submit-login-btn:hover{background-color:#1d4ed8}@media (max-width: 640px){.login-container{padding:1rem .5rem}.login{height:calc(100vh - 93px);display:flex;justify-content:center;align-items:center}.login-form{padding:1.5rem;width:95%}.submit-login-btn{width:100%;max-width:280px}}.auth-container{height:calc(100vh - 80px);display:flex;justify-content:center;align-items:center}.auth-form{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 25px 45px #0f172a14;width:min(90vw,480px)}.auth-form h2{color:#2a5dc5;text-align:center;margin-bottom:2rem}.form-group{margin-bottom:.6rem}.form-group label{display:block;margin-bottom:.4rem;color:#495057;font-weight:500}.form-group input{width:100%;padding:.4rem;border:2px solid #e9ecef;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{border-color:#2a5dc5;outline:none}.form-group input.error{border-color:#dc3545}.error-message{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:block}.terms-group{width:100%;display:flex;align-items:center;justify-content:center;padding:.7rem;margin-bottom:1rem;background:#f8f9fa;border-radius:6px}.terms-group label{display:flex;align-items:center;gap:.75rem;color:#6c757d}.terms-group a{color:#2a5dc5;text-decoration:none}.terms-group a:hover{text-decoration:underline}.error-label{color:#dc3545!important}.error-checkbox{accent-color:#dc3545}.submit-register-btn{display:flex;align-items:center;justify-content:center;margin-top:0vh;margin-left:auto;margin-right:auto;padding:.9rem 3rem;background-color:#2a5dc5;color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.submit-register-btn:hover{background-color:#1d4a8a}.eroaretermeni{margin-top:-.5vh;margin-bottom:1.3vh;text-align:center}@media (max-width: 640px){.auth-form{padding:1.5rem}.auth-container{height:calc(100dvh - 93px)}.terms-group{flex-direction:column;gap:.5rem}}:root{--grid-gap: 1.5rem;--card-radius: 24px;--card-shadow: 0 25px 45px rgba(15, 23, 42, .08);--card-border: #e2e8f0;--text-muted: #6b7280;--danger-bg: #ffebee;--danger-border: #ff4444;--accent-orange: #ff5400}.grid-container{margin:2rem auto 0;width:min(90vw,1200px);display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-auto-rows:auto;font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;gap:var(--grid-gap);justify-content:center;max-width:1200px}.grid-item{border-radius:var(--card-radius);box-shadow:var(--card-shadow);border:1px solid var(--card-border);width:100%;min-height:120px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.grid-item:hover{transform:translateY(-2px);box-shadow:0 30px 50px #0f172a1f}.flex{display:flex}.big-number{font-size:clamp(1.5rem,3vw,1.875rem);text-align:left;margin:0;font-weight:700;color:#0f172a}.item-1-text{font-size:.8125rem;margin:.2rem 0 0;letter-spacing:.03em;color:var(--text-muted)}.grid-item-1{display:flex;flex-direction:column;justify-content:center;padding:1.5rem}.grid-item-2 h2{position:absolute;color:#0f172a;top:0;padding-top:1.5rem;margin-left:0;font-size:1.25rem;font-weight:600}.item-1{margin-left:1rem}.item-2-row-1{position:relative;flex-direction:column;height:100%;padding-left:1rem;gap:.5rem;justify-content:center}.item-2-row-1 .big-number,.item-2-row-2 .big-number{margin-left:0}.item-2-row-2{position:relative;justify-content:center;gap:.5rem;flex-direction:column;padding-left:1rem;height:100%}.pericol{background:var(--danger-bg);border:2px solid var(--danger-border);border-radius:var(--card-radius)}.danger-symbol{width:32px;height:32px;position:absolute;bottom:.5rem;right:.5rem}.buttongrid{display:inline-block;padding:.625rem 1.25rem;font-size:1rem;font-weight:600;color:var(--accent-orange);background-color:transparent;border:2px solid var(--accent-orange);border-radius:8px;text-align:center;cursor:pointer;transition:all .3s ease}.buttongrid:hover{background-color:var(--accent-orange);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #ff54004d}.button.grid{position:absolute;right:10%;border-radius:10px;top:1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:3vh 2vw;position:relative;border-radius:12px;width:40vw;max-width:520px;height:auto;box-shadow:0 2px 25px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;margin-top:1vh}.modal-header h2{border:0}.modal-close{background:none;position:absolute;border:none;top:2vh;right:1vw;font-size:2.2rem;cursor:pointer;padding:0 .5rem}.button.grid-modal{right:10%;border-radius:10px}.modal-body{display:flex;flex-direction:column;gap:1rem}@media (max-width: 1024px){.grid-container{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media (max-width: 768px){.grid-container{margin-top:0;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.grid-item-2,.grid-item-1{padding:.5rem}.button.grid{position:static;align-self:flex-start;margin-top:.5rem;margin-bottom:.5rem;width:fit-content}.modal-content{width:90vw}}.google-btn{display:flex;align-items:center;background:#fff;border:1px solid #dadce0;border-radius:4px;color:#3c4043;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;height:40px;padding:0 12px;text-decoration:none;transition:background-color .3s}.google-btn:hover{background:#f8f9fa;border-color:#d2e3fc}.google-icon-wrapper{margin-right:12px}.google-icon{height:18px;width:18px}.btn-text{margin:0}.import-manual-container{text-align:center;justify-content:center;align-items:center;display:flex;margin:1.5rem auto}.file-input{display:none}.file-label{cursor:pointer}.import-manual-button{padding:10px 20px;background-color:#ff5400;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px}.import-manual-button:hover{background-color:#ff5400}@media (max-width: 768px){.import-manual-button{padding:8px 16px;font-size:14px;max-width:160px}}.login-lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000071;display:flex;justify-content:center;align-items:center;z-index:1000}.login-lightbox-content{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 0 20px #0000004d;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;text-align:center}.lightbox-title{font-size:2.2rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem}.login-button{margin-top:2vh;background-color:#2563eb;color:#fff;font-weight:600;font-size:17px;padding:1.8vh 2.4vw;border-radius:.5rem;border:none;cursor:pointer;transition:all .2s ease;display:inline-block}.login-lightbox-content .flex{gap:2.5vw}.login-button:hover{background-color:#1d4ed8;transform:scale(1.05)}.login-button:focus{outline:none;box-shadow:0 0 0 2px #93c5fd}.dashboard-hero{display:flex;justify-content:space-between;gap:2rem;width:min(80vw,1200px);margin:0 auto;align-items:center}.dashboard-hero h1{font-size:clamp(2rem,4vw,2.8rem);margin-bottom:.5rem;color:#0f172a}.dashboard-hero p{color:#475569}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-end}.dashboard-btn{padding:.85rem 1.8rem;border-radius:999px;font-weight:600;text-decoration:none;border:1px solid transparent;transition:.2s ease}.dashboard-btn.primary{background:#6366f1;color:#fff;box-shadow:0 15px 30px #6366f159}.dashboard-btn.primary:hover{background:#5146e5}.dashboard-btn.ghost{border-color:#cbd5f5;color:#1d4ed8;background:transparent}.dashboard-btn.ghost:hover{background:#eef2ff}@media (max-width: 768px){.dashboard-hero{margin-top:2rem;margin-bottom:.5rem;width:90vw;flex-direction:column;align-items:center;justify-content:center}.hero-actions{width:100%;justify-content:center}}:root{--border-light: #cbd5f5;--border-lighter: #dfe3eb;--text-primary: #0f172a;--text-muted: #94a3b8;--bg-white: #fff;--shadow-sm: 0 2px 6px rgba(15, 23, 42, .08);--shadow-md: 0 10px 20px rgba(15, 23, 42, .12)}.dashboard-tools{display:flex;flex-direction:column;gap:1.75rem}.search-container{position:relative;width:min(90vw,960px);margin:2rem auto 0;font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.search-input{width:100%;padding:1rem 3.5rem 1rem 1.25rem;border:1px solid var(--border-light);border-radius:12px;font-size:1.3rem;margin-top:0;box-sizing:border-box;position:relative;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:#6366f1}.search-icon{position:absolute;width:28px;right:16px;top:50%;transform:translateY(-50%);fill:var(--text-muted);pointer-events:none}.filters-container{display:flex;position:relative;justify-content:center;gap:1rem;flex-wrap:wrap;align-items:center;margin:0 auto}.filter-group{display:flex;flex-wrap:wrap;margin:0;gap:1rem}.filter-chip{position:relative;display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .9rem;border:1px solid var(--border-lighter);border-radius:999px;background:var(--bg-white);color:var(--text-primary);font-size:.95rem;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.filter-chip:hover{border-color:var(--text-muted);box-shadow:var(--shadow-sm)}.chip-icon{width:12px;height:7px}.filter-chip--dropdown .chip-dropdown{position:absolute;top:calc(100% + .5rem);left:0;background:var(--bg-white);border:1px solid var(--border-lighter);border-radius:12px;padding:.5rem;display:flex;flex-direction:column;gap:.35rem;width:fit-content;box-shadow:var(--shadow-md);z-index:5}.chip-option{display:flex;align-items:center;width:fit-content;font-size:.92rem;padding:.2rem 1rem;border-radius:8px;transition:background .2s ease}.chip-option:hover{background:#f1f5f9}.chip-option input{margin:0;margin-left:.5rem;margin-right:.5rem;accent-color:#1d4ed8}.sort{position:relative}.sort--inline{margin-left:0}.sort-button{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .9rem;border-radius:999px;border:1px solid #dfe3eb;background:#fff;color:#0f172a;font-size:.95rem;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.sort-button:hover{border-color:#94a3b8;box-shadow:0 2px 6px #0f172a14}.dropdown{position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #cbd5f5;border-radius:12px;width:220px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;z-index:10;box-shadow:0 15px 30px #0f172a1f}.dropdown.sort{right:0;left:auto;padding:.5rem;min-width:200px}.sort-option{border:none;background:transparent;text-align:left;font-size:.95rem;padding:.35rem .4rem;border-radius:8px;cursor:pointer;transition:background .2s ease;color:#0f172a}.sort-option:hover{background:#eef2ff}.dropdown-icon{width:14px;height:14px;margin-left:.35rem}.dropdown-icon--close{width:12px;height:12px}.dropdown p{cursor:pointer}@media (max-width: 768px){.search-container{width:90%;margin:1.5rem auto 0}.search-input{font-size:1rem;padding:.875rem 3rem .875rem 1rem}.filters-container{flex-direction:column;align-items:center;gap:1rem;width:90%}.filter-group{width:100%;justify-content:center}.sort--inline{margin-left:0}.dropdown{position:static;width:100%;max-width:320px}}.chip-label{border:none;background:transparent;display:inline-flex;align-items:center;gap:.35rem;padding:0;font-size:inherit;width:100%;justify-content:space-between;cursor:pointer}.chip-label--active{color:#1d4ed8;font-weight:600}:root{--border-color: #e2e8f0;--border-color-light: #f1f5f9;--hover-bg: #f8fafc;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--shadow-md: 0 25px 45px rgba(15, 23, 42, .08);--shadow-sm: 0 15px 30px rgba(15, 23, 42, .06);--radius-lg: 18px;--radius-md: 14px}.warr-container{width:100%;max-width:100%;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.warr-header,.warr-entry{width:100%;padding:.9rem 1.5rem}.warr-header{display:flex;justify-content:space-between;font-weight:600;color:var(--text-secondary);border-bottom:1px solid var(--border-color);background:var(--hover-bg)}.warr-entry{border-bottom:1px solid var(--border-color-light);transition:background .2s ease}.warr-entry:last-child{border-bottom:none}.warr-entry:hover{background:var(--hover-bg)}.warr-line{display:flex;justify-content:space-between;gap:1.25rem}.warr-line li,.warr-header li{width:25%;list-style:none;color:var(--text-primary)}.warr-line li small{display:block;color:var(--text-muted);font-size:.8rem;margin-top:.25rem}@media (max-width: 768px){.warr-container{border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.warr-header{display:none}.warr-entry{padding:1rem 1.25rem}.warr-line{flex-direction:column;gap:.5rem}.warr-line li{width:100%;font-weight:600}.warr-line li:before{display:block;font-size:.75rem;letter-spacing:.1rem;text-transform:uppercase;color:var(--text-muted);margin-bottom:.15rem;font-weight:500}.warr-line li:nth-child(1):before{content:"Product"}.warr-line li:nth-child(2):before{content:"Purchased"}.warr-line li:nth-child(3):before{content:"Expires"}.warr-line li:nth-child(4):before{content:"Provider"}}:root{--modal-overlay-bg: rgba(0, 0, 0, .5);--modal-bg: white;--modal-shadow: 0 10px 40px rgba(0, 0, 0, .2);--modal-radius: 12px;--modal-max-width: 600px;--modal-max-height: 80vh}.modal-war-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--modal-overlay-bg);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal-war-content{background:var(--modal-bg);padding:2rem;border-radius:var(--modal-radius);width:100%;max-width:var(--modal-max-width);max-height:var(--modal-max-height);box-shadow:var(--modal-shadow);position:relative;overflow-y:auto}.modal-war-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s ease}.modal-war-close:hover{background:#f1f5f9;color:#0f172a}@media (max-width: 640px){.modal-war-overlay{padding:.5rem}.modal-war-content{padding:1.5rem;max-height:90vh}.modal-war-close{top:.75rem;right:.75rem}}:root{--primary-color: #6366f1;--primary-hover: #4f46e5;--text-primary: #0f172a;--text-secondary: #64748b;--border-light: #e2e8f0;--background-light: #f8fafc;--shadow-sm: 0 1px 3px rgba(15, 23, 42, .08);--shadow-md: 0 4px 12px rgba(15, 23, 42, .1);--radius-lg: 20px;--spacing-md: 1.5rem;--spacing-lg: 2.5rem}.table-card{width:min(90vw,1200px);margin:0 auto;padding:var(--spacing-lg);padding:1.5rem!important;border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-md)}.table-card .table-header{display:flex;align-items:center;justify-content:flex-start;gap:1rem;margin-bottom:var(--spacing-md)}.table-card .table-header div,.table-card .table-header .pill{margin:0}.table-card .warr-container{box-shadow:none;border-radius:var(--radius-lg);margin:1.25rem 0 0;max-width:100%;overflow-x:auto;width:100%}.table-card .warr-header,.table-card .warr-entry{cursor:pointer;transition:background .2s ease}.table-card .warr-entry:hover{background:var(--background-light)}.table-card .table-footer{display:flex;justify-content:center;padding:var(--spacing-md) 0 0}.view-more-btn{padding:.75rem 1.5rem;border-radius:999px;border:1px solid var(--border-light);color:var(--primary-hover);background:transparent;font-weight:600;cursor:pointer;transition:all .2s ease}.view-more-btn:hover{background:#eef2ff;border-color:var(--primary-color)}@media (max-width: 768px){.table-card{padding:var(--spacing-md)}.table-card .warr-header,.table-card .warr-entry{padding-left:1rem;padding-right:1rem}}.dashboard-page{width:100vw;margin:0 auto 4rem;padding-top:2rem;display:flex;flex-direction:column;gap:2rem}.dashboard-page .card{background:#fff;border-radius:28px;padding:2.25rem;box-shadow:0 25px 45px #0f172a14;border:1px solid #e2e8f0}.eyebrow{text-transform:uppercase;letter-spacing:.2rem;font-size:.8rem;color:#6366f1;font-weight:700;margin-bottom:.5rem;display:inline-block}.flex-warr{display:flex;align-items:center;gap:1rem;justify-content:center}.pill{display:inline-block;padding:.25rem .85rem;border-radius:999px;background:#22c55e;color:#fff;font-weight:600}.profile-page{max-width:1100px;margin:0 auto;padding:4rem 1.5rem 5rem;display:flex;flex-direction:column;gap:2rem}.card{background:#fff;border-radius:28px;padding:2.5rem;box-shadow:0 25px 45px #0f172a14;border:1px solid #e2e8f0}.profile-hero{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.profile-hero h1{font-size:clamp(2rem,4vw,2.8rem);margin-bottom:.5rem;color:#0f172a}.profile-hero .hero-copy{margin:0;color:#475569}.profile-hero p{color:#475569}.avatar-circle{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#818cf8,#a5b4fc);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:700}.eyebrow{text-transform:uppercase;letter-spacing:.2rem;font-size:.8rem;color:#6366f1;font-weight:700;margin-bottom:.5rem}.profile-stats{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem}.stat-pill{padding:1.4rem;border-radius:22px;border:1px solid #e2e8f0;background:#f8fafc;box-shadow:inset 0 0 0 1px #6366f114;display:flex;flex-direction:column;gap:.35rem;min-width:220px}.stat-value{font-size:1.7rem;font-weight:700;display:block;color:#0f172a}.stat-label{color:#475569;font-weight:600}.stat-hint{color:#94a3b8;font-size:.85rem;display:block}.profile-sections{display:flex;gap:1.5rem;align-items:stretch}.profile-sections .card{flex:1 1 50%}.section-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.section-header h2{margin:0;color:#0f172a}.ghost-button{padding:.45rem 1.2rem;border-radius:999px;border:1px solid #cbd5f5;color:#1d4ed8;font-weight:600;font-size:.9rem;text-decoration:none;transition:background .2s ease}.ghost-button:hover{background:#eef2ff}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.label{color:#94a3b8;font-size:.85rem;text-transform:uppercase;letter-spacing:.1rem}.value{color:#0f172a;font-weight:600}.subscription-card{border-radius:20px;border:1px solid #e2e8f0;padding:1.8rem;background:#f8fafc;display:flex;flex-direction:column;gap:1.2rem}.pill-profile{display:inline-block;padding:.25rem .9rem;border-radius:999px;background:#22c55e;color:#fff;font-weight:600;font-size:.85rem}.expiry-date{color:#475569}.feature-list{padding-left:1rem;color:#475569;list-style:none;line-height:1.7}.feature-list li{position:relative;margin-bottom:.5rem}.feature-list li:before{content:"•";color:#6366f1;margin-right:.35rem}@media (max-width: 640px){.card{padding:2rem 1.5rem}.profile-hero{flex-direction:column;align-items:flex-start}.profile-sections{flex-direction:column}.section-header a{border-radius:25px}}:root{--primary-blue: #2a5dc5;--text-dark: #0f172a}.notfound{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem;font-size:clamp(1.25rem,3vw,1.5625rem);text-align:center;color:var(--text-dark);padding:1rem}.notfoundtext{color:var(--primary-blue);font-weight:600}.title{height:20vh;width:85vw;color:#000;display:flex;align-items:center;text-align:left;font-weight:700;font-size:35px}.mainPricing{width:90vw;left:50%;transform:translate(-50%);position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:3rem}.free{background-color:#f1f1f1d5;border:1px solid rgba(203,201,201,.653);border-radius:5px;width:70vw;height:22.5vh;display:flex;justify-content:space-between;margin-bottom:7vh}.stanga-free{position:relative;margin-left:2vw}.stanga-free h2{padding-top:4vh;font-size:28px;border:0;padding-bottom:2vh;font-weight:600}.dreapta-free{margin-right:3vw;display:flex;gap:10%;flex-direction:column;justify-content:center;align-items:center}.dreapta-free p{font-size:40px;font-weight:600}.free-try{border-radius:5px;width:7.5vw}.ul-free{display:flex;flex-direction:column;gap:1vh;list-style:none;margin-left:0;text-align:left}.li-free{margin-left:.5vw}.li-free:before{content:"✓";font-weight:700;padding-right:1vw}@media (max-width: 768px){.title{font-size:24px}.free{flex-direction:column;height:auto;align-items:center;width:80vw;text-align:center;gap:2vh}.stanga-free{margin-left:0}.ul-free{width:90%;margin:0 auto;list-style:none}.free-try{width:fit-content;margin-bottom:2vh;margin-top:2vh}}:root{--primary-blue: #2d6ae2;--primary-hover: #1d4ed8;--accent-orange: #ff6b35;--border-light: #e2e8f0;--bg-light: #f8fafc;--text-primary: #1a365d;--text-secondary: #4a5568}.pricing-container{display:flex;flex-wrap:wrap;gap:1.5rem;margin:0 auto 5rem;justify-content:space-around;align-items:center;width:80vw}.pricing-column{position:relative;background:#fff;border-radius:12px;flex:1 1 280px;max-width:360px;min-width:280px;padding:1.5rem;box-shadow:0 4px 12px #00000014;border:1px solid var(--border-light);transition:transform .2s ease,box-shadow .2s ease}.pricing-column:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.popular-badge{position:absolute;top:-15px;right:-5px;background:var(--accent-orange);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.8rem;box-shadow:0 4px 8px #ff6b354d}.pricing-column h2{color:var(--primary-blue);margin-bottom:1.5rem;font-size:1.4rem}.price-box{background:var(--bg-light);padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;text-align:center}.price{font-size:1.8rem;font-weight:700;color:#1a365d;line-height:1.2}.specs{min-height:11vh}.specs p{color:#4a5568;margin:.7rem 0;font-size:.9rem}.features{list-style:none;padding:.5rem 0;margin:1.5rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.features li{padding:.5rem 0;color:#4a5568}.buy-button{width:80%;display:flex;justify-content:center;align-items:center;margin:0 auto;padding:.8rem;background:#2d6ae2;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:.3s ease}.buy-button:hover{background:#1d4ed8}@media (max-width: 768px){.pricing-container{width:100%;flex-direction:column;gap:2rem;margin-bottom:3rem}.pricing-column{width:90%}.price{font-size:1.5rem}.specs{min-height:auto}.specs p{font-size:.85rem;overflow-wrap:break-word;word-wrap:break-word}.features li{font-size:.9rem}}.price-calculator{width:35vw;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;border:1px solid #e2e8f0;font-family:Segoe UI,sans-serif}.calculator-section{margin:3vh 0;padding:1rem;background:#f8f9fa;border-radius:8px}.storage-slider{width:100%;margin-top:2vh;height:1.2vh;background:#dfe6e9;border-radius:4px;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.storage-slider::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;background:#0984e3;border-radius:50%;cursor:pointer;transition:.2s}.storage-slider::-webkit-slider-thumb:hover{background:#74b9ff}.price-result{text-align:center;margin-top:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px}.price-display{font-size:2.5rem;color:#0047ff;font-weight:700;margin:1.5vh 0}.price-note{color:#636e72;display:block;margin-top:.5rem}h2,h3{color:#2d3436;margin-bottom:1.5vh}h2{font-size:1.8rem;text-align:center}h3{font-size:1.2rem}.titlu-price{border:0;font-size:35px}.container-price{padding-top:5vh;flex-wrap:wrap;display:flex;justify-content:space-around;align-items:center;width:80vw}.incepand{color:#00000090;margin-bottom:1vh}@media (max-width: 768px){.price-calculator{width:80vw}.titlu-price{border:0;font-size:24px}.container-price{flex-direction:column;width:90vw;gap:3vh}}.gmail-status-page{min-height:calc(100vh - 80px);padding:4rem 1.5rem;background:#f6f8fb;display:flex;flex-direction:column;gap:2rem}.status-card{background:#fff;border-radius:18px;padding:2rem;box-shadow:0 30px 60px #0f172a14;max-width:960px;width:100%;margin:0 auto;text-align:center}.status-card h1{margin-bottom:.5rem}.status-subtitle{margin-bottom:2rem;color:#5f6b7c}.status-loading{display:flex;flex-direction:column;align-items:center;gap:.75rem;font-weight:500;margin-bottom:1.5rem;color:#1f2933}.progress-container{width:100%;max-width:500px;margin-top:1.5rem}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#6366f1);border-radius:999px;transition:width .3s ease;box-shadow:0 0 10px #4f46e54d}.progress-text{font-size:.875rem;color:#6b7280;text-align:center;margin:0;font-weight:500}.spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.status-error{background:#fff0f0;color:#b91c1c;padding:1rem;border-radius:12px;margin-bottom:1rem}.status-error .button{margin-top:1rem}.status-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem;text-align:center}.status-number{display:block;font-size:2.5rem;font-weight:700;color:#111827}.status-label{color:#6b7280;font-size:.95rem}.status-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.documents-area{display:flex;flex-direction:column;gap:1rem;max-width:960px;width:100%;margin:0 auto 3rem}.document-card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 15px 25px #0f172a0d}.document-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.document-subject{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.document-meta{color:#6b7280;font-size:.9rem}.chip{background:#eef2ff;color:#4f46e5;border-radius:999px;padding:.35rem .9rem;font-weight:600;font-size:.85rem}.attachment-list{list-style:none;margin:0;padding:0;border-top:1px solid #f1f5f9}.attachment-list li{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid #f1f5f9;font-size:.95rem}.attachment-info{display:flex;flex-direction:column;gap:.2rem}.attachment-name{font-weight:500;color:#1f2933}.attachment-size{color:#6b7280;font-size:.85rem}.attachment-download{font-size:.85rem;font-weight:600;color:#4f46e5;text-decoration:none}.attachment-download:hover:not(.disabled){text-decoration:underline}.attachment-download.disabled{color:#cbd5f5;cursor:not-allowed}.empty-state{text-align:center;color:#6b7280;padding:2rem;background:#fff;border-radius:16px;box-shadow:inset 0 0 0 1px #e5e7eb}@media (max-width: 768px){.status-card,.documents-area{padding:0 .5rem}.document-card{padding:1rem}.document-header{flex-direction:column;align-items:flex-start}.gmail-status-page{min-height:calc(100vh - 92px)}}.gmail-config-page{height:calc(100vh - 81px);display:flex;align-items:center;justify-content:center;background:var(--bg-gradient, #f7f8fc)}.gmail-config-card{margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 30px 80px #0f141e14;padding:2.5rem;text-align:center}.gmail-config-card h1{margin-bottom:.5rem}.gmail-config-card p{color:#555;margin-bottom:1.5rem}.gmail-config-form{display:flex;flex-direction:column;gap:1.25rem;width:100%;align-items:center}.gmail-config-form label{display:flex;flex-direction:column;font-weight:500;color:#222;gap:.35rem;width:100%;text-align:left}.gmail-config-form input{border:1px solid #dfe3eb;border-radius:10px;align-self:flex-start;margin-left:0;padding:.75rem 1rem;font-size:1rem}.date-row{display:flex;gap:1rem;flex-wrap:wrap;width:100%}.date-row label{flex:1}.form-error{color:#c62828;background:#c6282814;border-radius:10px;padding:.75rem 1rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;width:100%}@media (max-width: 600px){.gmail-config-card{padding:1.5rem}.form-actions{flex-direction:column-reverse}.gmail-config-page{height:calc(100dvh - 93px)}}
