.header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background-color:#1d7af5;color:#fff;position:relative;z-index:1000;max-height:42px}.logo{font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-inverse)}.logo img{width:60px;height:60px}.menu-icon{display:none;font-size:28px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .2s ease;color:var(--text-inverse)}.menu-icon:hover{transform:scale(1.1)}.nav{display:flex;gap:16px;transition:all .3s ease}.nav-button{color:var(--text-inverse);text-decoration:none;padding:10px 14px;border-radius:20px;background:linear-gradient(145deg,#1976d2,#005bb5);box-shadow:0 2px 4px #00000026;font-weight:500;transition:all .3s ease;line-height:normal;display:flex;align-items:center}.nav-button.active{background:var(--bg-primary);color:#1d7af5;font-weight:600;border:2px solid #1D7AF5!important;box-shadow:0 0 0 3px #1d7af54d;transform:translateY(-1px)}@media (max-width: 768px){.nav-button.active{border-radius:8px}}.nav-button:hover{background:linear-gradient(145deg,#1565c0,#fff);transform:translateY(-1px);box-shadow:0 4px 8px #00000040}@media (max-width: 768px){.menu-icon{display:block}.nav{flex-direction:column;position:absolute;top:64px;right:0;width:100%;background-color:#036;padding:10px 0;border-top:1px solid #004080;display:none;opacity:0;pointer-events:none}.nav.open{display:flex;opacity:1;pointer-events:auto;animation:slideDown .3s ease forwards;top:74px}.nav-button{padding:14px;text-align:center;border-radius:0}}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(0);opacity:1}to{transform:translateY(-20px);opacity:0}}.animate-slide-down{animation:slideDown .3s ease forwards}.animate-slide-up{animation:slideUp .2s ease forwards}.footer{background-color:#222;color:#eee;padding:20px;font-family:Segoe UI,sans-serif}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px;max-width:1320px;margin:0 auto}.footer-section h4{margin-bottom:12px;color:#fff}.footer-section p,.footer-section li{font-size:14px;margin:6px 0;color:#ccc}.footer-section ul{list-style:none;padding:0;margin:0}.footer-bottom{text-align:center;margin-top:30px;border-top:1px solid #444;padding-top:16px;font-size:13px}.footer-bottom p{color:#ccc}.footer-section a{color:#4ea9ff;text-decoration:none;font-weight:500;transition:color .3s,text-decoration .3s}.footer-section a:hover{color:#fff;text-decoration:underline}.disabled-link{color:gray!important;text-decoration:none!important;cursor:not-allowed!important;pointer-events:none}.disabled-txt{cursor:not-allowed}.darkmode-container{display:flex;align-items:center;justify-content:flex-end}.theme-switcher{display:inline-flex;border-radius:99px;border:1px solid;padding:2px;gap:4px}.theme-btn{border:none;background:transparent;color:var(--color-white);padding:4px 14px;border-radius:9999px;cursor:pointer;font-size:10px;transition:background .3s;text-transform:capitalize}.theme-btn.active{background:var(--color-primary);color:#fff}.social-share{display:none;gap:12px;align-items:center}.social-icon{color:inherit;text-decoration:none;display:inline-flex;align-items:center;margin-right:24px}.social-links{margin:0 12px;font-size:12px;color:var(--color-primary);display:flex;align-items:center}.social-links-cont h4{color:var(--color-white);margin:8px 12px;text-align:center}.social-links-cont .icons-holder{display:flex;justify-content:center}@media (max-width: 768px){.social-share{margin-left:12px;display:flex;gap:12px;align-items:center;justify-content:center}.icons-holder{display:none!important}}.hero-image-krinsys img{width:100%}.home{padding:48px 32px 0}@media (max-width: 767px){.home{padding:0 20px}}@media (min-width: 768px) and (max-width: 1024px){.home{padding:0 28px}}@media (min-width: 1025px) and (max-width: 1439px){.home{padding:0 36px}}@media (min-width: 1440px) and (max-width: 1920px){.home{padding:0 72px}}.home-title{color:var(--color-primary);text-align:center;margin:var(--space-2) 0;margin-right:22px}.header-image-title{display:flex;align-items:center;justify-content:center}.header-image-title img{width:60px;height:60px}.short-desc{font-weight:500;color:var(--text-secondary);margin-bottom:var(--space-8)}.home-subtitle{font-size:var(--font-size-lg);text-align:center;margin-top:3rem;margin-bottom:2rem;color:var(--text-secondary)}.krinsys-home-img{width:auto;height:400px;max-width:90%;object-fit:contain;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;margin-top:20px}@media (max-width: 768px) and (min-width: 500px){.krinsys-home-img{height:300px;width:auto;margin-top:20px}}@media (max-width: 500px){.krinsys-home-img{height:200px;width:auto;margin-top:10px}}.krinsys-home-img:hover,.krinsys-home-img:active{transform:scale(1.1);box-shadow:0 8px 20px #0003;border-radius:12px}.home-section{margin-bottom:var(--space-8);margin-top:40px;padding-top:40px}.section-title{font-weight:600;color:var(--text-primary);border-left:4px solid var(--color-primary-hover);padding-left:10px;margin-bottom:var(--space-5);margin-top:12px;font-size:2rem}.features-list{list-style-type:disc;margin-left:30px;color:var(--text-secondary)}.section-text{color:var(--text-secondary);font-size:1rem}.home-tagline{font-size:20px;font-weight:600;text-align:center;color:var(--color-primary);margin-bottom:4rem;letter-spacing:1px;margin-top:8px}.why-krinsys-section{padding-top:48px;border-radius:12px;margin-top:2rem}.card-row:first-of-type{padding-bottom:var(--space-8)}.section-description{font-size:1rem;color:var(--text-secondary);margin-bottom:1.5rem}.features-list{list-style:none;padding:0;margin:0}.features-list li{margin-bottom:1.5rem}.feature-title{font-weight:600;margin-bottom:.5rem;font-size:16px;color:var(--color-white)}.feature-description{font-size:1rem;color:var(--color-white)}@media (max-width: 400px){.feature-description{font-size:12px}}.card-row{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-8);padding:0 var(--space-5)}.step-box{background-color:var(--color-primary);border:2px solid #11448822;padding:20px;border-radius:12px;text-align:center;min-width:180px;max-width:240px;box-shadow:0 4px 8px #0000000d;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.step-box:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 16px #0003}.step-box .step-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:linear-gradient(45deg,#ff6b6b,#ffd166);color:#fff;font-weight:700;font-size:1.5em;margin-bottom:10px;box-shadow:0 0 #ff6b6bb3;animation:pulse 1.5s infinite}.step-desc{font-size:16px;color:var(--color-white);margin-top:16px;margin-bottom:0}.roles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;margin-top:20px}.role-box{background-color:var(--bg-card);padding:20px;border-radius:12px;background:#fff;border:1px solid #e5e7eb;transition:transform .25s ease,box-shadow .25s ease}.role-box:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.dark .role-box{background:#020617;border-color:#1e293b}.role-box h4{font-size:20px;font-weight:700;margin-bottom:12px;margin-top:0;color:#0f172a}.dark .role-box h4{color:#f8fafc}.role-box p{color:var(--text-secondary);font-size:15px}.security-section{background:var(--bg-card);padding:30px 20px;border-radius:12px;text-align:center;margin-top:80px;background:#f6f9ff;position:relative}.dark .security-section{background:#0e1526}.security-section .section-title{margin-top:8px!important;border:none}.security-section .section-text{max-width:700px;margin:0 auto;color:var(--text-secondary)}.founder-note{background-color:var(--bg-card);text-align:center;margin-bottom:40px;border-radius:12px 12px 0 0;padding:48px 32px;position:relative;background:#f6f9ff}.founder-note :before,.security-section:before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:4px;border-radius:4px;background:#1d7af5}.dark .founder-note{background:#0e1526}.founder-note .section-title{margin-top:8px!important;border:none}.founder-note .section-text{max-width:700px;margin:0 auto;font-style:italic;font-size:16px;color:var(--text-primary);line-height:32px;font-weight:400}.founder-name{margin-top:12px;font-weight:700;color:var(--color-primary-hover);font-size:15px}.product-buttons{display:flex;gap:16px;flex-wrap:wrap;justify-content:space-around}.btn-gradient{cursor:pointer;display:inline-block;padding:10px 24px;border-radius:30px;background:linear-gradient(135deg,#1d7af5,#4dbfff);color:#fff;font-size:17px;font-weight:600;text-decoration:none;box-shadow:0 4px 12px #0003;transition:all .35s ease}.btn-docs{cursor:pointer;display:inline-block;padding:10px 22px;border-radius:30px;background:transparent;color:#1d7af5;font-size:16px;font-weight:600;text-decoration:none;border:2px solid rgba(29,122,245,.25);box-shadow:none;transition:all .3s ease}.btn-gradient:hover{background:linear-gradient(135deg,#4dbfff,#1d7af5);box-shadow:0 6px 20px #1d7af559;transform:translateY(-2px)}.btn-gradient:active{transform:translateY(0);box-shadow:0 3px 10px #1d7af540}.secondary-gradient{padding:8px 10px!important;margin-left:8px}.btn-gradient:hover{box-shadow:0 6px 18px #0000004d;transform:translateY(-3px)}.btn-gradient.disabled{background:#ccc;color:var(--text-muted);cursor:not-allowed;box-shadow:none;transform:none}.btn-gradient.disabled:hover{background:#3c3c3c;color:var(--text-muted)}.dark .btn-gradient.disabled:hover{background:#ccc}.krinsys-img-con{width:100%;display:flex;justify-content:center;align-items:center}@keyframes pulse{0%{box-shadow:0 0 #ff6b6be6}60%{box-shadow:0 0 0 15px #ff6b6b66}to{box-shadow:0 0 0 25px #ff6b6b00}}h1.home-title{font-size:48px;line-height:56px;font-weight:700}.home h1:not(.home-title){font-size:38px;line-height:48px;font-weight:700}h3.section-title{font-size:28px;line-height:36px;font-weight:600}h3.feature-title{font-size:20px;line-height:26px;font-weight:600;margin-top:0}.how-it-works .steps-grid{display:flex;align-items:center;flex-wrap:wrap;gap:60px;width:100%;justify-content:center}.popover-base{position:absolute;width:260px;padding:1rem;border-radius:12px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.15);box-shadow:0 6px 25px #00000040;animation:fadeSlide .2s ease-out;z-index:999}.popover-dark{background:#141414bf;color:#eee}.popover-light{background:#ffffffbf;color:#111}.popover-center{top:110%;left:50%;transform:translate(-50%)}.popover-left{top:110%;left:0}.popover-right{top:110%;right:0}.popover-arrow{width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid rgba(255,255,255,.75);position:absolute;top:-9px}.dark .popover-arrow{border-bottom-color:#646464bf}.arrow-center{left:50%;transform:translate(-50%)}.arrow-left{left:20px}.arrow-right{right:20px}.popover-title{font-size:1rem;font-weight:700;margin-top:0;margin-bottom:12px}.popover-divider{height:1px;background:#ffffff26;margin-bottom:10px}.popover-text{font-size:.9rem;line-height:1.4}@keyframes fadeSlide{0%{opacity:0;transform:translateY(6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.popover-mobile{position:fixed!important;bottom:0!important;left:-24px!important;right:0!important;width:100%!important;border-radius:20px 20px 0 0!important;padding:1.4rem!important;transform:none!important;animation:slideUp .25s ease-out}.popover-mobile .popover-arrow{display:none}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.documents-view{display:flex;align-items:center;justify-content:center;margin-top:48px}@media (min-width: 1px){.hero-flex-container{display:flex;flex-direction:column;align-items:center;background:radial-gradient(circle at center,#0b2545,#020c18);padding:20px 20px 30px;position:relative;overflow-x:hidden;min-height:calc(100vh - 118px)!important;justify-content:space-between}@keyframes entryFadeSlideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes entryScaleUp{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes entrySlideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes entrySlideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes entryPop{0%{opacity:0;transform:scale(0)}80%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.hero-row{display:flex;width:100%;max-width:1200px;justify-content:space-between;align-items:center;position:relative}.hero-row-1{justify-content:center;margin-bottom:-40px;z-index:10;animation:entryFadeSlideDown 1s ease-out forwards}.hero-row-2{align-items:center;z-index:5;animation:entryScaleUp 1s ease-out .3s forwards;opacity:0}.hero-row-3{align-items:flex-start;margin-top:-20px;z-index:8;animation:entryFadeSlideDown 1s ease-out .6s forwards;opacity:0}.hero-col{flex:1;display:flex;justify-content:center;position:relative}.column-with-btn{flex-direction:row;align-items:center;gap:20px}.hero-col-left{justify-content:flex-start;padding-left:20px}.hero-col-right{justify-content:flex-end;padding-right:20px}.hero-row-3 .hero-col-left{justify-content:flex-end;padding-right:15px;padding-left:0}.hero-row-3 .hero-col-right{justify-content:flex-start;padding-left:15px;padding-right:0}.hero-row-3 .hero-col-center{flex:0 0 0;min-width:0;padding:0;display:none}.hero-col-center{flex-direction:column;align-items:center;text-align:center;min-width:300px;display:flex;z-index:20;margin-top:0;margin-bottom:0}.hero-k-logo{width:960px;height:auto;filter:drop-shadow(0 0 30px rgba(50,150,255,.4));margin-bottom:5px;opacity:0;transform:translateY(150px);animation:logoRiseUp 1s cubic-bezier(.175,.885,.32,1.275) 1.6s forwards}@keyframes logoRiseUp{0%{opacity:0;transform:translateY(150px) scale(.2)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-main-title{font-size:5rem;font-weight:800;background:linear-gradient(to right,#fff,#a5c9ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:10px 0 0;letter-spacing:-1.5px;text-shadow:0 10px 40px rgba(0,0,0,.6);line-height:1.1}.hero-main-subtitle{color:#b0c4de;font-size:1.4rem;margin-top:8px;font-weight:500;letter-spacing:.5px}.hero-building-img{width:340px;max-width:100%;height:auto;filter:drop-shadow(0 25px 50px rgba(0,0,0,.6));transition:transform .3s ease}.vehicle-container{position:relative;width:220px;height:180px;display:flex;justify-content:center;align-items:center;margin-top:-60px}.hero-vehicle-img{position:absolute;width:100%;height:auto;filter:drop-shadow(0 15px 30px rgba(0,0,0,.5));transition:transform .3s ease}.bus-side{z-index:10;animation:driveInLeft 2.5s ease-out forwards}.ambulance-side{z-index:10;animation:driveInRight 2.5s ease-out forwards}.hero-k-logo{width:200px;height:auto;filter:drop-shadow(0 0 30px rgba(50,150,255,.4));margin-bottom:5px;opacity:0;transform:translateY(150px);animation:logoRiseUp 1.8s cubic-bezier(.175,.885,.32,1.275) 2.5s forwards}@keyframes driveInLeft{0%{opacity:0;transform:translate(-100px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}.building-logo-container{position:absolute;bottom:10px;width:80px;height:80px;top:0;transform:translate(-50%);padding:4px 8px;border-radius:6px}.school-building-logo-container{left:80px}.hospital-building-logo-container{right:-26px}.building-logo-container img{width:100%;height:auto;animation:floatIcon 3s ease-in-out infinite;will-change:transform,filter}.school-building-logo-container img{animation-delay:0s}.hospital-building-logo-container img{animation-delay:1.5s}@keyframes floatIcon{0%{transform:translateY(0);filter:drop-shadow(0 0 0 rgba(120,180,255,0))}50%{transform:translateY(-4px);filter:drop-shadow(0 8px 20px rgba(120,180,255,.35))}to{transform:translateY(0);filter:drop-shadow(0 0 0 rgba(120,180,255,0))}}.scroll-indicator-container{position:absolute;bottom:12px;left:50%;transform:translate(-50%);cursor:pointer;z-index:20;display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--color-primary);opacity:.8}.scroll-indicator-icon{animation:scrollHint 2.8s ease-in-out infinite;will-change:transform,opacity}@keyframes scrollHint{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(6px);opacity:1}}.scroll-text{font-size:11px;font-weight:500;letter-spacing:.04em;opacity:.6;-webkit-user-select:none;user-select:none;pointer-events:none}.scroll-text :hover{opacity:1;color:#fff}@keyframes driveInRight{0%{opacity:0;transform:translate(100px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}.product-btn-container-left,.product-btn-container-right{margin-top:10px;z-index:15;animation:entryPop 1.2s cubic-bezier(.175,.885,.32,1.275) 2.5s forwards;opacity:0}.btn-hero-action{background:#051937;color:#fff;padding:12px 30px;border-radius:6px;font-weight:700;font-size:1.1rem;text-decoration:none;box-shadow:0 4px 15px #0006;border:1px solid rgba(255,255,255,.1);cursor:pointer;display:inline-block;transition:all .3s ease}.btn-hero-action:hover{background:#0a2e5c;transform:translateY(-2px);box-shadow:0 6px 20px #00000080}.hero-tag{position:absolute;background:#081c38e6;border:1px solid rgba(50,100,160,.4);color:#e0f0ff;padding:8px 16px;border-radius:6px;font-size:.85rem;font-weight:500;box-shadow:0 8px 20px #0000004d;display:flex;align-items:center;gap:8px;white-space:nowrap;opacity:0}.tag-left-1,.tag-left-2,.tag-left-3,.tag-left-4{animation:tagSlideLeft .8s ease-out forwards}.tag-right-1,.tag-right-2,.tag-right-3,.tag-right-4{animation:tagSlideRight .8s ease-out forwards}@keyframes tagSlideLeft{0%{opacity:0;margin-left:-100px}to{opacity:1;margin-left:0}}@keyframes tagSlideRight{0%{opacity:0;margin-right:-100px}to{opacity:1;margin-right:0}}.tag-left-2,.tag-right-2{animation-delay:.5s}.tag-left-1,.tag-right-3{animation-delay:.7s}.tag-left-3,.tag-right-1{animation-delay:.9s}.tag-left-4,.tag-right-4{animation-delay:1.1s}.check-icon{background:#203a5c;width:18px;height:18px;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:10px;color:#4dbfff}.hero-k-logo{width:200px;height:auto;filter:drop-shadow(0 0 30px rgba(50,150,255,.4));margin-bottom:5px;opacity:0;transform:translateY(150px);animation:logoRiseUp 1s cubic-bezier(.175,.885,.32,1.275) 1.6s forwards}.tag-left-2{top:0;left:15%;transform:translate(-50%)}.tag-left-1{top:50px;left:calc(15% - 60px);transform:translate(-50%)}.tag-left-3{top:50px;left:calc(15% + 92px);transform:translate(-50%)}.tag-left-4{top:100px;left:15%;transform:translate(-50%)}.tag-right-2{top:0;right:15%;transform:translate(50%)}.tag-right-3{top:50px;right:calc(15% + 72px);transform:translate(50%)}.tag-right-1{top:50px;right:calc(15% - 80px);transform:translate(50%)}.tag-right-4{top:100px;right:15%;transform:translate(50%)}@media (max-width: 900px){.hero-flex-container{height:auto;padding-top:20px;padding-bottom:20px}.hero-row{flex-direction:column;align-items:center;gap:10px}.hero-row-1{margin-bottom:10px;order:1}.hero-k-logo{width:180px;margin-bottom:10px}.hero-tag{display:none}.hero-col{width:100%;align-items:center;justify-content:center;padding:0}.hero-col-center{order:-1;margin-bottom:20px}.column-with-btn{margin-bottom:40px}.hero-building-img{width:70%;max-width:260px}.vehicle-container{width:150px;height:120px;margin-top:-30px}.hero-main-title{font-size:2.5rem;text-align:center;margin-top:0}.hero-main-subtitle{font-size:1.1rem;text-align:center}.hero-k-logo{width:100px}.bus-side,.ambulance-side{display:none;margin-left:0;margin-right:0;transform:none;animation:none}.bus-front,.ambulance-front{position:relative;opacity:0;animation:entryPop 1.2s ease-out 1.5s forwards;margin-top:0;z-index:20}.product-btn-container-left,.product-btn-container-right{animation-delay:1s}.column-with-btn{flex-direction:column;gap:15px}.hero-col-left.column-with-btn{flex-direction:column-reverse}.hero-row-3 .hero-col-center{display:none}}.hero-char-img{height:180px;width:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.4));z-index:15;margin-top:-40px;opacity:0;animation:charFadeIn 1.5s ease-out 2s forwards}.student-img{margin-right:-30px;transform-origin:bottom center}.doctor-img{margin-left:-30px;transform-origin:bottom center}@keyframes charFadeIn{0%{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.hero-char-img{height:140px;margin-top:0}.student-img{margin-right:0;margin-bottom:-10px}.doctor-img{margin-left:0;margin-bottom:-10px}}}.wave-hand{transform-origin:bottom center;animation:wave 2.5s ease-in-out infinite}@keyframes wave{0%{transform:rotate(0)}20%{transform:rotate(12deg)}40%{transform:rotate(-8deg)}60%{transform:rotate(12deg)}80%{transform:rotate(-4deg)}to{transform:rotate(0)}}@media (max-width: 900px){.hero-flex-container{height:auto;min-height:calc(100vh - 115px)!important;padding:20px 15px 30px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:20px;overflow-x:hidden}.hero-tag{display:none}.hero-row-1{order:1;margin-bottom:0;justify-content:center;width:100%;flex-shrink:0;height:12vh}.hero-k-logo{width:120px;margin-bottom:0;opacity:1;transform:none;animation:entryPop .8s ease-out forwards;filter:drop-shadow(0 0 20px rgba(50,150,255,.4))}.hero-row-2{order:2;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"title title" "left right";gap:25px 15px;width:100%;max-width:380px;margin:0 auto;height:45vh}.hero-col-center{grid-area:title;order:1;width:100%;margin:0;padding:10px 0;display:flex;flex-direction:column;align-items:center}.hero-main-title{font-size:2.5rem;text-align:center;margin:0 0 5px;line-height:1.2}.hero-main-subtitle{font-size:1rem;color:#b0c4de;text-align:center;margin:0}.hero-description-text{display:block;color:#e0f0ff;font-size:.9rem;line-height:1.5;margin-top:12px;max-width:340px;text-align:center;padding:0 10px}.hero-more-link{font-weight:700;margin-left:5px;color:#4dbfff;display:flex;justify-content:flex-end;font-size:12px;cursor:pointer}.hero-row-2 .hero-col-left{grid-area:left;order:2;justify-content:center;padding:0;display:flex}.hero-row-2 .hero-col-right{grid-area:right;order:2;justify-content:center;padding:0;display:flex}.hero-building-img{width:90%;height:90%;filter:drop-shadow(0 10px 20px rgba(0,0,0,.5))}.hero-row-3{order:3;display:grid;width:100%;max-width:400px;margin:10px auto 0;grid-template-columns:1fr 1.2fr 1.2fr 1fr;grid-template-rows:auto auto;gap:10px 5px;align-items:end;height:25vh}.hero-row-3 .hero-col-left,.hero-row-3 .hero-col-right{display:contents}.hero-row-3 .hero-col-center{display:none}.product-btn-container-left{grid-row:1;grid-column:1 / 3;display:flex;justify-content:center;margin-bottom:5px;opacity:0;animation:entryPop 1s ease-out 3s forwards}.product-btn-container-right{grid-row:1;grid-column:3 / 5;display:flex;justify-content:center;margin-bottom:5px;opacity:0;animation:entryPop 1s ease-out 3s forwards}.student-img{grid-row:2;grid-column:1;height:70px;width:auto;justify-self:center;opacity:0;animation:entryPop 1s ease-out 2.5s forwards}.doctor-img{grid-row:2;grid-column:4;height:70px;width:auto;justify-self:center;opacity:0;animation:entryPop 1s ease-out 2.5s forwards}.hero-row-3 .hero-col-left .vehicle-container{grid-row:2;grid-column:2;display:flex;justify-content:center;width:100%;margin:0;height:auto}.hero-row-3 .hero-col-right .vehicle-container{grid-row:2;grid-column:3;display:flex;justify-content:center;width:100%;margin:0;height:auto}.hero-vehicle-img{width:100%;max-width:90px;height:auto;display:block!important;opacity:1!important;filter:drop-shadow(0 5px 10px rgba(0,0,0,.4))}.hero-row-3 .hero-col-left .hero-vehicle-img{transform:translate(-100px);animation:driveInLeftMobile 2.5s ease-out forwards!important}.hero-row-3 .hero-col-right .hero-vehicle-img{transform:translate(100px);animation:driveInRightMobile 2.5s ease-out forwards!important}.bus-side,.ambulance-side{margin:0;position:relative}.btn-hero-action{padding:8px 14px;font-size:.8rem;white-space:nowrap;background:linear-gradient(135deg,#1d7af5,#4dbfff);color:#fff;border:none;border-radius:20px;font-weight:600;text-decoration:none;box-shadow:0 4px 12px #0000004d;cursor:pointer;transition:all .3s ease}.btn-hero-action:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1d7af566}@keyframes driveInLeftMobile{0%{opacity:0;transform:translate(-50px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes driveInRightMobile{0%{opacity:0;transform:translate(50px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}.building-logo-container{height:36px;width:36px}.school-building-logo-container{left:50px}.hospital-building-logo-container{right:-6px}}@media (min-width: 901px){.hero-description-text.mobile-only{display:none}}.choose-card{background:#fff;border-radius:16px;padding:16px;text-align:center;border:1px solid #e5e7eb;transition:transform .25s ease,box-shadow .25s ease;display:flex;align-items:center;justify-content:space-between;width:90%}.choose-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.choose-icon img{width:110px;height:auto;border-radius:8px}.choose-label{display:inline-block;font-size:13px;font-weight:600;color:#1d7af5;text-transform:uppercase;letter-spacing:.6px;width:100%;margin:0;text-align:center}.choose-heading{font-size:20px;font-weight:700;margin-bottom:12px;margin-top:0;color:#0f172a}.choose-text{font-size:15px;line-height:1.6;color:#475569;text-align:start;margin:0}@media (max-width: 768px){.choose-icon img{width:90px}}.dark .choose-card{background:#020617;border-color:#1e293b}.dark .choose-heading{color:#f8fafc}.dark .choose-text{color:#cbd5f5}.choose-icon{width:30%;display:flex;flex-direction:column;align-items:center}.content-choose{width:calc(70% - 10px);display:flex;flex-direction:column;align-items:center}.choose-icon img{max-width:110px;width:100%;height:auto;margin-bottom:4px}@media (max-width: 768px){.choose-icon img{max-width:90px}}.choose-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:40px}@media (min-width: 1200px){.choose-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 767px){.choose-grid{grid-template-columns:1fr}}.contact-container{max-width:800px;padding:0 2rem;border-radius:12px;margin:12px auto}@media (max-width: 768px){.contact-container{padding:12px}}.contact-container h1{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2rem;margin-top:0;color:var(--color-primary)}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.contact-form input,.contact-form textarea{padding:.8rem 1rem;border:1px solid #d1d5db;background-color:var(--bg-primary);border-radius:8px;font-size:1rem;transition:border-color .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:#2563eb;outline:none}.contact-form textarea{resize:vertical;min-height:120px}.contact-form button{padding:.9rem 1.4rem;background-color:#1d7af5;color:#fff;border:none;border-radius:10px;font-weight:600;font-size:15px;cursor:pointer;letter-spacing:.3px;transition:all .25s ease;box-shadow:0 4px 10px #1d7af54d}.contact-form button:hover{background-color:#368bff;transform:translateY(-2px);box-shadow:0 6px 15px #1d7af573}.contact-form button:active{transform:scale(.97);box-shadow:0 2px 6px #1d7af540}.contact-details{margin-top:2.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.contact-details>div{padding:1rem;border-radius:10px;text-align:center;font-size:.95rem;line-height:1.4rem;display:flex;align-items:center;justify-content:center;text-align:start;height:fit-content;background:var(--bg-card)}.contact-details a{margin-left:8px}.form-success{margin-top:12px;padding:10px 14px;border-radius:8px;background-color:#ecfdf5;color:#065f46;font-size:14px}.form-error{margin-top:12px;padding:10px 14px;border-radius:8px;background-color:#fef2f2;color:#7f1d1d;font-size:14px}.products-container{max-width:1200px;margin:12px auto;padding:0 2rem;padding-bottom:12px}@media (max-width: 768px){.products-container{padding:12px}}.products-title{text-align:center;font-size:2rem!important;font-weight:700;margin-bottom:2rem;margin-top:0;color:var(--color-primary)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem}@media (max-width: 380px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.product-card{background-color:var(--bg-card);border-radius:12px;box-shadow:0 4px 12px #00000014;padding:1.5rem;transition:transform .3s ease}.dark .product-card{background-color:var(--bg-card)}.product-card:hover{transform:translateY(-5px)}.product-image{width:100%;height:200px;object-fit:cover;border-radius:8px}.product-name{font-size:1.8rem;font-weight:700;margin-bottom:.3rem;color:var(--text-primary)}.product-tagline{font-size:1rem;color:var(--text-primary);margin-bottom:1rem}.product-description{font-size:.95rem;color:var(--text-secondary);margin-bottom:1rem}.product-highlights{list-style:none;padding-left:0;font-size:.95rem}.product-highlights li{margin-bottom:.5rem}.product-navigate{display:flex;flex-direction:column;gap:12px}.product-navigate button{width:100%;height:40px;border-radius:10px;border:1.5px solid var(--color-primary);background:transparent;color:#1d7af5;font-weight:600;font-size:14px;letter-spacing:.3px;cursor:pointer;transition:all .25s ease;box-shadow:0 0 #1d7af500}.product-navigate button:hover{background-color:#1d7af5;color:#fff;transform:translateY(-2px);box-shadow:0 4px 10px #1d7af559}.product-navigate button:active{transform:scale(.97);box-shadow:0 2px 5px #1d7af540}@keyframes pulseBlue{0%{box-shadow:0 0 #1d7af580}70%{box-shadow:0 0 0 8px #1d7af500}to{box-shadow:0 0 #1d7af500}}.product-navigate button.pulse{animation:pulseBlue 2s infinite}.product-navigate .disabled{color:var(--text-muted);border-color:var(--text-muted);cursor:not-allowed;box-shadow:none;transform:none}.product-navigate .disabled:hover{background:#ccc;color:var(--text-muted)}.gnanavyuham-container{font-family:Segoe UI,sans-serif;padding:40px 20px;color:var(--text-primary)}@media (max-width: 768px){.gnanavyuham-container{padding:12px}}.hero-image{max-width:400px;margin-top:20px;border-radius:20px;box-shadow:0 8px 20px #0003}.dark .hero-image{box-shadow:0 8px 20px #fff3}.cta-container{display:flex}.cta-button{background-color:#007bff;color:#fff;padding:14px 28px;font-size:18px;border:none;border-radius:10px;cursor:pointer;margin-top:20px}.cta-button:hover{background-color:#0056b3}.try-demo-container{padding:0 40px 32px;color:var(--text-secondary);font-family:Segoe UI,sans-serif;border-radius:12px}@media (max-width: 768px){.try-demo-container{padding:12px}}.demo-heading{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2rem;margin-top:12px;color:var(--color-primary)}.demo-subheading{text-align:center;font-size:16px;margin-bottom:30px}.video-section{display:flex;flex-wrap:wrap;justify-content:center;gap:40px;margin-bottom:32px}.video-card{flex:1 1 300px;background-color:var(--bg-card);padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;justify-content:space-between}.dark .video-card{background:var(--bg-card)}.video-card h3{text-align:center;color:var(--text-primary);margin:0 0 12px}.document-section{text-align:center}.document-heading{font-size:24px;margin-bottom:0}.pdf-links{list-style:none;padding:0;text-align:left;display:flex;justify-content:space-around;align-items:center}.pdf-links li{margin:10px 0}.pdf-links a{color:#06c;font-weight:500;text-decoration:none;transition:color .3s}.pdf-links a:hover{color:#036;text-decoration:underline}.features-section{margin:32px 0;text-align:center}.feature-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:20px}.feature-item{background:var(--app-card);border:1px solid #ccc;border-radius:10px;padding:15px 20px;min-width:180px;text-align:center;font-weight:500;color:var(--text-secondary);box-shadow:0 2px 5px #0000000d}.dark .feature-item{border:1px solid #3b3b3b}.testimonials-section{margin:60px 0 40px;text-align:center}.testimonial-card{background:#fff;padding:20px;margin:10px auto;max-width:600px;border-left:5px solid #114488;font-style:italic;box-shadow:0 2px 6px #0000000d}.testimonial-card span{display:block;text-align:right;font-size:14px;margin-top:10px}.faq-section{margin:40px auto;max-width:700px}.faq-section h3{text-align:center;margin-bottom:20px}.try-demo-container h3{color:var(--text-primary)}.faq-list{list-style-type:disc;padding-left:20px}.cta-section{margin:60px 0 0;text-align:center}.cta-button{background-color:#148;color:#fff;padding:12px 24px;text-decoration:none;font-weight:700;border-radius:8px;display:inline-block;margin-top:10px}.cta-button:hover{background-color:#0c3366}.link-open-down{display:flex}.link-open-down a:first-child{margin-right:16px}.document-iframe{width:100%;display:flex;align-items:center;justify-content:center;gap:20px;margin:auto auto 32px;flex-wrap:wrap}.document-iframe .doc-gnanavyuham,.document-iframe .doc-medivyuham{display:flex;justify-content:center;flex-direction:column;width:48%;align-items:center}.document-iframe iframe{width:90%}@media (max-width: 768px){.document-iframe{flex-direction:column;gap:30px}.document-iframe .doc-gnanavyuham,.document-iframe .doc-medivyuham{width:100%}.document-iframe iframe{width:95%;height:70vh}.pdf-links{flex-direction:column}}.medivyuham-container{font-family:Segoe UI,sans-serif;padding:40px 20px;color:var(--text-primary)}.hero-section{display:flex;flex-direction:column;align-items:center;text-align:center}.hero-content{width:100%}.hero-content h1{font-size:48px;margin-bottom:10px}.hero-content p{font-size:20px}.highlight-section{margin:32px 0 40px;text-align:center}.highlight-section h2{font-size:36px}.features-section{margin:32px 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.feature-card{background:var(--bg-card);padding:20px;border-radius:16px;text-align:center;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;justify-content:center}.feature-card img{height:80px;margin-bottom:10px}.feature-card h3{color:var(--appp-text)}.usps-section{margin:32px 0;background:linear-gradient(135deg,#1d7af5,#4dbfff);padding:30px 20px;border-radius:20px}.usps-section h2{text-align:center;margin-bottom:20px;margin-top:0}.usps-list{list-style:none;padding-left:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px}.usps-list li{background:var(--bg-card);padding:12px 16px;border-radius:12px;box-shadow:0 2px 6px #0000000d;display:flex;align-items:center;justify-content:center}.dark .usps-list li{background:var(--bg-primary)}.screenshots-section{margin:32px 0}.screenshots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.screenshots-grid img{width:100%;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #d1d5db}.cta-section{margin:32px 0 20px;text-align:center}.cta-container{display:flex;align-items:center;justify-content:space-evenly}.cta-container h1{margin-top:0}.logo-container img{height:100%;max-height:180px;border-radius:8px;box-shadow:none!important}.cta-image{width:50%}.cta-image img{width:100%;max-width:300px;border-radius:8px}.cta-content{justify-content:center;align-items:center;display:flex;flex-direction:column}@media (max-width: 768px){.cta-container{flex-direction:column;align-items:center}.cta-image{width:100%}.cta-image img{max-width:400px}.usps-list li{justify-content:start}}.cta-button{background-color:#198754;color:#fff;padding:14px 28px;font-size:18px;border:none;border-radius:10px;cursor:pointer;margin-top:20px}.cta-button:hover{background-color:#145c3f}.m-top-16{margin-top:16px}.product-hero-image{width:100%;min-width:50%;height:100%;margin-top:20px;border-radius:20px;box-shadow:0 8px 20px #0003}.dark .product-hero-image{box-shadow:0 8px 20px #fff3}.legal-page{padding:40px 20px;max-width:900px;margin:auto;font-family:Segoe UI,sans-serif;color:var(--text-secondary);line-height:1.7}.legal-page h1{font-size:36px;margin-bottom:10px;color:#007bff}.legal-page h2{font-size:24px;margin-top:30px}.legal-page p{margin:12px 0}.about-container{max-width:1000px;margin:0 auto;padding:0 20px 32px;font-family:Segoe UI,Roboto,sans-serif;color:#1e293b;line-height:1.6}.hero{text-align:center}.hero h1{margin-bottom:10px;margin-top:12px;text-align:center;font-size:2rem;font-weight:700;color:var(--color-primary)}.tagline{font-size:1.3rem;color:#3b82f6;font-weight:500}.mission{margin-bottom:32px}.mission h2,.vision h2{font-size:1.8rem;color:var(--text-primary);border-bottom:2px solid #3b82f6;display:inline-block;padding-bottom:5px;margin-bottom:0;margin-top:0}.mission p,.vision p{font-size:1.05rem;color:var(--text-primary);margin-bottom:12px}.mission ul{list-style:disc;padding-left:20px;color:var(--text-secondary)}.mission ul li{margin-bottom:8px}.products h2{font-size:2rem;color:var(--text-primary);margin-bottom:20px;border-bottom:2px solid #3b82f6;display:inline-block;padding-bottom:5px}.products .product-cards{display:flex;flex-wrap:wrap;gap:20px}.products .card{flex:1 1 45%;background:var(--bg-card);border-radius:12px;padding:25px;box-shadow:0 4px 18px #00000014;transition:transform .2s,box-shadow .2s}.products .card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.products .card h3{margin-bottom:10px}.team h2{font-size:2rem;color:var(--text-primary);margin-bottom:15px;border-bottom:2px solid #3b82f6;display:inline-block;padding-bottom:5px}.team p{font-size:1.1rem}@media (max-width: 768px){.products .product-cards{flex-direction:column}}.docs-container{padding:40px 20px;max-width:1100px;margin:auto;font-family:system-ui,sans-serif}.docs-container{color:#1f2937}.dark .docs-container{color:#e5e7eb}.docs-title{font-size:28px;font-weight:700;margin-bottom:5px;animation:fadeInDown .6s ease-out}.docs-subtitle{margin-bottom:25px;font-size:16px;color:#6b7280;animation:fadeInDown .6s ease-out .1s backwards}.mt-60{margin-top:60px}.dark .docs-subtitle{color:#9ca3af}.docs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}.doc-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:22px;animation:fadeInUp .5s ease-out backwards;animation-delay:calc(var(--card-index, 0) * .05s);transition:transform .25s ease,box-shadow .25s ease}.doc-card:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 12px 24px -10px #3b82f64d}.dark .doc-card{background:#1e1e1e;border:1px solid #2e2e2e}.dark .doc-card:hover{border-color:#3b82f6;box-shadow:0 12px 24px -10px #3b82f633}.doc-icon{font-size:34px;margin-bottom:10px;display:inline-block;transition:transform .3s ease}.doc-card:hover .doc-icon{animation:bounce .6s ease}.doc-title{font-size:18px;margin-bottom:14px;font-weight:600;color:#111827;transition:color .2s ease}.doc-card:hover .doc-title{color:#2563eb}.dark .doc-title{color:#f3f4f6}.dark .doc-card:hover .doc-title{color:#60a5fa}.doc-links{display:flex;flex-direction:column;gap:6px}.doc-links a{text-decoration:none;font-size:14px;color:#2563eb;transition:all .2s ease;padding:4px 0;position:relative}.doc-links a:before{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#2563eb;transition:width .3s ease}.doc-links a:hover:before{width:100%}.doc-links a:hover{transform:translate(4px)}.dark .doc-links a{color:#60a5fa}.dark .doc-links a:before{background:#60a5fa}.doc-desc{font-size:14px;margin-bottom:16px;transition:color .2s ease}.dark .doc-desc{color:#d1d5db}.doc-icon-chip{display:flex;justify-content:space-between;align-items:center}.category-chip{display:inline-block;padding:4px 10px;font-size:12px;border-radius:999px;background:#f3f4f6;color:#374151;font-weight:500;margin-top:8px;transition:all .3s ease;animation:fadeIn .5s ease-out backwards;animation-delay:calc(var(--card-index, 0) * .05s + .2s)}.doc-card:hover .category-chip{transform:scale(1.05);background:#dbeafe;color:#1e40af}.dark .category-chip{background:#2e2e2e;color:#d1d5db}.dark .doc-card:hover .category-chip{background:#1e3a8a;color:#bfdbfe}.brochure-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:22px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeInUp .5s ease-out backwards}.dark .brochure-card{background:#1e1e1e;border:1px solid #2e2e2e}.brochure-card:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 12px 24px -10px #3b82f64d}.dark .brochure-card:hover{box-shadow:0 12px 24px -10px #3b82f633}.brochure-icon{font-size:34px;margin-bottom:10px;display:inline-block;transition:transform .3s ease}.brochure-card:hover .brochure-icon{animation:bounce .6s ease}.brochure-title{font-size:18px;font-weight:600;margin-bottom:6px;transition:color .2s ease}.brochure-card:hover .brochure-title{color:#2563eb}.dark .brochure-card:hover .brochure-title{color:#60a5fa}.brochure-desc{font-size:14px;color:#6b7280;margin-bottom:14px}.dark .brochure-desc{color:#d1d5db}.brochure-actions{display:flex;flex-direction:column;gap:8px}.brochure-btn{padding:8px 12px;border-radius:6px;text-align:center;background:#2563eb;color:#fff;text-decoration:none;font-size:14px;transition:all .3s ease;position:relative;overflow:hidden}.brochure-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.brochure-btn:hover:before{width:300px;height:300px}.brochure-btn:hover{background:#1d4ed8;transform:scale(1.02)}.brochure-btn.secondary{background:#f3f4f6;color:#374151}.brochure-btn.secondary:hover{background:#e5e7eb}.dark .brochure-btn.secondary{background:#2e2e2e;color:#f3f4f6}.dark .brochure-btn.secondary:hover{background:#3a3a3a}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounce{0%,to{transform:translateY(0)}25%{transform:translateY(-10px)}50%{transform:translateY(-5px)}75%{transform:translateY(-7px)}}:root{--color-primary: #1d7af5;--color-primary-hover: #1664cc;--color-primary-light: #e8f2ff;--color-secondary: #6b7280;--color-accent: #ff6b6b;--color-success: #22c55e;--color-warning: #f59e0b;--color-danger: #ef4444;--color-white: #ffffff;--color-black: #000000;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--color-dark: #1b1b1b;--text-primary: var(--color-gray-900);--text-secondary: var(--color-gray-600);--text-muted: var(--color-gray-500);--text-inverse: var(--color-white);--bg-primary: var(--color-white);--bg-secondary: var(--color-gray-50);--bg-card: #EEF4FF;--bg-hover: var(--color-gray-300);--border-color: var(--color-gray-300);--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 16px;--font-family-base: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-family-heading: "Poppins", var(--font-family-base);--font-size-xs: 12px;--font-size-sm: 14px;--font-size-base: 16px;--font-size-lg: 18px;--font-size-xl: 24px;--font-size-2xl: 32px;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .15);--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease}body.dark{--text-primary: var(--color-white);--text-secondary: var(--color-gray-200);--text-muted: var(--color-gray-500);--text-inverse: var(--color-black);--bg-primary: var(--color-dark);--bg-secondary: var(--color-gray-900);--bg-card: #121417;--bg-hover: var(--color-gray-600);--border-color: var(--color-gray-700);--color-primary-light: #2a8fff}h1{font-weight:700;line-height:1.2;margin-top:32px;margin-bottom:32px}h2,h3{font-weight:600;line-height:1.3}h4,h5,h6{font-weight:500;line-height:1.3}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-family:var(--font-family-heading)}body,p,span,a,button,input,textarea,pre{font-family:var(--font-family-base);font-weight:400;font-size:16px;line-height:1.6;color:var(--text-primary)}button{font-weight:500;font-size:16px;line-height:1.4}@media (max-width: 768px){body,p,span,a,input,textarea,pre{font-size:14px}}body:not(.dark) ::-webkit-scrollbar{width:12px;height:12px}body:not(.dark) ::-webkit-scrollbar-track{background:#f4f7fb;border-radius:10px;margin:2px}body:not(.dark) ::-webkit-scrollbar-thumb{background-color:#9fb4d8;border-radius:10px;border:3px solid #F4F7FB;transition:background-color .2s ease}body:not(.dark) ::-webkit-scrollbar-thumb:hover{background-color:#7e9ccb;box-shadow:0 0 6px #7e9ccb4d}body.dark ::-webkit-scrollbar{width:12px;height:12px}body.dark ::-webkit-scrollbar-track{background:#0e1a2b;border-radius:10px;margin:2px}body.dark ::-webkit-scrollbar-thumb{background-color:#2f4c7a;border-radius:10px;border:3px solid #0E1A2B;transition:background-color .2s ease}body.dark ::-webkit-scrollbar-thumb:hover{background-color:#3b5f99;box-shadow:0 0 6px #3b5f9966}body:not(.dark) *{scrollbar-width:thin;scrollbar-color:#9FB4D8 #F4F7FB}body.dark *{scrollbar-width:thin;scrollbar-color:#2F4C7A #0E1A2B}@media (pointer: coarse) and (hover: none){::-webkit-scrollbar{width:1px;height:1px}::-webkit-scrollbar-thumb{background:transparent}::-webkit-scrollbar-track{background:transparent}}@media (max-width: 768px){::-webkit-scrollbar{width:4px;height:4px}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--bg-primary);color:var(--text-primary)}.layout-app{height:100vh;overflow:hidden}.content-app{height:calc(100% - 67px);overflow-y:auto;overflow-x:hidden}.page-not-found{height:43vh;display:flex;align-items:center;justify-content:center;flex-direction:column}.card{padding:20px;max-width:900px;margin:12px auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;background-color:var(--app-card);color:var(--text-secondary);border-radius:12px;box-shadow:0 4px 12px #0000001a}@media (max-width: 768px){.card{padding:20px 12px 40px}}@media (min-width: 768px) and (max-width: 1440px){.card{max-width:900px}}@media (min-width: 1441px) and (max-width: 2120px){.card{max-width:1200px}}@media (min-width: 2120px){.card{max-width:1800px}}.dark .card{box-shadow:0 4px 12px #ffffff1a}
