@charset "UTF-8";.app-background{background-color:#f3f3f3;min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-bottom:2rem}.header{background-color:#f9f9f9;border-bottom:1px solid #ddd;position:fixed;top:0;left:0;right:0;z-index:1000}.header .logo-image{height:50px;border-radius:10px}.header .logo-search-wrapper{display:flex;align-items:center;gap:.8rem}.header .logo-search-wrapper .search-bar{display:flex;align-items:center;background:#fff;border:1px solid #ccc;border-radius:25px;overflow:hidden;height:2.4rem}.header .logo-search-wrapper{flex:1;display:flex;align-items:center;gap:.8rem;min-width:0}.header .logo-search-wrapper .search-bar{flex:1;display:flex;align-items:center;background:#fff;border:1px solid #ccc;border-radius:25px;overflow:hidden;height:2.4rem;min-width:0}.header .logo-search-wrapper .search-bar input{flex:1;padding:.2rem .5rem;border:none;outline:none;font-size:.9rem;min-width:0}.header .logo-search-wrapper .search-bar button{padding:0 .6rem;border:none;background:transparent;cursor:pointer;font-size:1rem}.header .logo-search-wrapper .logo-image{height:50px}@media (max-width: 1023px){.header .logo-search-wrapper .logo-image{height:60px}}.header .header-container{display:flex;justify-content:space-between;align-items:center;padding:.2rem .8rem}.header .header-container .logo a{font-weight:700;font-size:1.2rem;text-decoration:none;color:purple}.header .header-container .burger{display:none;font-size:1.8rem;background:none;border:none;cursor:pointer}.header .header-container .nav-links{display:flex;gap:1rem;align-items:center}.header .header-container .logout-btn{background:none;border:none;color:#e74c3c;font-weight:700;cursor:pointer;margin-left:1rem}@media (max-width: 1024px){.header .header-container .burger{display:block}.slide-menu{position:fixed;top:0;right:-100%;width:270px;height:100vh;background:#fffc;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:-3px 0 10px #0003;transition:right .3s ease-in-out;z-index:1200;display:flex;flex-direction:column}.slide-menu.open{right:0}.slide-menu.open:before{content:"";position:fixed;top:0;left:0;width:calc(100vw - 270px);height:100vh;z-index:-1}.menu-content{display:flex;flex-direction:column;padding:1.5rem 1rem;height:100%;overflow-y:auto}.menu-content .close-icon{font-size:1.8rem;align-self:flex-end;cursor:pointer;margin-bottom:1.2rem}.menu-content .nav-links{display:flex;flex-direction:column;gap:1rem}.menu-content .nav-links a{text-decoration:none;font-size:1.05rem;display:flex;align-items:center;gap:.6rem;padding:.4rem 0}.menu-content .nav-links a:hover{color:#e85222}.menu-content .logout-btn{background:none;border:none;color:#e74c3c;font-weight:700;cursor:pointer;text-align:left;padding:0;font-size:1.05rem;margin-top:1rem}}@media (min-width: 1024px){.menu-content .close-icon{display:none}}.category-icons{display:flex;justify-content:center;align-items:center;margin-left:1rem}@media (min-width: 1024px){.category-icons{margin-left:5rem}}.category-group{display:flex;align-items:center;gap:1.8rem}@media (min-width: 1024px){.category-group{gap:3rem}}.category-icon{font-size:1.3rem;color:#8a8a8a;cursor:pointer;transition:transform .2s ease;display:flex;justify-content:center;flex-direction:column;align-items:center}.category-item{display:flex;flex-direction:column;align-items:center;justify-content:center}.category-icon:hover{transform:scale(1.15)}.category-item.active .category-icon{color:#3b3b3b}.category-item.active .category-label{color:#3b3b3b;font-weight:600}.category-label{font-size:.7rem;font-weight:500;margin-top:.2rem;color:#8a8a8a;display:none}@media (min-width: 1024px){.category-icons{margin-left:7rem}.category-group{display:flex;align-items:center;gap:3rem}}@media (min-width: 724px){.category-label{display:block}}.desktop-only{display:none}.mobile-only{display:block}@media (min-width: 724px){.desktop-only{display:flex}.mobile-only{display:none}}.chat-icon{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-left:1rem;margin-right:1rem;text-decoration:none}.chat-bubble-icon{font-size:1.35rem;color:#8a8a8a;transition:transform .2s ease}.chat-icon:hover .chat-bubble-icon{transform:scale(1.15);color:#3b3b3b}.chat-icon .badge{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;padding:0 5px;background:#e74c3c;color:#fff;border-radius:9999px;font-size:10px;line-height:18px;font-weight:700;text-align:center;box-shadow:0 0 0 2px #fff}.chat-label{font-size:.7rem;font-weight:500;margin-top:.2rem;color:#8a8a8a;display:none}@media (min-width: 768px){.chat-icon{margin-left:2rem;margin-right:4rem}.chat-label{display:block}}.filter-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.filter-modal{background-color:#fff;padding:2rem;border-radius:12px;width:90%;max-width:400px;box-shadow:0 5px 20px #0003;position:relative;display:flex;flex-direction:column}.filter-modal h2{margin-top:0;margin-bottom:1.5rem;font-size:1.4rem;text-align:center}.category-list{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.5rem}.category-list label{display:flex;align-items:center;font-size:1rem;gap:.5rem}.filter-actions{display:flex;justify-content:flex-end;gap:.8rem}.cancel-btn,.validate-btn{padding:.6rem 1.2rem;border:none;font-weight:700;cursor:pointer;border-radius:6px;transition:background-color .2s ease}.cancel-btn{background-color:#ccc;color:#333}.validate-btn{background-color:#007bff;color:#fff}.validate-btn:hover{background-color:#0056b3}.cancel-btn:hover{background-color:#aaa}.footer{position:fixed;bottom:0;left:0;right:0;background:#f9f9f9;border-top:1px solid #ddd;padding:.3rem 1rem;font-size:.8rem;text-align:center;color:#555;z-index:1000}.footer p{margin:0}.footer .scroll-to-top{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1rem;color:#555;cursor:pointer;transition:color .2s}.footer .scroll-to-top:hover{color:#000}.footer .legal-link{text-decoration:underline;cursor:pointer;color:inherit}.deploy-fab{position:fixed;left:20px;bottom:20px;width:52px;height:52px;border-radius:50%;border:none;background:#2f80ed;color:#fff;display:grid;place-items:center;font-size:1.3rem;cursor:pointer;z-index:2000;box-shadow:0 10px 24px #00000040}.deploy-modal-overlay{position:fixed;inset:0;background:#00000073;display:grid;place-items:center;z-index:2001;padding:16px}.deploy-modal{width:min(920px,100%);min-height:min(70vh,760px);background:#fff;border-radius:14px;padding:24px;box-shadow:0 20px 46px #00000047;display:flex;flex-direction:column}.deploy-modal h3{margin:0 0 8px;font-size:2rem}.deploy-modal p{margin:0 0 14px;color:#555;font-size:1.1rem}.deploy-actions{display:grid;gap:8px;margin-bottom:14px}.deploy-actions button{display:block;width:100%;border:1px solid #d8d8d8;border-radius:10px;background:#fafafa;color:#222;font-weight:600;text-align:left;padding:.55em 1.05em}.deploy-actions button:disabled{opacity:.65;cursor:not-allowed}.deploy-status{margin:0 0 14px;font-size:.95rem;color:#333}.deploy-process{display:grid;gap:10px;margin-bottom:16px;flex:1}.deploy-step{display:flex;align-items:center;gap:10px;font-weight:600;color:#6a6a6a}.deploy-step .dot{width:10px;height:10px;border-radius:50%;background:#bfc5cf}.deploy-step.running{color:#1f6fd6}.deploy-step.running .dot{background:#1f6fd6}.deploy-step.done{color:#1e8b3f}.deploy-step.done .dot{background:#1e8b3f}.deploy-step.error{color:#b42318}.deploy-step.error .dot{background:#b42318}.deploy-log-box{margin-top:6px;border:1px solid #dfe3ea;border-radius:10px;background:#0f172a;color:#e2e8f0;font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-size:.83rem;line-height:1.5;padding:10px;min-height:260px;max-height:360px;overflow:auto}.deploy-log-box .placeholder{color:#9ca3af}.deploy-footer{display:flex;justify-content:flex-end;gap:8px}.deploy-footer .ghost{background:#f3f3f3;color:#333}.deploy-footer .confirm{background:#2f80ed;color:#fff}.deploy-footer .confirm:disabled{opacity:.45;cursor:not-allowed}.ads-consent-banner{position:fixed;left:50%;transform:translate(-50%);width:calc(100% - 24px);max-width:440px;bottom:56px;z-index:1400;background:#111827;color:#f9fafb;border-radius:12px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 10px 26px #00000040}.ads-consent-content p{margin:6px 0 0;font-size:13px;opacity:.95}.ads-consent-actions{display:flex;gap:8px}.ads-consent-actions button{border:none;border-radius:8px;padding:8px 12px;cursor:pointer;font-weight:700}.ads-consent-actions .btn-outline{background:transparent;color:#e5e7eb;border:1px solid #4b5563}.ads-consent-actions .btn-primary{background:#f59e0b;color:#111827}@media (max-width: 720px){.ads-consent-banner{flex-direction:column;align-items:flex-start}}.loader-container{display:flex;justify-content:center;align-items:center;padding:5rem 0;width:100%}.loader-container.is-fullscreen{position:fixed;inset:0;z-index:30000;padding:0;background:#ffffffb3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.spinner{width:60px;height:60px;border:4px solid #ccc;border-top:4px solid #4a90e2;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-form{max-width:400px;margin:2rem auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 0 10px #ddd}.auth-form input,.auth-form button{display:block;box-sizing:border-box;width:100%;margin-top:1rem;padding:.75rem;font-size:1rem}.auth-form button{background-color:#4a90e2;color:#fff;border:none;cursor:pointer}.auth-form button:hover{background-color:#357ec7}@media (max-width: 768px){.auth-form{width:calc(100% - 2rem);max-width:400px;margin:1rem auto;padding:1.5rem}}.header{background:#f9f9f9;padding:1rem;border-bottom:1px solid #ddd}.header nav{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.header nav a{text-decoration:none;color:#333;font-weight:700}.footer{background:#f9f9f9;padding:1rem;text-align:center;border-top:1px solid #ddd;margin-top:3rem}.main-content{padding:2rem;min-height:60vh}
