@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700;800&display=swap";.layout{min-height:100vh;display:flex;flex-direction:column;width:100%;margin:0;padding:0}.header{background:#0a0e27f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(37,99,235,.3);box-shadow:0 1px 3px #0000004d,0 0 20px #2563eb33;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#fff;transition:transform .2s ease;text-shadow:0 0 10px rgba(37,99,235,.8),0 0 20px rgba(37,99,235,.6)}.logo:hover{transform:scale(1.05)}.logo-icon{width:2.5rem;height:2.5rem;object-fit:contain;filter:drop-shadow(0 0 8px rgba(37,99,235,.8));transition:filter .1s ease}.logo:hover .logo-icon{filter:drop-shadow(0 0 12px rgba(16,185,129,.9))}.logo-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-desktop{display:none;gap:.5rem;flex:1;justify-content:center;align-items:center}.nav-mobile{display:flex;gap:.5rem;position:relative}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:.75rem;color:#fffc;font-weight:500;transition:opacity .1s ease,background-color .1s ease;white-space:nowrap;text-decoration:none}.nav-link:hover{background:#2563eb33;color:#fff;box-shadow:0 0 15px #2563eb66}.nav-link.active{background:var(--gradient-primary);color:#fff}.header-auth{display:flex;align-items:center;gap:.5rem}.header-auth-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:.75rem;color:#fffc;font-weight:500;transition:opacity .1s ease,background-color .1s ease;white-space:nowrap;text-decoration:none;background:transparent;border:1px solid rgba(37,99,235,.3)}.header-auth-button:hover{background:#2563eb33;color:#fff;border-color:#2563eb80;box-shadow:0 0 15px #2563eb66}.header-auth-button.active{background:var(--gradient-primary);color:#fff;border-color:transparent}.header-auth-icon{width:1.125rem;height:1.125rem;object-fit:contain;filter:drop-shadow(0 0 4px rgba(37,99,235,.6));transition:filter .1s ease}.header-auth-button:hover .header-auth-icon{filter:drop-shadow(0 0 6px rgba(16,185,129,.8))}.header-auth-button.active .header-auth-icon{filter:drop-shadow(0 0 8px rgba(16,185,129,1))}.header-auth-text{font-size:.9375rem}.header-share-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:.75rem;color:#fffc;font-weight:500;transition:opacity .1s ease,background-color .1s ease;white-space:nowrap;text-decoration:none;background:transparent;border:1px solid rgba(37,99,235,.3);cursor:pointer;font-family:inherit;font-size:inherit}.header-share-button:hover{background:#2563eb33;color:#fff;border-color:#2563eb80;box-shadow:0 0 15px #2563eb66}.header-share-button:hover .header-auth-icon{filter:drop-shadow(0 0 6px rgba(16,185,129,.8))}.header-share-button:active{opacity:.8}.copy-notification{position:fixed;bottom:100px;left:50%;transform:translate(-50%);z-index:10000;animation:slideUpNotification .3s ease}.copy-notification-content{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#0a0e27f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(16,185,129,.5);border-radius:.75rem;box-shadow:0 4px 12px #00000080,0 0 30px #10b9814d;color:#fff}.copy-notification-icon{width:1.25rem;height:1.25rem;object-fit:contain;filter:drop-shadow(0 0 4px rgba(16,185,129,.8))}.copy-notification-text{font-size:.9375rem;font-weight:500;color:#fff}@keyframes slideUpNotification{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 768px){.copy-notification{bottom:90px;left:1rem;right:1rem;transform:none}.copy-notification-content{padding:.875rem 1.25rem}@keyframes slideUpNotification{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}.nav-category{position:relative}.nav-category-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:.75rem;color:#fffc;font-weight:500;transition:opacity .1s ease,background-color .1s ease;white-space:nowrap;background:none;border:none;cursor:pointer;font-size:inherit;font-family:inherit}.nav-category-button:hover{background:#2563eb33;color:#fff;box-shadow:0 0 15px #2563eb66}.nav-category.active .nav-category-button{background:var(--gradient-primary);color:#fff}.dropdown-arrow{font-size:.7rem;transition:transform .2s ease;margin-left:.25rem}.nav-category:hover .dropdown-arrow,.nav-category.active .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;background:#0a0e27f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(37,99,235,.5);border-radius:.75rem;box-shadow:0 4px 12px #00000080,0 0 30px #2563eb4d;min-width:200px;z-index:1000;overflow:hidden;padding-top:.5rem;padding-bottom:.5rem;will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden;contain:layout style paint}.dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;color:#fffc;text-decoration:none;transition:opacity .1s ease,background-color .1s ease;border-bottom:1px solid rgba(37,99,235,.2)}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:#2563eb33;color:#fff;box-shadow:0 0 15px #2563eb4d}.dropdown-item.active{background:var(--gradient-primary);color:#fff}.dropdown-icon{width:1.1rem;height:1.1rem;object-fit:contain;filter:drop-shadow(0 0 3px rgba(37,99,235,.5));transition:filter .1s ease}.dropdown-item:hover .dropdown-icon,.dropdown-item-mobile:hover .dropdown-icon{filter:drop-shadow(0 0 5px rgba(16,185,129,.7))}.dropdown-item.active .dropdown-icon,.dropdown-item-mobile.active .dropdown-icon{filter:drop-shadow(0 0 6px rgba(16,185,129,.9))}.nav-link-mobile{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:.75rem;color:var(--text-secondary);transition:opacity .1s ease,background-color .1s ease;text-decoration:none}.nav-link-mobile:hover{background:var(--bg-secondary);color:var(--text)}.nav-link-mobile.active{background:var(--gradient-primary);color:#fff}.nav-category-mobile{position:relative}.nav-category-button-mobile{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:.75rem;color:var(--text-secondary);transition:opacity .1s ease,background-color .1s ease;background:none;border:none;cursor:pointer;font-size:inherit;font-family:inherit}.nav-category-button-mobile:hover{background:var(--bg-secondary);color:var(--text)}.nav-category-mobile.active .nav-category-button-mobile{background:var(--gradient-primary);color:#fff}.dropdown-menu-mobile{position:absolute;top:100%;right:0;margin-top:.5rem;background:var(--bg);border:1px solid var(--border);border-radius:.75rem;box-shadow:0 4px 12px var(--shadow);min-width:180px;z-index:1000;overflow:hidden}.dropdown-item-mobile{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:var(--text-secondary);text-decoration:none;transition:opacity .1s ease,background-color .1s ease;border-bottom:1px solid var(--border);font-size:.9rem}.dropdown-item-mobile:last-child{border-bottom:none}.dropdown-item-mobile:hover{background:var(--bg-secondary);color:var(--text)}.dropdown-item-mobile.active{background:var(--gradient-primary);color:#fff}.nav-icon{width:1.25rem;height:1.25rem;object-fit:contain;filter:drop-shadow(0 0 4px rgba(37,99,235,.6));transition:filter .1s ease}.nav-link:hover .nav-icon,.nav-category-button:hover .nav-icon,.nav-link-mobile:hover .nav-icon,.nav-category-button-mobile:hover .nav-icon{filter:drop-shadow(0 0 6px rgba(16,185,129,.8))}.nav-link.active .nav-icon,.nav-category.active .nav-icon,.nav-link-mobile.active .nav-icon,.nav-category-mobile.active .nav-icon{filter:drop-shadow(0 0 8px rgba(16,185,129,1))}.main-content{flex:1;width:100%;margin:0;padding:0;overflow-x:hidden}@supports (padding: max(0px)){.header{padding-left:max(.75rem,env(safe-area-inset-left));padding-right:max(.75rem,env(safe-area-inset-right))}.main-content{padding-bottom:max(1rem,env(safe-area-inset-bottom))}}.bottom-nav,.modal-overlay,.modal-sheet{display:none}@media (max-width: 767px){.header{position:fixed;top:0;left:0;right:0;width:100%;z-index:1000}.header-content{padding:.5rem .75rem;gap:.5rem}.logo{font-size:1.1rem;gap:.5rem}.logo-icon{width:1.75rem;height:1.75rem}.logo-text{font-size:1.1rem}.nav-desktop,.header-auth{display:none}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;width:100%;background:#0a0e27f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(37,99,235,.3);box-shadow:0 -2px 20px #0000004d;z-index:999;padding:.5rem .25rem;padding-bottom:max(.5rem,env(safe-area-inset-bottom));justify-content:space-around;align-items:center;gap:.25rem}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:.25rem;padding:.5rem .25rem;border-radius:.75rem;background:transparent;border:none;cursor:pointer;color:#fff9;transition:opacity .1s ease,background-color .1s ease;text-decoration:none;min-height:56px;position:relative}.bottom-nav-item:active{transform:scale(.95)}.bottom-nav-item.active{color:#10b981;background:#10b9811a}.bottom-nav-icon{width:1.5rem;height:1.5rem;object-fit:contain;filter:drop-shadow(0 0 4px rgba(37,99,235,.4));transition:filter .1s ease}.bottom-nav-item.active .bottom-nav-icon{filter:drop-shadow(0 0 8px rgba(16,185,129,.8))}.bottom-nav-label{font-size:.65rem;font-weight:500;white-space:nowrap}.modal-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1998;opacity:0;visibility:hidden;transition:opacity .1s ease,visibility 0s linear .1s}.modal-overlay.active{opacity:1;visibility:visible;transition:opacity .1s ease,visibility 0s linear 0s;pointer-events:auto}.modal-overlay{pointer-events:none}.modal-sheet{display:flex;flex-direction:column;position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100vw;max-height:calc(100vh - 72px);background:#0a0e27fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;box-shadow:0 -4px 30px #00000080;z-index:1999;padding-bottom:max(1rem,env(safe-area-inset-bottom));overflow:hidden;transform:translateY(100%);opacity:0;visibility:hidden;will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden;contain:layout style paint;transition:transform .15s ease,opacity .15s ease,visibility 0s linear .3s}.modal-sheet.active{transform:translateY(0)!important;opacity:1;visibility:visible;transition:transform .15s ease,opacity .15s ease,visibility 0s linear 0s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.modal-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid rgba(37,99,235,.2)}.modal-sheet-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-sheet-close{width:36px;height:36px;border-radius:50%;background:#2563eb33;border:none;color:#ffffffe6;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .1s ease,background-color .1s ease}.modal-sheet-close:active{transform:scale(.9);background:#2563eb4d}.modal-sheet-content{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:.5rem 0;flex:1;max-height:calc(70vh - 80px);overscroll-behavior:contain}.modal-sheet-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;color:#ffffffe6;text-decoration:none;transition:opacity .1s ease,background-color .1s ease;border-bottom:1px solid rgba(37,99,235,.1);position:relative;min-height:64px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;will-change:background-color}.modal-sheet-item:active{background:#2563eb1a;transform:none}.modal-sheet-item.active{background:#10b9811a;color:#10b981}.modal-sheet-item:last-child{border-bottom:none}.modal-sheet-icon{width:1.75rem;height:1.75rem;object-fit:contain;filter:drop-shadow(0 0 4px rgba(37,99,235,.4))}.modal-sheet-item.active .modal-sheet-icon{filter:drop-shadow(0 0 8px rgba(16,185,129,.8))}.modal-sheet-item span:not(.modal-sheet-arrow){flex:1;font-size:1rem;font-weight:500}.modal-sheet-arrow{color:#fff6;font-size:1.5rem;font-weight:300}.modal-sheet-item.active .modal-sheet-arrow{color:#10b981}.main-content{padding-top:56px;padding-bottom:72px;min-height:calc(100vh - 56px)}}@media (max-width: 480px){.header-content{padding:.5rem}.logo{font-size:1rem}.logo-icon{width:1.5rem;height:1.5rem}.bottom-nav{padding:.4rem .2rem;padding-bottom:max(.4rem,env(safe-area-inset-bottom))}.bottom-nav-item{padding:.4rem .2rem;min-height:52px}.bottom-nav-icon{width:1.35rem;height:1.35rem}.bottom-nav-label{font-size:.6rem}.modal-sheet{max-height:75vh}.modal-sheet-header{padding:1rem 1.25rem .875rem}.modal-sheet-title{font-size:1.1rem}.modal-sheet-item{padding:.875rem 1.25rem;min-height:56px}.modal-sheet-item span:not(.modal-sheet-arrow){font-size:.95rem}.main-content{padding-top:52px;padding-bottom:68px}}@media (min-width: 768px){.nav-desktop,.header-auth{display:flex}.nav-mobile{display:none}}.layout{display:flex;flex-direction:column;min-height:100vh}.footer{background:#0a0e27f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(37,99,235,.3);padding:1.5rem 1rem;margin-top:auto;width:100%}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-info{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem}.footer-item{font-size:.875rem;color:#ffffffb3;line-height:1.5;white-space:nowrap}.footer-item strong{color:#fffffff2;font-weight:600}.footer-separator{color:#fff6;font-size:.875rem;margin:0 .25rem}.footer-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem}.footer-link{font-size:.875rem;color:#ffffffb3;text-decoration:none;transition:color .2s ease;white-space:nowrap}.footer-link:hover{color:#ffffffe6}@media (max-width: 768px){.footer{padding:1rem .75rem;padding-bottom:max(1rem,calc(72px + env(safe-area-inset-bottom)))}.footer-content{flex-direction:column;text-align:center;gap:.75rem}.footer-info{justify-content:center;gap:.5rem}.footer-item,.footer-separator{font-size:.8rem}.footer-links{gap:.5rem}.footer-link{font-size:.8rem}.main-content{padding-bottom:172px}}@media (max-width: 480px){.footer{padding:.875rem .5rem;padding-bottom:max(.875rem,calc(68px + env(safe-area-inset-bottom)))}.footer-item,.footer-separator,.footer-link{font-size:.75rem}.main-content{padding-bottom:158px}}.pwa-install-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9998;animation:fadeIn .3s ease;will-change:opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden}@media (max-width: 768px){.pwa-install-overlay{backdrop-filter:none;-webkit-backdrop-filter:none;background:#000000e6;position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important}}.pwa-install-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#0a0e27fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(37,99,235,.5);border-radius:1.5rem;box-shadow:0 20px 60px #00000080,0 0 40px #2563eb4d;z-index:9999;max-width:90%;width:100%;max-width:420px;animation:slideUp .4s cubic-bezier(.32,.72,0,1);overflow:hidden;will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden;position:fixed!important}@media (max-width: 768px){.pwa-install-modal{backdrop-filter:none;-webkit-backdrop-filter:none;background:#0a0e27fc;animation:none;opacity:1;transform:translate(-50%,-50%)!important;top:50%!important;left:50%!important;contain:layout style paint;will-change:auto}}.pwa-install-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;background:#2563eb33;border:none;color:#ffffffe6;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;min-width:44px;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.pwa-install-close:hover,.pwa-install-close:active{background:#2563eb66;transform:scale(1.1)}@media (max-width: 768px){.pwa-install-close:hover,.pwa-install-close:active{transform:none;background:#2563eb4d}}.pwa-install-content{padding:2rem 1.5rem 1.5rem;text-align:center}.pwa-install-icon{font-size:4rem;margin-bottom:1rem;animation:bounce 2s ease-in-out infinite}@media (max-width: 768px){.pwa-install-icon,.pwa-arrow-down{animation:none}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.pwa-install-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;background:linear-gradient(135deg,#2563eb,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pwa-install-description{font-size:1rem;color:#fffc;margin-bottom:1.5rem;line-height:1.5}.pwa-install-benefits{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background:#2563eb1a;border-radius:.75rem;border:1px solid rgba(37,99,235,.2)}.pwa-benefit-item{display:flex;align-items:center;gap:.75rem;color:#ffffffe6;font-size:.95rem;justify-content:flex-start;text-align:left}.pwa-benefit-icon{font-size:1.25rem;flex-shrink:0}.pwa-install-instructions{text-align:left;margin-top:1.5rem;padding:1rem;background:#10b9811a;border-radius:.75rem;border:1px solid rgba(16,185,129,.2)}.pwa-instructions-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.75rem}.pwa-instructions-list{list-style:decimal;padding-left:1.5rem;margin:0;color:#ffffffe6;font-size:.9rem;line-height:1.8}.pwa-instructions-list li{margin-bottom:.5rem}.pwa-instructions-list strong{color:#10b981;font-weight:600}.pwa-share-icon,.pwa-menu-icon{display:inline-block;font-size:1.1rem;margin:0 .25rem}.pwa-install-image-hint{margin-top:1rem;text-align:center;padding:.75rem;background:#10b98126;border-radius:.5rem}.pwa-arrow-down{font-size:1.5rem;color:#10b981;animation:arrowBounce 1.5s ease-in-out infinite}@keyframes arrowBounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.pwa-hint-text{font-size:.85rem;color:#ffffffb3;margin-top:.5rem}.pwa-install-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#2563eb,#10b981);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:.75rem;cursor:pointer;margin-top:1rem;transition:opacity .1s ease,background-color .1s ease;box-shadow:0 4px 15px #10b9814d;min-height:48px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.pwa-install-button:hover,.pwa-install-button:active{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}@media (max-width: 768px){.pwa-install-button:hover,.pwa-install-button:active{transform:none;opacity:.9}}.pwa-install-dismiss{width:100%;padding:.75rem;background:transparent;border:none;color:#fff9;font-size:.9rem;cursor:pointer;transition:color .2s ease;border-top:1px solid rgba(37,99,235,.2)}.pwa-install-dismiss:hover,.pwa-install-dismiss:active{color:#ffffffe6}@media (max-width: 480px){.pwa-install-modal{max-width:95%;border-radius:1.25rem}.pwa-install-content{padding:1.5rem 1.25rem 1.25rem}.pwa-install-icon{font-size:3rem}.pwa-install-title{font-size:1.25rem}.pwa-install-description{font-size:.9rem}.pwa-install-benefits{padding:.75rem}.pwa-benefit-item{font-size:.85rem}.pwa-install-instructions{padding:.75rem}.pwa-instructions-title{font-size:1rem}.pwa-instructions-list{font-size:.85rem}}.rate-limit-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;animation:fadeIn .3s ease}@media (max-width: 768px){.rate-limit-overlay{backdrop-filter:none;-webkit-backdrop-filter:none;background:#000000e6}}.rate-limit-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#0a0e27fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(239,68,68,.5);border-radius:1.5rem;box-shadow:0 20px 60px #00000080,0 0 40px #ef44444d;z-index:10001;max-width:90%;width:100%;max-width:480px;animation:slideUp .4s cubic-bezier(.32,.72,0,1);overflow:hidden}@media (max-width: 768px){.rate-limit-modal{backdrop-filter:none;-webkit-backdrop-filter:none;background:#0a0e27fc;animation:none;opacity:1;transform:translate(-50%,-50%)}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}.rate-limit-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;background:#ef444433;border:none;color:#ffffffe6;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.rate-limit-close:hover,.rate-limit-close:active{background:#ef444466;transform:scale(1.1)}.rate-limit-content{padding:2rem 1.5rem 1.5rem;text-align:center}.rate-limit-icon{font-size:4rem;margin-bottom:1rem;animation:pulse 2s ease-in-out infinite}@media (max-width: 768px){.rate-limit-icon{animation:none}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.rate-limit-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem;background:linear-gradient(135deg,#ef4444,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.rate-limit-description{font-size:1rem;color:#ffffffe6;margin-bottom:.75rem;line-height:1.5}.rate-limit-description strong{color:#f59e0b;font-weight:600}.rate-limit-info{font-size:.95rem;color:#fffc;margin-bottom:1.5rem;line-height:1.5}.rate-limit-info strong{color:#ef4444;font-weight:600}.rate-limit-timer{background:#ef444426;border:1px solid rgba(239,68,68,.3);border-radius:.75rem;padding:1rem;margin-bottom:1.5rem}.rate-limit-timer-label{display:block;font-size:.85rem;color:#ffffffb3;margin-bottom:.5rem}.rate-limit-timer-value{display:block;font-size:1.5rem;font-weight:700;color:#f59e0b;font-family:JetBrains Mono,monospace}.rate-limit-message{background:#10b9811a;border:1px solid rgba(16,185,129,.2);border-radius:.75rem;padding:1rem;margin-bottom:1.5rem;text-align:left}.rate-limit-message-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.5rem}.rate-limit-message-text{font-size:.9rem;color:#fffc;line-height:1.5;margin:0 0 .75rem}.rate-limit-message-text strong{color:#10b981;font-weight:600}.rate-limit-price{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:#10b98126;border:1px solid rgba(16,185,129,.3);border-radius:.5rem;margin:.75rem 0}.rate-limit-price-label{font-size:.9rem;color:#fffc}.rate-limit-price-value{font-size:1.25rem;font-weight:700;color:#10b981;font-family:JetBrains Mono,monospace}.rate-limit-message-subtext{font-size:.85rem;color:#ffffffb3;line-height:1.5;margin:.75rem 0 0}.rate-limit-features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background:#2563eb1a;border-radius:.75rem;border:1px solid rgba(37,99,235,.2)}.rate-limit-feature{display:flex;align-items:center;gap:.75rem;color:#ffffffe6;font-size:.95rem;justify-content:flex-start;text-align:left}.rate-limit-feature-icon{font-size:1.25rem;flex-shrink:0}.rate-limit-actions{display:flex;gap:1rem;margin:1rem 0;flex-wrap:wrap;justify-content:center}.rate-limit-action-button{flex:1;min-width:140px;padding:.875rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:600;text-decoration:none;text-align:center;transition:opacity .1s ease,background-color .1s ease;border:none;cursor:pointer;display:inline-block}.rate-limit-action-button.primary{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff}.rate-limit-action-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2563eb66}.rate-limit-action-button.secondary{background:#2563eb1a;border:1px solid rgba(37,99,235,.3);color:#ffffffe6}.rate-limit-action-button.secondary:hover{background:#2563eb33;border-color:#2563eb80}.rate-limit-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#2563eb,#10b981);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:0;cursor:pointer;transition:opacity .1s ease,background-color .1s ease}.rate-limit-button:hover,.rate-limit-button:active{opacity:.9;transform:translateY(-1px)}@media (max-width: 480px){.rate-limit-modal{max-width:95%;border-radius:1.25rem}.rate-limit-content{padding:1.5rem 1.25rem 1.25rem}.rate-limit-icon{font-size:3rem}.rate-limit-title{font-size:1.25rem}.rate-limit-description,.rate-limit-info{font-size:.9rem}.rate-limit-timer{padding:.75rem}.rate-limit-timer-value{font-size:1.25rem}}.home{min-height:100vh;width:100%;background:#0a0e27;position:relative;overflow-x:hidden;margin:0;padding:0;background-image:radial-gradient(circle at 20% 50%,rgba(37,99,235,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(16,185,129,.15) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(6,182,212,.1) 0%,transparent 70%);background-size:100% 100%;background-attachment:fixed}.home:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(2px 2px at 20% 30%,rgba(255,255,255,.8),transparent),radial-gradient(2px 2px at 60% 70%,rgba(255,255,255,.6),transparent),radial-gradient(1px 1px at 50% 50%,rgba(255,255,255,.4),transparent),radial-gradient(1px 1px at 80% 10%,rgba(255,255,255,.5),transparent),radial-gradient(2px 2px at 90% 40%,rgba(255,255,255,.7),transparent),radial-gradient(1px 1px at 33% 60%,rgba(255,255,255,.3),transparent),radial-gradient(2px 2px at 10% 80%,rgba(255,255,255,.6),transparent),radial-gradient(1px 1px at 70% 20%,rgba(255,255,255,.4),transparent);background-size:200% 200%;background-position:0% 0%;animation:stars 20s linear infinite;pointer-events:none;z-index:0}@media (max-width: 768px){.home:before{animation:none;background-position:0% 0%}}@keyframes stars{0%{background-position:0% 0%}to{background-position:100% 100%}}.home:after{content:"";position:fixed;bottom:-30%;left:50%;transform:translate(-50%);width:120%;height:80%;background:radial-gradient(ellipse at center,rgba(37,99,235,.2) 0%,rgba(16,185,129,.15) 30%,transparent 70%);border-radius:50%;filter:blur(80px);animation:planetGlow 8s ease-in-out infinite;pointer-events:none;z-index:0}@media (max-width: 768px){.home:after{animation:none;opacity:.6;transform:translate(-50%) scale(1);filter:blur(40px)}}@keyframes planetGlow{0%,to{opacity:.6;transform:translate(-50%) scale(1)}50%{opacity:.8;transform:translate(-50%) scale(1.1)}}.hero-section{position:relative;padding:1rem 1rem 2rem;text-align:center;min-height:auto;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:1;width:100%;margin:0}.hero-content{position:relative;z-index:2;max-width:900px;opacity:1;transform:translateY(0);transition:opacity .2s ease;background:#0a0e27e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(37,99,235,.3);border-radius:2rem;padding:.75rem 2rem;box-shadow:0 0 40px #2563eb33,inset 0 0 40px #10b9811a}@media (max-width: 768px){.hero-content{backdrop-filter:none;-webkit-backdrop-filter:none;background:#0a0e27f2}}.hero-content.visible{opacity:1;transform:translateY(0)}.hero-title{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.hero-title-main{font-size:clamp(2.5rem,7vw,4.5rem);font-weight:700;color:#fff;line-height:1.2;animation:titleGlow 3s ease-in-out infinite,glitch 5s infinite;position:relative;display:inline-block;text-shadow:0 0 10px rgba(37,99,235,.8),0 0 20px rgba(37,99,235,.6),0 0 30px rgba(16,185,129,.4);filter:drop-shadow(0 0 15px rgba(37,99,235,.5))}@media (max-width: 768px){.hero-title-main{animation:none;text-shadow:0 0 10px rgba(37,99,235,.8);filter:none}}.terminal-prompt{color:var(--secondary);margin-right:.5rem;animation:blink 1s infinite;text-shadow:0 0 10px var(--secondary)}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}@keyframes glitch{0%,to{transform:translate(0);filter:hue-rotate(0deg)}20%{transform:translate(-2px,2px);filter:hue-rotate(90deg)}40%{transform:translate(-2px,-2px);filter:hue-rotate(180deg)}60%{transform:translate(2px,2px);filter:hue-rotate(270deg)}80%{transform:translate(2px,-2px);filter:hue-rotate(360deg)}}.hero-title-sub{font-size:clamp(1.2rem,3vw,2rem);font-weight:600;color:var(--secondary);margin-top:.5rem;text-shadow:0 0 10px rgba(16,185,129,.8),0 0 20px rgba(16,185,129,.6),0 0 30px rgba(16,185,129,.4);display:block}.typing-cursor{animation:blink 1s infinite;color:var(--secondary);margin-left:.3rem}.hero-title-sub-text{font-size:clamp(1rem,2vw,1.3rem);font-weight:400;color:var(--text-secondary);margin-top:.5rem;font-family:inherit;display:block}@keyframes titleGlow{0%,to{filter:drop-shadow(0 0 10px rgba(37,99,235,.3))}50%{filter:drop-shadow(0 0 20px rgba(16,185,129,.5))}}.hero-description{font-size:clamp(1rem,2vw,1.2rem);color:#ffffffe6;line-height:1.6;margin-bottom:.5rem;max-width:700px;margin-left:auto;margin-right:auto;text-shadow:0 0 10px rgba(255,255,255,.2)}.hero-stats{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-top:.5rem;margin-bottom:1rem;padding-bottom:.5rem}.terminal-box{background:#0a0e27e6;border:2px solid var(--secondary);border-radius:.5rem;padding:.75rem 1.25rem;min-width:280px;box-shadow:0 0 30px #10b98180,0 0 60px #10b9814d,inset 0 0 30px #10b98126;animation:terminalGlow 3s ease-in-out infinite,statFloat 4s ease-in-out infinite;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.terminal-box:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(16,185,129,.1),transparent);animation:scan 3s infinite}@keyframes scan{0%{left:-100%}to{left:100%}}@keyframes terminalGlow{0%,to{box-shadow:0 0 20px #10b9814d,inset 0 0 20px #10b9811a;border-color:var(--secondary)}50%{box-shadow:0 0 30px #10b98199,inset 0 0 30px #10b98133;border-color:var(--secondary-light)}}.stat-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(16,185,129,.3)}.terminal-dot{width:12px;height:12px;border-radius:50%;display:inline-block}.terminal-dot.red{background:#ef4444;box-shadow:0 0 10px #ef4444}.terminal-dot.yellow{background:#f59e0b;box-shadow:0 0 10px #f59e0b}.terminal-dot.green{background:var(--secondary);box-shadow:0 0 10px var(--secondary)}.stat-title{color:var(--secondary);font-size:.9rem;margin-left:auto;text-shadow:0 0 10px var(--secondary)}.stat-item{padding:0;min-width:280px;max-width:600px;width:100%}.stat-content{display:flex;flex-direction:column;gap:.75rem;padding:0}.stat-highlight{font-size:clamp(.95rem,2vw,1.1rem);color:#fffffff2;line-height:1.6;margin:0;padding:.875rem 1rem;display:flex;align-items:center;gap:.75rem;text-shadow:0 0 10px rgba(37,99,235,.6),0 0 20px rgba(16,185,129,.4);background:linear-gradient(135deg,#2563eb26,#10b98126);border-radius:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(37,99,235,.3);transition:all .2s ease;box-sizing:border-box;overflow:visible}.stat-icon{width:1.25rem;height:1.25rem;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 0 6px rgba(37,99,235,.8));transition:filter .2s ease}.stat-highlight:hover .stat-icon{filter:drop-shadow(0 0 10px rgba(16,185,129,.9))}.stat-highlight:hover{border-color:#10b98180;box-shadow:0 0 20px #10b9814d,inset 0 0 20px #2563eb1a;transform:translateY(-2px)}.stat-line{display:flex;justify-content:space-between;align-items:center;color:#e2e8f0e6}.stat-key{color:var(--secondary);text-shadow:0 0 5px var(--secondary)}.stat-value{color:var(--primary-light);text-shadow:0 0 10px var(--primary-light);font-weight:700}@keyframes statFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-decoration{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.floating-shape{position:absolute;border-radius:50%;opacity:.3;animation:float 20s infinite ease-in-out}@media (max-width: 768px){.floating-shape{display:none}.hero-title-main{animation:none!important;text-shadow:0 0 5px rgba(37,99,235,.5)!important}.terminal-prompt{animation:none!important;opacity:1!important}.stat-value{animation:none!important}.hero-content,.feature-card{box-shadow:0 4px 12px #0000004d!important}}.shape-1{width:300px;height:300px;background:var(--gradient-primary);top:10%;left:-10%;animation-duration:25s}.shape-2{width:200px;height:200px;background:var(--gradient-secondary);top:60%;right:-5%;animation-duration:30s;animation-delay:-5s}.shape-3{width:150px;height:150px;background:var(--gradient-accent);bottom:20%;left:20%;animation-duration:20s;animation-delay:-10s}.shape-4{width:100px;height:100px;background:var(--gradient-secondary);top:30%;right:30%;animation-duration:15s;animation-delay:-7s}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.features-section{padding:2rem 1.5rem;max-width:1400px;margin:0 auto;position:relative;z-index:1}.section-title{font-size:clamp(1.3rem,3.5vw,2.2rem);font-weight:800;text-align:center;margin-bottom:.4rem;color:#fff;font-family:JetBrains Mono,monospace;letter-spacing:.05em;position:relative;text-shadow:0 0 10px rgba(37,99,235,.8),0 0 20px rgba(37,99,235,.6)}.section-title:before{content:">>> ";color:var(--secondary);text-shadow:0 0 10px var(--secondary)}.title-highlight{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{text-align:center;font-size:.9rem;color:#fffc;margin-bottom:.75rem;text-shadow:0 0 10px rgba(255,255,255,.2)}.features-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem;position:relative}.feature-card{position:relative;background:#0a0e27e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.75rem;padding:.75rem 1rem;box-shadow:0 10px 40px #0000004d,0 0 20px #2563eb33;transition:opacity .1s ease,transform .1s ease;overflow:hidden;text-decoration:none;color:inherit;display:block;opacity:1;transform:translateY(0) scale(1);border:2px solid rgba(37,99,235,.3)}@media (max-width: 768px){.feature-card{backdrop-filter:none;-webkit-backdrop-filter:none;background:#0a0e27f2;transition:none}}.feature-card:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:2px solid var(--secondary);border-radius:1rem;opacity:0;transition:all .3s ease;pointer-events:none;box-shadow:0 0 30px #10b98199,inset 0 0 30px #10b98133}.feature-card:hover:after{opacity:1}@keyframes cardAppear{to{opacity:1;transform:translateY(0) scale(1)}}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px var(--shadow-lg)}@media (max-width: 768px){.feature-card:hover{transform:none}}.feature-card-bg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .4s ease;z-index:0}.feature-card:hover .feature-card-bg{opacity:.1}.gradient-1 .feature-card-bg{background:var(--gradient-primary)}.gradient-2 .feature-card-bg{background:var(--gradient-secondary)}.gradient-3 .feature-card-bg{background:var(--gradient-accent)}.gradient-4 .feature-card-bg{background:linear-gradient(135deg,#10b981,#06b6d4)}.gradient-5 .feature-card-bg{background:linear-gradient(135deg,#2563eb,#06b6d4)}.gradient-6 .feature-card-bg{background:linear-gradient(135deg,#10b981,#2563eb)}.feature-icon-wrapper{position:relative;display:inline-block;margin-bottom:.4rem}.feature-icon{width:1.8rem;height:1.8rem;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 0 8px rgba(37,99,235,.6));animation:iconBounce 2s ease-in-out infinite;transition:filter .2s ease}.feature-card:hover .feature-icon{filter:drop-shadow(0 0 12px rgba(16,185,129,.8))}@media (max-width: 768px){.feature-icon{animation:none}}@keyframes iconBounce{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.1)}}.feature-icon-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:35px;height:35px;border-radius:50%;background:var(--gradient-primary);opacity:.2;filter:blur(15px);animation:glowPulse 2s ease-in-out infinite}@keyframes glowPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.2}50%{transform:translate(-50%,-50%) scale(1.3);opacity:.4}}.gradient-1 .feature-icon-glow{background:var(--gradient-primary)}.gradient-2 .feature-icon-glow{background:var(--gradient-secondary)}.gradient-3 .feature-icon-glow{background:var(--gradient-accent)}.gradient-4 .feature-icon-glow{background:linear-gradient(135deg,#10b981,#06b6d4)}.gradient-5 .feature-icon-glow{background:linear-gradient(135deg,#2563eb,#06b6d4)}.gradient-6 .feature-icon-glow{background:linear-gradient(135deg,#10b981,#2563eb)}.feature-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#fff;position:relative;z-index:1;font-family:JetBrains Mono,monospace;letter-spacing:.02em;text-shadow:0 0 10px rgba(255,255,255,.3)}.feature-description{font-size:.75rem;line-height:1.4;color:#fffc;margin-bottom:.4rem;position:relative;z-index:1}.feature-action{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--primary);position:relative;z-index:1;transition:all .3s ease}.feature-card:hover .feature-action{color:var(--secondary);transform:translate(5px)}.feature-action-text{font-size:.85rem}.feature-action-arrow{font-size:1rem;transition:transform .3s ease}.feature-card:hover .feature-action-arrow{transform:translate(5px)}.cta-section{padding:2rem 1.5rem;text-align:center;background:transparent;margin-top:2rem;position:relative;overflow:hidden;z-index:1}.cta-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0a0e2799;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(37,99,235,.3);border-radius:2rem;z-index:0;box-shadow:0 0 40px #2563eb33,inset 0 0 40px #10b9811a}.cta-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.cta-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:.5rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:JetBrains Mono,monospace;letter-spacing:.05em}.cta-text{font-size:1rem;color:#ffffffe6;margin-bottom:1rem;line-height:1.6;text-shadow:0 0 10px rgba(255,255,255,.2)}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background:var(--gradient-primary);color:#fff;border-radius:1rem;font-size:1rem;font-weight:700;text-decoration:none;box-shadow:0 10px 30px var(--shadow-lg);transition:all .3s ease;position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gradient-secondary);transition:left .3s ease;z-index:0}.cta-button:hover:before{left:0}.cta-button span{position:relative;z-index:1;color:#fff}.cta-button-icon{width:1.5rem;height:1.5rem;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 0 8px rgba(37,99,235,.8));animation:rocket 2s ease-in-out infinite;transition:filter .2s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px var(--shadow-lg)}.cta-button:hover .cta-button-icon{filter:drop-shadow(0 0 12px rgba(16,185,129,.9))}@media (max-width: 768px){.cta-button-icon{animation:none}}@keyframes rocket{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-5px) rotate(10deg)}}@media (max-width: 768px){.home{min-height:100vh;padding-bottom:env(safe-area-inset-bottom,0)}.hero-section{padding:.5rem .5rem .75rem;min-height:auto}.hero-content{padding:.75rem 1rem;border-radius:.75rem}.hero-title-main{font-size:clamp(1.5rem,7vw,2.5rem);line-height:1.1;margin-bottom:.25rem}.hero-title-sub{font-size:clamp(.9rem,4vw,1.3rem);margin-top:.25rem}.hero-title-sub-text{font-size:clamp(.85rem,3vw,1rem);margin-top:.25rem}.hero-description{font-size:clamp(.85rem,3vw,1rem);margin-bottom:.5rem;line-height:1.5}.hero-stats{flex-direction:column;gap:.5rem;margin-top:.5rem}.stat-item{min-width:100%;max-width:100%}.stat-highlight{font-size:clamp(.9rem,3vw,1rem);padding:.625rem .875rem}.stat-header{margin-bottom:.5rem;padding-bottom:.4rem}.stat-title{font-size:.75rem}.stat-line{font-size:.8rem}.stat-content{gap:.3rem}.features-section{padding:1rem .75rem}.section-title{font-size:clamp(1.25rem,5vw,2rem);margin-bottom:.5rem}.section-subtitle{font-size:clamp(.85rem,3vw,1rem);margin-bottom:1rem}.features-container{grid-template-columns:1fr;gap:.75rem}.feature-card{padding:1rem;border-radius:.75rem}.feature-icon{width:1.5rem;height:1.5rem}.stat-icon{width:1.1rem;height:1.1rem}.feature-icon-glow{width:30px;height:30px}.feature-title{font-size:1rem;margin-bottom:.5rem}.feature-description{font-size:.8rem;line-height:1.5;margin-bottom:.5rem}.feature-action-text{font-size:.75rem}.cta-section{padding:1.5rem .75rem;margin-top:1rem}.cta-content{padding:1rem}.cta-title{font-size:clamp(1.25rem,5vw,1.75rem);margin-bottom:.5rem}.cta-text{font-size:.9rem;margin-bottom:1rem;line-height:1.5}.cta-button{padding:.75rem 1.5rem;font-size:.9rem;width:100%;justify-content:center;border-radius:.75rem}}@media (max-width: 480px){.hero-section{padding:.5rem .5rem .75rem}.hero-content,.terminal-box{padding:.75rem .875rem}.stat-line{font-size:.75rem}.feature-card{padding:.875rem}.feature-icon{width:1.35rem;height:1.35rem}.stat-icon{width:1rem;height:1rem}.cta-button-icon{width:1.25rem;height:1.25rem}.features-section{padding:.875rem .5rem}.cta-section{padding:1.25rem .5rem}.section-title{font-size:clamp(1.1rem,5vw,1.75rem)}}.tutor-page{animation:fadeIn .5s ease;padding-bottom:2rem}.mode-switcher{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.mode-btn{flex:1;padding:1rem 1.5rem;background:#0a0e2799;border:2px solid rgba(37,99,235,.3);border-radius:.75rem;color:#fffc;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.mode-btn:hover{background:#2563eb33;border-color:#2563eb80;transform:translateY(-2px)}.mode-btn.active{background:var(--gradient-primary);border-color:#2563eb99;color:#fff;box-shadow:0 4px 15px #2563eb66}.mode-icon{width:1.25rem;height:1.25rem;object-fit:contain;filter:drop-shadow(0 0 4px rgba(37,99,235,.6))}.title-icon{width:1.5rem;height:1.5rem;object-fit:contain;filter:drop-shadow(0 0 4px rgba(37,99,235,.6))}.tab-icon{width:1rem;height:1rem;object-fit:contain;filter:drop-shadow(0 0 3px rgba(37,99,235,.6))}.status-icon{width:1rem;height:1rem;object-fit:contain}.question-status{display:flex;align-items:center;gap:.5rem}.question-status.correct .status-icon{filter:drop-shadow(0 0 4px rgba(16,185,129,.8))}.question-status.incorrect .status-icon{filter:drop-shadow(0 0 4px rgba(239,68,68,.8))}.tutor-container{max-width:900px;margin:0 auto}.tutor-form{background:#0a0e27cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:2rem;box-shadow:0 10px 40px #0000004d,0 0 20px #2563eb33;border:2px solid rgba(37,99,235,.3);margin-bottom:2rem;transition:all .3s ease}.tutor-form:hover{border-color:#2563eb80;box-shadow:0 10px 40px #0000004d,0 0 30px #2563eb4d}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;margin-bottom:.5rem;color:#ffffffe6;font-size:1rem}.form-select,.form-input,.form-textarea{width:100%;padding:.875rem 1rem;border:2px solid rgba(37,99,235,.3);border-radius:.75rem;font-size:1rem;transition:all .3s ease;background:#0a0e2799;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#ffffffe6;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;touch-action:manipulation}.form-select{min-height:48px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px;padding-right:2.5rem}.form-input{height:auto}.form-select:focus,.form-input:focus,.form-textarea:focus{border-color:var(--secondary);box-shadow:0 0 0 3px #10b98133,0 0 20px #10b9814d;outline:none}.submit-btn{width:100%;padding:1rem 2rem;background:var(--gradient-primary);color:#fff;font-size:1.125rem;font-weight:600;border-radius:.75rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #2563eb66}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #2563eb80,0 0 30px #10b9814d}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.response-container{background:#0a0e27cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:2rem;box-shadow:0 10px 40px #0000004d,0 0 20px #10b98133;border:2px solid rgba(16,185,129,.3);animation:slideUp .5s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.response-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff;text-shadow:0 0 10px rgba(255,255,255,.3)}.response-content{color:#ffffffe6;line-height:1.8;font-size:1.0625rem}.response-content p{margin-bottom:1rem}.response-content p:last-child{margin-bottom:0}.lesson-container{background:#0a0e27cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:1.5rem;box-shadow:0 10px 40px #0000004d,0 0 20px #2563eb33;border:2px solid rgba(37,99,235,.3);animation:slideUp .5s ease}.lesson-progress{margin-bottom:1.5rem}.progress-bar{width:100%;height:6px;background:#2563eb33;border-radius:3px;overflow:hidden;margin-bottom:.75rem}.progress-fill{height:100%;background:var(--gradient-primary);border-radius:3px;transition:width .5s ease;box-shadow:0 0 8px #2563eb99}.progress-steps{display:flex;justify-content:space-between;gap:.25rem}.progress-step{flex:1;text-align:center;padding:.375rem;font-size:.8125rem;color:#ffffff80;transition:all .3s ease;border-radius:.375rem}.progress-step.active{color:#10b981;font-weight:600;background:#10b9811a}.lesson-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid rgba(37,99,235,.2);padding-bottom:.5rem}.lesson-tab{padding:.75rem .5rem;background:transparent;border:none;border-radius:.5rem;color:#ffffffb3;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;text-align:center}.lesson-tab:hover{background:#2563eb1a;color:#ffffffe6}.lesson-tab.active{color:#fff;background:#2563eb4d}.lesson-tab.active:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:3px;background:var(--gradient-primary);border-radius:2px 2px 0 0}.lesson-content{min-height:300px}.lesson-section{animation:fadeIn .3s ease}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff;text-shadow:0 0 10px rgba(37,99,235,.5)}.plan-info{margin-bottom:1rem}.info-card{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#2563eb1a;border-radius:.5rem;border:1px solid rgba(37,99,235,.3);font-size:.9375rem}.info-label{font-weight:600;color:#ffffffe6}.info-value{color:#10b981;font-weight:600}.objectives-card,.steps-card{background:#10b9811a;border-radius:.75rem;padding:1rem;margin-bottom:1rem;border:1px solid rgba(16,185,129,.3)}.card-title{font-size:1.125rem;font-weight:700;margin-bottom:.75rem;color:#fff;display:flex;align-items:center;gap:.5rem}.objectives-list{list-style:none;padding:0;margin:0}.objective-item{padding:.625rem .875rem;margin-bottom:.375rem;background:#0a0e2799;border-radius:.5rem;color:#ffffffe6;border-left:3px solid #10b981;transition:all .3s ease;font-size:.9375rem;line-height:1.5}.objective-item:hover{background:#0a0e27cc;transform:translate(3px)}.steps-list{display:flex;flex-direction:column;gap:.75rem}.step-item{display:flex;gap:.75rem;padding:.875rem;background:#0a0e2799;border-radius:.5rem;border:1px solid rgba(37,99,235,.3);transition:all .3s ease}.step-item:hover{border-color:#2563eb99;transform:translate(3px)}.step-number{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);border-radius:50%;color:#fff;font-weight:700;font-size:.9375rem}.step-content{flex:1}.step-name{font-size:1rem;font-weight:600;margin-bottom:.375rem;color:#fff}.step-description{color:#ffffffb3;line-height:1.5;font-size:.875rem}.explanation-card{background:#2563eb1a;border-radius:.75rem;padding:1.25rem;border:1px solid rgba(37,99,235,.3)}.explanation-content{color:#ffffffe6;line-height:1.7;font-size:.9375rem}.explanation-paragraph{margin-bottom:1rem}.explanation-paragraph:last-child{margin-bottom:0}.examples-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(37,99,235,.3)}.examples-title{font-size:1.125rem;font-weight:700;margin-bottom:.75rem;color:#fff;display:flex;align-items:center;gap:.5rem}.example-card{padding:1rem;margin-bottom:.75rem;background:#0a0e2799;border-radius:.5rem;border-left:3px solid #10b981}.example-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#10b981}.example-text{color:#fffc;line-height:1.6;font-size:.875rem}.conclusion-card{margin-top:1.5rem;padding:1rem;background:#10b9811a;border-radius:.5rem;border:1px solid rgba(16,185,129,.3)}.conclusion-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#10b981;display:flex;align-items:center;gap:.5rem}.conclusion-text{color:#ffffffe6;line-height:1.6;font-size:.875rem}.tasks-list{display:flex;flex-direction:column;gap:1rem}.task-card{background:#2563eb14;border-radius:.75rem;padding:1.25rem;border:2px solid rgba(37,99,235,.2);transition:all .3s ease}.task-card:hover{border-color:#2563eb66;background:#2563eb1f;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb26}.task-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.task-number{padding:.375rem .875rem;background:var(--gradient-primary);border-radius:.5rem;color:#fff;font-weight:700;font-size:.8125rem}.task-status-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-weight:700;font-size:1rem}.task-status-icon.correct{background:#10b981;box-shadow:0 0 10px #10b98180}.task-status-icon.incorrect{background:#ef4444;box-shadow:0 0 10px #ef444480}.task-content{color:#ffffffe6}.task-question{font-size:1rem;line-height:1.6;margin-bottom:.75rem;font-weight:500;color:#fffffff2}.task-answer-section{margin:.75rem 0}.task-answer-input{width:100%;padding:.875rem;background:#0a0e2799;border:2px solid rgba(37,99,235,.3);border-radius:.5rem;color:#ffffffe6;font-size:.9375rem;font-family:inherit;resize:vertical;min-height:80px;transition:all .3s ease;margin-bottom:.75rem}.task-answer-input:focus{outline:none;border-color:#2563eb;background:#0a0e27cc;box-shadow:0 0 0 3px #2563eb33}.task-answer-input:disabled{opacity:.7;cursor:not-allowed;background:#0a0e2766}.task-feedback{margin-top:.75rem;padding:.875rem;border-radius:.5rem;border-left:3px solid;animation:slideDown .3s ease}.task-feedback.correct{background:#10b9811a;border-left-color:#10b981}.task-feedback.incorrect{background:#ef44441a;border-left-color:#ef4444}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.feedback-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.feedback-icon{font-size:1rem}.feedback-title{font-weight:600;font-size:.875rem}.task-feedback.correct .feedback-title{color:#10b981}.task-feedback.incorrect .feedback-title{color:#ef4444}.feedback-text{color:#ffffffd9;line-height:1.6;font-size:.9375rem;margin:0}.task-hint{margin-top:.75rem}.hint-summary{cursor:pointer;padding:.625rem .875rem;background:#f59e0b1a;border-radius:.5rem;color:#f59e0b;font-weight:600;font-size:.875rem;-webkit-user-select:none;user-select:none;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.hint-summary:hover{background:#f59e0b33}.hint-text{padding:.875rem;margin-top:.5rem;background:#0a0e2799;border-radius:.5rem;color:#fffc;border-left:3px solid #f59e0b;font-size:.875rem;line-height:1.6}.test-header{margin-bottom:1.5rem}.test-instructions{color:#ffffffb3;font-size:.9375rem;line-height:1.6;padding:.875rem;background:#2563eb1a;border-radius:.5rem;border-left:3px solid #2563eb}.test-questions{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.question-card{background:#0a0e2799;border-radius:.75rem;padding:1.25rem;border:2px solid rgba(37,99,235,.3);transition:all .3s ease}.question-card:hover{border-color:#2563eb80;background:#0a0e27b3}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.question-number{font-weight:700;color:#2563eb;font-size:1.125rem}.question-status{font-weight:600;font-size:.875rem;padding:.25rem .75rem;border-radius:.5rem}.question-status.correct{color:#10b981;background:#10b98133}.question-status.incorrect{color:#ef4444;background:#ef444433}.question-text{font-size:1rem;font-weight:600;color:#ffffffe6;margin-bottom:.75rem;line-height:1.6}.answer-options{display:flex;flex-direction:column;gap:.5rem}.option-label{display:flex;align-items:center;gap:.75rem;padding:.875rem;background:#2563eb1a;border:2px solid rgba(37,99,235,.3);border-radius:.5rem;cursor:pointer;transition:all .3s ease;color:#ffffffe6}.option-label:hover:not(:has(input:disabled)){background:#2563eb33;border-color:#2563eb80}.option-label.selected{border-color:#2563eb;background:#2563eb4d}.option-label.correct{border-color:#10b981;background:#10b98133}.option-label.incorrect{border-color:#ef4444;background:#ef444433}.option-label input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#2563eb;flex-shrink:0}.option-text{flex:1;font-size:.9375rem}.correct-badge{font-size:.875rem;color:#10b981;font-weight:600;display:flex;align-items:center;gap:.375rem}.short-answer-section{display:flex;flex-direction:column;gap:1rem}.short-answer-input{width:100%;padding:.875rem;background:#2563eb1a;border:2px solid rgba(37,99,235,.3);border-radius:.5rem;color:#ffffffe6;font-size:.9375rem;font-family:inherit;transition:all .3s ease}.short-answer-input:focus{outline:none;border-color:#2563eb;background:#2563eb33;box-shadow:0 0 0 3px #2563eb33}.short-answer-input:disabled{opacity:.6;cursor:not-allowed}.answer-explanation{margin-top:.75rem;padding:.875rem;background:#10b9811a;border-radius:.5rem;border-left:3px solid #10b981;color:#ffffffe6;line-height:1.6;font-size:.875rem}.answer-explanation strong{color:#10b981;display:block;margin-bottom:.375rem;font-size:.9375rem}.check-test-btn{width:100%;padding:1rem 1.5rem;background:var(--gradient-secondary);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:.75rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #10b98166;display:flex;align-items:center;justify-content:center;gap:.5rem}.check-test-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #10b98180}.check-test-btn:disabled{opacity:.5;cursor:not-allowed;background:#6b72804d}.test-results{margin-top:1.5rem}.results-card{background:#10b9811a;border-radius:.75rem;padding:1.5rem;border:2px solid rgba(16,185,129,.3);text-align:center}.results-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#fff;display:flex;align-items:center;justify-content:center;gap:.5rem}.score-display{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.75rem}.score-label{font-size:1.125rem;color:#fffc;font-weight:600}.score-value{font-size:2rem;font-weight:700;padding:.5rem 1.25rem;border-radius:.75rem;background:#0a0e2799}.score-value.excellent{color:#10b981;box-shadow:0 0 15px #10b98180}.score-value.good{color:#f59e0b;box-shadow:0 0 15px #f59e0b80}.score-value.poor{color:#ef4444;box-shadow:0 0 15px #ef444480}.results-message{font-size:1rem;color:#ffffffe6;line-height:1.6}@media (max-width: 768px){.tutor-form,.response-container,.lesson-container{padding:1.5rem}.page-title{font-size:1.75rem}.mode-switcher,.lesson-tabs{flex-direction:column}.lesson-tab{width:100%}.progress-steps{flex-wrap:wrap}.progress-step{font-size:.75rem}.step-item{flex-direction:column;text-align:center}.score-value{font-size:2rem}.form-select{font-size:16px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.homework-page{animation:fadeIn .5s ease}.page-header{text-align:center;margin-bottom:2rem}.page-title{font-size:2rem;font-weight:700;margin-bottom:.75rem;color:#fff;text-shadow:0 0 10px rgba(37,99,235,.8),0 0 20px rgba(37,99,235,.6);display:flex;align-items:center;justify-content:center;gap:.75rem}.page-description{font-size:1.125rem;color:#fffc;max-width:700px;margin:0 auto;text-shadow:0 0 10px rgba(255,255,255,.2)}.title-icon{width:2rem;height:2rem;object-fit:contain;filter:drop-shadow(0 0 6px rgba(37,99,235,.8))}.btn-icon{width:1.125rem;height:1.125rem;object-fit:contain;filter:drop-shadow(0 0 3px rgba(255,255,255,.5))}.inline-icon{width:1rem;height:1rem;object-fit:contain;vertical-align:middle;margin-right:.375rem}.mode-selector{display:flex;gap:1rem;margin-bottom:1.5rem;background:#0a0e2799;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem;border-radius:1rem;box-shadow:0 4px 15px #0003,0 0 15px #2563eb1a;border:1px solid rgba(37,99,235,.2)}.mode-btn{flex:1;padding:.75rem 1.5rem;background:#0a0e2766;border:2px solid rgba(37,99,235,.3);border-radius:.75rem;font-weight:600;color:#ffffffb3;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem}.mode-btn:hover{background:#2563eb33;color:#ffffffe6;border-color:#2563eb80}.mode-btn.active{background:var(--gradient-primary);color:#fff;border-color:transparent;box-shadow:0 4px 15px #2563eb66,0 0 20px #10b9814d}.subject-selector{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;background:#0a0e27cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 1.5rem;border-radius:1rem;box-shadow:0 4px 15px #0003,0 0 15px #2563eb1a;border:1px solid rgba(37,99,235,.3)}.subject-label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#ffffffe6;font-size:1rem;white-space:nowrap}.label-icon{width:1.125rem;height:1.125rem;object-fit:contain;filter:drop-shadow(0 0 3px rgba(37,99,235,.8))}.subject-select{flex:1;padding:.75rem 1rem;background:#0a0e2799;border:2px solid rgba(37,99,235,.3);border-radius:.75rem;color:#ffffffe6;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;touch-action:manipulation;min-height:48px}.subject-select:hover{border-color:#2563eb80;box-shadow:0 0 10px #2563eb4d}.subject-select:focus{outline:none;border-color:#10b98180;box-shadow:0 0 15px #10b9814d}.subject-select option{background:#0a0e27f2;color:#ffffffe6;padding:.5rem}.upload-section{background:#0a0e27cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:2rem;box-shadow:0 10px 40px #0000004d,0 0 20px #2563eb33;border:2px solid rgba(37,99,235,.3);margin-bottom:2rem;transition:all .3s ease}.upload-area{margin-bottom:1.5rem}.upload-placeholder{border:3px dashed rgba(37,99,235,.4);border-radius:1rem;padding:3rem 2rem;text-align:center;transition:all .3s ease;cursor:pointer;position:relative;background:#0a0e2766}.upload-icon{width:4rem;height:4rem;margin:0 auto 1rem;object-fit:contain;filter:drop-shadow(0 0 10px rgba(37,99,235,.6));opacity:.8}.upload-hint{color:var(--accent);font-size:.875rem;margin-bottom:1rem;font-weight:500}.text-input-area{margin-bottom:1.5rem}.task-textarea{width:100%;padding:1rem;border:2px solid rgba(37,99,235,.3);border-radius:.75rem;font-size:1rem;font-family:inherit;resize:vertical;min-height:150px;transition:all .3s ease;background:#0a0e2799;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#ffffffe6}.task-textarea:focus{border-color:var(--secondary);box-shadow:0 0 0 3px #10b98133,0 0 20px #10b9814d;outline:none}.task-textarea::placeholder{color:#ffffff80}.image-preview-container{position:relative;border-radius:1rem;overflow:hidden;border:2px solid rgba(37,99,235,.3);box-shadow:0 0 20px #2563eb33}.image-preview{width:100%;max-height:500px;object-fit:contain;display:block;background:#0a0e2780}.image-actions{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.edit-image-btn,.recognize-btn{flex:1;min-width:150px;padding:.75rem 1rem;background:#2563eb33;border:2px solid rgba(37,99,235,.4);border-radius:.75rem;color:#60a5fa;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .3s ease}.edit-image-btn:hover,.recognize-btn:hover{background:#2563eb4d;border-color:#2563eb99;transform:translateY(-1px)}.edit-image-btn:disabled,.recognize-btn:disabled{opacity:.6;cursor:not-allowed}.remove-image-btn{flex:1;min-width:150px;padding:.75rem 1rem;background:#ef444433;border:2px solid rgba(239,68,68,.4);border-radius:.75rem;color:#f87171;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.remove-image-btn:hover{background:#ef44444d;border-color:#ef444499;transform:translateY(-1px)}.crop-container{width:100%;max-width:100%;margin:0 auto}.crop-wrapper{width:100%;max-width:100%;overflow:hidden;border-radius:.75rem;background:#0a0e2799;padding:1rem;margin-bottom:1rem;border:2px solid rgba(37,99,235,.3)}.crop-image{max-width:100%;max-height:500px;display:block;margin:0 auto}.crop-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.crop-btn{flex:1;min-width:150px;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .3s ease;border:2px solid}.crop-btn.cancel{background:#6b728033;border-color:#6b728066;color:#fffc}.crop-btn.cancel:hover{background:#6b72804d;border-color:#6b728099}.crop-btn.apply{background:var(--gradient-secondary);border-color:transparent;color:#fff;box-shadow:0 4px 15px #10b98166}.crop-btn.apply:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #10b98180}.crop-btn.apply:disabled{opacity:.6;cursor:not-allowed}.text-actions,.image-solve-actions{margin-top:1.5rem}.solve-btn{width:100%;padding:1rem 2rem;background:var(--gradient-primary);color:#fff;font-size:1.125rem;font-weight:600;border-radius:.75rem;transition:all .3s ease;box-shadow:0 4px 15px #2563eb66}.solve-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #2563eb80,0 0 30px #10b9814d}.solve-btn:disabled{opacity:.6;cursor:not-allowed}.solution-container{background:#0a0e27cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:2rem;box-shadow:0 10px 40px #0000004d,0 0 20px #10b98133;border:2px solid rgba(16,185,129,.3);animation:slideUp .5s ease}.solution-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff;text-shadow:0 0 10px rgba(255,255,255,.3)}.solution-content{color:#ffffffe6;line-height:1.8;font-size:1.0625rem;white-space:pre-line}.solution-content p{margin-bottom:1rem}.solution-content p:last-child{margin-bottom:0}@media (max-width: 640px){.upload-section,.solution-container{padding:1rem}.upload-placeholder{padding:1.25rem 1rem}.upload-icon{width:2.5rem;height:2.5rem;margin-bottom:.5rem}.upload-text{font-size:.9375rem;margin-bottom:.75rem}.upload-area,.page-header{margin-bottom:1rem}.page-title{font-size:1.5rem;margin-bottom:.5rem}.page-description{font-size:.9375rem}.mode-selector{margin-bottom:1rem;padding:.375rem}.mode-btn{padding:.625rem 1rem;font-size:.875rem}.btn-icon{width:.9375rem;height:.9375rem}.subject-selector{flex-direction:column;align-items:stretch;padding:.875rem 1rem;gap:.75rem}.subject-label{font-size:.9375rem}.subject-select{width:100%;font-size:16px}}.photo-to-pdf-page{animation:fadeIn .5s ease}.upload-section{background:#0a0e27cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:2rem;box-shadow:0 10px 40px #0000004d,0 0 20px #2563eb33;border:2px solid rgba(37,99,235,.3);transition:all .3s ease}.upload-placeholder{border:3px dashed rgba(37,99,235,.4);border-radius:1rem;padding:3rem 2rem;text-align:center;transition:all .3s ease;cursor:pointer;background:#0a0e2766}.upload-text{color:#fffc;margin-bottom:1rem;font-size:1.125rem}.upload-label{display:inline-block;padding:.75rem 2rem;background:var(--gradient-primary);color:#fff;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #2563eb66}.images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.image-item{position:relative;border-radius:.75rem;overflow:hidden;border:2px solid rgba(37,99,235,.3);aspect-ratio:1;box-shadow:0 0 15px #2563eb33;transition:all .3s ease}.image-item:hover{border-color:#10b98180;box-shadow:0 0 25px #10b98166}.preview-image{width:100%;height:100%;object-fit:cover;display:block}.remove-btn{position:absolute;top:.5rem;right:.5rem;width:32px;height:32px;border-radius:50%;background:#ef4444e6;color:#fff;font-size:1.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;cursor:pointer}.remove-btn:hover{background:#dc2626;transform:scale(1.1)}.image-number{position:absolute;bottom:.5rem;left:.5rem;background:#000000b3;color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:600}.actions{display:flex;gap:1rem;flex-wrap:wrap}.add-more-btn{padding:.75rem 1.5rem;background:#0a0e2799;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#ffffffe6;border:2px solid rgba(37,99,235,.3);border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease}.add-more-btn:hover{background:#2563eb33;border-color:#2563eb80;transform:translateY(-2px);box-shadow:0 4px 15px #2563eb4d}.convert-btn{flex:1;min-width:200px;padding:.75rem 2rem;background:var(--gradient-primary);color:#fff;border-radius:.75rem;font-size:1.125rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #2563eb66}.convert-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #2563eb80,0 0 30px #10b9814d}.convert-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 640px){.upload-section{padding:1.5rem}.images-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.actions{flex-direction:column}.convert-btn{width:100%}}.photo-to-text-page{padding:2rem;max-width:1200px;margin:0 auto}.photo-to-text-container{display:flex;flex-direction:column;gap:2rem}.upload-placeholder{text-align:center;padding:3rem 2rem;border:3px dashed rgba(37,99,235,.4);border-radius:1rem;transition:all .3s ease;background:#0a0e2766}.upload-placeholder:hover{border-color:var(--secondary);background:#10b9811a;box-shadow:0 0 30px #10b9814d,inset 0 0 30px #10b9811a}.upload-text{font-size:1.1rem;color:#fffc;margin-bottom:1.5rem}.upload-label{display:inline-block;padding:.75rem 2rem;background:var(--gradient-primary);color:#fff;border-radius:.5rem;cursor:pointer;font-weight:600;transition:transform .2s ease}.upload-label:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb80,0 0 30px #10b9814d}.preview-section{display:flex;flex-direction:column;gap:1.5rem}.image-preview-container{position:relative;width:100%;max-width:600px;margin:0 auto;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #0000001a}.preview-image{width:100%;height:auto;display:block;background:#0a0e2780;border-radius:.5rem}.remove-btn{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;background:#ffffffe6;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #0003}.remove-btn:hover{background:#f44;color:#fff;transform:scale(1.1)}.recognize-btn{padding:1rem 2rem;background:var(--gradient-primary);color:#fff;border:none;border-radius:.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s ease;align-self:center}.recognize-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #2563eb80,0 0 30px #10b9814d}.recognize-btn:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee;border:1px solid #fcc;border-radius:.5rem;padding:1rem;color:#c33}.text-result{background:#0a0e27cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;box-shadow:0 10px 40px #0000004d,0 0 20px #10b98133;border:2px solid rgba(16,185,129,.3)}.text-result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #eee}.text-result-header h3{font-size:1.5rem;color:#fff;margin:0;text-shadow:0 0 10px rgba(255,255,255,.3)}.copy-btn{padding:.5rem 1rem;background:var(--gradient-primary);color:#fff;border:none;border-radius:.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #2563eb4d}.copy-btn:hover{box-shadow:0 4px 15px #2563eb80,0 0 20px #10b9814d;transform:translateY(-1px)}.text-content{font-size:1.1rem;line-height:1.8;color:#ffffffe6;white-space:pre-wrap;word-wrap:break-word;max-height:500px;overflow-y:auto;padding:1rem;background:#0a0e2780;border-radius:.5rem;border:1px solid rgba(37,99,235,.2)}@media (max-width: 768px){.photo-to-text-page{padding:1rem}.page-title{font-size:2rem}.text-result-header{flex-direction:column;gap:1rem;align-items:flex-start}.copy-btn{width:100%}}.image-converter-page{padding:2rem;max-width:1200px;margin:0 auto;animation:fadeIn .5s ease}.page-header{text-align:center;margin-bottom:3rem}.page-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-description{font-size:1.1rem;color:#fffc;max-width:600px;margin:0 auto;text-shadow:0 0 10px rgba(255,255,255,.2)}.image-converter-container{display:flex;flex-direction:column;gap:2rem}.upload-section{background:#0a0e27cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;box-shadow:0 10px 40px #0000004d,0 0 20px #2563eb33;border:2px solid rgba(37,99,235,.3);transition:all .3s ease}.upload-section:hover{border-color:#2563eb80}.upload-area{border:3px dashed rgba(37,99,235,.4);border-radius:1rem;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#0a0e2766;min-height:200px;display:flex;align-items:center;justify-content:center}.upload-area:hover{border-color:var(--secondary);background:#10b9811a;box-shadow:0 0 30px #10b9814d,inset 0 0 30px #10b9811a}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem}.upload-icon{font-size:4rem;margin-bottom:1rem}.upload-hint{color:#fff9;font-size:.9rem}.preview-container{position:relative;width:100%;max-width:500px;margin:0 auto}.preview-image{width:100%;max-height:400px;object-fit:contain;border-radius:.5rem;box-shadow:0 4px 15px #0000004d}.change-image-btn{position:absolute;top:10px;right:10px;padding:.5rem 1rem;background:#0a0e27e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--primary);border-radius:.5rem;color:var(--text);cursor:pointer;font-size:.85rem;transition:all .2s ease}.change-image-btn:hover{background:var(--primary);box-shadow:0 0 15px #2563eb80}.file-input{display:none}.format-section{background:#0a0e27cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;box-shadow:0 10px 40px #0000004d,0 0 20px #2563eb33;border:2px solid rgba(37,99,235,.3)}.format-label{display:block;margin-bottom:1rem;color:#ffffffe6;font-weight:600;font-size:1.1rem}.format-select{width:100%;padding:.75rem 2.5rem .75rem 1rem;background:#0a0e2799;border:2px solid rgba(37,99,235,.3);border-radius:.5rem;color:#ffffffe6;font-size:1rem;cursor:pointer;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;touch-action:manipulation;min-height:48px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px}.format-select option{background:#0a0e27f2;color:#ffffffe6;padding:.5rem}.format-select:hover{border-color:var(--primary);box-shadow:0 0 10px #2563eb4d}.format-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 15px #2563eb80}.convert-button{width:100%;padding:1rem 2rem;background:var(--gradient-primary);color:#fff;border:none;border-radius:.75rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #2563eb66}.convert-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #2563eb80,0 0 30px #10b9814d}.convert-button:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#ef44441a;border:2px solid rgba(239,68,68,.3);border-radius:.5rem;padding:1rem;color:#fca5a5;text-align:center}.result-section{background:#0a0e27cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;box-shadow:0 10px 40px #0000004d,0 0 20px #10b98133;border:2px solid rgba(16,185,129,.3);margin-top:2rem}.result-title{margin-bottom:1.5rem;color:#ffffffe6;font-size:1.5rem;text-align:center}.result-preview{margin-bottom:1.5rem;text-align:center}.converted-image{max-width:100%;max-height:400px;object-fit:contain;border-radius:.5rem;box-shadow:0 4px 15px #0000004d}.download-button{width:100%;padding:1rem 2rem;background:var(--gradient-secondary);color:#fff;border:none;border-radius:.75rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #10b98166}.download-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98180,0 0 30px #10b9814d}.formats-info{margin-top:3rem;padding:2rem;background:#0a0e2799;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(37,99,235,.3);border-radius:1rem}.formats-info h3{margin-bottom:1.5rem;color:#ffffffe6;text-align:center;font-size:1.5rem}.formats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.format-item{padding:1rem;background:#0a0e27cc;border:1px solid rgba(37,99,235,.3);border-radius:.5rem;color:#fffc;font-size:.9rem}.format-item strong{color:var(--primary);display:block;margin-bottom:.25rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.image-converter-page{padding:1rem}.page-title{font-size:2rem}.upload-section,.format-section,.result-section{padding:1.5rem}.formats-grid{grid-template-columns:1fr}.format-select{font-size:16px}}.car-contract-page{animation:fadeIn .5s ease}.contract-container{max-width:900px;margin:0 auto}.contract-form{background:#0a0e27cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:2rem;box-shadow:0 10px 40px #0000004d,0 0 20px #2563eb33;border:2px solid rgba(37,99,235,.3);transition:all .3s ease}.contract-form:hover{border-color:#2563eb80}.form-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:2px solid rgba(37,99,235,.2)}.form-section:last-of-type{border-bottom:none;margin-bottom:1.5rem}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff;display:flex;align-items:center;gap:.5rem;text-shadow:0 0 10px rgba(255,255,255,.3)}.section-title:before{content:"";width:4px;height:24px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:2px}.form-row{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.form-label{display:block;font-weight:600;margin-bottom:.5rem;color:#ffffffe6;font-size:.9375rem}.form-input{width:100%;padding:.875rem 1rem;border:2px solid rgba(37,99,235,.3);border-radius:.75rem;font-size:1rem;transition:all .3s ease;background:#0a0e2799;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#ffffffe6}.form-input:focus{border-color:var(--secondary);box-shadow:0 0 0 3px #10b98133,0 0 20px #10b9814d;outline:none}.form-input::placeholder{color:#ffffff80}.generate-btn{width:100%;padding:1.25rem 2rem;background:var(--gradient-primary);color:#fff;font-size:1.125rem;font-weight:600;border-radius:.75rem;transition:all .3s ease;margin-top:1rem;box-shadow:0 4px 15px #2563eb66}.generate-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #2563eb80,0 0 30px #10b9814d}.generate-btn:disabled{opacity:.6;cursor:not-allowed}@media (min-width: 640px){.form-row{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.contract-form{padding:1.5rem}.form-section{margin-bottom:2rem;padding-bottom:1.5rem}}.pricing-page{min-height:100vh;padding:2rem 1rem;max-width:1200px;margin:0 auto;color:#ffffffe6}.pricing-hero{text-align:center;margin-bottom:3rem;padding:2rem 0}.pricing-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-subtitle{font-size:1.125rem;color:#ffffffb3;max-width:600px;margin:0 auto}.section-title{font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center;color:#fffffff2}.services-section{margin-bottom:4rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.service-card{background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:12px;padding:1.5rem;transition:all .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2563eb4d;border-color:#2563eb80}.service-name{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#fffffff2}.service-description{font-size:.9375rem;color:#ffffffb3;margin-bottom:1rem;line-height:1.6}.service-features{list-style:none;padding:0;margin:0}.service-feature{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#fffc;margin-bottom:.5rem}.feature-icon{color:#10b981;font-weight:700}.plans-section{margin-bottom:3rem}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:800px;margin:0 auto}.plan-card{background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:16px;padding:2rem;position:relative;transition:all .3s ease}.plan-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #2563eb4d}.plan-card.popular{border-color:#10b98180;background:#10b9810d}.popular-badge{position:absolute;top:-12px;right:1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.25rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600}.coming-soon-badge{position:absolute;top:-12px;left:1.5rem;background:#fbbf2433;border:1px solid rgba(251,191,36,.5);color:#fbbf24;padding:.25rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600}.plan-name{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fffffff2}.plan-price{display:flex;align-items:baseline;gap:.25rem;margin-bottom:.5rem}.price-value{font-size:3rem;font-weight:700;color:#fffffff2}.price-currency{font-size:1.5rem;font-weight:600;color:#fffc}.price-period{font-size:1rem;color:#fff9}.plan-description{font-size:.9375rem;color:#ffffffb3;margin-bottom:1.5rem}.plan-features{list-style:none;padding:0;margin:0 0 2rem}.plan-feature{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:#fffc;margin-bottom:.75rem}.plan-button{display:block;width:100%;padding:1rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;text-align:center;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.plan-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2563eb66}.plan-button.disabled{background:#6b72804d;cursor:not-allowed;opacity:.6;display:block;width:100%;padding:1rem;color:#ffffffb3;text-align:center;border-radius:8px;font-weight:600;border:none}.plan-button.disabled:hover{transform:none;box-shadow:none}.pricing-info{text-align:center;padding:2rem;background:#2563eb0d;border-radius:12px;border:1px solid rgba(37,99,235,.2)}.info-text{font-size:.9375rem;color:#ffffffb3;line-height:1.6;margin:0}@media (max-width: 768px){.pricing-title{font-size:2rem}.services-grid,.plans-grid{grid-template-columns:1fr}.plan-card{padding:1.5rem}.price-value{font-size:2.5rem}}.delivery-page{min-height:100vh;padding:2rem 1rem;max-width:1000px;margin:0 auto;color:#ffffffe6}.delivery-hero{text-align:center;margin-bottom:3rem;padding:2rem 0}.delivery-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.delivery-subtitle{font-size:1.125rem;color:#ffffffb3}.delivery-content{display:flex;flex-direction:column;gap:3rem}.delivery-section{width:100%}.info-card{background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:12px;padding:2rem;display:flex;gap:1.5rem;align-items:flex-start}.info-icon{font-size:3rem;flex-shrink:0}.info-content{flex:1}.info-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#fffffff2}.info-text{font-size:1rem;color:#ffffffb3;line-height:1.6;margin:0}.info-text a{color:#60a5fa;text-decoration:underline;transition:color .2s ease}.info-text a:hover{color:#93c5fd}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.step-card{background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:12px;padding:1.5rem;position:relative;transition:all .3s ease}.step-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2563eb4d}.step-number{position:absolute;top:-16px;left:1.5rem;width:32px;height:32px;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;color:#fff}.step-title{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;margin-top:.5rem;color:#fffffff2}.step-description{font-size:.9375rem;color:#ffffffb3;line-height:1.6;margin:0}.formats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.format-card{background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.format-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2563eb4d}.format-icon{font-size:3rem;margin-bottom:1rem}.format-name{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:#fffffff2}.format-description{font-size:.9375rem;color:#ffffffb3;line-height:1.6;margin:0}.limits-card,.requirements-card,.support-card{background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:12px;padding:1.5rem}.limits-text{font-size:1rem;color:#ffffffb3;line-height:1.6;margin-bottom:1rem}.limits-text:last-child{margin-bottom:0}.limits-text strong{color:#fffffff2;font-weight:600}.limits-text a{color:#60a5fa;text-decoration:underline;transition:color .2s ease}.limits-text a:hover{color:#93c5fd}.requirements-list{list-style:none;padding:0;margin:0}.requirement-item{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem;color:#ffffffb3;line-height:1.6;margin-bottom:.75rem}.requirement-item:last-child{margin-bottom:0}.requirement-icon{color:#10b981;font-weight:700;flex-shrink:0;margin-top:.125rem}.support-text{font-size:1rem;color:#ffffffb3;line-height:1.6;margin:0}.support-text a{color:#60a5fa;text-decoration:underline;transition:color .2s ease}.support-text a:hover{color:#93c5fd}@media (max-width: 768px){.delivery-title{font-size:2rem}.info-card{flex-direction:column;text-align:center}.info-icon{margin:0 auto}.steps-grid,.formats-grid{grid-template-columns:1fr}}.terms-page{min-height:100vh;padding:2rem 1rem;max-width:900px;margin:0 auto;color:#ffffffe6}.terms-hero{text-align:center;margin-bottom:3rem;padding:2rem 0;border-bottom:1px solid rgba(37,99,235,.3)}.terms-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.terms-subtitle{font-size:1.125rem;color:#ffffffb3;margin-bottom:.5rem}.terms-date{font-size:.875rem;color:#ffffff80;font-style:italic}.terms-content{display:flex;flex-direction:column;gap:2.5rem}.terms-section{width:100%}.section-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fffffff2;padding-bottom:.5rem;border-bottom:1px solid rgba(37,99,235,.2)}.terms-text{font-size:1rem;color:#ffffffb3;line-height:1.8;margin-bottom:1rem;text-align:justify}.terms-text:last-child{margin-bottom:0}.terms-list{margin:1rem 0 1rem 1.5rem;padding:0;color:#ffffffb3;line-height:1.8}.terms-list li{margin-bottom:.5rem;list-style-type:disc}.terms-list li:last-child{margin-bottom:0}.details-card{background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:12px;padding:1.5rem;margin-top:1rem}.details-text{font-size:1rem;color:#ffffffb3;line-height:1.8;margin-bottom:.5rem}.details-text:last-child{margin-bottom:0}.details-text strong{color:#fffffff2;font-weight:600}.details-text a{color:#60a5fa;text-decoration:underline;transition:color .2s ease}.details-text a:hover{color:#93c5fd}@media (max-width: 768px){.terms-title{font-size:2rem}.section-title{font-size:1.25rem}.terms-text{font-size:.9375rem;text-align:left}.details-card{padding:1rem}}.contacts-page{min-height:100vh;padding:2rem 1rem;max-width:1000px;margin:0 auto;color:#ffffffe6}.contacts-hero{text-align:center;margin-bottom:3rem;padding:2rem 0}.contacts-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contacts-subtitle{font-size:1.125rem;color:#ffffffb3}.contacts-content{display:flex;flex-direction:column;gap:3rem}.contacts-section{width:100%}.section-title{font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;color:#fffffff2}.details-card{background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:12px;padding:2rem}.detail-row{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 0;border-bottom:1px solid rgba(37,99,235,.2)}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:600;color:#fffc;min-width:200px}.detail-value{color:#ffffffb3;flex:1}.detail-value a{color:#60a5fa;text-decoration:underline;transition:color .2s ease}.detail-value a:hover{color:#93c5fd}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.contact-card{background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.contact-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2563eb4d}.contact-icon{font-size:3rem;margin-bottom:1rem}.contact-name{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:#fffffff2}.contact-description{font-size:.9375rem;color:#ffffffb3;line-height:1.6;margin-bottom:1rem}.contact-link{display:inline-block;color:#60a5fa;text-decoration:none;font-weight:600;transition:color .2s ease}.contact-link:hover{color:#93c5fd}.form-card{background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:12px;padding:2rem}.form-description{font-size:1rem;color:#ffffffb3;margin-bottom:1.5rem;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;background:#0a0e27cc;border:1px solid rgba(37,99,235,.3);border-radius:8px;color:#ffffffe6;font-size:1rem;font-family:inherit;transition:all .2s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#2563eb99;box-shadow:0 0 0 3px #2563eb1a}.form-textarea{resize:vertical;min-height:120px}.form-submit{padding:1rem 2rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.form-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2563eb66}.form-submit:active{transform:translateY(0)}.response-info-card,.documents-card{background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:12px;padding:1.5rem}.response-text,.documents-text{font-size:1rem;color:#ffffffb3;line-height:1.6;margin-bottom:1rem}.documents-text:last-child{margin-bottom:0}.documents-link{color:#60a5fa;text-decoration:underline;transition:color .2s ease}.documents-link:hover{color:#93c5fd}@media (max-width: 768px){.contacts-title{font-size:2rem}.detail-row{flex-direction:column;gap:.5rem}.detail-label{min-width:auto}.contact-methods{grid-template-columns:1fr}.form-card{padding:1.5rem}}.auth-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:#0a0e27}.auth-container{width:100%;max-width:450px;background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:16px;padding:2.5rem;box-shadow:0 8px 32px #2563eb33}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-subtitle{font-size:.9375rem;color:#ffffffb3}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.9375rem;font-weight:600;color:#ffffffe6}.form-input{width:100%;padding:.875rem 1rem;background:#0a0e27cc;border:1px solid rgba(37,99,235,.3);border-radius:8px;color:#ffffffe6;font-size:1rem;font-family:inherit;transition:all .2s ease}.form-input:focus{outline:none;border-color:#2563eb99;box-shadow:0 0 0 3px #2563eb1a}.form-input::placeholder{color:#fff6}.auth-error{padding:.875rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5;font-size:.9375rem;text-align:center}.form-footer{display:flex;justify-content:flex-end}.auth-link{color:#60a5fa;text-decoration:none;font-size:.875rem;transition:color .2s ease}.auth-link:hover{color:#93c5fd;text-decoration:underline}.auth-button{width:100%;padding:1rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #2563eb66}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-footer{margin-top:2rem;text-align:center;padding-top:1.5rem;border-top:1px solid rgba(37,99,235,.2)}.auth-footer-text{font-size:.9375rem;color:#ffffffb3}.auth-footer-text .auth-link{font-weight:600}@media (max-width: 768px){.auth-container{padding:2rem 1.5rem}.auth-title{font-size:1.75rem}}.profile-page{min-height:calc(100vh - 200px);padding:2rem 1rem;max-width:800px;margin:0 auto;color:#ffffffe6}.profile-loading{text-align:center;padding:3rem;color:#ffffffb3;font-size:1.125rem}.profile-hero{text-align:center;margin-bottom:3rem;padding:2rem 0}.profile-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile-subtitle{font-size:1.125rem;color:#ffffffb3}.profile-content{display:flex;flex-direction:column;gap:2rem}.profile-card{background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:16px;padding:2rem;text-align:center}.profile-avatar{margin-bottom:2rem}.profile-avatar-circle{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff;margin:0 auto;box-shadow:0 8px 24px #2563eb66}.profile-info{display:flex;flex-direction:column;gap:1.5rem;text-align:left}.profile-info-row{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0a0e2780;border-radius:8px;border:1px solid rgba(37,99,235,.2)}.profile-label{font-weight:600;color:#fffc;font-size:.9375rem}.profile-value{color:#ffffffe6;font-size:.9375rem}.profile-subscription{display:flex;align-items:center}.subscription-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9375rem}.subscription-badge.premium{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.subscription-badge.free{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#ffffffe6}.badge-icon{font-size:1rem}.profile-upgrade{margin-top:1.5rem;padding:1.5rem;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:12px;text-align:center}.upgrade-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#fffffff2}.upgrade-description{font-size:.9375rem;color:#ffffffb3;margin-bottom:1rem;line-height:1.6}.upgrade-button{display:inline-block;padding:.875rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;text-align:center}.upgrade-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #10b98166}.profile-actions{display:flex;justify-content:center}.profile-action-button{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ffffffe6;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.profile-action-button:hover{background:#ef444433;border-color:#ef444480;transform:translateY(-2px)}.action-icon{font-size:1.25rem}.profile-admin-section{margin:2rem 0}.admin-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#7c3aed,#2563eb);border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer}.admin-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #7c3aed66}.admin-icon{font-size:1.25rem}@media (max-width: 768px){.profile-page{padding:1.5rem 1rem}.profile-title{font-size:2rem}.profile-card{padding:1.5rem}.profile-info-row{flex-direction:column;align-items:flex-start;gap:.5rem}}.admin-page{min-height:calc(100vh - 200px);padding:2rem 1rem;max-width:1400px;margin:0 auto;color:#ffffffe6}.admin-loading{text-align:center;padding:3rem;color:#ffffffb3;font-size:1.125rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.admin-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#7c3aed,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.admin-back-button{padding:.75rem 1.5rem;background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:8px;color:#ffffffe6;font-size:1rem;cursor:pointer;transition:all .3s ease}.admin-back-button:hover{background:#2563eb33;border-color:#2563eb80}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.admin-stat-card{background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:12px;padding:1.5rem;text-align:center}.stat-value{font-size:2rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat-label{font-size:.9375rem;color:#ffffffb3}.admin-section-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#fffffff2}.admin-empty{text-align:center;padding:3rem;color:#fff9}.users-table{background:#0a0e2780;border:1px solid rgba(37,99,235,.3);border-radius:12px;overflow:hidden}.users-table-header{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr 1.5fr 1.5fr;gap:1rem;padding:1rem 1.5rem;background:#2563eb1a;border-bottom:1px solid rgba(37,99,235,.3);font-weight:600;color:#ffffffe6;font-size:.875rem}.users-table-row{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr 1.5fr 1.5fr;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid rgba(37,99,235,.1);transition:background .2s ease}.users-table-row:hover{background:#2563eb0d}.users-table-row:last-child{border-bottom:none}.table-cell{display:flex;align-items:center;font-size:.9375rem;color:#fffc}.email-cell{font-weight:500}.admin-badge{margin-left:.5rem;font-size:1rem}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:20px;font-size:.8125rem;font-weight:600}.status-badge.premium{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.status-badge.free{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#ffffffe6}.status-badge.admin{background:linear-gradient(135deg,#7c3aed,#2563eb);color:#fff}.action-button{padding:.5rem 1rem;background:#2563eb33;border:1px solid rgba(37,99,235,.3);border-radius:6px;color:#ffffffe6;font-size:.875rem;cursor:pointer;transition:all .2s ease}.action-button:hover:not(:disabled){background:#2563eb4d;border-color:#2563eb80}.action-button:disabled{opacity:.5;cursor:not-allowed}.admin-modal-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1999!important;animation:fadeIn .2s ease;will-change:opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden;margin:0!important;padding:0!important;box-sizing:border-box;transform:none!important}.admin-modal-content{position:fixed!important;transform:translate(-50%,-50%)!important;background:#0a0e27fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(37,99,235,.3);border-radius:16px;max-width:500px;width:90%;max-height:90vh;z-index:2000!important;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease;will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden;contain:layout style paint;margin:0!important;padding:0!important;box-sizing:border-box;inset:auto!important}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(37,99,235,.3)}.modal-title{font-size:1.5rem;font-weight:600;margin:0;color:#fffffff2}.modal-close{background:none;border:none;color:#ffffffb3;font-size:1.5rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.modal-close:hover{background:#ffffff1a;color:#ffffffe6}.modal-body{padding:1.5rem}.modal-user-info{margin-bottom:1.5rem;color:#fffc}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#ffffffe6}.form-input{width:100%;padding:.75rem;background:#2563eb1a;border:1px solid rgba(37,99,235,.3);border-radius:8px;color:#ffffffe6;font-size:1rem}.form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-hint{margin-top:.5rem;font-size:.875rem;color:#fff9}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid rgba(37,99,235,.3);flex-wrap:wrap}.modal-button{padding:.625rem 1.25rem;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;white-space:nowrap;flex:0 0 auto}.modal-button.cancel{background:#ffffff1a;color:#fffc}.modal-button.cancel:hover{background:#ffffff26}.modal-button.save{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff}.modal-button.save:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #2563eb66}.modal-button.save:disabled{opacity:.5;cursor:not-allowed}.modal-button.remove{background:#ef444433;border:1px solid rgba(239,68,68,.5);color:#f87171}.modal-button.remove:hover:not(:disabled){background:#ef44444d;border-color:#ef4444b3;color:#ef4444}.modal-button.remove:disabled{opacity:.5;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translate(-50%,-40%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}@media (max-width: 768px){.admin-page{padding:1rem}.admin-title{font-size:2rem}.users-table-header,.users-table-row{grid-template-columns:1fr;gap:.5rem}.table-cell{padding:.5rem 0;border-bottom:1px solid rgba(37,99,235,.1)}.table-cell:last-child{border-bottom:none}.users-table-header .table-cell{font-weight:600;color:#ffffffb3;font-size:.75rem;text-transform:uppercase}.admin-modal-overlay{backdrop-filter:none;-webkit-backdrop-filter:none;background:#000000e6;position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important}.admin-modal-content{width:95%;max-width:95%;max-height:85vh;transform:translate(-50%,-50%)!important;top:50%!important;left:50%!important;animation:none;opacity:1;backdrop-filter:none;-webkit-backdrop-filter:none;background:#0a0e27fc;position:fixed!important}.modal-footer{flex-direction:column;gap:.5rem;padding:1rem}.modal-button{width:100%;padding:.75rem 1rem;font-size:.9375rem;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.modal-close{min-width:44px;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}}.payment-success-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem}.payment-container{max-width:600px;width:100%;background:#0a0e27cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;padding:3rem 2rem;box-shadow:0 10px 40px #0000004d,0 0 20px #2563eb33;border:2px solid rgba(37,99,235,.3);text-align:center}.payment-loading{display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-spinner{width:50px;height:50px;border:4px solid rgba(37,99,235,.2);border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.payment-success,.payment-pending,.payment-error{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.success-icon,.pending-icon,.error-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700}.success-icon{background:#10b98133;color:#10b981}.pending-icon{background:#fbbf2433;color:#fbbf24}.error-icon{background:#ef444433;color:#ef4444}.payment-success h1,.payment-pending h1,.payment-error h1{font-size:2rem;font-weight:700;color:#fff;margin:0}.payment-success p,.payment-pending p,.payment-error p{font-size:1.125rem;color:#fffc;line-height:1.6;margin:0}.btn-primary{padding:.875rem 2rem;background:var(--gradient-primary);color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #2563eb66;margin-top:1rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2563eb80,0 0 30px #10b9814d}@media (max-width: 640px){.payment-container{padding:2rem 1.5rem}.payment-success h1,.payment-pending h1,.payment-error h1{font-size:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2563eb;--primary-dark: #1d4ed8;--primary-light: #3b82f6;--secondary: #10b981;--secondary-dark: #059669;--secondary-light: #34d399;--accent: #06b6d4;--bg: #ffffff;--bg-secondary: #f0f9ff;--bg-gradient: linear-gradient(135deg, #dbeafe 0%, #ecfdf5 100%);--text: #0f172a;--text-secondary: #475569;--border: #cbd5e1;--shadow: rgba(37, 99, 235, .1);--shadow-lg: rgba(37, 99, 235, .2);--gradient-primary: linear-gradient(135deg, #2563eb 0%, #10b981 100%);--gradient-secondary: linear-gradient(135deg, #3b82f6 0%, #34d399 100%);--gradient-accent: linear-gradient(135deg, #06b6d4 0%, #10b981 100%)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#0a0e27;color:var(--text);line-height:1.6;margin:0;padding:0;overflow-x:hidden;position:fixed;width:100%;height:100%}html{height:100%;overflow:hidden;position:fixed;width:100%}#root{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;position:relative}.mono-font{font-family:JetBrains Mono,Courier New,Monaco,Consolas,monospace;font-weight:600;letter-spacing:.05em}.page-header{text-align:center;margin-bottom:1rem;padding:.75rem .5rem}.page-title{font-size:clamp(1.5rem,5vw,2.25rem);font-weight:700;margin-bottom:.5rem;color:#fff;text-shadow:0 0 10px rgba(37,99,235,.8),0 0 20px rgba(37,99,235,.6)}.page-description{font-size:clamp(.9rem,3vw,1.1rem);color:#fffc;max-width:700px;margin:0 auto;text-shadow:0 0 10px rgba(255,255,255,.2);line-height:1.5;padding:0 .5rem}@media (max-width: 480px){.page-header{margin-bottom:.75rem;padding:.5rem .25rem}.page-title{font-size:clamp(1.25rem,6vw,1.75rem);margin-bottom:.4rem}.page-description{font-size:clamp(.85rem,3.5vw,1rem);padding:0 .5rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (max-width: 768px) and (max-height: 900px){*,*:before,*:after{animation:none!important;transition:opacity .05s ease,background-color .05s ease!important}.hero-decoration,.floating-shape,.home:before,.home:after{display:none!important}}@media (max-width: 768px){*{animation-iteration-count:1!important}*:not(.pwa-install-modal):not(.pwa-install-overlay):not(.rate-limit-modal):not(.rate-limit-overlay):not(.modal-sheet):not(.modal-overlay):not(.modal-content):not(.admin-modal-overlay):not(.admin-modal-content){backdrop-filter:none!important;-webkit-backdrop-filter:none!important}*[style*=blur]:not(.pwa-install-modal):not(.rate-limit-modal):not(.modal-sheet),*:before [style*=blur],*:after [style*=blur]{filter:none!important}h1,h2,h3,.page-title,.hero-title-main{text-shadow:0 0 5px rgba(37,99,235,.5)!important}}button{font-family:inherit;cursor:pointer;border:none;outline:none;transition:opacity .1s ease,background-color .1s ease}input,textarea{font-family:inherit;outline:none}a{text-decoration:none;color:inherit}@media (max-width: 768px){*:not(.pwa-install-modal):not(.rate-limit-modal):not(.modal-sheet):not(.modal-overlay):not(.modal-content):not(.admin-modal-overlay):not(.admin-modal-content):not(.pwa-install-overlay):not(.rate-limit-overlay){transition-duration:.1s!important;transition-timing-function:ease!important}*:hover:not(.pwa-install-modal):not(.rate-limit-modal):not(.modal-sheet):not(.modal-overlay):not(.modal-content):not(.admin-modal-overlay):not(.admin-modal-content):not(.pwa-install-overlay):not(.rate-limit-overlay){transform:none!important}.page-container,.tutor-container,.homework-container,.contract-container,.converter-container{padding:.75rem .5rem}.tutor-form,.homework-form,.contract-form,.converter-form{padding:1rem;border-radius:1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-label{font-size:.9rem;margin-bottom:.4rem}.form-select,.form-textarea,.form-input{padding:.75rem .875rem;font-size:.95rem;border-radius:.5rem}.form-textarea{min-height:100px}.submit-btn,.upload-btn,.download-btn{padding:.875rem 1.5rem;font-size:.95rem;border-radius:.5rem;min-height:48px}.result-box,.response-box{padding:1rem;border-radius:1rem;font-size:.9rem;line-height:1.5}}@media (max-width: 480px){.page-container,.tutor-container,.homework-container,.contract-container,.converter-container{padding:.5rem}.tutor-form,.homework-form,.contract-form,.converter-form{padding:.875rem}.form-textarea{min-height:90px}.submit-btn,.upload-btn,.download-btn{padding:.75rem 1.25rem;font-size:.9rem}}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent;touch-action:manipulation}html{scroll-behavior:auto;-webkit-overflow-scrolling:touch}@media (min-width: 769px){html{scroll-behavior:smooth}}
