body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;margin:0}@media (max-width:768px){body{font-size:14px}}.offline-banner{align-items:center;background:linear-gradient(135deg,#ff6b6b,#ffa726);border-radius:8px;box-shadow:0 2px 8px hsla(0,100%,71%,.3);color:#fff;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding:12px 20px}.data-source{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.data-source.cache,.data-source.offline{background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.3);color:#fff}.data-source.online{background:rgba(76,175,80,.2);border:1px solid rgba(76,175,80,.3);color:#4caf50}.data-source.error{background:rgba(244,67,54,.2);border:1px solid rgba(244,67,54,.3);color:#f44336}.error-message{flex:1 1;font-size:14px;opacity:.9}.btn-sm{border-radius:4px;font-size:12px;padding:6px 12px}.btn-outline{background:transparent;border:1px solid hsla(0,0%,100%,.5);color:#fff}.btn-outline:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.8)}.card.offline-mode{background:linear-gradient(135deg,#fff,#fff8f8);border-left:4px solid #ff6b6b}.card.cached-data{background:linear-gradient(135deg,#fff,#fffbf0);border-left:4px solid #ffa726}.loading.offline{color:#ff6b6b}.loading.cached{color:#ffa726}@keyframes pulse-offline{0%,to{opacity:1}50%{opacity:.5}}.offline-pulse{animation:pulse-offline 2s infinite}.form-group.offline input,.form-group.offline select,.form-group.offline textarea{background-color:#fff8f8;border-color:#ff6b6b}.form-group.offline label{color:#ff6b6b}.btn.offline{cursor:not-allowed;opacity:.6}.btn.offline,.btn.offline:hover{background-color:#6c757d}@media (max-width:768px){.offline-banner{gap:8px;padding:10px 15px}.data-source{font-size:10px;padding:4px 8px}.error-message{font-size:12px}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.container{margin:0 auto;max-width:1200px;padding:20px}.card{background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:20px;padding:20px}.btn{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .2s}.btn:hover{background-color:#0056b3}.btn-secondary{background-color:#6c757d}.btn-secondary:hover{background-color:#545b62}.btn-success{background-color:#28a745}.btn-success:hover{background-color:#1e7e34}.btn-danger{background-color:#dc3545}.btn-danger:hover{background-color:#c82333}.form-group{margin-bottom:15px}.form-group label{display:block;font-weight:700;margin-bottom:5px}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:16px;padding:8px 12px;width:100%}.form-group textarea{min-height:100px;resize:vertical}.navbar{background-color:#2c3e50;border-bottom:2px solid #34495e;box-shadow:0 2px 8px rgba(0,0,0,.15);color:#fff;margin-bottom:1.5rem;padding:0;position:sticky;top:0;z-index:1000}.navbar-container{margin:0 auto;max-width:1200px;padding:0 20px}.navbar-header{justify-content:space-between;padding:1rem 0;width:100%}.navbar-brand,.navbar-header{align-items:center;display:flex}.navbar-brand{color:#fff;font-size:1.4rem;font-weight:600;text-decoration:none;transition:color .2s ease}.navbar-brand:hover{color:#ecf0f1}.brand-text{color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.navbar-menu{transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar-nav{align-items:center;display:flex;gap:.5rem;list-style:none;margin:0;padding:0}.navbar-nav li{margin:0}.nav-link{align-items:center;border-radius:4px;color:#fff;display:flex;font-size:.95rem;font-weight:400;padding:.8rem 1.2rem;text-decoration:none;transition:background-color .2s ease}.nav-link:hover{background:hsla(0,0%,100%,.1)}.nav-link.active{background:hsla(0,0%,100%,.15);font-weight:500}.btn-logout{background:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:400;padding:.8rem 1.2rem;transition:background-color .2s ease}.btn-logout:hover{background:#c0392b}.mobile-menu-btn{align-items:center;background:transparent;border:1px solid hsla(0,0%,100%,.3);border-radius:3px;cursor:pointer;display:none;flex-direction:column;height:40px;justify-content:center;position:relative;transition:background-color .2s ease;width:40px;z-index:1001}.mobile-menu-btn:hover{background:hsla(0,0%,100%,.1)}.mobile-menu-btn.active{background:hsla(0,0%,100%,.15)}.hamburger-line{background:#fff;height:2px;margin:2px 0;transition:all .2s ease;width:18px}.mobile-menu-btn.active .hamburger-line:first-child{transform:rotate(45deg) translate(4px,4px)}.mobile-menu-btn.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-btn.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.alert{border-radius:4px;margin-bottom:20px;padding:12px 16px}.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-danger{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.alert-info{background-color:#d1ecf1;border:1px solid #bee5eb;color:#0c5460}.grid{grid-gap:20px;display:grid;gap:20px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.mb-3{margin-bottom:1rem}.mt-3{margin-top:1rem}.loading{color:#666;padding:2rem}.tabs{border-bottom:1px solid #ddd;display:flex;margin-bottom:20px}.tab{padding:10px 20px;transition:all .3s}.tab.active{font-weight:700}.progress{background-color:#e9ecef;border-radius:10px;height:20px;overflow:hidden;width:100%}.progress-bar{background-color:#007bff;height:100%;transition:width .3s ease}.progress-bar.bg-success{background-color:#28a745}.badge{border-radius:.25rem;display:inline-block;font-size:75%;font-weight:700;line-height:1;padding:.25em .4em;text-align:center;vertical-align:baseline;white-space:nowrap}.badge-success{background-color:#28a745;color:#fff}.badge-danger{background-color:#dc3545;color:#fff}.badge-secondary{background-color:#6c757d;color:#fff}.badge-info{background-color:#17a2b8;color:#fff}.badge-warning{background-color:#ffc107;color:#212529}.table-responsive{overflow-x:auto}.table{border-collapse:collapse;margin-bottom:1rem;width:100%}.table td,.table th{border-top:1px solid #dee2e6;padding:.75rem;vertical-align:top}.table thead th{background-color:#f8f9fa;border-bottom:2px solid #dee2e6;vertical-align:bottom}.text-center{text-align:center}@media (max-width:768px){.navbar{padding:0}.navbar-container{padding:0 15px}.navbar-header{padding:.75rem 0}.navbar-brand{font-size:1.3rem}.brand-icon{font-size:1.5rem;margin-right:.4rem}.navbar-menu{background:#34495e;border-top:1px solid #2c3e50;box-shadow:0 4px 12px rgba(0,0,0,.2);left:0;opacity:0;position:absolute;right:0;top:100%;transform:translateY(-10px);transition:all .25s ease;visibility:hidden}.navbar-menu.mobile-menu-open{opacity:1;transform:translateY(0);visibility:visible}.navbar-nav{flex-direction:column;gap:0;padding:1rem 0;width:100%}.navbar-nav li{margin:0;width:100%}.nav-link{align-items:center;background:transparent;border:none;border-radius:3px;color:#fff;display:flex;font-size:1rem;font-weight:400;margin:.2rem .8rem;padding:1rem 1.5rem;text-decoration:none;transition:background-color .2s ease}.nav-link:hover{background:hsla(0,0%,100%,.1)}.nav-link.active{background:hsla(0,0%,100%,.15);font-weight:500}.nav-logout{margin-top:.5rem;padding:0 1rem}.btn-logout{background:#e74c3c;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:1rem;font-weight:400;justify-content:center;padding:1rem 1.5rem;transition:background-color .2s ease;width:100%}.btn-logout:hover{background:#c0392b}.mobile-menu-btn{display:flex!important}.navbar.menu-open:before{background:rgba(0,0,0,.2);bottom:0;content:"";left:0;position:fixed;right:0;top:0;z-index:-1}}@media (min-width:769px){.navbar-menu{display:block!important}.navbar-nav{display:flex!important}.mobile-menu-btn{display:none!important}.navbar-header{align-items:center;display:flex;justify-content:space-between}.navbar-menu{background:none;border:none;box-shadow:none;opacity:1;position:static;transform:none;visibility:visible}}@media (min-width:1024px){.navbar-container{padding:0 1.5rem}.navbar-nav{gap:.5rem}.nav-link{font-size:.9rem;padding:.8rem 1rem}.brand-text{font-size:1.5rem}}@media (min-width:1200px){.navbar-nav{gap:.8rem}.nav-link{font-size:.95rem;padding:.8rem 1.2rem}}@media (max-width:768px){.container{max-width:100%;padding:10px}.card{border-radius:6px;margin-bottom:15px;padding:15px}.card h1,.card h2,.card h3,.card h4{font-size:1.1rem;margin-bottom:10px}.btn{border-radius:6px;font-size:16px;min-height:44px;padding:12px 15px}.btn,.btn-danger,.btn-info,.btn-secondary,.btn-success,.btn-warning{margin-bottom:10px;width:100%}.form-group{margin-bottom:15px}.form-group label{display:block;font-weight:500;margin-bottom:5px}input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-size:16px;margin-bottom:10px;padding:12px;width:100%}textarea{min-height:100px;resize:vertical}input[type=checkbox]{margin-right:8px;width:auto}.grid,.grid-2,.grid-3,.grid-4{display:block}.grid-2>*,.grid-3>*,.grid-4>*{margin-bottom:15px;width:100%}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}.table{font-size:14px;min-width:600px}.table td,.table th{padding:8px 4px;white-space:nowrap}.table td:first-child,.table th:first-child{background-color:#fff;left:0;position:sticky;z-index:1}.progress{height:25px;margin-bottom:15px}.progress-bar{font-size:12px;line-height:25px}.badge{display:inline-block;font-size:11px;margin:2px;padding:4px 8px}.alert{border-radius:6px;font-size:14px;margin-bottom:15px;padding:15px}.alert h4{font-size:1rem;margin-bottom:8px}.tabs{border-bottom:none;flex-direction:column}.tab{border-bottom:1px solid #ddd;border-radius:0;text-align:center;width:100%}.tab.active{background-color:#007bff;border-bottom-color:#007bff;color:#fff}.loading{font-size:16px;padding:20px;text-align:center}.team-management{padding:15px}.team-management h3{font-size:1.2rem;margin-bottom:15px}.team-management .form-group{margin-bottom:15px}.team-management .btn{margin-bottom:10px;width:100%}.mobile-full-width{flex:none!important;min-width:auto!important;width:100%!important}.flex-mobile-column{flex-direction:column}.event-card{margin-bottom:15px;padding:15px}.event-card h3{font-size:1.1rem;margin-bottom:10px}.event-card p{font-size:14px;margin-bottom:8px}.task-card{margin-bottom:15px;padding:15px}.task-card h4{font-size:1rem;margin-bottom:8px}.task-card .badge{font-size:10px;padding:3px 6px}.statistics-card{margin-bottom:15px;padding:15px}.statistics-card h3{font-size:1.1rem;margin-bottom:10px}.statistics-overview{display:block}.statistics-overview>*{margin-bottom:15px;width:100%}.leaderboard-table{font-size:12px}.leaderboard-table td,.leaderboard-table th{padding:6px 4px}.leaderboard-rank{text-align:center;width:40px}.qr-code{display:block;height:auto;margin:10px auto;max-width:200px}.qr-code-container{margin:15px 0;text-align:center}.team-submission-info{font-size:14px;margin:10px 0;padding:10px}.team-submission-info h4{font-size:1rem;margin-bottom:5px}.form-row{display:block}.form-row>*{margin-bottom:15px;width:100%}.form-actions{display:block}.form-actions .btn{margin-bottom:10px;width:100%}.header-actions{display:block;margin-top:15px}.header-actions .btn{margin-bottom:10px;width:100%}.flex-mobile-column{flex-direction:column}.flex-mobile-wrap{flex-wrap:wrap}.flex-mobile-center{align-items:center;justify-content:center}.mobile-mb-1{margin-bottom:10px}.mobile-mb-2{margin-bottom:15px}.mobile-mb-3{margin-bottom:20px}.mobile-mt-1{margin-top:10px}.mobile-mt-2{margin-top:15px}.mobile-mt-3{margin-top:20px}.mobile-p-1{padding:10px}.mobile-p-2{padding:15px}.mobile-p-3{padding:20px}.mobile-text-sm{font-size:12px}.mobile-text-base{font-size:14px}.mobile-text-lg{font-size:16px}.mobile-text-xl{font-size:18px}.mobile-text-2xl{font-size:20px}.mobile-hidden{display:none}.mobile-visible{display:block}}@media (min-width:769px){.desktop-hidden{display:none}.desktop-visible{display:block}}.events-filters{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;margin-bottom:1.5rem;padding:1rem}.events-filters .form-row{align-items:end;display:flex;flex-wrap:wrap;gap:1rem}.events-filters .form-group{margin-bottom:0}.events-filters .form-group:first-child{flex:1 1;min-width:200px}.events-filters .form-group:not(:first-child){min-width:150px}.events-results-count{border-top:1px solid #dee2e6;color:#6c757d;font-size:.875rem;margin-top:.75rem;padding-top:.75rem}@media (max-width:768px){.events-filters .form-row{flex-direction:column;gap:.75rem}.events-filters .form-group{min-width:auto;width:100%}.events-filters .form-group:first-child{flex:none}.events-filters .form-group label{font-size:.875rem;font-weight:500;margin-bottom:.25rem}.events-filters input,.events-filters select{font-size:.9rem;padding:.75rem}.events-filters button{font-size:.9rem;padding:.75rem 1rem}}.app-footer{background-color:#2c3e50;border-top:3px solid #34495e;color:#fff;margin-top:auto;padding:2rem 0 1rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 20px}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.footer-section h4{color:#ecf0f1;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#bdc3c7;font-size:.9rem;line-height:1.6}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#bdc3c7;font-size:.9rem;text-decoration:none;transition:color .2s ease}.footer-section ul li a:hover{color:#3498db}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem;text-align:center}.footer-bottom p{color:#95a5a6;font-size:.85rem;margin:0}@media (max-width:768px){.app-footer{padding:1.5rem 0 1rem}.footer-content{gap:1.5rem;grid-template-columns:1fr;margin-bottom:1.5rem}.footer-section h4{font-size:1rem;margin-bottom:.75rem}.footer-section p,.footer-section ul li a{font-size:.85rem}.footer-bottom p{font-size:.8rem}}.offline-indicator{animation:slideDown .3s ease-out;background:#ff6b6b;box-shadow:0 2px 4px rgba(0,0,0,.1);color:#fff;left:0;padding:0;position:fixed;right:0;top:0;z-index:9999}.offline-message{align-items:center;display:flex;font-size:14px;font-weight:500;justify-content:center;max-width:100%;padding:12px 20px;position:relative}.offline-icon{font-size:16px;margin-right:8px}.offline-dismiss{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:24px;justify-content:center;padding:0;position:absolute;right:12px;transition:background-color .2s;width:24px}.offline-dismiss:hover{background-color:hsla(0,0%,100%,.2)}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.pwa-install-prompt{animation:slideUp .3s ease-out;background:#fff;border:1px solid #e0e0e0;border-radius:12px;bottom:20px;box-shadow:0 8px 32px rgba(0,0,0,.15);left:20px;margin:0 auto;max-width:400px;position:fixed;right:20px;z-index:1000}.install-prompt-content{align-items:center;display:flex;gap:16px;padding:20px;position:relative}.install-prompt-icon{flex-shrink:0;font-size:32px}.install-prompt-text{flex:1 1;min-width:0}.install-prompt-text h3{color:#333;font-size:16px;font-weight:600;margin:0 0 4px}.install-prompt-text p{color:#666;font-size:14px;line-height:1.4;margin:0 0 8px}.install-benefits{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.install-benefits span{background:rgba(0,123,255,.1);border-radius:4px;color:#007bff;font-size:12px;padding:2px 6px;white-space:nowrap}.install-prompt-actions{display:flex;flex-shrink:0;gap:8px}.install-button{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .2s}.install-button:hover{background:#0056b3}.dismiss-button{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;color:#666;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .2s}.dismiss-button:hover{background:#e9ecef}.help-button{background:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .2s}.help-button:hover{background:#5a6268}.close-button{align-items:center;background:none;border:none;border-radius:50%;color:#999;cursor:pointer;display:flex;font-size:18px;height:24px;justify-content:center;padding:4px;position:absolute;right:8px;top:8px;transition:background-color .2s;width:24px}.close-button:hover{background-color:#f0f0f0}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.pwa-install-prompt{bottom:10px;left:10px;right:10px}.install-prompt-content{gap:12px;padding:16px}.install-prompt-icon{font-size:28px}.install-prompt-actions{flex-direction:column;gap:6px}.dismiss-button,.install-button{font-size:14px;padding:10px 16px}}@media (prefers-color-scheme:dark){.pwa-install-prompt{background:#2d2d2d;border-color:#404040}.install-prompt-text h3{color:#fff}.install-prompt-text p{color:#ccc}.dismiss-button{background:#404040;border-color:#555;color:#ccc}.dismiss-button:hover{background:#555}.close-button{color:#ccc}.close-button:hover{background-color:#404040}}.offline-status{animation:fadeIn .3s ease-out;backdrop-filter:blur(10px);background:rgba(0,0,0,.8);border-radius:6px;bottom:20px;color:#fff;font-size:12px;padding:8px 12px;position:fixed;right:20px;z-index:1000}.offline-info{align-items:center;display:flex;gap:6px}.offline-icon{font-size:14px}.offline-text{font-weight:500}.queue-count{color:#ffeb3b;font-weight:600}.sync-info{align-items:center;display:flex;gap:6px}.sync-icon{animation:spin 1s linear infinite;font-size:14px}.sync-text{font-weight:500}.sync-button{background:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:10px;margin-left:8px;padding:4px 8px;transition:background-color .2s}.sync-button:hover{background:#45a049}.last-sync{color:#ccc;font-size:10px;font-style:italic;margin-top:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (prefers-color-scheme:dark){.offline-status{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2)}}.pwa-install-guide-overlay{align-items:center;background:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:10000}.pwa-install-guide{background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);max-height:80vh;max-width:500px;overflow-y:auto;width:100%}.guide-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px 20px 0}.guide-header h2{color:#333;font-size:20px;margin:0}.close-guide{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;transition:background-color .2s;width:30px}.close-guide:hover{background-color:#f0f0f0}.guide-content{padding:0 20px 20px}.guide-description{color:#666;font-size:14px;margin:0 0 20px}.install-benefits-list{margin-bottom:20px}.benefit-item{align-items:center;display:flex;font-size:14px;margin-bottom:8px}.benefit-icon{font-size:16px;margin-right:8px}.device-tabs{border-bottom:1px solid #e0e0e0;display:flex;margin-bottom:20px}.tab{background:none;border:none;border-bottom:2px solid transparent;color:#666;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:12px;transition:all .2s}.tab.active{border-bottom-color:#007bff;color:#007bff}.tab:hover{background-color:#f8f9fa}.device-selector{display:flex;gap:8px;margin-bottom:20px}.device-btn{background:#fff;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;flex:1 1;font-size:13px;padding:8px 12px;transition:all .2s}.device-btn.active{background:#007bff;border-color:#007bff;color:#fff}.device-btn:hover{background:#f8f9fa}.device-btn.active:hover{background:#0056b3}.instructions-section{margin-bottom:20px}.instruction-steps{display:flex;flex-direction:column;gap:16px}.instruction-step{align-items:flex-start;display:flex;gap:12px}.step-number{background:#007bff;display:flex;flex-shrink:0;font-size:12px;font-weight:600;height:24px;width:24px}.step-content h4{color:#333;font-size:14px;font-weight:600;margin:0 0 4px}.step-content p{color:#666;font-size:13px;line-height:1.4;margin:0}.manual-fallback{background:#f8f9fa;border-radius:8px;margin-bottom:20px;padding:16px}.manual-instructions h4{color:#333;font-size:14px;margin:0 0 12px}.manual-instructions ol{margin:0;padding-left:20px}.manual-instructions li{color:#666;font-size:13px;line-height:1.4;margin-bottom:4px}.guide-footer{border-top:1px solid #e0e0e0;padding-top:16px}.guide-footer .note{color:#888;font-size:12px;line-height:1.4;margin:0}@media (max-width:480px){.pwa-install-guide-overlay{padding:10px}.pwa-install-guide{max-height:90vh}.guide-header{padding:16px 16px 0}.guide-content{padding:0 16px 16px}.device-selector,.instruction-step{flex-direction:column}.instruction-step{gap:8px}.step-number{align-self:flex-start}}@media (prefers-color-scheme:dark){.pwa-install-guide{background:#2d2d2d;color:#fff}.guide-header{border-bottom-color:#404040}.guide-header h2{color:#fff}.close-guide{color:#ccc}.close-guide:hover{background-color:#404040}.guide-description,.tab{color:#ccc}.tab.active{border-bottom-color:#4dabf7;color:#4dabf7}.tab:hover{background-color:#404040}.device-btn{background:#404040;border-color:#555;color:#ccc}.device-btn.active{background:#4dabf7;border-color:#4dabf7;color:#fff}.device-btn:hover{background:#555}.step-content h4{color:#fff}.step-content p{color:#ccc}.manual-fallback{background:#404040}.manual-instructions h4{color:#fff}.manual-instructions li{color:#ccc}.guide-footer{border-top-color:#404040}.guide-footer .note{color:#aaa}}.google-signin-button{align-items:center;background:#fff;border:1px solid #dadce0;border-radius:4px;color:#3c4043;cursor:pointer;display:flex;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;gap:12px;justify-content:center;margin:0 auto;max-width:400px;padding:10px 20px;transition:all .2s;width:100%}.google-signin-button:hover{background:#f8f9fa;box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)}.google-signin-button:active{background:#f1f3f4;box-shadow:0 1px 2px 0 rgba(60,64,67,.3)}.google-signin-button:focus{border-color:#4285f4;outline:none}.google-icon{flex-shrink:0;height:18px;width:18px}.google-signin-button span{flex-grow:1;text-align:center}@media (prefers-color-scheme:dark){.google-signin-button{background:#202124;border-color:#5f6368;color:#e8eaed}.google-signin-button:hover{background:#292a2d}.google-signin-button:active{background:#35363a}}


/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.rich-text-editor{margin-bottom:10px}.rich-text-editor .ql-container{font-family:inherit;font-size:16px;min-height:150px}.rich-text-editor .ql-editor{min-height:150px}.rich-text-editor .ql-toolbar{background-color:#f8f9fa;border-top-left-radius:4px;border-top-right-radius:4px}.rich-text-content{line-height:1.6;padding:8px 0}.rich-text-content h1{font-size:2em;font-weight:700;margin:.67em 0}.rich-text-content h2{font-size:1.5em;font-weight:700;margin:.75em 0}.rich-text-content h3{font-size:1.17em;font-weight:700;margin:.83em 0}.rich-text-content p{margin:.5em 0}.rich-text-content ol,.rich-text-content ul{margin:.5em 0;padding-left:40px}.rich-text-content li{margin:.25em 0}.rich-text-content a{color:#007bff;text-decoration:underline}.rich-text-content a:hover{color:#0056b3}.rich-text-content strong{font-weight:700}.rich-text-content em{font-style:italic}.rich-text-content u{text-decoration:underline}.rich-text-content s{text-decoration:line-through}.rich-text-content .ql-align-center{text-align:center}.rich-text-content .ql-align-right{text-align:right}.rich-text-content .ql-align-justify{text-align:justify}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:hsla(0,0%,100%,.5);border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px rgba(0,0,0,.65)}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px rgba(0,0,0,.4)}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:baseline!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:hsla(0,0%,100%,.8);border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid rgba(0,0,0,.2)}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.4);color:#333}.leaflet-container a.leaflet-popup-close-button{background:transparent;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.4);color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:transparent;border:6px solid transparent;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.subscription-manager{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:800px;padding:2rem}.subscription-header{margin-bottom:2rem}.subscription-header h2{color:#2c3e50;margin-bottom:1rem}.error-message{margin-bottom:1rem}.no-subscription{background:#fff;border:2px dashed #ecf0f1;border-radius:12px;padding:3rem;text-align:center}.no-subscription h3{color:#2c3e50;margin-bottom:1rem}.no-subscription p{color:#7f8c8d;margin-bottom:2rem}.btn-upgrade{background:#3498db;border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .2s ease}.btn-upgrade:hover{background:#2980b9;transform:translateY(-2px)}.subscription-overview{background:#fff;border:1px solid #ecf0f1;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);margin-bottom:2rem;padding:2rem}.plan-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.plan-details h3{color:#2c3e50;margin-bottom:.5rem}.plan-status{align-items:center;display:flex;gap:1rem}.status-badge{border-radius:20px;font-size:.9rem;font-weight:600;padding:.25rem .75rem;text-transform:capitalize}.status-badge.active{background:#d5f4e6;color:#27ae60}.status-badge.cancelled{background:#fadbd8;color:#e74c3c}.status-badge.past_due{background:#fef9e7;color:#f39c12}.cancellation-notice{color:#e74c3c;font-size:.9rem;font-weight:500}.plan-pricing{text-align:right}.price{font-size:2rem}.billing-period{font-size:.9rem}.billing-info{border-top:1px solid #ecf0f1;padding-top:1rem}.billing-info p{color:#2c3e50;margin:.5rem 0}.usage-section{background:#fff;border:1px solid #ecf0f1;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);margin-bottom:2rem;padding:2rem}.usage-section h3{color:#2c3e50;margin-bottom:1.5rem}.usage-metrics{display:flex;flex-direction:column;gap:1.5rem}.usage-metric{background:#f8f9fa;border-left:4px solid #3498db;border-radius:8px;padding:1rem}.usage-metric.overage{background:#fdf2f2;border-left-color:#e74c3c}.metric-label{color:#2c3e50;font-weight:500;margin-bottom:.5rem}.metric-value{color:#3498db;font-weight:600;margin-bottom:.75rem}.usage-metric.overage .metric-value{color:#e74c3c}.metric-bar{background:#ecf0f1;border-radius:4px;height:8px;overflow:hidden}.metric-fill{background:#3498db;height:100%;transition:width .3s ease}.usage-metric.overage .metric-fill{background:#e74c3c}.features-section{background:#fff;border:1px solid #ecf0f1;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);margin-bottom:2rem;padding:2rem}.features-section h3{color:#2c3e50;margin-bottom:1.5rem}.features-grid{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.feature-item{align-items:center;background:#f8f9fa;border-radius:6px;display:flex;gap:.75rem;padding:.75rem}.feature-check{color:#27ae60;font-size:1.1rem;font-weight:700}.subscription-actions{display:flex;gap:1rem;justify-content:center}.btn-cancel,.btn-change-plan,.btn-manage,.btn-reactivate{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;text-align:center;text-decoration:none;transition:all .2s ease}.btn-manage{background:#27ae60;color:#fff}.btn-manage:hover{background:#229954;transform:translateY(-2px)}.btn-change-plan{background:#3498db;color:#fff}.btn-change-plan:hover{background:#2980b9;transform:translateY(-2px)}.btn-cancel{background:#e74c3c;color:#fff}.btn-cancel:hover{background:#c0392b;transform:translateY(-2px)}.btn-reactivate{background:#27ae60;color:#fff}.btn-reactivate:hover{background:#229954;transform:translateY(-2px)}.modal-overlay{background:rgba(0,0,0,.5)}.modal{background:#fff;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.2);max-width:500px;padding:2rem;width:90%}.modal h3{color:#2c3e50;margin-bottom:1rem}.modal p{color:#7f8c8d;line-height:1.5;margin-bottom:2rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.btn-cancel-confirm{background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.btn-cancel-confirm:hover:not(:disabled){background:#c0392b}.btn-cancel-confirm:disabled{background:#95a5a6;cursor:not-allowed}.btn-cancel-cancel{background:#ecf0f1;border:none;border-radius:6px;color:#2c3e50;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.btn-cancel-cancel:hover{background:#d5dbdb}@media (max-width:768px){.subscription-manager{padding:1rem}.plan-info{align-items:flex-start;flex-direction:column;gap:1rem}.plan-pricing{text-align:left}.modal-actions,.subscription-actions{flex-direction:column}.features-grid{grid-template-columns:1fr}}.modal-overlay{align-items:center;background-color:rgba(0,0,0,.75);bottom:0;display:flex;justify-content:center;left:0;overflow:hidden;padding:0;position:fixed;right:0;top:0;z-index:1000}.modal-container{background:#fff;border-radius:0;box-shadow:0 4px 20px rgba(0,0,0,.3);display:flex;flex-direction:column;height:100%;position:relative;width:100%}.terms-modal{border-radius:12px;height:auto;margin:auto;max-height:95vh;max-width:1000px}@media (min-width:769px){.modal-overlay{padding:20px}.modal-container{border-radius:12px;height:90vh;width:auto}}.modal-header{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:2px solid #e0e0e0;color:#fff;flex-shrink:0;padding:20px 25px}.modal-header h2{color:#fff;font-size:22px;margin:0}.modal-header p{color:hsla(0,0%,100%,.9)!important}.modal-body{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden;padding:0}.terms-content{background-color:#fff;border:none;border-radius:0;flex:1 1 auto;font-size:15px;line-height:1.8;margin:0;min-height:0;overflow-x:hidden;overflow-y:auto;padding:0;scroll-behavior:smooth;scrollbar-color:#667eea #f1f1f1;scrollbar-width:thin}.terms-content::-webkit-scrollbar{width:10px}.terms-content::-webkit-scrollbar-track{background:#f1f1f1}.terms-content::-webkit-scrollbar-thumb{background:#667eea;border-radius:5px}.terms-content::-webkit-scrollbar-thumb:hover{background:#555}.terms-content h1{border-bottom:3px solid #667eea;color:#2c3e50;font-size:26px;font-weight:700;margin:25px 0 18px;padding-bottom:12px}.terms-content h1:first-child{margin-top:0}.terms-content h2{border-bottom:2px solid #e0e0e0;color:#34495e;font-size:20px;font-weight:600;margin:30px 0 15px;padding-bottom:10px}.terms-content h3{color:#34495e;font-size:17px;font-weight:600;margin:20px 0 12px}.terms-content h4{color:#555;font-size:15px;font-weight:600;margin:15px 0 10px}.terms-content p{color:#333;margin:10px 0}.terms-content ol,.terms-content ul{margin:10px 0;padding-left:30px}.terms-content li{color:#333;margin:8px 0}.terms-content strong{color:#2c3e50;font-weight:600}.terms-content code{background-color:#f4f4f4;border-radius:3px;font-family:Courier New,monospace;font-size:13px;padding:2px 6px}.terms-content pre{background-color:#f4f4f4;border-radius:5px;margin:15px 0;overflow-x:auto;padding:15px}.terms-content blockquote{border-left:4px solid #3498db;color:#555;font-style:italic;margin:15px 0;padding-left:20px}.terms-content hr{border:none;border-top:2px solid #e0e0e0;margin:25px 0}.terms-content a{color:#3498db;text-decoration:none}.terms-content a:hover{text-decoration:underline}.terms-content li:has(>strong:first-child){font-weight:400}.scroll-notice{animation:pulse 2s infinite;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:0;box-shadow:0 -2px 10px rgba(0,0,0,.1);color:#fff;flex-shrink:0;font-size:13px;font-weight:600;margin:0;padding:12px 20px;text-align:center}.scroll-notice.sticky{position:sticky;top:0;z-index:2}.terms-markdown{padding:30px 40px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(.98)}}.terms-acceptance{background:#f8f9fa;border-top:2px solid #e0e0e0;flex-shrink:0;padding:20px 25px}.checkbox-label{align-items:flex-start;background:#fff;border:2px solid #dee2e6;border-radius:8px;cursor:pointer;display:flex;font-size:15px;font-weight:600;margin-bottom:20px;padding:15px;transition:all .3s ease}.checkbox-label:hover{border-color:#667eea;box-shadow:0 2px 8px rgba(102,126,234,.1)}.checkbox-label input[type=checkbox]{accent-color:#667eea;cursor:pointer;flex-shrink:0;height:22px;margin-right:12px;margin-top:2px;width:22px}.checkbox-label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.4}.key-points{background:linear-gradient(135deg,#e7f3ff,#f0e7ff);border-left:4px solid #667eea;border-radius:8px;margin-top:15px;padding:20px}.key-points strong{color:#667eea;display:block;font-size:16px;margin-bottom:12px}.key-points ul{margin:0;padding-left:20px}.key-points li{color:#333;font-size:14px;line-height:1.6;margin:10px 0}.modal-footer{align-items:center;background:#fff;border-top:2px solid #e0e0e0;display:flex;flex-shrink:0;gap:12px;justify-content:space-between;padding:20px 25px}.modal-footer .btn{border-radius:6px;font-size:15px;font-weight:600;padding:12px 24px;transition:all .3s ease}.modal-footer .btn:hover:not(:disabled){box-shadow:0 4px 12px rgba(102,126,234,.3);transform:translateY(-2px)}.modal-footer .btn:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.modal-footer .btn-secondary{background:#6c757d;border:none;color:#fff}.modal-footer .btn-secondary:hover:not(:disabled){background:#5a6268}.footer-left{align-items:center;display:flex;gap:12px;min-width:0}.footer-left .checkbox-label{margin:0}.footer-hint{color:#6c757d;font-size:12px}.footer-right{display:flex;gap:12px}@media (max-width:768px){.modal-overlay{padding:0}.modal-container{border-radius:0;height:100%;margin:0;max-height:100%;max-width:100%;width:100%}.modal-header{padding:16px 20px}.modal-header h2{font-size:18px}.modal-header p{font-size:13px}.terms-content{font-size:14px;padding:0}.terms-markdown{padding:20px}.terms-content h1{font-size:22px}.terms-content h2{font-size:18px}.terms-content h3{font-size:16px}.scroll-notice{font-size:13px;padding:12px 15px}.terms-acceptance{padding:15px}.checkbox-label{font-size:13px;padding:12px}.checkbox-label input[type=checkbox]{height:20px;width:20px}.key-points{padding:15px}.key-points strong{font-size:14px}.key-points li{font-size:13px}.modal-footer{align-items:stretch;flex-direction:column-reverse;gap:10px;padding:12px 15px}.modal-footer .btn{padding:14px;width:100%}.footer-left,.footer-right{width:100%}}@media (min-width:769px) and (max-width:1024px){.terms-modal{max-width:90%}.terms-content{padding:25px 30px}}.home-page{margin:0;max-width:100%;overflow-x:hidden;padding:0;width:100%}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:80px 20px;position:relative;text-align:center}.hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='2' fill='rgba(255,255,255,0.1)'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:900px;position:relative;z-index:1}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-title .highlight{color:gold;position:relative}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:800px;opacity:.95}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1.5rem}.btn-large{box-shadow:0 4px 6px rgba(0,0,0,.1);font-size:1.125rem;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:gold;color:#333}.btn-primary:hover{background-color:#ffed4e;box-shadow:0 6px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.hero-note{font-size:.95rem;margin-top:1rem;opacity:.9}.cta-section,.features-list-section,.features-section,.how-it-works-section,.stats-section,.use-cases-section{margin:0 auto;max-width:1200px;padding:60px 20px}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem}.section-header p{color:#6c757d;font-size:1.125rem;margin:0 auto;max-width:600px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.07);padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 8px 15px rgba(0,0,0,.1);transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.feature-card p{color:#6c757d;line-height:1.6}.use-cases-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.use-case-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #dee2e6;border-radius:12px;padding:2rem;transition:all .3s ease}.use-case-card:hover{border-color:#667eea;transform:translateY(-3px)}.use-case-emoji{font-size:3rem;margin-bottom:1rem}.use-case-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.use-case-card p{color:#6c757d;line-height:1.6;margin-bottom:1rem}.use-case-card ul{list-style:none;margin:0;padding:0}.use-case-card ul li{color:#495057;padding:.5rem 0 .5rem 1.5rem;position:relative}.use-case-card ul li:before{color:#667eea;content:"→";font-weight:700;left:0;position:absolute}.steps-container{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:0 auto;max-width:1000px}.step-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.07);flex:1 1;max-width:300px;min-width:250px;padding:2rem;text-align:center}.step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:inline-flex;font-size:2rem;font-weight:700;height:60px;justify-content:center;margin-bottom:1rem;width:60px}.step-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.step-card p{color:#6c757d;line-height:1.6}.step-arrow{color:#667eea;font-size:2rem;font-weight:700}.stats-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px 20px}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1000px}.stat-item{padding:1.5rem;text-align:center}.stat-number{color:gold;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1.125rem;opacity:.9}.cta-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 20px;text-align:center}.cta-content{margin:0 auto;max-width:700px}.cta-content h2{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem}.cta-content p{color:#6c757d;font-size:1.25rem;margin-bottom:2rem}.cta-buttons{margin-bottom:1.5rem}.cta-note{color:#6c757d;font-size:1rem}.link-primary{color:#667eea;font-weight:600;text-decoration:none}.link-primary:hover{text-decoration:underline}.features-list-section{background:#fff}.features-columns{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:900px}.features-column h3{color:#2c3e50;font-size:1.75rem;margin-bottom:1.5rem;text-align:center}.features-column ul{list-style:none;margin:0;padding:0}.features-column ul li{border-bottom:1px solid #e9ecef;color:#495057;font-size:1.0625rem;line-height:1.6;padding:.75rem 0}.features-column ul li:last-child{border-bottom:none}@media (max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-header h2{font-size:1.75rem}.section-header p{font-size:1rem}.hero-buttons{align-items:stretch;flex-direction:column}.btn-large{padding:14px 24px;width:100%}.features-grid,.use-cases-grid{gap:1.5rem;grid-template-columns:1fr}.steps-container{flex-direction:column}.step-arrow{margin:0;transform:rotate(90deg)}.stats-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2.5rem}.features-columns{gap:2rem;grid-template-columns:1fr}.cta-content h2{font-size:1.75rem}.cta-content p{font-size:1rem}.cta-section,.features-list-section,.features-section,.hero-section,.how-it-works-section,.stats-section,.use-cases-section{padding:40px 15px}}@media (max-width:480px){.hero-title{font-size:1.75rem}.stats-grid{grid-template-columns:1fr}.stat-number{font-size:2rem}}.pricing-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.pricing-header{margin-bottom:3rem;text-align:center}.pricing-header h1{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem}.pricing-header p{color:#7f8c8d;font-size:1.2rem;margin-bottom:2rem}.billing-toggle{background:#ecf0f1;border-radius:8px;display:inline-flex;margin-bottom:2rem;padding:4px}.billing-toggle button{background:transparent;border:none;border-radius:6px;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.billing-toggle button.active{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);color:#3498db}.plans-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.plan-card{background:#fff;border:2px solid #ecf0f1;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);padding:2rem;position:relative;transition:all .3s ease}.plan-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.1);transform:translateY(-4px)}.plan-card.popular{border-color:#3498db;transform:scale(1.05)}.plan-card.current{background:#f8fff9;border-color:#27ae60}.popular-badge{background:#3498db;left:50%;transform:translateX(-50%)}.current-badge,.popular-badge{border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1rem;position:absolute;top:-12px}.current-badge{background:#27ae60;right:1rem}.plan-header{margin-bottom:2rem;text-align:center}.plan-header h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.plan-price{align-items:baseline;display:flex;gap:.5rem;justify-content:center}.price{color:#3498db;font-size:2.5rem;font-weight:700}.billing-period{color:#7f8c8d;font-size:1rem}.plan-features{margin-bottom:2rem}.feature{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem;padding:.5rem 0}.checkmark{color:#27ae60;font-size:1.1rem;font-weight:700}.plan-positioning{background:#f8f9fa;border-left:4px solid #3498db;border-radius:8px;margin-bottom:2rem;padding:1rem}.plan-positioning p{color:#7f8c8d;font-size:.95rem;font-style:italic;margin:0}.plan-actions{text-align:center}.btn-contact,.btn-current,.btn-subscribe{border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .2s ease;width:100%}.btn-subscribe{background:#3498db;color:#fff}.btn-subscribe:hover:not(:disabled){background:#2980b9;transform:translateY(-2px)}.btn-contact{background:#9b59b6;color:#fff}.btn-contact:hover{background:#8e44ad;transform:translateY(-2px)}.btn-current{background:#95a5a6;color:#fff;cursor:not-allowed}.addons-section{border-top:2px solid #ecf0f1;margin-top:4rem;padding-top:3rem}.addons-section h2{color:#2c3e50;margin-bottom:2rem;text-align:center}.addons-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.addon-card{background:#fff;border:1px solid #ecf0f1;border-radius:8px;padding:1.5rem;text-align:center;transition:all .2s ease}.addon-card:hover{border-color:#3498db;box-shadow:0 4px 12px rgba(52,152,219,.15);transform:translateY(-2px)}.addon-card h4{color:#2c3e50;margin-bottom:.5rem}.addon-card p{color:#7f8c8d;margin:.5rem 0}.current-usage{border-top:2px solid #ecf0f1;margin-top:4rem;padding-top:3rem}.current-usage h2{color:#2c3e50;margin-bottom:2rem;text-align:center}.usage-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.usage-stat{align-items:center;background:#fff;border:1px solid #ecf0f1;border-radius:8px;display:flex;justify-content:space-between;padding:1.5rem}.usage-stat.overage{background:#fdf2f2;border-color:#e74c3c}.stat-label{color:#2c3e50;font-weight:500}.stat-value{color:#3498db;font-weight:600}.stat-value.overage{color:#e74c3c}.loading{color:#7f8c8d;font-size:1.1rem;padding:3rem;text-align:center}.error-message{background:#e74c3c;border-radius:8px;color:#fff;margin-bottom:2rem;padding:1rem;text-align:center}@media (max-width:768px){.pricing-container{padding:1rem}.pricing-header h1{font-size:2rem}.plans-grid{grid-template-columns:1fr}.plan-card.popular{transform:none}.billing-toggle{flex-direction:column;gap:.5rem}.billing-toggle button{width:100%}}
/*# sourceMappingURL=main.0a6b63bf.css.map*/