:root{--primary-color:#f27141;--primary-hover:#d65a2e;--text-color:#2d3748;--text-light:#718096;--text-subtle:#a0aec0;--bg-light:#f7fafc;--bg-white:#fff;--border-color:#edf2f7;--soft-bg:#f8fafc;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg-white);color:#2d3748;color:var(--text-color);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--font-sans);line-height:1.5;margin:0}:focus-visible{outline:3px solid #f2714199;outline-offset:2px}.skip-link{height:1px;left:-9999px;overflow:hidden;position:absolute;top:auto;width:1px}.skip-link:focus{background:#1a202c;border-radius:6px;color:#fff;height:auto;left:16px;padding:10px 14px;position:fixed;top:16px;width:auto;z-index:1100}.container{margin:0 auto;max-width:1100px;padding:0 20px}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffffe6;border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--border-color);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-content{align-items:center;display:flex;height:70px;justify-content:space-between}.logo-container{align-items:center;display:flex;gap:10px}.logo-img{height:40px;object-fit:contain;width:40px}.landing-page .navbar .logo-img{height:120px;margin-bottom:0;width:120px}.landing-page .footer .logo-img{height:120px;width:120px}.landing-page .navbar-content{height:72px}.logo-text{color:#f27141;color:var(--primary-color);display:none;font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.nav-links{align-items:center;display:flex;gap:30px}.nav-link{color:#2d3748;color:var(--text-color);font-size:.9rem;font-weight:500;letter-spacing:.5px;text-decoration:none;text-transform:uppercase}.nav-link:hover{color:#f27141;color:var(--primary-color)}.btn{border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .2s}.btn-sm{border-radius:8px;font-size:.9rem;padding:8px 14px}.with-icon{align-items:center;display:inline-flex;gap:8px}.btn-icon{border-radius:10px;height:38px;padding:0;width:38px}.btn-primary{background-color:#f27141;background-color:var(--primary-color);box-shadow:0 4px 6px #f2714133;color:#fff}.btn-primary:hover{background-color:#d65a2e;background-color:var(--primary-hover);transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:focus-visible{box-shadow:0 0 0 3px #f2714159}.btn-secondary{background-color:#fff;border:1px solid #cbd5e0;color:#2d3748;color:var(--text-color)}.btn-secondary:hover{background-color:#f7fafc;background-color:var(--bg-light)}.btn-ghost{background:#0000;border:1px solid #0000;color:#64748b}.btn-ghost:hover{background-color:#f1f5f9;border-color:#e5e7eb;color:#2d3748;color:var(--text-color)}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover{background-color:#dc2626}.btn-danger-outline{background:#fff;border:1px solid #fecaca;color:#ef4444}.btn-danger-outline:hover{background:#fef2f2;border-color:#fca5a5}.btn-lg{font-size:1.1rem;padding:16px 32px}.hero-section{background:linear-gradient(180deg,#fff5f2 0,#fff);padding:100px 0 80px;text-align:center}.hero-title{color:#1a202c;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.text-highlight{color:#f27141;color:var(--primary-color)}.hero-subtitle{color:#718096;color:var(--text-light);font-size:1.25rem;margin:0 auto 2.5rem;max-width:700px}.hero-buttons{display:flex;gap:15px;justify-content:center}.features-section{background-color:#fff;padding:80px 0}.section-header{margin-bottom:60px;text-align:center}.section-tag{color:#f27141;color:var(--primary-color);font-size:.85rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.section-title{color:#1a202c;font-size:2.5rem;font-weight:700;margin:10px 0}.section-description{color:#718096;color:var(--text-light);font-size:1.1rem;margin:0 auto;max-width:600px}.features-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{border:1px solid #edf2f7;border:1px solid var(--border-color);border-radius:12px;padding:30px;transition:box-shadow .3s}.feature-card:hover{border-color:#fed7d7;box-shadow:0 10px 25px #0000000d}.icon-wrapper{align-items:center;background-color:#fff5f2;border-radius:10px;color:#f27141;color:var(--primary-color);display:flex;height:56px;justify-content:center;margin-bottom:20px;width:56px}.feature-card h3{color:#1a202c;font-size:1.25rem;font-weight:700;margin-bottom:10px}.feature-card p{color:#718096;color:var(--text-light);line-height:1.6}.contact-section{background-color:#fff;padding:80px 0}.contact-cta{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:20px}.contact-link{align-items:center;border-bottom:1px solid #0000;color:#f27141;color:var(--primary-color);display:inline-flex;font-weight:600;gap:8px;text-decoration:none}.contact-link:hover{border-bottom-color:initial;color:#d65a2e;color:var(--primary-hover)}.footer{background-color:#1a202c;color:#fff;margin-top:auto;padding:50px 0}.footer-content{align-items:center;display:flex;flex-direction:column;text-align:center}.footer-logo{margin-bottom:20px}.logo-img.inverted{filter:brightness(0) invert(1);opacity:.8}.footer .logo-text{color:#fff}.copyright{color:#718096;font-size:.9rem}@media (max-width:768px){.nav-links{display:none}.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column}.navbar-content{justify-content:center}.landing-page .navbar .logo-img{height:clamp(110px,28vw,140px);margin-bottom:0;width:clamp(110px,28vw,140px)}.landing-page .navbar-content{height:60px}.landing-page .navbar{overflow:visible}.landing-page .footer .logo-img{height:80px;width:80px}}@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}.hiw-section{background:#fff;padding:80px 0}.hiw-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.hiw-card{background:#fff;border:1px solid #edf2f7;border:1px solid var(--border-color);border-radius:12px;padding:24px}.hiw-card h3{color:#1a202c;font-size:1.15rem;margin:10px 0 8px}.hiw-card p{color:#718096;color:var(--text-light)}.usecases-section{background:#fafafa;padding:80px 0}.usecases-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.usecase-card{background:#fff;border:1px solid #edf2f7;border:1px solid var(--border-color);border-radius:12px;padding:20px}.usecase-card h3{color:#111827;font-size:1.05rem;margin:0 0 6px}.usecase-card p{color:#6b7280;margin:0}.navbar .btn-icon{background:#0000;border:1px solid #0000;color:#64748b}.navbar .btn-icon:hover{background:#f1f5f9;border-color:#e5e7eb;color:#2d3748;color:var(--text-color)}.login-page-wrapper{align-items:center;background:linear-gradient(180deg,#fff5f2 0,#fff);display:flex;justify-content:center;min-height:100vh;padding:20px 20px 15vh}.login-container{max-width:450px;width:100%}.auth-card{background:#fff;border:1px solid #edf2f7;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 10px 25px #0000000d;padding:40px}.btn-block{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.google-btn{margin-bottom:20px;position:relative}.divider{margin:20px 0;position:relative;text-align:center}.divider:before{background:#edf2f7;background:var(--border-color);content:"";height:1px;left:0;position:absolute;right:0;top:50%;z-index:0}.divider span{background:#fff;color:#718096;color:var(--text-light);font-size:.85rem;padding:0 10px;position:relative;z-index:1}.form-group{margin-bottom:20px}.form-group label{color:#2d3748;color:var(--text-color);display:block;font-size:.9rem;font-weight:500;margin-bottom:8px}.form-input{border:1px solid #cbd5e0;border-radius:6px;box-sizing:border-box;font-size:1rem;padding:12px;transition:border-color .2s;width:100%}.form-input:focus{border-color:#f27141;border-color:var(--primary-color);box-shadow:0 0 0 3px #f271411a;outline:none}.auth-footer{color:#718096;color:var(--text-light);font-size:.95rem;margin-top:24px;text-align:center}.link-btn{background:none;border:none;color:#f27141;color:var(--primary-color);cursor:pointer;font-size:inherit;font-weight:600;padding:0;text-decoration:underline}.link-btn:hover{color:#d65a2e;color:var(--primary-hover)}.text-sm{display:block;font-size:.85rem;margin-top:10px;text-decoration:none;width:100%}.dashboard-layout{background-color:#f8f9fa;display:flex;min-height:100vh}.dashboard-layout.theme-dark{--text-color:#d1d5db;--text-light:#9aa4b2;--text-subtle:#8b9bb0;--bg-white:#0f141b;--bg-light:#121a24;--soft-bg:#121a24;--border-color:#1f2937;background-color:#0b0f14;color:#d1d5db}.dashboard-layout.theme-dark .sidebar{background:#0f1620;border-right-color:#1f2937;box-shadow:none}.dashboard-layout.theme-dark .sidebar-header .sidebar-logo{filter:brightness(.9) contrast(1.05)}.dashboard-layout.theme-dark .nav-item{color:#9aa4b2}.dashboard-layout.theme-dark .nav-item:hover{background:#121a24;color:#e5e7eb}.dashboard-layout.theme-dark .nav-item.active{background:#f271411f;color:#ffb699}.dashboard-layout.theme-dark .sidebar-footer .btn,.dashboard-layout.theme-dark .sidebar-footer .btn-ghost{color:#9aa4b2}.dashboard-layout.theme-dark .sidebar-footer .btn-ghost:hover{background:#121a24;border-color:#1f2937;color:#e5e7eb}.dashboard-layout.theme-dark .mobile-header{background:#0f1620;border-bottom:1px solid #1f2937}.dashboard-layout.theme-dark .mobile-menu-overlay{background:#0009}.dashboard-layout.theme-dark .mobile-menu{background:#0f1620;border-left:1px solid #1f2937}.dashboard-layout.theme-dark .mobile-nav-item{color:#9aa4b2}.dashboard-layout.theme-dark .mobile-nav-item:hover{background:#121a24;color:#e5e7eb}.dashboard-layout.theme-dark .mobile-nav-item.active{background:#f271411f;color:#ffb699}.dashboard-layout.theme-dark .main-content{background:#0000}.dashboard-layout.theme-dark .dashboard-header{border-bottom-color:#1f2937}.dashboard-layout.theme-dark .page-title{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(45deg,#e5e7eb,#94a3b8);-webkit-background-clip:text}.dashboard-layout.theme-dark .page-subtitle{color:#9aa4b2}.dashboard-layout.theme-dark .auth-card,.dashboard-layout.theme-dark .card,.dashboard-layout.theme-dark .stat-card,.dashboard-layout.theme-dark .template-card{background:#0f141b;border-color:#1f2937;box-shadow:none}.dashboard-layout.theme-dark .stat-card{background:linear-gradient(180deg,#0f141b,#0f141b)}.dashboard-layout.theme-dark .card-title,.dashboard-layout.theme-dark .template-card-title h3{color:#e5e7eb}.dashboard-layout.theme-dark .text-muted{color:#9aa4b2}.dashboard-layout.theme-dark .templates-table-header{background:#0f1620;border-color:#1f2937;color:#cfd8e3}.dashboard-layout.theme-dark .btn-primary{box-shadow:none}.dashboard-layout.theme-dark .btn-secondary{background:#0f1620;border-color:#1f2937;color:#cfd8e3}.dashboard-layout.theme-dark .btn-secondary:hover{background:#121a24}.dashboard-layout.theme-dark .btn-ghost{color:#9aa4b2}.dashboard-layout.theme-dark .btn-ghost:hover{background:#121a24;border-color:#1f2937;color:#e5e7eb}.dashboard-layout.theme-dark .btn-danger-outline{background:#0000;border-color:#7f1d1d;color:#fda4af}.dashboard-layout.theme-dark .btn-danger-outline:hover{background:#1f0f13;border-color:#dc2626}.btn-cta{background:linear-gradient(90deg,#2563eb,#7c3aed);border:1px solid #ffffff1f;box-shadow:0 8px 24px #7c3aed40,0 4px 12px #2563eb40;color:#fff;font-weight:700;transition:transform 80ms ease,box-shadow .2s ease,filter .2s ease}.btn-cta:hover{box-shadow:0 12px 28px #7c3aed54,0 6px 16px #2563eb47;filter:brightness(1.03);transform:translateY(-1px)}.btn-cta:active{box-shadow:0 4px 10px #7c3aed3d,0 2px 6px #2563eb3d;transform:translateY(0)}.btn-cta:disabled,.btn-cta[disabled]{box-shadow:none;cursor:not-allowed;opacity:.7;transform:none}.btn-cta:focus-visible{box-shadow:0 0 0 3px #3b82f673,0 8px 24px #7c3aed40;outline:none}.dashboard-layout.theme-dark .btn-cta{border-color:#ffffff2e;box-shadow:0 8px 24px #7c3aed3d,0 4px 12px #2563eb38}.dashboard-layout.theme-dark .btn-cta:hover{box-shadow:0 12px 28px #7c3aed4d,0 6px 16px #2563eb42}.dashboard-layout.theme-dark .form-input{background:#0f141b;border-color:#1f2937;color:#e5e7eb}.dashboard-layout.theme-dark .form-input::placeholder{color:#6b7280}.dashboard-layout.theme-dark .form-input:focus{border-color:#334155;box-shadow:0 0 0 3px #33415559}.dashboard-layout.theme-dark input[data-cap-warn=true],.dashboard-layout.theme-dark select[data-cap-warn=true],.dashboard-layout.theme-dark textarea[data-cap-warn=true]{background:#1f1408;border-color:#7c2d12;color:#fdba74}.dashboard-layout.theme-dark .modal-overlay{background:#0009}.dashboard-layout.theme-dark .modal-content{background:#0f141b;border-color:#1f2937;color:#e5e7eb}.dashboard-layout.theme-dark .modal-header{border-bottom-color:#1f2937}.dashboard-layout.theme-dark .modal-actions{border-top-color:#1f2937}.info-banner{background:#f8fafc}.dashboard-layout.theme-dark .info-banner{background:#0f1620;border-color:#1f2937}.price-chip{background:#f5f7ff;background:var(--primary-25,#f5f7ff);border-radius:6px;display:inline-block;padding:2px 6px}.dashboard-layout.theme-dark .price-chip{background:#f271411f;border:1px solid #7c2d12}.limit-counter{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9999px;color:#0f172a;display:inline-flex;font-size:.85rem;font-weight:600;gap:8px;padding:6px 10px}.limit-counter .label{font-weight:500;opacity:.75}.limit-counter strong{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dashboard-layout.theme-dark .limit-counter{background:#0f1620;border-color:#1f2937;color:#e5e7eb}.limit-counter.warn{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.dashboard-layout.theme-dark .limit-counter.warn{background:#1f1408;border-color:#7c2d12;color:#fdba74}.sidebar{background-color:#fff;border-right:1px solid #edf2f7;border-right:1px solid var(--border-color);box-shadow:4px 0 24px #00000005;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;width:260px}.sidebar-header{align-items:center;cursor:pointer;display:flex;justify-content:flex-start;margin-bottom:10px;padding:24px 28px}.sidebar-logo{display:block;height:auto;object-fit:contain;width:140px}.sidebar-brand{color:#1a202c;font-size:1.25rem;font-weight:700;letter-spacing:-.5px}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:4px;padding:0 16px}.mobile-only{display:none}.desktop-only{display:block}@media (max-width:768px){.mobile-only{display:block}.desktop-only{display:none}}.w-full{width:100%}.flex-1{flex:1 1}.no-shrink{flex-shrink:0}.flex-row,.row{display:flex}.flex-row,.items-center,.row{align-items:center}.gap-8{gap:8px}.gap-12{gap:12px}.gap-14{gap:14px}.gap-6{gap:6px}.gap-4{gap:4px}.p-24{padding:24px}.p-32{padding:32px}.mb-6{margin-bottom:6px}.mt-6{margin-top:6px}.mb-24{margin-bottom:24px}.text-center{text-align:center}.text-sm{font-size:.9rem}.small{font-size:.85rem}.text-muted{color:#94a3b8}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monospace{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.readonly{background-color:#f7fafc;background-color:var(--bg-light)}.mb-16{margin-bottom:16px}.card-body{padding:16px 24px}.btn-icon{align-items:center;background:#fff;border:1px solid #edf2f7;border:1px solid var(--border-color);border-radius:8px;color:#64748b;cursor:pointer;display:inline-flex;height:36px;justify-content:center;transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .06s ease;width:36px}.btn-icon:hover{background:#fff5f2;border-color:#ffd9cc;color:#f27141;color:var(--primary-color)}.btn-icon:active{transform:scale(.98)}.icon-16{height:16px;width:16px}.btn-icon-sm{align-items:center;background:#fff;border:1px solid #edf2f7;border:1px solid var(--border-color);border-radius:8px;color:#64748b;cursor:pointer;display:inline-flex;height:28px;justify-content:center;transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .06s ease;width:28px}.btn-icon-sm:hover{background:#fff5f2;border-color:#ffd9cc;color:#f27141;color:var(--primary-color)}.btn-icon-sm:active{transform:scale(.98)}.icon-14{height:14px;width:14px}.btn-icon-xs{align-items:center;background:#fff;border:1px solid #edf2f7;border:1px solid var(--border-color);border-radius:6px;color:#64748b;cursor:pointer;display:inline-flex;height:24px;justify-content:center;transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .06s ease;width:24px}.btn-icon-xs:hover{background:#fff5f2;border-color:#ffd9cc;color:#f27141;color:var(--primary-color)}.btn-icon-xs:active{transform:scale(.98)}.icon-12{height:12px;width:12px}.btn .icon,.btn-ghost.btn-icon svg,.btn-icon svg,.with-icon svg.icon,.with-icon>svg{display:block;flex-shrink:0;height:18px;width:18px}@media (max-width:640px){.btn-icon{height:40px;width:40px}.btn-ghost.btn-icon{background:#fff;border-color:#e5e7eb}.btn-ghost.btn-icon svg{stroke-width:2.25}.list-item .list-item-content{align-items:flex-start;flex-direction:column;gap:8px}}.min-w-0{min-width:0}.pagination{align-items:center;border-top:1px solid #edf2f7;border-top:1px solid var(--border-color);display:flex;flex-wrap:wrap;gap:12px;padding:12px 16px}.pagination-left{flex:1 1}.pagination-center{align-items:center;display:inline-flex;gap:6px}.pagination-right{margin-left:auto}.pager-btn{background:#fff;border:1px solid #edf2f7;border:1px solid var(--border-color);border-radius:8px;color:#475569;cursor:pointer;height:32px;min-width:32px;padding:0 8px;transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .06s ease}.pager-btn:hover:not(:disabled){background:#fff5f2;border-color:#ffd9cc;color:#f27141;color:var(--primary-color)}.pager-btn.active{background:#f27141;background:var(--primary-color);border-color:#f27141;border-color:var(--primary-color);color:#fff}.pager-btn:disabled{cursor:not-allowed;opacity:.5}.pager-dots{color:#94a3b8;padding:0 6px}.chip{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;color:#475569;display:inline-flex;font-size:.75rem;font-weight:600;gap:6px;padding:4px 10px}.chip.code{background:#f8fafc;border-color:#e5e7eb;color:#334155;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.avatar-initials{align-items:center;background:#fff5f2;border:1px solid #ffe4dd;border-radius:999px;color:#f27141;color:var(--primary-color);display:inline-flex;font-weight:800;height:36px;justify-content:center;letter-spacing:-.02em;width:36px}.avatar-28{font-size:.8rem;height:28px;width:28px}.avatar-24{font-size:.72rem;height:24px;width:24px}.chip-sm{font-size:.72rem;padding:3px 8px}.chip-xs{font-size:.68rem;font-weight:600;padding:2px 6px}.list-group{display:flex;flex-direction:column}.list-item{padding:10px 16px}.list-item--dense{padding:6px 12px}.list-item:hover{background-color:#f8fafc}.dashboard-layout.theme-dark .list-item:hover{background-color:#121a24}.list-item-content{align-items:center}.item-title{font-size:.95rem;line-height:1.2}.collab-row-actions{align-items:center;display:inline-flex;gap:6px;opacity:0;transition:opacity .15s ease}.list-item:focus-within .collab-row-actions,.list-item:hover .collab-row-actions{opacity:1}@media (max-width:768px){.collab-row-actions{opacity:1}}.logout-btn{align-items:center;background:none;border:1px solid #0000;border-radius:8px;color:#718096;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:12px;padding:14px 20px;text-align:left;transition:all .2s;width:100%}.sidebar-footer{padding:0 16px 16px}.sidebar-footer .logout-btn{width:100%}.sidebar-footer .logout-btn:focus-visible,.sidebar-footer .logout-btn:hover{color:#e53e3e}.sidebar-footer .theme-toggle-btn{width:100%}.sidebar-footer .theme-toggle-btn:focus-visible,.sidebar-footer .theme-toggle-btn:hover{color:#f27141;color:var(--primary-color)}.dashboard-layout.theme-dark .sidebar-footer .logout-btn:focus-visible,.dashboard-layout.theme-dark .sidebar-footer .logout-btn:hover{color:#fda4af}.dashboard-layout.theme-dark .sidebar-footer .theme-toggle-btn:focus-visible,.dashboard-layout.theme-dark .sidebar-footer .theme-toggle-btn:hover{color:#93c5fd;color:var(--primary-200,#93c5fd)}.nav-item{align-items:center;background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.nav-item:hover{background-color:#f1f5f9;color:#2d3748;color:var(--text-color)}.nav-item.active{background-color:#fff5f2;color:#f27141;color:var(--primary-color);font-weight:600}.main-content{flex:1 1;margin-left:260px;overflow-x:hidden;overflow-y:auto;padding:40px 60px}.dashboard-header{align-items:flex-end;border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:20px}.page-title{-webkit-text-fill-color:#0000;background:-webkit-linear-gradient(45deg,#1a202c,#4a5568);-webkit-background-clip:text;color:#1a202c;font-size:2.5rem;font-weight:800;letter-spacing:-1px;margin:0 0 4px}.page-subtitle{color:#718096;font-size:1.05rem;font-weight:400;margin:0}.stats-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:40px}.stat-card{background:linear-gradient(180deg,#fff,#fff7f3);border:1px solid #edf2f7;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px}.stat-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.stat-icon{align-items:center;background:#fff5f2;border:1px solid #ffe4dd;border-radius:10px;color:#f27141;color:var(--primary-color);display:inline-flex;height:36px;justify-content:center;width:36px}.stat-label{color:#718096;color:var(--text-light);font-size:.875rem;font-weight:500;margin-bottom:4px}.stat-value{color:#1a202c;font-size:2rem;font-weight:600;margin:0}.card{background:#fff;border:1px solid #edf2f7;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.card-header{align-items:center;border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:16px 24px}.card-title{color:#1a202c;font-size:1.125rem;font-weight:600;margin:0}.list-group{list-style:none;margin:0;padding:0}.list-item{border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--border-color);transition:background-color .15s}.list-item:last-child{border-bottom:none}.list-item-content{cursor:pointer;display:block;padding:20px 24px;text-decoration:none}.list-item-content:hover{background-color:#f7fafc;background-color:var(--bg-light)}.item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.item-title{color:#f27141;color:var(--primary-color);font-size:1rem;font-weight:600;margin:0}.item-meta{color:#718096;color:var(--text-light);display:flex;font-size:.875rem;justify-content:space-between}.meta-group{display:flex;gap:24px}.item-description{color:#a0aec0;font-size:.875rem;margin:8px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-badge{border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.mobile-header{background-color:#fff;border-bottom:1px solid #edf2f7;border-bottom:1px solid var(--border-color);box-shadow:0 2px 4px #0000000d;display:none;height:60px;left:0;position:fixed;right:0;top:0;z-index:1000}.mobile-header-content{align-items:center;display:flex;height:100%;justify-content:space-between;padding:0 16px}.mobile-logo{cursor:pointer;height:40px;width:auto}.hamburger-btn{align-items:center;background:none;border:none;border-radius:8px;color:#2d3748;color:var(--text-color);cursor:pointer;display:flex;justify-content:center;padding:8px;transition:background-color .2s}.hamburger-btn:hover{background-color:#f7fafc;background-color:var(--bg-light)}.mobile-menu-overlay{background-color:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:1001}.mobile-menu{background-color:#fff;box-shadow:-4px 0 24px #0000001a;display:none;flex-direction:column;height:100vh;position:fixed;right:-280px;top:0;transition:right .3s ease;width:280px;z-index:1002}.mobile-menu.open{right:0}.mobile-nav{display:flex;flex:1 1;flex-direction:column;gap:8px;padding:80px 16px 16px}.mobile-nav-item{align-items:center;background:none;border:none;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:12px;padding:14px 16px;text-align:left;transition:all .2s;width:100%}.mobile-nav-item:hover:not(.disabled){background-color:#f7fafc;background-color:var(--bg-light);color:#2d3748;color:var(--text-color)}.mobile-nav-item.active{background-color:#fff5f2;color:#f27141;color:var(--primary-color);font-weight:600}.mobile-nav-item.disabled{cursor:not-allowed;opacity:.5}.coming-soon-badge{background-color:#fef3c7;border-radius:4px;color:#92400e;font-size:.65rem;font-weight:600;margin-left:auto;padding:2px 8px;text-transform:uppercase}.mobile-menu-footer{border-top:1px solid #edf2f7;border-top:1px solid var(--border-color);padding:16px}.mobile-logout-btn{align-items:center;background:none;border:none;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:12px;padding:14px 16px;transition:all .2s;width:100%}.mobile-logout-btn:hover{background-color:#fff5f5;color:#e53e3e}@media (max-width:768px){.mobile-header,.mobile-menu-overlay{display:block}.mobile-menu{display:flex}.sidebar{display:none}.main-content{margin-left:0;padding:80px 16px 24px}.dashboard-header{align-items:flex-start;flex-direction:column;gap:16px;margin-left:0;margin-right:0;padding-bottom:16px}.dashboard-header .btn{width:100%}.stats-grid{gap:12px;grid-template-columns:repeat(2,1fr);margin-left:0;margin-right:0}.stat-card{padding:16px}.stat-value{font-size:1.5rem}.card{border-radius:8px;margin-left:0;margin-right:0}.page-title{font-size:1.75rem}.page-subtitle{font-size:.9rem}.item-meta{flex-direction:column;gap:4px}.meta-group{flex-wrap:wrap;gap:8px}.list-item-content{padding:16px!important}.list-group .list-item>.list-item-content>div{flex-direction:column;gap:8px}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}.mobile-header-content{padding:0 12px}.main-content{padding:72px 12px 20px}.btn{font-size:.9rem;padding:10px 16px}}@media (max-width:768px){.dashboard-header>div:last-child{display:flex;flex-direction:column;gap:8px;width:100%}.dashboard-header>div:last-child .btn{justify-content:center;width:100%}}.status-new{background-color:#ebf8ff;color:#2b6cb0}.status-in-progress{background-color:#feebc8;color:#c05621}.status-done{background-color:#c6f6d5;color:#2f855a}.status-cancelled{background-color:#fed7d7;color:#c53030}.empty-state{color:#718096;color:var(--text-light);padding:40px;text-align:center}@media (max-width:768px){.sidebar{display:none}.main-content{margin-left:0;padding:0}.mobile-header{display:flex}.card,.dashboard-header,.stats-grid{margin-left:20px;margin-right:20px}.dashboard-header{flex-direction:column;gap:15px}.item-meta,.meta-group{flex-direction:column;gap:4px}}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top:3px solid var(--primary-color);height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#e2e8f0 25%,#edf2f7 50%,#e2e8f0 75%);background-size:200% 100%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.info-banner{align-items:flex-start;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;display:flex;gap:12px;margin-bottom:24px;padding:16px 20px}.info-banner-icon{flex-shrink:0;font-size:1.2rem}.info-banner-text{color:#1e40af;font-size:.9rem;line-height:1.5}.warning-banner{align-items:flex-start;background-color:#fffaf0;border:1px solid #fbd38d;border-radius:8px;color:#744210;display:flex;font-size:.9rem;gap:10px;line-height:1.5;margin-bottom:20px;padding:14px 16px}.form-hint{color:#718096;display:block;font-size:.8rem;margin-top:4px}.templates-table-header{background-color:#f8fafc;border-bottom:1px solid #edf2f7;color:#64748b;display:flex;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:12px 24px;text-transform:uppercase}.row-error{background:#fff7f7;position:relative}.row-error:before{background:#ef4444;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.error-text{color:#b91c1c;font-weight:600}.template-row{align-items:center;display:flex;padding:16px 24px;width:100%}.template-info{flex:2.5 1;min-width:0;overflow:hidden}.template-name-row{align-items:center;display:flex;gap:8px;margin-bottom:4px}.template-name-row h3{color:#1a202c;font-size:.95rem;font-weight:600}.template-message-preview,.template-name-row h3{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-message-preview{color:#718096;font-size:.85rem}.template-error{align-items:center;color:#b91c1c;display:flex;font-size:.8rem;gap:4px;margin:6px 0 0}.template-status,.template-type{display:flex;flex:0 0 100px;justify-content:center}.template-date{color:#718096;flex:0 0 100px;font-size:.85rem;text-align:right;white-space:nowrap}.badge{border-radius:9999px;font-size:.75rem;font-weight:600;padding:4px 12px;white-space:nowrap}.badge-default{background-color:#fef3c7;border-radius:4px;color:#92400e;flex-shrink:0;font-size:.65rem;font-weight:700;padding:2px 6px;text-transform:uppercase}.loading-state{color:#718096;padding:40px;text-align:center}.template-cards-grid{display:flex;flex-direction:column;gap:12px}.template-card{background:#fff;border:1px solid #edf2f7;border-radius:12px;box-shadow:0 1px 3px #0000000d;box-sizing:border-box;overflow:hidden;padding:16px;width:100%}.template-card-header{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.template-card-title{align-items:flex-start;display:flex;flex-wrap:wrap;gap:8px}.template-card-title h3{color:#1a202c;font-size:1rem;font-weight:600;margin:0;max-width:100%;overflow-wrap:break-word;word-break:break-word}.template-card-badges{display:flex;flex-wrap:wrap;gap:8px}.template-card-message{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#718096;display:-webkit-box;font-size:.85rem;line-height:1.5;margin:0 0 12px;overflow:hidden;word-break:break-word}.template-card-error{align-items:flex-start;color:#b91c1c;display:flex;font-size:.8rem;gap:4px;margin:0 0 12px;word-break:break-word}.template-card-footer{border-top:1px solid #edf2f7;overflow:hidden;padding-top:12px}.template-card-date{color:#a0aec0;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:16px;position:fixed;right:0;top:0;z-index:1000}.modal-content{display:flex;flex-direction:column;max-height:90vh;max-width:600px;width:100%}.modal-header{align-items:center;display:flex;justify-content:space-between}.modal-close-btn{background:none;border:none;color:#718096;cursor:pointer;font-size:1.5rem;line-height:1;padding:4px 8px}.modal-body{overflow-y:auto;padding:24px}.gl-grid-3{grid-gap:10px;align-items:end;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:900px){.gl-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.gl-grid-3{grid-template-columns:1fr}}.gl-lists-scroll{border-radius:8px;display:flex;flex-direction:column;gap:8px;max-height:min(60vh,560px);overflow:auto;overscroll-behavior:contain;padding:8px;scroll-padding-bottom:24px}.modal-actions{border-top:1px solid #edf2f7;display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:16px}.templates-mobile{display:none}.templates-desktop{display:block}@media (max-width:1024px){.templates-desktop{display:none!important}.templates-mobile{display:block!important}}@media (max-width:768px){.main-content{margin-left:0;overflow-x:hidden;padding:76px 16px 24px}.info-banner{flex-direction:column;gap:8px;margin-bottom:16px;padding:12px 14px}.info-banner-text{font-size:.85rem}.modal-overlay{align-items:flex-start;padding:60px 12px 12px}.modal-content{max-height:calc(100vh - 80px)}.modal-body{padding:16px}.modal-actions{flex-direction:column}.modal-actions .btn{width:100%}.warning-banner{flex-direction:column;font-size:.85rem;gap:8px}.dashboard-header{align-items:stretch;flex-direction:column;gap:16px;padding-bottom:16px}.dashboard-header .btn,.dashboard-header>div:last-child{width:100%}.page-title{font-size:1.5rem}.page-subtitle{font-size:.85rem}.stats-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.stat-card{padding:16px}.stat-value{font-size:1.5rem}.card{border-radius:8px}}@media (max-width:480px){.main-content{padding:72px 12px 20px}.stats-grid{grid-template-columns:1fr}.template-card{padding:14px}.template-card-title h3{font-size:.95rem}.badge{font-size:.7rem;padding:3px 8px}}.wrap{flex-wrap:wrap}.scroll-x{-webkit-overflow-scrolling:touch;overflow-x:auto}.grid-auto{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.stack-sm{display:flex}@media (max-width:640px){.stack-sm{align-items:stretch!important;flex-direction:column!important;gap:10px}}.show-sm{display:none}.hide-sm{display:inherit}@media (max-width:640px){.show-sm{display:inline!important;display:initial!important}.hide-sm{display:none!important}}.ew-grid{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:260px 1fr}.ew-aside{padding:16px;position:-webkit-sticky;position:sticky;top:16px}.ew-aside-header{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:12px}.ew-close-btn{display:none}.ew-main{min-width:0}.ew-menu-rail{margin-bottom:8px}.ew-menu-btn{display:none}@media (max-width:640px){.ew-grid{display:block}.ew-aside{border-radius:0;bottom:0;left:0;max-width:90vw;overflow-y:auto;position:fixed!important;top:0;transform:translateX(-100%);transition:transform .25s ease;width:min(85vw,320px);z-index:1002}.ew-aside.open{transform:translateX(0)}.ew-close-btn{display:inline-flex}.ew-backdrop{background:#00000073;inset:0;position:fixed;z-index:1001}.ew-menu-btn{align-items:center;display:inline-flex;gap:8px}}.gl-grid{grid-gap:20px;align-items:stretch;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}@media (max-width:640px){.gl-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.f63cb026.css.map*/