:root{--bg:#fff;--surface:#f9fafb;--surface-2:#f3f4f6;--surface-hover:#f0f0f0;--border:#e5e7eb;--border-strong:#d1d5db;--text:#111827;--text-muted:#4b5563;--text-subtle:#6b7280;--accent:#000;--accent-hover:#1f2937;--success:#059669;--warning:#d97706;--danger:#dc2626;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000a;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--accent-light:#f3f4f6;--transition:.2s cubic-bezier(.4, 0, .2, 1);color:var(--text);background:var(--bg);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}html{scroll-behavior:smooth}::selection{background:var(--text);color:var(--bg)}button,input,select{font:inherit;border-radius:var(--radius-sm)}button{cursor:pointer;background:var(--accent);color:#fff;transition:background var(--transition), transform var(--transition), box-shadow var(--transition);border:none;padding:.5rem 1rem}button:hover{background:var(--accent-hover)}button:active{transform:scale(.98)}button:disabled{opacity:.5;cursor:not-allowed;transform:none}button.small{padding:.3rem .6rem;font-size:.8rem}button.secondary{border:1px solid var(--border);color:var(--text-muted);background:0 0}button.secondary:hover{background:var(--surface);color:var(--text);border-color:var(--border-strong)}input,select{background:var(--bg);border:1px solid var(--border);color:var(--text);transition:border-color var(--transition), box-shadow var(--transition);padding:.5rem .75rem}input:focus,select:focus{border-color:var(--text);outline:none;box-shadow:0 0 0 3px #00000014}input::placeholder{color:var(--text-subtle)}.login-page{background:var(--surface);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:400px;box-shadow:var(--shadow-lg);flex-direction:column;gap:1.25rem;padding:2.5rem;display:flex}.login-card h1{letter-spacing:-.02em;font-size:1.5rem}.login-card p{color:var(--text-muted);font-size:.875rem}.login-card label{color:var(--text-muted);flex-direction:column;gap:.35rem;font-size:.8rem;font-weight:500;display:flex}.login-card label input{margin-top:.1rem}.login-card button[type=submit]{margin-top:.25rem;padding:.65rem 1rem;font-weight:600}.login-back{color:var(--text-muted);transition:color var(--transition);margin-bottom:.25rem;font-size:.85rem;text-decoration:none}.login-back:hover{color:var(--text)}.error{color:var(--danger);font-size:.875rem}.admin-layout{min-height:100vh;display:flex}.sidebar{background:var(--bg);border-right:1px solid var(--border);width:240px;height:100vh;box-shadow:var(--shadow-sm);z-index:10;flex-direction:column;padding:1.5rem 0;display:flex;position:sticky;top:0}.sidebar-brand{border-bottom:1px solid var(--border);align-items:center;gap:.5rem;margin-bottom:.5rem;padding:0 1.25rem 1.25rem;display:flex}.sidebar-brand h1{letter-spacing:-.02em;font-size:1.1rem}.sidebar-brand span{color:var(--text-subtle);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.sidebar nav{flex-direction:column;flex:1;gap:.125rem;padding:.5rem .75rem;display:flex}.sidebar nav a{border-radius:var(--radius-sm);color:var(--text-muted);transition:background var(--transition), color var(--transition);padding:.6rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;position:relative}.sidebar nav a:before{content:"";background:var(--accent);width:3px;height:0;transition:height var(--transition);border-radius:0 2px 2px 0;position:absolute;top:50%;left:-.75rem;transform:translateY(-50%)}.sidebar nav a:hover{background:var(--surface);color:var(--text)}.sidebar nav a.active{background:var(--surface-2);color:var(--text);font-weight:600}.sidebar nav a.active:before{height:60%}.sidebar-footer{border-top:1px solid var(--border);color:var(--text-muted);flex-direction:column;gap:.5rem;margin:0 .75rem;padding:1rem 1.25rem 0;font-size:.8rem;display:flex}.sidebar-footer span{color:var(--text);font-weight:500}.sidebar-footer button{border:1px solid var(--border);color:var(--text-muted);background:0 0;padding:.4rem .75rem;font-size:.8rem}.sidebar-footer button:hover{background:var(--surface);color:var(--danger);border-color:var(--danger)}.sidebar-toggle{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);width:28px;height:28px;transition:background var(--transition), color var(--transition);background:0 0;flex-shrink:0;justify-content:center;align-items:center;padding:.25rem;font-size:.7rem;display:flex}.sidebar-toggle:hover{background:var(--surface);color:var(--text);border-color:var(--border-strong)}.brand-text{flex-direction:column;gap:.1rem;display:flex}.sidebar.collapsed{width:64px}.sidebar.collapsed .sidebar-toggle{border-color:#0000}.sidebar.collapsed .brand-text{display:none}.sidebar.collapsed .sidebar-brand{border-bottom:none;justify-content:center;margin-bottom:0;padding:.75rem;display:flex}.sidebar.collapsed .sidebar-brand:after{content:"UP";letter-spacing:-.02em;color:var(--text);font-size:1rem;font-weight:700}.sidebar.collapsed nav{padding:.5rem}.sidebar.collapsed nav a{justify-content:center;align-items:center;padding:.5rem;display:flex}.sidebar.collapsed .nav-label,.sidebar.collapsed .sidebar-footer span{display:none}.sidebar.collapsed .sidebar-footer{align-items:center;margin:0 .5rem;padding:.75rem}.sidebar.collapsed .sidebar-footer button{text-align:center;width:100%;padding:.3rem;font-size:.65rem}.nav-icon{background:var(--surface-2);width:24px;height:24px;color:var(--text-muted);text-transform:uppercase;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:inline-flex}.sidebar nav a.active .nav-icon{background:var(--text);color:var(--bg)}.sidebar nav a:hover .nav-icon{background:var(--border)}.admin-main{background:var(--surface);flex:1;min-height:100vh;padding:2rem 2.5rem;overflow-y:auto}.mobile-menu-btn{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text);cursor:pointer;transition:background var(--transition), border-color var(--transition);justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.1rem;display:none}.mobile-menu-btn:hover{background:var(--surface);border-color:var(--border-strong)}.sidebar-overlay{z-index:99;background:#0000004d;display:none;position:fixed;inset:0}.page{max-width:1200px}.page>h2{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.4rem}.page-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.page-header h2{letter-spacing:-.02em;margin-bottom:0;font-size:1.4rem}.stats-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.stat-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition), transform var(--transition);flex-direction:column;gap:.15rem;padding:1.25rem 1.5rem;display:flex}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-card .label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:500}.stat-card .value{color:var(--text);letter-spacing:-.03em;font-size:2rem;font-weight:700;line-height:1.2}.stat-card .sub{color:var(--text-subtle);margin-top:.25rem;font-size:.75rem}.data-table{border-collapse:separate;border-spacing:0;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;font-size:.875rem;overflow:hidden}.data-table thead{background:var(--surface)}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--border);padding:.7rem .85rem}.data-table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-strong);font-size:.75rem;font-weight:600}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr{transition:background var(--transition)}.data-table tbody tr:hover{background:var(--surface)}.data-table tbody tr:nth-child(2n):not(:hover){background:#fcfcfc}code{background:var(--surface-2);color:var(--text);border-radius:4px;padding:.15rem .4rem;font-size:.8rem}.badge{text-transform:capitalize;border-radius:999px;padding:.2rem .55rem;font-size:.7rem;font-weight:500;display:inline-block}.badge.active{color:var(--success);background:#0596691a}.badge.suspended,.badge.expired,.badge.cancelled{color:var(--danger);background:#dc26261a}.capitalize{text-transform:capitalize}.inline-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:1.25rem;display:flex}.checkbox{color:var(--text-muted);cursor:pointer;align-items:center;gap:.4rem;font-size:.8rem;display:inline-flex}.checkbox input[type=checkbox]{cursor:pointer;width:1rem;height:1rem}.hint{color:var(--text-muted);margin-top:1rem;font-size:.8rem}.summary-bar{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.summary-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition), transform var(--transition);flex:180px;padding:.75rem 1.25rem}.summary-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.summary-card>div:first-child{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:600}.summary-card>div:nth-child(2){color:var(--text);font-size:1.5rem;font-weight:700}.public-layout{flex-direction:column;min-height:100vh;display:flex}.public-layout main{background:var(--bg);flex:1}.public-header{-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:100;background:#ffffffeb;justify-content:space-between;align-items:center;padding:.75rem 2rem;display:flex;position:sticky;top:0}.public-header .logo{color:var(--text);letter-spacing:-.03em;font-size:1.25rem;font-weight:800;text-decoration:none}.public-header nav{align-items:center;gap:.25rem;display:flex}.public-header nav a{color:var(--text-muted);border-radius:var(--radius-sm);transition:color var(--transition), background var(--transition);padding:.4rem .85rem;font-size:.875rem;font-weight:500;text-decoration:none;position:relative}.public-header nav a:hover{color:var(--text);background:var(--surface)}.public-header nav a.active{color:var(--text);font-weight:600}.mobile-nav-toggle{color:var(--text);cursor:pointer;background:0 0;border:none;padding:.4rem;display:none}.mobile-nav-toggle svg{display:block}.btn-outline{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);transition:background var(--transition), border-color var(--transition);padding:.4rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-block}.btn-outline:hover{background:var(--surface);border-color:var(--border-strong)}.btn-primary{border-radius:var(--radius-sm);background:var(--accent);color:#fff;transition:background var(--transition), transform var(--transition), box-shadow var(--transition);padding:.7rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.btn-primary:hover{background:var(--accent-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-primary:active{transform:scale(.98)}.btn-secondary{border-radius:var(--radius-sm);border:1px solid var(--border);color:var(--text);transition:background var(--transition), border-color var(--transition), transform var(--transition);padding:.7rem 1.75rem;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-block}.btn-secondary:hover{background:var(--surface);border-color:var(--border-strong);transform:translateY(-1px)}.btn-ghost{border-radius:var(--radius-sm);color:var(--text-muted);transition:color var(--transition), background var(--transition);padding:.5rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-block}.btn-ghost:hover{color:var(--text);background:var(--surface)}.home-page .section-container{max-width:1100px;margin:0 auto;padding:5rem 2rem}.hero{text-align:center;max-width:900px;margin:0 auto;padding:8rem 2rem 5rem}.hero h1{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero h1 .highlight{background:linear-gradient(to right, var(--text), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-sub{color:var(--text-muted);max-width:600px;margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.7}.hero-actions{justify-content:center;gap:1rem;display:flex}.stats-bar{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);gap:1px;width:100%;display:grid;overflow:hidden}.stat-item{background:var(--bg);text-align:center;padding:2rem 1.5rem}.stat-item .stat-number{letter-spacing:-.03em;color:var(--text);margin-bottom:.25rem;font-size:2.25rem;font-weight:800;line-height:1.1}.stat-item .stat-label{color:var(--text-muted);font-size:.85rem;font-weight:500}.section-title{text-align:center;letter-spacing:-.02em;margin-bottom:.75rem;font-size:2rem;font-weight:800}.section-subtitle{text-align:center;color:var(--text-muted);max-width:600px;margin:0 auto 3rem;font-size:1.05rem;line-height:1.6}.features-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.feature-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition), transform var(--transition), border-color var(--transition);flex-direction:column;gap:.75rem;padding:2rem;display:flex}.feature-card:hover{box-shadow:var(--shadow-lg);border-color:var(--border-strong);transform:translateY(-4px)}.feature-icon{border-radius:var(--radius-sm);background:var(--accent-light);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.feature-icon svg{width:20px;height:20px;stroke:var(--text);fill:none;stroke-width:1.5px}.feature-card h3{font-size:1.1rem;font-weight:600}.feature-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.testimonials-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.testimonial-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:1rem;padding:1.75rem;display:flex}.testimonial-card .quote{color:var(--text-muted);font-size:.9rem;font-style:italic;line-height:1.7}.testimonial-card .quote:before{content:"“";vertical-align:-.4em;color:var(--text-subtle);margin-right:.15rem;font-size:2.5rem;line-height:0}.testimonial-card .author{align-items:center;gap:.75rem;display:flex}.testimonial-card .author-avatar{background:var(--surface-2);width:40px;height:40px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;display:flex}.testimonial-card .author-info .name{font-size:.85rem;font-weight:600}.testimonial-card .author-info .role{color:var(--text-subtle);font-size:.75rem}.cta-section{text-align:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5rem 2rem}.cta-section h2{letter-spacing:-.02em;margin-bottom:.75rem;font-size:2rem;font-weight:800}.cta-section p{color:var(--text-muted);max-width:500px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1.05rem}.cta-actions{justify-content:center;gap:1rem;display:flex}.pricing-page .section-container{max-width:1100px;margin:0 auto;padding:4rem 2rem}.pricing-header{text-align:center;padding:2rem 2rem 0}.pricing-header h1{letter-spacing:-.03em;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.pricing-header p{color:var(--text-muted);max-width:500px;margin:0 auto;font-size:1.1rem}.pricing-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;max-width:1100px;margin:0 auto;padding:3rem 2rem 5rem;display:grid}.pricing-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition), transform var(--transition), border-color var(--transition);flex-direction:column;padding:2.5rem 2rem;display:flex;position:relative}.pricing-card:hover{box-shadow:var(--shadow-lg);border-color:var(--border-strong);transform:translateY(-4px)}.pricing-card.highlighted{border-color:var(--text);box-shadow:var(--shadow-md);border-width:2px}.pricing-card.highlighted:hover{box-shadow:var(--shadow-lg)}.popular-badge{background:var(--accent);color:#fff;text-transform:uppercase;letter-spacing:.06em;border-radius:999px;padding:.3rem 1.5rem;font-size:.7rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card h2{margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.price{margin-bottom:1rem}.price .amount{letter-spacing:-.03em;font-size:2.25rem;font-weight:800;line-height:1.1}.price .period{color:var(--text-muted);font-size:.9rem}.plan-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.85rem;line-height:1.5}.pricing-card ul{flex:1;margin-bottom:1.5rem;list-style:none}.pricing-card ul li{border-bottom:1px solid var(--border);color:var(--text);align-items:center;gap:.5rem;padding:.5rem 0;font-size:.85rem;display:flex}.pricing-card ul li:before{content:"✓";color:var(--success);font-size:.9rem;font-weight:700}.pricing-card ul li:last-child{border-bottom:none}.pricing-card .btn-primary,.pricing-card .btn-secondary{text-align:center;width:100%}.pricing-faq{max-width:700px;margin:0 auto;padding:2rem 2rem 5rem}.pricing-faq h2{text-align:center;letter-spacing:-.02em;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.faq-item{border-bottom:1px solid var(--border);padding:1rem 0}.faq-question{cursor:pointer;text-align:left;width:100%;color:var(--text);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:0;font-size:.95rem;font-weight:600;display:flex}.faq-question:hover{background:0 0}.faq-question svg{width:16px;height:16px;transition:transform var(--transition);flex-shrink:0}.faq-question.open svg{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.faq-answer.open{max-height:300px;padding-top:.75rem}.faq-answer p{color:var(--text-muted);font-size:.85rem;line-height:1.6}.features-page .section-container{max-width:1100px;margin:0 auto;padding:4rem 2rem}.features-header{text-align:center;padding:2rem 2rem 0}.features-header h1{letter-spacing:-.03em;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.features-header p{color:var(--text-muted);max-width:500px;margin:0 auto;font-size:1.1rem}.features-detail{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;padding-top:1rem;padding-bottom:5rem;display:grid}.feature-section{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition), transform var(--transition), border-color var(--transition);border-left:4px solid var(--accent);padding:2rem}.feature-section:hover{box-shadow:var(--shadow-lg);border-color:var(--border-strong);transform:translateY(-4px)}.feature-section h2{align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.15rem;font-weight:600;display:flex}.feature-section ul{list-style:none}.feature-section ul li{color:var(--text-muted);align-items:center;gap:.5rem;padding:.35rem 0;font-size:.85rem;display:flex}.feature-section ul li:before{content:"✓";color:var(--success);font-size:.85rem;font-weight:700}.about-page .section-container{max-width:800px;margin:0 auto;padding:4rem 2rem}.about-header{text-align:center;padding:2rem 2rem 0}.about-header h1{letter-spacing:-.03em;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.about-header p{color:var(--text-muted);max-width:500px;margin:0 auto;font-size:1.1rem}.about-content{flex-direction:column;gap:1.5rem;padding-top:1rem;padding-bottom:5rem;display:flex}.about-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition), transform var(--transition), border-color var(--transition);padding:2rem}.about-card:hover{box-shadow:var(--shadow-lg);border-color:var(--border-strong);transform:translateY(-4px)}.about-card h2{margin-bottom:.75rem;font-size:1.2rem;font-weight:600}.about-card p{color:var(--text-muted);font-size:.9rem;line-height:1.7}.about-card .contact-item{align-items:center;gap:.5rem;margin-top:.5rem;font-size:.9rem;display:flex}.about-card .contact-item a{color:var(--text);text-decoration:none}.about-card .contact-item a:hover{text-decoration:underline}.about-stats{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.about-stat-item{background:var(--bg);text-align:center;padding:2rem 1.5rem}.about-stat-item .number{letter-spacing:-.03em;margin-bottom:.25rem;font-size:2rem;font-weight:800;line-height:1.1}.about-stat-item .label{color:var(--text-muted);font-size:.8rem;font-weight:500}.public-footer{border-top:1px solid var(--border);background:var(--bg);margin-top:auto}.footer-inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;max-width:1100px;margin:0 auto;padding:3rem 2rem;display:grid}.footer-col h4{text-transform:uppercase;letter-spacing:.05em;color:var(--text);margin-bottom:1rem;font-size:.85rem;font-weight:600}.footer-col p{color:var(--text-muted);margin-top:.5rem;font-size:.8rem;line-height:1.6}.footer-col a{color:var(--text-muted);transition:color var(--transition);padding:.3rem 0;font-size:.85rem;text-decoration:none;display:block}.footer-col a:hover{color:var(--text)}.footer-social{gap:.75rem;margin-top:1rem;display:flex}.footer-social a{background:var(--surface);width:32px;height:32px;color:var(--text-muted);transition:background var(--transition), color var(--transition);border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex}.footer-social a:hover{background:var(--accent);color:#fff}.footer-social svg{fill:currentColor;width:16px;height:16px}.footer-bottom{border-top:1px solid var(--border);max-width:1100px;color:var(--text-subtle);justify-content:space-between;align-items:center;margin:0 auto;padding:1.25rem 2rem;font-size:.75rem;display:flex}.text-muted{color:var(--text-muted)}.text-subtle{color:var(--text-subtle)}@keyframes skeleton-pulse{0%,to{opacity:.5}50%{opacity:1}}.skeleton{background:var(--surface-2);border-radius:4px;animation:1.5s ease-in-out infinite skeleton-pulse}.skeleton-row{width:100%;height:1rem;margin-bottom:.5rem}.skeleton-row:last-child{margin-bottom:0}.reveal{opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);transform:translateY(24px)}.visible .reveal{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}.reveal-delay-6{transition-delay:.6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.error-state{text-align:center;color:var(--text-muted);padding:3rem 1rem}.error-state p{margin-bottom:1rem;font-size:.9rem}.group-header td{transition:background var(--transition)}.group-header:hover td{background:var(--surface-2)!important}.settings-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ci-token-card{background:var(--surface-2);border:1px solid var(--border-strong);border-radius:var(--radius-md);margin-bottom:1rem;padding:1rem}.ci-token-warning{color:var(--warning);margin-bottom:.5rem;font-size:.8rem}.ci-token-display{gap:.5rem;display:flex}.ci-token-value{background:var(--surface);color:var(--text);border-radius:var(--radius-sm);font-size:.8rem;font-family:var(--font-mono,"Courier New", monospace);word-break:break-all;flex:1;padding:.5rem .75rem}.ci-token-copy{white-space:nowrap;padding:.4rem .8rem}@media (width<=1024px){.admin-main{padding:1.5rem}.stats-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.hero h1{font-size:2.75rem}.hero{padding:6rem 2rem 4rem}}@media (width<=768px){.sidebar{z-index:100;width:260px;height:100vh;box-shadow:var(--shadow-lg);transition:transform .2s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.mobile-open{transform:translate(0)}.sidebar.collapsed{width:260px}.sidebar.collapsed .brand-text,.sidebar.collapsed .sidebar-toggle{display:flex}.sidebar.collapsed .sidebar-brand:after{display:none}.sidebar.collapsed .sidebar-brand{border-bottom:1px solid var(--border);justify-content:flex-start;margin-bottom:.5rem;padding:0 1.25rem 1.25rem;display:flex}.sidebar.collapsed .nav-label{display:inline}.sidebar.collapsed nav a{justify-content:flex-start}.sidebar.collapsed nav{padding:.5rem .75rem}.sidebar.collapsed .sidebar-footer span{display:inline}.sidebar.collapsed .sidebar-footer{align-items:stretch;margin:0 .75rem;padding:1rem 1.25rem 0}.sidebar.collapsed .sidebar-footer button{width:auto;padding:.4rem .75rem;font-size:.8rem}.sidebar-overlay{display:block}.mobile-menu-btn{display:flex}.admin-layout{flex-direction:column}.admin-main{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;gap:.75rem}.stats-grid{grid-template-columns:1fr}.stat-card .value{font-size:1.5rem}.features-grid,.pricing-grid,.features-detail,.testimonials-grid{grid-template-columns:1fr}.hero h1{font-size:2.25rem}.hero{padding:5rem 1.25rem 3rem}.hero-sub{font-size:1rem}.public-header{padding:.75rem 1rem}.public-header nav{background:var(--bg);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);flex-direction:column;gap:.25rem;padding:.5rem;display:none;position:absolute;top:100%;left:0;right:0}.public-header nav.mobile-open{display:flex}.public-header nav a{border-radius:var(--radius-sm);padding:.6rem .75rem;font-size:.9rem}.mobile-nav-toggle{display:flex}.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.pricing-card.highlighted{order:-1}.stats-bar{grid-template-columns:repeat(2,1fr)}.about-stats{grid-template-columns:1fr}.section-title{font-size:1.5rem}.cta-actions{flex-direction:column;align-items:center}.home-page .section-container{padding:3rem 1rem}.inline-form{flex-direction:column;align-items:stretch}.inline-form input,.inline-form select,.inline-form button{width:100%!important}.data-table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.summary-bar{flex-direction:column}.summary-card{flex:auto}.settings-row{flex-direction:column;align-items:stretch}.settings-row input{width:100%!important}.hero-actions{flex-direction:column;align-items:center}.home-page .section-container,.pricing-page .section-container,.features-page .section-container,.about-page .section-container{padding:3rem 1rem}.pricing-grid{padding:2rem 1rem}.pricing-faq{padding:1.5rem 1rem 3rem}.features-detail,.about-content{padding-bottom:3rem}.about-stats .about-stat-item{padding:1.5rem 1rem}.about-card{padding:1.5rem}.pay-page{padding:0 1rem}.pay-section h2{font-size:1.2rem}.pay-steps{max-width:100%;padding:0 .5rem}.pay-step .step-label{display:none}.pay-step.active .step-label{font-size:.65rem;display:block}.page>h2{font-size:1.2rem}}@media (width<=480px){.admin-main{padding:.75rem}.login-card{margin:1rem;padding:1.5rem}.stat-card{padding:1rem}.data-table th,.data-table td{padding:.5rem .6rem;font-size:.75rem}.hero h1{font-size:1.75rem}.hero{padding:3rem 1rem 2rem}.features-header h1,.about-header h1{font-size:1.75rem}.features-header,.about-header,.pricing-header{padding:1.5rem 1rem 0}.stats-bar{grid-template-columns:1fr}.stat-item{padding:1.25rem 1rem}.stat-item .stat-number{font-size:1.75rem}.section-title{font-size:1.35rem}.section-subtitle{margin-bottom:2rem;font-size:.9rem}.feature-card{padding:1.25rem}.pricing-card{padding:1.5rem 1.25rem}.footer-inner{grid-template-columns:1fr;padding:2rem 1rem}.pricing-header h1{font-size:1.75rem}.pricing-grid{padding:1.5rem 1rem 3rem}.features-detail,.about-content{padding:.5rem 1rem 3rem}.about-stats .about-stat-item{padding:1.25rem 1rem}.about-stat-item .number{font-size:1.5rem}.cta-section{padding:3rem 1rem}}.pay-page{max-width:900px;margin:0 auto;padding:0 1.5rem}.pay-header{text-align:center;padding:3rem 0 1.5rem}.pay-header h1{letter-spacing:-.03em;margin-bottom:.5rem;font-size:2rem}.pay-header p{color:var(--text-muted);font-size:1rem}.pay-steps{justify-content:center;gap:0;max-width:500px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;display:flex}.pay-step{flex:1;align-items:center;gap:.5rem;display:flex;position:relative}.pay-step:after{content:"";background:var(--border);flex:1;height:2px;margin-left:.5rem}.pay-step:last-child:after{display:none}.pay-step .step-dot{border:2px solid var(--border);background:var(--bg);width:32px;height:32px;color:var(--text-muted);transition:all var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.pay-step .step-label{color:var(--text-subtle);white-space:nowrap;font-size:.75rem;display:none}.pay-step.active .step-dot{background:var(--accent);border-color:var(--accent);color:#fff}.pay-step.active .step-label{color:var(--text)}.pay-step.done .step-dot{background:var(--success);border-color:var(--success);color:#fff}.pay-step.done:after{background:var(--success)}.pay-step.active:after{background:var(--accent)}.pay-step.active .step-label{display:block}@media (width>=481px){.pay-step .step-label{display:block}.pay-step.active .step-dot{transform:scale(1.1)}}.pay-error{color:var(--danger);border-radius:var(--radius-md);background:#dc262614;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem;display:flex}.pay-section{margin-bottom:2.5rem}.pay-section h2{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:1.4rem}.pay-posid-form{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);max-width:500px;margin:0 auto;padding:2rem}.pay-posid-form label{color:var(--text);margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.pay-posid-input{gap:.5rem;display:flex}.pay-posid-input input{text-transform:uppercase;flex:1;padding:.65rem .75rem;font-size:1rem}.pay-posid-input button{white-space:nowrap;padding:.65rem 1.25rem;font-weight:600}.pay-hint{color:var(--text-muted);margin-top:1rem;font-size:.8rem}.pay-hint a{color:var(--text)}.pay-client-info{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.pay-client-info>div{flex-direction:column;gap:.25rem;display:flex}.pay-client-info strong{font-size:1.1rem}.pay-client-info code{font-size:.75rem}.pay-renewal-badge{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);text-align:center;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem}.pay-plans{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.pay-plan-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition), transform var(--transition);flex-direction:column;padding:1.5rem;display:flex;position:relative}.pay-plan-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.pay-plan-card.highlighted{border-color:var(--text);box-shadow:var(--shadow-md)}.pay-plan-card h3{margin-bottom:.5rem;font-size:1.2rem}.pay-plan-price{margin-bottom:.75rem}.pay-plan-price .amount{letter-spacing:-.03em;font-size:1.5rem;font-weight:800;display:block}.pay-plan-price .period{color:var(--text-muted);font-size:.8rem}.pay-plan-card ul{flex:1;margin-bottom:1.25rem;list-style:none}.pay-plan-card ul li{border-bottom:1px solid var(--border);color:var(--text);padding:.35rem 0;font-size:.8rem}.pay-plan-card ul li:before{content:"✓";color:var(--success);margin-right:.4rem;font-weight:600}.pay-plan-card ul li:last-child{border-bottom:none}.pay-plan-card .btn-primary,.pay-plan-card .btn-secondary{text-align:center}.pay-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.pay-summary .label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.15rem;font-size:.75rem;display:block}.pay-amount{font-size:1.25rem;font-weight:700}.pay-methods{margin-bottom:1.5rem}.pay-methods h3{margin-bottom:.75rem;font-size:.9rem}.pay-method{border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:border-color var(--transition), background var(--transition);align-items:flex-start;gap:.75rem;margin-bottom:.5rem;padding:1rem;display:flex}.pay-method:hover{border-color:var(--border-strong)}.pay-method.active{border-color:var(--text);background:var(--surface)}.pay-method input[type=radio]{width:auto;margin-top:.2rem}.pay-method strong{margin-bottom:.15rem;font-size:.9rem;display:block}.pay-method span{color:var(--text-muted);font-size:.8rem}.pay-stk-form{margin-top:1rem}.pay-stk-form label{margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.pay-phone-input{gap:.5rem;display:flex}.pay-phone-input input{flex:1;padding:.65rem .75rem;font-size:1rem}.pay-phone-input button{white-space:nowrap;padding:.65rem 1.25rem;font-weight:600}.pay-manual-flow{margin-top:1rem}.pay-manual-instructions{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:1rem;padding:1.25rem}.pay-manual-instructions h4{margin-bottom:.75rem;font-size:.9rem}.pay-manual-instructions ol{flex-direction:column;gap:.5rem;padding-left:1.25rem;list-style:decimal;display:flex}.pay-manual-instructions ol li{color:var(--text);font-size:.85rem;line-height:1.5}.pay-manual-instructions ol li strong{font-size:.95rem}.pay-manual-confirm{text-align:center;padding:2rem}.pay-manual-confirm h2{margin-bottom:.5rem}.pay-manual-confirm p{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem}.pay-pending{text-align:center;padding:3rem 1rem}.pay-spinner{border:3px solid var(--border);border-top-color:var(--text);border-radius:50%;width:40px;height:40px;margin:0 auto 1.5rem;animation:.8s linear infinite pay-spin}@keyframes pay-spin{to{transform:rotate(360deg)}}.pay-pending h2{margin-bottom:.5rem}.pay-pending p{color:var(--text-muted);font-size:.9rem}.pay-ref{color:var(--text-muted);margin-top:1rem;font-size:.85rem}.pay-success{text-align:center;padding:2rem 1rem}.pay-success-icon{background:var(--success);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;font-size:2rem;font-weight:700;display:flex}.pay-success h2{margin-bottom:.5rem}.pay-success>p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.pay-success-details{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:.6rem;max-width:400px;margin:0 auto 1.5rem;padding:1.25rem;display:flex}.pay-success-details>div{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.pay-success-details .label{color:var(--text-muted)}.pay-success-details code{font-size:.75rem}.pay-success-actions{justify-content:center;gap:.75rem;display:flex}.pay-features-section{border-top:1px solid var(--border);margin-top:2rem;padding:3rem 0 4rem}.pay-features-section h2{text-align:center;letter-spacing:-.02em;margin-bottom:2rem;font-size:1.5rem}.pay-features-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.pay-feature-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.25rem}.pay-feature-item h3{margin-bottom:.35rem;font-size:1rem}.pay-feature-item p{color:var(--text-muted);font-size:.8rem;line-height:1.5}@media (width<=768px){.pay-page{padding:0 1rem}.pay-header{padding:2rem 0 1rem}.pay-header h1{font-size:1.5rem}.pay-posid-form{padding:1.25rem}.pay-posid-input,.pay-phone-input{flex-direction:column}.pay-posid-input button,.pay-phone-input button{width:100%}.pay-plans{grid-template-columns:1fr}.pay-plan-card{padding:1.25rem}.pay-client-info{flex-direction:column;align-items:flex-start}.pay-summary{text-align:center;flex-direction:column}.pay-steps{padding:0 .5rem}.pay-step .step-dot{width:28px;height:28px;font-size:.65rem}.pay-success-actions{flex-direction:column;align-items:center}.pay-success-details{padding:1rem}.pay-features-grid{grid-template-columns:1fr 1fr}.pay-features-section{padding:2rem 0 3rem}}@media (width<=480px){.pay-features-grid{grid-template-columns:1fr}.pay-features-section h2{font-size:1.25rem}.pay-feature-item{padding:1rem}.pay-success-icon{width:48px;height:48px;font-size:1.5rem}}
