@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&family=Syne:wght@600;700;800&display=swap";:root{--font-sans: "Inter", sans-serif;--font-display: "Outfit", sans-serif;--font-syne: "Syne", sans-serif;--bg-main: #07090e;--bg-surface: rgba(15, 22, 38, .7);--bg-surface-solid: #0f1626;--bg-surface-hover: rgba(30, 41, 59, .8);--border-glow: rgba(99, 102, 241, .15);--border-light: rgba(255, 255, 255, .08);--border-focused: rgba(99, 102, 241, .4);--primary-indigo: #6366f1;--primary-indigo-rgb: 99, 102, 241;--primary-cyan: #06b6d4;--primary-cyan-rgb: 6, 182, 212;--primary-violet: #8b5cf6;--accent-emerald: #10b981;--accent-rose: #f43f5e;--accent-warning: #f59e0b;--text-main: #f8fafc;--text-muted: #94a3b8;--text-dark: #64748b;--shadow-sm: 0 2px 8px -1px rgba(0, 0, 0, .2);--shadow-md: 0 12px 24px -4px rgba(0, 0, 0, .35);--shadow-lg: 0 20px 40px -8px rgba(0, 0, 0, .5);--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1);--transition-bounce: all .5s cubic-bezier(.34, 1.56, .64, 1)}*{margin:0;padding:0;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}body{font-family:var(--font-sans);background-color:var(--bg-main);color:var(--text-main);overflow-x:hidden;min-height:100vh;line-height:1.5;background-image:radial-gradient(circle at 10% 20%,rgba(99,102,241,.05) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(6,182,212,.04) 0%,transparent 40%)}button,input,textarea,select{font-family:inherit;color:inherit}select option{background-color:#0f1626;color:#f8fafc}a{text-decoration:none;color:inherit}header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2.5rem;border-bottom:1px solid var(--border-light);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#07090ecc;position:sticky;top:0;z-index:100}.logo-container{display:flex;align-items:center;gap:.75rem}.logo-icon{width:2.25rem;height:2.25rem;background:linear-gradient(135deg,var(--primary-indigo),var(--primary-cyan));border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:800;color:#fff;box-shadow:0 4px 12px #6366f14d}.logo-text{font-family:var(--font-display);font-weight:700;font-size:1.35rem;letter-spacing:-.025em;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.logo-badge{background:#06b6d41a;color:var(--primary-cyan);font-size:.65rem;font-weight:700;padding:.15rem .4rem;border-radius:2rem;border:1px solid rgba(6,182,212,.2);letter-spacing:.05em;text-transform:uppercase}nav{display:flex;align-items:center;gap:2rem}.nav-link{color:var(--text-muted);font-weight:500;font-size:.95rem;cursor:pointer;transition:var(--transition-smooth)}.nav-link:hover,.nav-link.active{color:var(--text-main);text-shadow:0 0 10px rgba(99,102,241,.3)}.btn-header{background:linear-gradient(135deg,var(--primary-indigo),var(--primary-violet));color:#fff;border:none;padding:.6rem 1.25rem;border-radius:.6rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:var(--transition-bounce);box-shadow:0 4px 12px #6366f133}.btn-header:hover{transform:translateY(-2px);box-shadow:0 6px 18px #6366f159}.view{display:none;min-height:calc(100vh - 73px)}.view.active{display:block;animation:fadeIn .4s ease-out}.landing-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:6rem 1.5rem 4rem;position:relative}.hero-pill{background:#6366f114;border:1px solid rgba(99,102,241,.2);padding:.5rem 1.25rem;border-radius:100px;font-size:.85rem;font-weight:600;color:var(--primary-indigo);margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;animation:pulse 2.5s infinite}.hero-pill svg{fill:currentColor}.landing-hero h1{font-family:var(--font-display);font-weight:800;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1;letter-spacing:-.03em;max-width:900px;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff 30%,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.landing-hero h1 span{background:linear-gradient(135deg,var(--primary-cyan),var(--primary-indigo));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-muted);max-width:650px;margin-bottom:3rem}.hero-actions{display:flex;gap:1.25rem;margin-bottom:4rem}.btn-primary{background:linear-gradient(135deg,var(--primary-indigo),var(--primary-cyan));color:#fff;border:none;padding:1rem 2.25rem;border-radius:.75rem;font-weight:700;font-size:1.05rem;cursor:pointer;transition:var(--transition-bounce);box-shadow:0 8px 20px #6366f14d}.btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 28px #6366f173}.btn-secondary{background:#ffffff0d;color:var(--text-main);border:1px solid var(--border-light);padding:1rem 2.25rem;border-radius:.75rem;font-weight:600;font-size:1.05rem;cursor:pointer;transition:var(--transition-smooth)}.btn-secondary:hover{background:#ffffff1a;border-color:#fff3}.pricing-section{padding:5rem 2.5rem 8rem;max-width:1200px;margin:0 auto;text-align:center}.pricing-section h2{font-family:var(--font-display);font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.pricing-subtitle{color:var(--text-muted);margin-bottom:4rem;max-width:500px;margin-left:auto;margin-right:auto}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.25rem;align-items:stretch}.pricing-card{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:1.5rem;padding:3rem 2.25rem;text-align:left;display:flex;flex-direction:column;position:relative;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:var(--transition-bounce)}.pricing-card:hover{transform:translateY(-8px);border-color:#6366f14d;box-shadow:var(--shadow-lg),0 0 30px #6366f10d}.pricing-card.popular{border:2px solid var(--primary-indigo);box-shadow:var(--shadow-lg),0 0 40px #6366f11a}.popular-badge{position:absolute;top:1.25rem;right:1.25rem;background:linear-gradient(135deg,var(--primary-indigo),var(--primary-violet));color:#fff;font-size:.75rem;font-weight:700;padding:.3rem .8rem;border-radius:2rem;text-transform:uppercase;letter-spacing:.05em}.plan-name{font-family:var(--font-display);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.plan-description{font-size:.9rem;color:var(--text-muted);margin-bottom:2rem;min-height:40px}.plan-price-container{display:flex;align-items:baseline;gap:.25rem;margin-bottom:2.25rem}.plan-price-currency{font-size:1.25rem;font-weight:700;color:var(--primary-cyan)}.plan-price{font-family:var(--font-display);font-size:3rem;font-weight:800;letter-spacing:-.02em}.plan-period{color:var(--text-muted);font-size:.9rem}.plan-features{list-style:none;margin-bottom:3rem;flex-grow:1}.plan-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.95rem;color:var(--text-main)}.plan-features li svg{flex-shrink:0;color:var(--accent-emerald)}.plan-features li.disabled{color:var(--text-dark)}.plan-features li.disabled svg{color:var(--text-dark)}.btn-plan{width:100%;padding:1rem;border-radius:.75rem;font-weight:700;font-size:1rem;cursor:pointer;text-align:center;transition:var(--transition-smooth);border:1px solid var(--border-light);background:#ffffff08}.pricing-card.popular .btn-plan{background:linear-gradient(135deg,var(--primary-indigo),var(--primary-violet));color:#fff;border:none;box-shadow:0 4px 15px #6366f140}.pricing-card.popular .btn-plan:hover{box-shadow:0 6px 20px #6366f166}.pricing-card:not(.popular) .btn-plan:hover{background:#ffffff14;border-color:#fff3}.payment-section{margin-top:5rem}.payment-title{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--text-dark);margin-bottom:2rem}.payment-logos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:3rem;opacity:.65;transition:var(--transition-smooth)}.payment-logos:hover{opacity:.9}.payment-logo{height:32px;filter:grayscale(1) brightness(1.5);transition:var(--transition-smooth)}.payment-logo:hover{filter:none}.dashboard-container{display:block;min-height:calc(100vh - 73px);position:relative}.dash-sidebar{position:fixed;top:73px;left:0;bottom:0;width:280px;background:#0a0f1c;border-right:1px solid var(--border-light);padding:2rem 1.5rem;display:flex;flex-direction:column;gap:2rem;z-index:900;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto}.dash-sidebar.open{transform:translate(0);box-shadow:var(--shadow-lg)}.user-profile{display:flex;align-items:center;gap:.75rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-light)}.user-avatar{width:2.75rem;height:2.75rem;border-radius:50%;background:linear-gradient(135deg,var(--primary-cyan),var(--primary-indigo));display:flex;align-items:center;justify-content:center;font-weight:700;font-family:var(--font-display);border:2px solid rgba(255,255,255,.1)}.user-details{display:flex;flex-direction:column}.user-name{font-weight:600;font-size:.95rem}.user-plan-badge{background:#06b6d41a;color:var(--primary-cyan);font-size:.7rem;font-weight:700;padding:.1rem .5rem;border-radius:4px;border:1px solid rgba(6,182,212,.2);width:fit-content;margin-top:.25rem}.sidebar-menu{list-style:none;display:flex;flex-direction:column;gap:.5rem}.sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.8rem 1rem;border-radius:.5rem;font-weight:500;font-size:.95rem;color:var(--text-muted);cursor:pointer;transition:var(--transition-smooth)}.sidebar-item svg{transition:var(--transition-smooth)}.sidebar-item:hover,.sidebar-item.active{color:var(--text-main);background:#ffffff0a}.sidebar-item.active{background:#6366f11a;color:var(--primary-indigo);border:1px solid rgba(99,102,241,.15)}.sidebar-item.active svg{color:var(--primary-indigo)}.plan-simulator-box{margin-top:auto;background:#6366f10d;border:1px solid rgba(99,102,241,.15);border-radius:.75rem;padding:1.25rem 1rem;display:flex;flex-direction:column;gap:.75rem}.sim-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.sim-select{background:var(--bg-surface-solid);border:1px solid var(--border-light);padding:.5rem;border-radius:.4rem;font-size:.85rem;font-weight:600;outline:none;cursor:pointer;transition:var(--transition-smooth)}.sim-select:focus{border-color:var(--primary-indigo)}.dash-content{padding:2.5rem;overflow-y:auto;height:calc(100vh - 73px)}.dash-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.dash-header h2{font-family:var(--font-display);font-size:2rem;font-weight:800}.dash-subtitle{color:var(--text-muted);font-size:.95rem;margin-top:.25rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2.5rem}.stat-card{background:var(--bg-surface-solid);border:1px solid var(--border-light);border-radius:1rem;padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start}.stat-info{display:flex;flex-direction:column}.stat-label{font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem}.stat-value{font-family:var(--font-display);font-size:1.75rem;font-weight:700}.stat-change{font-size:.75rem;font-weight:600;margin-top:.25rem}.stat-change.up{color:var(--accent-emerald)}.stat-icon{width:2.75rem;height:2.75rem;border-radius:.75rem;background:#ffffff08;display:flex;align-items:center;justify-content:center;color:var(--primary-indigo);border:1px solid var(--border-light)}.dash-page{display:none}.dash-page.active{display:block;animation:fadeIn .3s ease-out}.dashboard-row{display:grid;grid-template-columns:1.3fr 1fr;gap:1.75rem}.dashboard-panel{background:var(--bg-surface-solid);border:1px solid var(--border-light);border-radius:1.25rem;padding:1.75rem;display:flex;flex-direction:column}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.panel-title{font-family:var(--font-display);font-size:1.2rem;font-weight:700}.chart-container{height:250px;width:100%;position:relative;display:flex;align-items:flex-end;justify-content:space-between;padding-top:2rem;border-bottom:1px solid var(--border-light);border-left:1px solid var(--border-light);margin-bottom:1rem}.chart-grid{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none;padding-left:10px}.chart-line{width:100%;border-top:1px dashed rgba(255,255,255,.03);height:0}.chart-bar-wrapper{display:flex;flex-direction:column;align-items:center;width:12%;height:100%;justify-content:flex-end;z-index:1}.chart-bar{width:24px;background:linear-gradient(to top,var(--primary-indigo),var(--primary-cyan));border-radius:6px 6px 0 0;transition:height 1s ease-out;box-shadow:0 0 12px #6366f133;cursor:pointer;position:relative}.chart-bar:hover{filter:brightness(1.2)}.chart-bar-tooltip{position:absolute;top:-35px;left:50%;transform:translate(-50%);background:#1e1b4b;border:1px solid var(--primary-indigo);padding:.25rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600;white-space:nowrap;opacity:0;visibility:hidden;transition:var(--transition-smooth)}.chart-bar:hover .chart-bar-tooltip{opacity:1;visibility:visible;top:-40px}.chart-label{font-size:.7rem;color:var(--text-muted);margin-top:.5rem;text-transform:uppercase;font-weight:600}.bookings-list{display:flex;flex-direction:column;gap:.85rem;max-height:350px;overflow-y:auto;padding-right:.25rem}.booking-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#ffffff05;border:1px solid var(--border-light);border-radius:.75rem;transition:var(--transition-smooth)}.booking-item:hover{background:#ffffff0a;border-color:#ffffff1f}.booking-main{display:flex;align-items:center;gap:.85rem}.booking-date-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;background:#6366f114;border:1px solid rgba(99,102,241,.15);border-radius:.6rem;color:var(--primary-indigo);font-weight:700}.booking-date-day{font-size:1.15rem;line-height:1}.booking-date-month{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em}.booking-info{display:flex;flex-direction:column}.booking-client{font-weight:600;font-size:.95rem}.booking-service{font-size:.8rem;color:var(--text-muted);margin-top:.15rem}.booking-meta{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.booking-time{font-weight:700;font-size:.95rem}.booking-price{font-size:.8rem;color:var(--primary-cyan);font-weight:600}.booking-phone{font-size:.75rem;color:var(--text-dark)}.bookings-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;color:var(--text-muted);text-align:center;gap:1rem}.bookings-empty svg{color:var(--text-dark);width:3rem;height:3rem}.editor-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:2.5rem;align-items:start;min-height:calc(100vh - 120px)}.editor-panel-controls{background:var(--bg-surface-solid);border:1px solid var(--border-light);border-radius:1.25rem;padding:2.25rem;display:flex;flex-direction:column;gap:2rem}.editor-section-title{font-family:var(--font-display);font-size:1.25rem;font-weight:700;border-bottom:1px solid var(--border-light);padding-bottom:.75rem;margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.form-label{font-size:.85rem;font-weight:600;color:var(--text-muted)}.form-input{background:#ffffff08;border:1px solid var(--border-light);border-radius:.6rem;padding:.75rem 1rem;font-size:.95rem;outline:none;transition:var(--transition-smooth)}.form-input:focus{border-color:var(--primary-indigo);box-shadow:0 0 10px #6366f126;background:#ffffff0d}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.color-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(45px,1fr));gap:.75rem;margin-top:.5rem}.color-swatch{width:44px;height:44px;border-radius:50%;cursor:pointer;border:3px solid transparent;transition:var(--transition-bounce);box-shadow:var(--shadow-sm)}.color-swatch:hover{transform:scale(1.1)}.color-swatch.active{border-color:#fff;transform:scale(1.05);box-shadow:0 0 15px currentColor}.editor-services-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.editor-service-item{display:flex;align-items:center;justify-content:space-between;background:#ffffff05;border:1px solid var(--border-light);border-radius:.6rem;padding:.75rem 1rem}.editor-service-info{display:flex;flex-direction:column}.editor-service-name{font-weight:600;font-size:.9rem}.editor-service-meta{font-size:.75rem;color:var(--text-muted);margin-top:.15rem}.btn-icon-delete{background:transparent;border:none;color:var(--text-dark);cursor:pointer;transition:var(--transition-smooth);padding:.25rem;border-radius:4px}.btn-icon-delete:hover{color:var(--accent-rose);background:#f43f5e1a}.add-service-box{background:#ffffff05;border:1px dashed var(--border-light);border-radius:.75rem;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.btn-add-service{background:#6366f11a;color:var(--primary-indigo);border:1px solid rgba(99,102,241,.2);padding:.6rem;border-radius:.5rem;font-weight:600;font-size:.85rem;cursor:pointer;text-align:center;transition:var(--transition-smooth)}.btn-add-service:hover{background:var(--primary-indigo);color:#fff}.editor-actions{display:flex;gap:1rem;justify-content:flex-end}.editor-lock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#07090ed9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem;border-radius:1.25rem}.editor-panel-controls-wrapper{position:relative}.editor-panel-controls-wrapper.locked .editor-lock-overlay{display:flex}.lock-card{max-width:400px;display:flex;flex-direction:column;align-items:center;gap:1.5rem;background:var(--bg-surface-solid);border:1px solid var(--border-focused);padding:3rem 2rem;border-radius:1.5rem;box-shadow:var(--shadow-lg),0 0 30px #6366f11a}.lock-icon-container{width:4.5rem;height:4.5rem;border-radius:50%;background:#6366f11a;border:2px solid var(--primary-indigo);display:flex;align-items:center;justify-content:center;color:var(--primary-indigo);animation:bounce 2s infinite}.lock-title{font-family:var(--font-display);font-size:1.5rem;font-weight:700}.lock-desc{font-size:.9rem;color:var(--text-muted);line-height:1.6}.btn-unlock{background:linear-gradient(135deg,var(--primary-indigo),var(--primary-violet));color:#fff;border:none;padding:.85rem 1.75rem;border-radius:.6rem;font-weight:700;cursor:pointer;transition:var(--transition-bounce);box-shadow:0 4px 15px #6366f14d}.btn-unlock:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f173}.smartphone-container{display:flex;justify-content:center;position:sticky;top:90px}.smartphone{width:320px;height:640px;background:#000;border:10px solid #1e293b;border-radius:36px;box-shadow:0 25px 50px -12px #000000b3,0 0 0 2px #ffffff0d,0 0 20px var(--border-glow);position:relative;overflow:hidden;display:flex;flex-direction:column}.phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:140px;height:18px;background:#1e293b;border-bottom-left-radius:12px;border-bottom-right-radius:12px;z-index:50;display:flex;align-items:center;justify-content:center;gap:10px}.notch-camera{width:8px;height:8px;background:#0f172a;border-radius:50%}.notch-speaker{width:40px;height:3px;background:#334155;border-radius:2px}.phone-screen{flex-grow:1;overflow-y:auto;padding:2rem 1rem 1.5rem;background:linear-gradient(135deg,#0f172a,#1e1b4b);display:flex;flex-direction:column;gap:1.25rem;font-size:.85rem;position:relative;scrollbar-width:none}.phone-screen::-webkit-scrollbar{display:none}.phone-brand-section{text-align:center;margin-top:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.phone-logo{width:3.5rem;height:3.5rem;border-radius:50%;background:#ffffff0d;border:1px dashed rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.phone-logo img{width:100%;height:100%;object-fit:cover;border-radius:50%}.phone-title{font-family:var(--font-display);font-weight:700;font-size:1.2rem;color:#fff}.phone-desc{font-size:.75rem;color:#fff9;line-height:1.4;max-width:250px}.phone-services-container{display:flex;flex-direction:column;gap:.6rem}.phone-section-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff6;margin-bottom:.25rem}.phone-service-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:.6rem;padding:.75rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:var(--transition-smooth)}.phone-service-card:hover{background:#ffffff14}.phone-service-card.selected{background:#6366f126!important;border-color:var(--primary-indigo)!important}.phone-service-info{display:flex;flex-direction:column;gap:.15rem}.phone-service-name{font-weight:600;color:#fff}.phone-service-duration{font-size:.7rem;color:#fff6}.phone-service-price{font-weight:700;color:var(--primary-cyan)}.phone-schedule-container{display:none;flex-direction:column;gap:.75rem;animation:slideUp .3s ease-out}.phone-date-scroller{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none}.phone-date-scroller::-webkit-scrollbar{display:none}.phone-date-card{flex-shrink:0;width:3.25rem;height:3.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-smooth)}.phone-date-card:hover{background:#ffffff0f}.phone-date-card.selected{background:var(--primary-indigo)!important;border-color:var(--primary-indigo)!important;color:#fff!important}.phone-date-weekday{font-size:.6rem;text-transform:uppercase;opacity:.6}.phone-date-day{font-size:1.1rem;font-weight:700;margin-top:-.1rem}.phone-time-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem}.phone-time-slot{background:#ffffff08;border:1px solid rgba(255,255,255,.06);padding:.4rem;border-radius:.4rem;text-align:center;cursor:pointer;font-weight:600;font-size:.75rem;transition:var(--transition-smooth)}.phone-time-slot:hover{background:#ffffff0f}.phone-time-slot.selected{background:var(--primary-cyan)!important;border-color:var(--primary-cyan)!important;color:#000!important;font-weight:700}.phone-form-container{display:none;flex-direction:column;gap:.75rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);padding:.85rem;border-radius:.75rem;animation:slideUp .3s ease-out}.phone-input{background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:.4rem;padding:.5rem .75rem;font-size:.8rem;color:#fff;outline:none;transition:var(--transition-smooth)}.phone-input:focus{border-color:var(--primary-indigo)}.phone-btn-submit{background:linear-gradient(135deg,var(--primary-indigo),var(--primary-cyan));color:#fff;border:none;padding:.65rem;border-radius:.4rem;font-weight:700;font-size:.85rem;cursor:pointer;box-shadow:0 4px 10px #6366f133;transition:var(--transition-bounce)}.phone-btn-submit:hover{filter:brightness(1.1)}.phone-success-screen{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a;z-index:100;display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;animation:fadeIn .4s ease-out}.phone-success-icon{width:4rem;height:4rem;border-radius:50%;background:#10b9811a;border:2px solid var(--accent-emerald);color:var(--accent-emerald);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.75rem}.phone-success-title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:.5rem}.phone-success-desc{font-size:.75rem;color:#fff9;line-height:1.5;margin-bottom:2rem}.phone-btn-restart{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.5rem 1.25rem;border-radius:.4rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:var(--transition-smooth)}.phone-btn-restart:hover{background:#ffffff1a}.toast-notification{position:fixed;bottom:2rem;right:2rem;background:#0f1726;border:1px solid var(--primary-indigo);border-left:4px solid var(--primary-indigo);padding:1rem 1.5rem;border-radius:.5rem;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:.75rem;z-index:1000;animation:slideInRight .3s ease-out}.toast-success{border-color:var(--accent-emerald);border-left-color:var(--accent-emerald)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.03);opacity:.85}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes slideInRight{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}#split-active-panel,.loyalty-grid>.dashboard-panel,.management-grid>.dashboard-panel{max-width:550px!important;width:100%!important;margin:0 auto!important}@media (max-width: 992px){.dashboard-row,.editor-layout{grid-template-columns:1fr}.smartphone-container{position:static;margin-top:2rem}#split-view-container,.loyalty-grid,.management-grid{grid-template-columns:1fr!important;gap:1.5rem!important}}.auth-tab{transition:var(--transition-smooth)}.auth-tab:hover{color:#fff}.auth-tab.active{border-bottom-color:var(--primary-indigo)!important;color:#fff!important}.form-input::placeholder{color:var(--text-dark)}.tabs-segmented{display:flex;background:#ffffff05;border:1px solid var(--border-light);padding:.25rem;border-radius:.75rem;margin-bottom:1.5rem;gap:.25rem;width:100%}.tabs-segmented .auth-tab{flex:1;padding:.6rem 1rem;background:transparent!important;border:none!important;border-radius:.5rem;font-size:.8rem;font-weight:600;color:var(--text-muted)!important;cursor:pointer;transition:var(--transition-smooth);text-align:center;border-bottom:none!important}.tabs-segmented .auth-tab:hover{color:var(--text-main)!important;background:#ffffff08!important}.tabs-segmented .auth-tab.active{background:var(--primary-indigo)!important;color:#fff!important;font-weight:700;box-shadow:0 4px 12px #6366f140}.lockable-container{position:relative;overflow:hidden}.lockable-container.locked>*:not(.plan-locked-overlay){filter:blur(5px) grayscale(50%);opacity:.35;pointer-events:none;-webkit-user-select:none;user-select:none}.plan-locked-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#07090ebf;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;z-index:10;border-radius:1rem;padding:1.5rem;text-align:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .3s ease-out}.plan-locked-icon{width:3.5rem;height:3.5rem;border-radius:50%;background:#6366f11a;border:1px solid rgba(99,102,241,.3);display:flex;align-items:center;justify-content:center;color:var(--primary-cyan);font-size:1.5rem;box-shadow:0 0 15px #6366f126}.plan-locked-text{font-size:.85rem;font-weight:600;color:#fff;max-width:300px;line-height:1.4}.plan-locked-badge{font-size:.65rem;font-weight:800;background:var(--primary-indigo);color:#fff;padding:.2rem .6rem;border-radius:20px;text-transform:uppercase;letter-spacing:.05em;box-shadow:var(--shadow-sm)}.limit-badge-info{font-size:.7rem;font-weight:700;background:#ffffff0a;border:1px solid var(--border-light);color:var(--text-muted);padding:.25rem .6rem;border-radius:20px;align-self:flex-start;margin-top:-.75rem;margin-bottom:.5rem}.limit-badge-info strong{color:var(--primary-cyan)}@keyframes pulseGold{0%{transform:scale(1);box-shadow:0 0 #fbbf2466}70%{transform:scale(1.05);box-shadow:0 0 0 8px #fbbf2400}to{transform:scale(1);box-shadow:0 0 #fbbf2400}}.theme-preset-gold{background:#fbfaf7!important;color:#1e293b!important}.theme-preset-gold h1,.theme-preset-gold h2,.theme-preset-gold h3,.theme-preset-gold h4,.theme-preset-gold .phone-section-label,.theme-preset-gold .pub-step-label{color:#b89047!important}.theme-preset-gold p,.theme-preset-gold span:not(.phone-service-price):not(.pub-service-price),.theme-preset-gold div:not(.notch-speaker):not(.notch-camera):not(.phone-notch){color:#475569!important}.theme-preset-gold .phone-service-card,.theme-preset-gold .pub-service-card,.theme-preset-gold .phone-staff-card,.theme-preset-gold .pub-staff-card,.theme-preset-gold .phone-date-card,.theme-preset-gold .pub-date-card,.theme-preset-gold .phone-time-slot,.theme-preset-gold .pub-time-slot{background:#fff!important;border:2px solid #e2e8f0!important;color:#1e293b!important}.theme-preset-gold .phone-service-card.selected,.theme-preset-gold .pub-service-card.selected,.theme-preset-gold .phone-staff-card.selected,.theme-preset-gold .pub-staff-card.selected,.theme-preset-gold .phone-date-card.selected,.theme-preset-gold .pub-date-card.selected,.theme-preset-gold .phone-date-card.active,.theme-preset-gold .pub-date-card.active,.theme-preset-gold .phone-time-slot.selected,.theme-preset-gold .pub-time-slot.selected{border-color:#d4af37!important;background:#fffdeb!important;box-shadow:0 0 10px #d4af3726!important}.theme-preset-gold .phone-service-price,.theme-preset-gold .pub-service-price{color:#b89047!important}.theme-preset-gold .phone-input,.theme-preset-gold .pub-input,.theme-preset-gold #phone-loyalty-check-input{background:#fff!important;border:2px solid #cbd5e1!important;color:#1e293b!important}.theme-preset-gold .phone-btn-submit,.theme-preset-gold .pub-btn-primary,.theme-preset-gold .phone-btn-restart,.theme-preset-gold #phone-loyalty-check-btn{background:#d4af37!important;color:#fff!important;border:none!important}.theme-preset-gold .phone-btn-submit:hover,.theme-preset-gold .pub-btn-primary:hover{background:#b89047!important}.theme-preset-gold .pub-btn-secondary,.theme-preset-gold .phone-btn-restart{background:#e2e8f0!important;color:#475569!important;border:1px solid #cbd5e1!important}.theme-preset-pink{background:#fff5f7!important;color:#881337!important}.theme-preset-pink h1,.theme-preset-pink h2,.theme-preset-pink h3,.theme-preset-pink h4,.theme-preset-pink .phone-section-label,.theme-preset-pink .pub-step-label{color:#db2777!important}.theme-preset-pink p,.theme-preset-pink span:not(.phone-service-price):not(.pub-service-price),.theme-preset-pink div:not(.notch-speaker):not(.notch-camera):not(.phone-notch){color:#9d174d!important}.theme-preset-pink .phone-service-card,.theme-preset-pink .pub-service-card,.theme-preset-pink .phone-staff-card,.theme-preset-pink .pub-staff-card,.theme-preset-pink .phone-date-card,.theme-preset-pink .pub-date-card,.theme-preset-pink .phone-time-slot,.theme-preset-pink .pub-time-slot{background:#fff!important;border:2px solid #fce7f3!important;color:#881337!important}.theme-preset-pink .phone-service-card.selected,.theme-preset-pink .pub-service-card.selected,.theme-preset-pink .phone-staff-card.selected,.theme-preset-pink .pub-staff-card.selected,.theme-preset-pink .phone-date-card.selected,.theme-preset-pink .pub-date-card.selected,.theme-preset-pink .phone-date-card.active,.theme-preset-pink .pub-date-card.active,.theme-preset-pink .phone-time-slot.selected,.theme-preset-pink .pub-time-slot.selected{border-color:#ec4899!important;background:#fdf2f8!important;box-shadow:0 0 10px #ec489926!important}.theme-preset-pink .phone-service-price,.theme-preset-pink .pub-service-price{color:#db2777!important}.theme-preset-pink .phone-input,.theme-preset-pink .pub-input,.theme-preset-pink #phone-loyalty-check-input{background:#fff!important;border:2px solid #fbcfe8!important;color:#881337!important}.theme-preset-pink .phone-btn-submit,.theme-preset-pink .pub-btn-primary,.theme-preset-pink .phone-btn-restart,.theme-preset-pink #phone-loyalty-check-btn{background:#ec4899!important;color:#fff!important;border:none!important}.theme-preset-pink .phone-btn-submit:hover,.theme-preset-pink .pub-btn-primary:hover{background:#db2777!important}.theme-preset-pink .pub-btn-secondary,.theme-preset-pink .phone-btn-restart{background:#fff1f2!important;color:#9d174d!important;border:1px solid #fbcfe8!important}.theme-preset-light{background:#fff!important;color:#111827!important}.theme-preset-light h1,.theme-preset-light h2,.theme-preset-light h3,.theme-preset-light h4,.theme-preset-light .phone-section-label,.theme-preset-light .pub-step-label{color:#111827!important}.theme-preset-light p,.theme-preset-light span:not(.phone-service-price):not(.pub-service-price),.theme-preset-light div:not(.notch-speaker):not(.notch-camera):not(.phone-notch){color:#374151!important}.theme-preset-light .phone-service-card,.theme-preset-light .pub-service-card,.theme-preset-light .phone-staff-card,.theme-preset-light .pub-staff-card,.theme-preset-light .phone-date-card,.theme-preset-light .pub-date-card,.theme-preset-light .phone-time-slot,.theme-preset-light .pub-time-slot{background:#fff!important;border:2px solid #e5e7eb!important;color:#111827!important}.theme-preset-light .phone-service-card.selected,.theme-preset-light .pub-service-card.selected,.theme-preset-light .phone-staff-card.selected,.theme-preset-light .pub-staff-card.selected,.theme-preset-light .phone-date-card.selected,.theme-preset-light .pub-date-card.selected,.theme-preset-light .phone-date-card.active,.theme-preset-light .pub-date-card.active,.theme-preset-light .phone-time-slot.selected,.theme-preset-light .pub-time-slot.selected{border-color:#2563eb!important;background:#eff6ff!important;box-shadow:0 0 10px #2563eb1a!important}.theme-preset-light .phone-service-price,.theme-preset-light .pub-service-price{color:#2563eb!important}.theme-preset-light .phone-input,.theme-preset-light .pub-input,.theme-preset-light #phone-loyalty-check-input{background:#fff!important;border:2px solid #d1d5db!important;color:#111827!important}.theme-preset-light .phone-btn-submit,.theme-preset-light .pub-btn-primary,.theme-preset-light .phone-btn-restart,.theme-preset-light #phone-loyalty-check-btn{background:#1f2937!important;color:#fff!important;border:none!important}.theme-preset-light .phone-btn-submit:hover,.theme-preset-light .pub-btn-primary:hover{background:#111827!important}.theme-preset-light .pub-btn-secondary,.theme-preset-light .phone-btn-restart{background:#f3f4f6!important;color:#374151!important;border:1px solid #e5e7eb!important}body.dash-light{--bg-main: #f1f5f9;--bg-surface: rgba(255, 255, 255, .75);--bg-surface-solid: #ffffff;--bg-surface-hover: rgba(15, 23, 42, .03);--border-light: rgba(15, 23, 42, .08);--border-focused: rgba(99, 102, 241, .3);--border-glow: rgba(99, 102, 241, .04);--text-main: #0f172a;--text-muted: #475569;--text-dark: #64748b;background-image:radial-gradient(circle at 10% 20%,rgba(99,102,241,.03) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(6,182,212,.02) 0%,transparent 40%)!important}body.dash-light header{background-color:#fffc!important;border-bottom:1px solid rgba(15,23,42,.08)!important}body.dash-light .logo-text{background:linear-gradient(135deg,#0f172a,#475569)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important}body.dash-light .nav-link{color:#475569!important}body.dash-light .nav-link:hover,body.dash-light .nav-link.active{color:#0f172a!important}body.dash-light .dash-sidebar{background:#fff!important;border-right:1px solid rgba(15,23,42,.08)!important}body.dash-light .sidebar-item{color:#475569!important}body.dash-light .sidebar-item:hover{background:#0f172a08!important;color:#0f172a!important}body.dash-light .sidebar-item.active{background:#6366f114!important;color:#6366f1!important;border-color:#6366f11f!important}body.dash-light .sidebar-item.active svg{color:#6366f1!important}body.dash-light .user-profile{border-bottom:1px solid rgba(15,23,42,.08)!important}body.dash-light .btn-primary{box-shadow:0 4px 12px #6366f133!important}body.dash-light .btn-primary:hover{box-shadow:0 6px 18px #6366f14d!important}body.dash-light .btn-secondary{background:#fff!important;color:#475569!important;border:1px solid rgba(15,23,42,.12)!important;box-shadow:0 1px 2px #0000000a!important}body.dash-light .btn-secondary:hover:not(:disabled){background:#f8fafc!important;color:#0f172a!important;border-color:#0f172a33!important}body.dash-light .btn-secondary:disabled{background:#f1f5f9!important;color:#94a3b8!important;border-color:#0f172a0f!important;cursor:not-allowed!important;box-shadow:none!important}body.dash-light .btn-add-service{background:#6366f10f!important;color:#4f46e5!important;border:1px solid rgba(99,102,241,.18)!important}body.dash-light .btn-add-service:hover{background:#6366f1!important;color:#fff!important}body.dash-light .form-input{background:#0f172a05!important;border:1px solid rgba(15,23,42,.1)!important;color:#0f172a!important}body.dash-light .form-input:focus{background:#fff!important;border-color:#6366f1!important;box-shadow:0 0 10px #6366f11a!important}body.dash-light .form-input::placeholder{color:#94a3b8!important}body.dash-light select,body.dash-light select option{background-color:#fff!important;color:#0f172a!important}body.dash-light #overview-filter-type,body.dash-light #overview-filter-date,body.dash-light #overview-filter-start-date,body.dash-light #overview-filter-end-date{color:#0f172a!important;background-color:#fff!important;border-color:#0f172a1f!important}body.dash-light .booking-item,body.dash-light .service-item,body.dash-light .staff-item,body.dash-light .product-card,body.dash-light .promo-card,body.dash-light .gallery-item{background:#fff!important;border:1px solid rgba(15,23,42,.06)!important;box-shadow:0 1px 3px #00000005,0 1px 2px #0000000a!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important}body.dash-light .booking-item:hover,body.dash-light .service-item:hover,body.dash-light .staff-item:hover,body.dash-light .product-card:hover,body.dash-light .promo-card:hover,body.dash-light .gallery-item:hover{background:#fff!important;border-color:#0f172a26!important;box-shadow:0 4px 12px #0f172a0f!important;transform:translateY(-2px)!important}body.dash-light .booking-date-badge{background:#6366f10f!important;border:1px solid rgba(99,102,241,.15)!important;color:#4f46e5!important}body.dash-light .booking-price{color:#0891b2!important}body.dash-light .tabs-segmented{background:#e2e8f0!important;border:1px solid rgba(15,23,42,.06)!important}body.dash-light .tabs-segmented .auth-tab{color:#475569!important}body.dash-light .tabs-segmented .auth-tab:hover{color:#0f172a!important;background:#0f172a0a!important}body.dash-light .tabs-segmented .auth-tab.active{background:#fff!important;color:#0f172a!important;font-weight:700;box-shadow:0 3px 8px #00000014!important}body.dash-light .chart-line{border-top:1px dashed rgba(15,23,42,.05)!important}body.dash-light .chart-bar-tooltip{background:#fff!important;border-color:var(--primary-indigo)!important;color:var(--primary-indigo)!important;box-shadow:0 4px 12px #00000014!important}body.dash-light .plan-simulator-box{background:#6366f10a!important;border-color:#6366f126!important}body.dash-light #walkin-form-box{background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 4px 12px #0f172a0a!important}body.dash-light .reorder-item{background:#fff!important;border:1px solid rgba(15,23,42,.08)!important}body.dash-light .reorder-item label{color:#0f172a!important}body.dash-light .add-service-box,body.dash-light div[style*=dashed],body.dash-light div[style*="border: 1px dashed"]{background:#0f172a03!important;border-color:#0f172a14!important}body.dash-light .dash-content span[style*="color:white"],body.dash-light .dash-content span[style*="color: white"],body.dash-light .dash-content strong[style*="color:white"],body.dash-light .dash-content strong[style*="color: white"],body.dash-light .dash-content label[style*="color:white"],body.dash-light .dash-content label[style*="color: white"],body.dash-light .dash-content h4[style*="color:white"],body.dash-light .dash-content h4[style*="color: white"]{color:#0f172a!important}body.dash-light .dash-content span[style*="color: rgba(255,255,255"],body.dash-light .dash-content span[style*="color: rgba(255, 255, 255"],body.dash-light .dash-content p[style*="color: rgba(255,255,255"],body.dash-light .dash-content p[style*="color: rgba(255, 255, 255"]{color:#475569!important}body.dash-light .dash-content div[style*="background: rgba(255, 255, 255"],body.dash-light .dash-content div[style*="background:rgba(255, 255, 255"],body.dash-light .dash-content div[style*="background: rgba(255,255,255"],body.dash-light .dash-content div[style*="background:rgba(255,255,255"],body.dash-light .dash-content div[style*="background: rgba(0,0,0,0.1)"],body.dash-light .dash-content div[style*="background:rgba(0,0,0,0.1)"]{background:#fff!important;border-color:#0f172a0f!important;box-shadow:0 1px 3px #00000005,0 1px 2px #0000000a!important}body.dash-light .dash-content div[style*="background: var(--bg-surface-solid)"]{background:#f1f5f9!important;color:#475569!important;border-color:#0f172a1a!important}body.dash-light .dash-content div[style*="background: rgba(255,255,255,0.05)"],body.dash-light .dash-content div[style*="background:rgba(255,255,255,0.05)"]{background:#e2e8f0!important;border-color:#0f172a14!important}body.dash-light .dash-content div[style*="border-radius: 50%"][style*="rgba(255,255,255,0.05)"]{background:#e2e8f0!important;color:#94a3b8!important;border-color:#0f172a1a!important}body.dash-light .limit-badge-info{background:#0f172a08!important;border-color:#0f172a14!important;color:#475569!important}body.dash-light .limit-badge-info strong{color:#0891b2!important}body.dash-light .editor-lock-overlay,body.dash-light #accent-color-lock-overlay,body.dash-light #ultra-design-lock-overlay,body.dash-light #sections-lock-overlay,body.dash-light #photos-lock-overlay{background:#f1f5f9f0!important}body.dash-light .editor-lock-overlay span,body.dash-light #accent-color-lock-overlay span,body.dash-light #ultra-design-lock-overlay span,body.dash-light #sections-lock-overlay span,body.dash-light #photos-lock-overlay span{color:#0f172a!important}body.dash-light .editor-lock-overlay p,body.dash-light #accent-color-lock-overlay p,body.dash-light #ultra-design-lock-overlay p,body.dash-light #sections-lock-overlay p,body.dash-light #photos-lock-overlay p{color:#475569!important}@media (max-width: 768px){#auth-modal{padding:2rem .5rem .5rem!important;align-items:flex-start!important}.auth-card{padding:1.25rem!important;border-radius:1rem!important;margin:0 auto!important}.tabs-segmented{margin-bottom:1rem!important;padding:.2rem!important}.tabs-segmented .auth-tab{padding:.5rem!important;font-size:.75rem!important;white-space:nowrap}#qr-customizer-modal{padding:1.5rem .5rem .5rem!important;align-items:flex-start!important}#qr-customizer-modal>div{padding:1rem!important;border-radius:1rem!important;gap:.75rem!important}.qr-custom-grid{gap:1rem!important}.dash-header{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important;margin-bottom:1rem!important}.dash-header h2{font-size:1.25rem!important}.panel-header{flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important}#walkin-form-box{padding:.75rem!important;gap:.5rem!important}#walkin-form-box>div{grid-template-columns:1fr!important}header{padding:.85rem 1rem!important}.logo-badge{display:none!important}.logo-text{font-size:1.1rem!important}nav{gap:.75rem!important}nav #nav-landing,nav #nav-pricing-link{display:none!important}#nav-auth-loggedout{gap:.5rem!important}#nav-auth-loggedout .nav-link{font-size:.8rem!important}#nav-register-btn{padding:.4rem .65rem!important;font-size:.75rem!important}#nav-auth-loggedin{gap:.5rem!important}#nav-auth-loggedin div[style*="flex-direction: column"]{display:none!important}#nav-logout-btn{padding:.35rem .65rem!important;font-size:.75rem!important}#schedule-days-container>div{grid-template-columns:1.2fr 1fr 1fr .8fr!important;gap:.35rem!important;padding:.5rem!important}#schedule-days-container input[type=time]{padding:.25rem .15rem!important;font-size:.75rem!important;width:100%!important;min-width:0!important;box-sizing:border-box!important}#schedule-days-container label{font-size:.75rem!important;gap:.25rem!important}#schedule-days-container span{font-size:.7rem!important}.editor-panel-controls,.dashboard-panel{padding:1.25rem!important}.form-row{grid-template-columns:1fr!important;gap:.75rem!important}}@media (max-width: 600px){#pub-header-clickable-title{padding:1.5rem 1rem 1rem!important;gap:.75rem!important}#pub-header-clickable-title>div:first-child{width:3.5rem!important;height:3.5rem!important;font-size:1.3rem!important}#pub-header-clickable-title h1{font-size:1.2rem!important;line-height:1.1!important}#pub-header-clickable-title p{font-size:.75rem!important}}#qr-preview-container svg,#qr-preview-container canvas{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;display:block!important}
