:root{--primary: #3B82F6;--light-blue: #60A5FA;--dark-blue: #1E40AF;--bg-light: #F9FAFB;--bg-hero: #0F172A;--text: #0F172A;--text-on-dark: #F8FAFC;--muted: #64748B;--white: #FFFFFF;--max-width: 1440px;--gutter: 1rem;font-family:Inter,Poppins,Segoe UI,Roboto,sans-serif}.container{max-width:var(--max-width);margin:0 auto;padding:2rem;box-sizing:border-box;display:flex;gap:1.5rem;align-items:center;justify-content:space-between}.hero{background:var(--bg-hero);color:var(--text-on-dark);position:relative;overflow:visible;padding-bottom:4rem}.hero .container{gap:2rem;align-items:center;flex-wrap:wrap}.hero-content{flex:1 1 480px;min-width:280px}.hero-title{font-size:clamp(1.6rem,3.5vw,2.8rem);line-height:1.05;margin-bottom:.6rem;color:var(--text-on-dark)}.hero-sub{color:#f8fafce6;margin-bottom:1.4rem;max-width:42rem}.hero-cta{display:flex;gap:.8rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.05rem;border-radius:10px;font-weight:600;text-decoration:none;cursor:pointer;min-width:120px;text-align:center;box-shadow:0 6px 18px #02061740;transition:transform .15s ease,background .15s ease;margin-bottom:3.2rem}.btn-primary{background:linear-gradient(90deg,var(--primary),var(--light-blue));color:var(--white);border:none;z-index:1}.btn-primary:hover{transform:translateY(-3px);filter:brightness(.98)}.btn-primary:active{transform:translateY(-1px)}.btn-outline{background:#fff;color:var(--light-blue);border:2px solid rgba(248,250,252,.14);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1}.btn-outline:hover{background:#ffffff0a}.hero-figure{flex:0 0 420px;display:flex;align-items:center;justify-content:center;min-width:220px}.hero-banner{width:100%;max-width:420px;height:auto;border-radius:16px;box-shadow:0 12px 40px #02061799;display:block}.circle{position:absolute;border-radius:50%;opacity:.16;filter:blur(4px)}.circle-1{width:180px;height:180px;background:linear-gradient(180deg,var(--light-blue),var(--primary));right:8%;top:-30px;transform:translateZ(0)}.circle-2{width:100px;height:100px;background:linear-gradient(180deg,#7dd3fc,var(--primary));left:6%;top:40%}.hero-wave{position:absolute;left:0;right:0;bottom:-1px;width:100%;line-height:0}.features{background:var(--bg-light);color:var(--text);padding:3rem 0 4rem}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;align-items:stretch}.card{background:var(--white);padding:1.25rem;border-radius:14px;box-shadow:0 8px 30px #0206170f;color:var(--text)}.card h3{margin-bottom:.5rem;color:var(--primary);font-size:1.1rem}.card p{color:var(--muted);line-height:1.5}.footer{background:var(--bg-hero);color:var(--text-on-dark);padding:2rem 0;text-align:center;margin-top:auto}.footer p{margin:0;opacity:.8;font-size:.9rem}.sr-only{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}@media(max-width:900px){.container{padding:1.25rem;flex-direction:column;text-align:center}.hero-figure{order:3;flex:1 1 auto}.hero-content{order:1}.circle-1{display:none}.hero-cta{justify-content:center}.cards{grid-template-columns:1fr;gap:1rem}}@media(max-width:480px){.container{padding:1rem}.hero{padding-bottom:3rem}.features{padding:2rem 0 3rem}.footer{padding:1.5rem 0}}.form-group input{width:100%;padding:.6rem 2.5rem .6rem .6rem;border-radius:8px;border:1px solid #d1d5db;font-size:1rem;background:#f8f9ff;transition:background .2s ease,border-color .2s ease;height:42px;box-sizing:border-box}.auth-page{background:#f9fafb;min-height:100vh;display:flex;justify-content:center;align-items:center;font-family:Inter,Poppins,sans-serif;padding:1rem}.auth-box{background:#fff;padding:2.5rem;border-radius:14px;box-shadow:0 8px 30px #02061714;width:100%;max-width:400px}.auth-box h1{color:#0f172a;margin-bottom:.5rem;font-size:1.6rem}.auth-box p{color:#64748b;margin-bottom:1.5rem}.form-group{margin-bottom:1rem;position:relative;display:flex;flex-direction:column}.form-group label{font-weight:600;color:#0f172a;margin-bottom:.3rem;display:block}.form-group input{width:100%;padding:.6rem 2.5rem .6rem .6rem;border-radius:8px;border:1px solid #d1d5db;font-size:1rem;background:#f8f9ff;transition:background .2s ease,border-color .2s ease;heigh:42px;box-sizing:border-box}.form-group input:focus{background:#f0f8ff;border-color:#3b82f6;outline:none}.toggle-password-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#555}.error{color:#ef4444;font-size:.875rem;margin-top:.25rem;display:block}.btn-primary.full-width{background:linear-gradient(90deg,#3b82f6,#60a5fa);color:#fff;border:none;width:100%;padding:.8rem;font-weight:600;border-radius:10px;cursor:pointer;transition:background .2s}.btn-primary.full-width:hover:not(:disabled){background:#1e40af}.btn-primary.full-width:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7}.switch-link{margin-top:1rem;font-size:.95rem;text-align:center}@media(min-width:901px){.form-group{flex-direction:row;align-items:center;gap:1rem}.form-group label{flex:0 0 120px;text-align:right;margin-bottom:0}.form-group input{flex:1;max-width:250px}.toggle-password-btn{top:50%;transform:translateY(-50%)}}@media(max-width:480px){.auth-page{padding:.5rem}.auth-box{padding:2rem;margin:1rem}.auth-box h1{font-size:1.4rem}.form-group input{height:40px}}.sidebar{width:250px;height:100vh;background-color:#fff;box-shadow:2px 0 10px #0000000f;display:flex;flex-direction:column;justify-content:flex-start;font-family:Inter,Poppins,Segoe UI,sans-serif;position:sticky;top:0}.sidebar-logo{text-align:center;font-size:1.6rem;font-weight:700;color:#2563eb;padding:1.5rem 0;border-bottom:1px solid #e5e7eb;letter-spacing:.5px}.sidebar-menu{list-style:none;margin:1rem 0;padding:0}.sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.5rem;color:#334155;font-weight:500;cursor:pointer;transition:all .25s ease;border-left:3px solid transparent}.sidebar-item:hover{background-color:#eff6ff;color:#1e3a8a;border-left:3px solid #2563eb;transform:translate(3px)}.sidebar-icon{display:flex;align-items:center;justify-content:center}.sidebar-text{flex:1}.sidebar-logout{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;color:#dc2626;font-weight:500;border-top:1px solid #e5e7eb;cursor:pointer;transition:all .25s ease}.sidebar-logout:hover{background-color:#fee2e2;color:#b91c1c;transform:translate(3px)}.sidebar-content{flex-grow:1}.sidebar-close{display:none}@media(max-width:900px){.sidebar-close{display:flex;justify-content:flex-end;padding:1rem;cursor:pointer}.sidebar{position:fixed;top:0;left:-260px;width:250px;height:100vh;background-color:#fff;box-shadow:2px 0 10px #0000000f;transition:left .3s ease;z-index:100;flex-direction:column}.sidebar.open{left:0}}body{overflow-x:hidden}.app-wrapper{max-width:var(--max-width, 1440px);margin:0 auto;padding:0 20px;width:100%;min-height:100vh;display:flex;flex-direction:column}.dashboard-container{display:flex;min-height:100vh;background-color:var(--bg-light, #F9FAFB);font-family:Inter,Poppins,Segoe UI,Roboto,sans-serif}.dashboard-main{flex:1;padding:2rem;overflow-y:auto;overflow-x:hidden;width:100%;word-break:break-word;scrollbar-width:thin;scrollbar-color:var(--primary-blue) transparent}.dashboard-main::-webkit-scrollbar{width:8px}.dashboard-main::-webkit-scrollbar-track{background:transparent}.dashboard-main::-webkit-scrollbar-thumb{background:var(--primary-blue, #3B82F6);border-radius:4px}.dashboard-main::-webkit-scrollbar-thumb:hover{background:var(--dark-blue, #1E40AF)}.dashboard-header{font-size:clamp(1.5rem,4vw,2rem);font-weight:600;color:var(--text-primary, #0F172A);margin-bottom:1.5rem;line-height:1.2}.stats-section{margin-bottom:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;align-items:stretch}.stat-card{background:var(--white, #FFFFFF);border-radius:var(--border-radius, 12px);padding:1.5rem;box-shadow:var(--shadow-md, 0 4px 6px rgba(0,0,0,.1));text-align:center;transition:transform .2s ease;display:flex;flex-direction:column;justify-content:center}.stat-card:hover{transform:translateY(-2px)}.stat-card h3{font-size:.9rem;color:var(--text-muted, #64748B);margin-bottom:.5rem;font-weight:500}.stat-number{font-size:clamp(1.8rem,6vw,2.5rem);font-weight:700;color:var(--text-primary, #0F172A);margin:0;line-height:1}.stat-card.open .stat-number{color:#16a34a}.stat-card.resolved .stat-number{color:#6b7280}.quick-actions{text-align:center;margin-top:2rem}.quick-actions h2{font-size:clamp(1rem,3vw,1.25rem);font-weight:500;color:var(--dark-blue, #1E40AF);margin-bottom:1rem}.manage-btn{background:var(--primary-blue, #3B82F6);color:var(--white, #FFFFFF);border:none;padding:12px 24px;border-radius:var(--border-radius, 12px);font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s ease;width:100%;max-width:300px}.manage-btn:hover{background:var(--dark-blue, #1E40AF)}.manage-btn:focus{outline:2px solid var(--light-blue, #60A5FA);outline-offset:2px}@media(max-width:900px){.app-wrapper{padding:0 15px}.menu-toggle{display:block;position:fixed;top:1rem;left:1rem;z-index:60}.overlay{display:block}.dashboard-main{padding:5rem 1.5rem 2rem;margin-left:0!important;min-height:calc(100vh - 5rem)}.stats-grid{grid-template-columns:1fr;gap:1rem}.manage-btn{padding:10px 20px}.sidebar{position:fixed;top:0;left:-260px;width:250px;height:100vh;background-color:var(--white, #FFFFFF);box-shadow:2px 0 10px #0000000f;transition:left .3s ease;z-index:100;display:flex;flex-direction:column;justify-content:space-between}.sidebar.open{left:0}.sidebar-content{display:flex;flex-direction:column;align-items:stretch;padding-top:1rem;flex-grow:1}.sidebar-close{display:flex;justify-content:flex-end;padding:1rem;cursor:pointer}@media(max-width:480px){.app-wrapper{padding:0 10px}.dashboard-main{padding:4.5rem 1rem 1.5rem}.stat-card{padding:1rem}.stat-card h3{font-size:.8rem}.quick-actions h2{font-size:1rem}.manage-btn{font-size:.95rem;padding:10px 16px}.dashboard-header{font-size:1.5rem;-webkit-hyphens:auto;hyphens:auto}}}@media(min-width:901px){.menu-toggle,.overlay{display:none}.dashboard-main{margin-left:250px;padding:2.5rem;max-width:calc(100% - 250px);min-height:100vh}.stats-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.stat-card{padding:2rem}.quick-actions h2{font-size:1.5rem}.manage-btn{max-width:250px;font-size:1.1rem}.sidebar{position:fixed;top:0;left:0;width:250px;height:100vh;background-color:var(--white, #FFFFFF);box-shadow:2px 0 10px #0000000f;z-index:50;display:flex;flex-direction:column;justify-content:flex-start}.sidebar-close{display:none}.app-wrapper{padding:0 30px}}.tickets-page-container{display:flex;height:100vh;background-color:var(--bg-light, #F9FAFB)}.app-wrapper{max-width:var(--max-width, 1440px);margin:0 auto;padding:0 20px;width:100%;flex:1}.tickets-main{flex:1;padding:2rem;overflow-y:auto;word-break:break-word}h2{text-align:center;margin-bottom:1.5rem;color:var(--dark-blue, #1E40AF);font-size:clamp(1.25rem,3vw,1.5rem)}.ticket-form{background:var(--white, #FFFFFF);border-radius:var(--border-radius, 12px);box-shadow:var(--shadow-md, 0 4px 6px rgba(0,0,0,.1));padding:1.5rem;margin-bottom:2rem}.form-group{margin-bottom:1rem;display:flex;flex-direction:column}label{font-weight:600;margin-bottom:.4rem;color:var(--text-primary, #0F172A)}input,textarea,select{width:100%;padding:.6rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;outline-color:var(--light-blue)}textarea{resize:vertical;min-height:80px}.error{color:#dc2626;font-size:.85rem;margin-top:.25rem;display:block}.submit-btn{background:var(--primary-blue, #3B82F6);color:var(--white, #FFFFFF);border:none;padding:.7rem 1.2rem;border-radius:8px;cursor:pointer;transition:background .3s;width:100%;font-weight:500}.submit-btn:hover{background:var(--dark-blue, #1E40AF)}.submit-btn:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7}.submit-btn:disabled:hover{background:#9ca3af}.toast{position:fixed;top:1rem;right:1rem;padding:.8rem 1.2rem;border-radius:8px;color:#fff;z-index:1000;font-weight:500;animation:fadein .3s ease-in}.toast.success{background-color:#16a34a}.toast.error{background-color:#dc2626}@keyframes fadein{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.tickets-list{display:flex;flex-direction:column;gap:1rem}.tickets-list h3{font-size:1.25rem;color:var(--text-primary, #0F172A);margin-bottom:1rem}.ticket-card{background:var(--white, #FFFFFF);padding:1.25rem;border-radius:var(--border-radius, 12px);box-shadow:var(--shadow-md);position:relative;transition:transform .2s ease;display:flex;flex-direction:column}.ticket-card:hover{transform:translateY(-2px)}.ticket-card h4{margin-bottom:.5rem;color:var(--primary-blue, #3B82F6);font-weight:600}.ticket-card p{color:var(--text-muted, #64748B);margin-bottom:1rem}.status-tag{position:absolute;top:1rem;right:1rem;font-size:.8rem;font-weight:600;text-transform:capitalize;padding:.3rem .6rem;border-radius:6px;color:var(--white, #FFFFFF)}.ticket-card.open .status-tag{background-color:#16a34a}.ticket-card.in_progress .status-tag{background-color:#f59e0b}.ticket-card.closed .status-tag{background-color:#6b7280}.card-actions{margin-top:auto;display:flex;gap:.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}.edit-btn,.delete-btn{flex:1;padding:.5rem;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s ease}.edit-btn{background:var(--light-blue, #60A5FA);color:var(--white, #FFFFFF)}.edit-btn:hover{background:var(--primary-blue, #3B82F6)}.delete-btn{background:#ef4444;color:var(--white, #FFFFFF)}.delete-btn:hover{background:#dc2626}.no-tickets{text-align:center;color:var(--text-muted, #64748B);font-style:italic}.menu-toggle{display:none;background:var(--primary-blue, #3B82F6);color:var(--white, #FFFFFF);border:none;padding:.5rem .7rem;border-radius:8px;cursor:pointer;margin-bottom:1rem;z-index:50}.overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:30;cursor:pointer}@media(max-width:900px){.app-wrapper{padding:0 15px}.menu-toggle{display:block;position:fixed;top:1rem;left:1rem;z-index:60}.overlay{display:block}.tickets-main{padding:5rem 1.5rem 2rem}.ticket-form{padding:1.25rem}.tickets-list{gap:1rem}.card-actions{flex-direction:column}.sidebar{position:fixed;top:0;left:-260px;width:250px;height:100vh;background-color:var(--white, #FFFFFF);box-shadow:2px 0 10px #0000000f;transition:left .3s ease;z-index:100;display:flex;flex-direction:column;justify-content:space-between}.sidebar.open{left:0}.sidebar-content{display:flex;flex-direction:column;align-items:stretch;padding-top:1rem;flex-grow:1}.sidebar-close{display:flex;justify-content:flex-end;padding:1rem;cursor:pointer}}@media(max-width:480px){.tickets-main{padding:4.5rem 1rem 1.5rem}.ticket-form,.ticket-card{padding:1rem}h2,.tickets-list h3{font-size:1.1rem}}@media(min-width:901px){.menu-toggle,.overlay{display:none}.tickets-main{margin-left:250px;padding:2.5rem;max-width:calc(100% - 250px)}.app-wrapper{padding:0 30px}.form-group{flex-direction:row;align-items:center;gap:1rem}label{flex:0 0 120px;text-align:right;margin-bottom:0}input,textarea,select{flex:1}.submit-btn{width:auto;max-width:200px;align-self:flex-end}.tickets-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.ticket-card{height:100%}.card-actions{flex-direction:row}.sidebar{position:fixed;top:0;left:0;width:250px;height:100vh;background-color:var(--white, #FFFFFF);box-shadow:2px 0 10px #0000000f;z-index:50;display:flex;flex-direction:column;justify-content:flex-start}.sidebar-close{display:none}}.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width:600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width:600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width:600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}*{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{font-family:Inter,Poppins,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#0f172a;background:#f9fafb;height:100%;overflow:auto}:root{--primary-blue: #3B82F6;--light-blue: #60A5FA;--dark-blue: #1E40AF;--bg-light: #F9FAFB;--bg-hero: #0F172A;--text-primary: #0F172A;--text-on-dark: #F8FAFC;--text-muted: #64748B;--white: #FFFFFF;--shadow-sm: 0 1px 3px rgba(0,0,0,.1);--shadow-md: 0 4px 6px rgba(0,0,0,.1);--border-radius: 12px;--max-width: 1440px}.app-wrapper{max-width:var(--max-width);margin:0 auto;padding:0 20px;min-height:100vh;display:flex;flex-direction:column}.btn{padding:12px 24px;border:none;border-radius:var(--border-radius);font-weight:500;text-decoration:none;display:inline-block;cursor:pointer;transition:all .2s ease;font-size:16px}.btn-primary{background-color:var(--primary-blue);color:var(--white)}.btn-primary:hover{background-color:var(--light-blue)}.btn:focus,a:focus{outline:2px solid var(--light-blue);outline-offset:2px}.card{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow-md);padding:24px;margin-bottom:20px}.decorative-circle{position:absolute;width:200px;height:200px;background:radial-gradient(circle,var(--light-blue) 0%,transparent 70%);border-radius:50%;opacity:.3;z-index:-1}body,.landing-root{margin:0;padding:0}.hero{margin:0;padding-top:0}.Vue-Toastification__toast{background:#fff!important;border:1px solid #e5e7eb!important;color:#0f172a!important;border-radius:8px!important}.Vue-Toastification__toast-icon{color:#3b82f6!important}.Vue-Toastification__toast--success .Vue-Toastification__toast-icon{color:#16a34a!important}.Vue-Toastification__toast--error .Vue-Toastification__toast-icon{color:#ef4444!important}.Vue-Toastification__toast--success{border-left:4px solid #16a34a!important}.Vue-Toastification__toast--error{border-left:4px solid #ef4444!important}.Vue-Toastification__progress-bar{background:#3b82f6!important}@media(max-width:768px){.app-wrapper{padding:0 15px}}
