:root{--color-bg: #0f1419;--color-surface: #1c2128;--color-surface-elevated: #252d38;--color-primary: #1fa2ff;--color-primary-hover: #0d8de6;--color-success: #2ecc71;--color-warning: #f39c12;--color-error: #e74c3c;--color-text: #f0f2f5;--color-text-secondary: #a8b2bd;--color-border: #2d3748;--color-online: #2ecc71;--color-offline: #6b7280;--radius: 12px;--radius-sm: 8px;--shadow: 0 4px 12px rgba(0, 0, 0, .3)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--color-bg);color:var(--color-text);min-height:100vh;line-height:1.5}#app{min-height:100vh;display:flex;flex-direction:column}.link-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px}.link-card{background:var(--color-surface);border-radius:var(--radius);padding:40px;max-width:420px;width:100%;box-shadow:var(--shadow)}.link-card__logo{text-align:center;margin-bottom:24px}.link-card__logo svg{width:48px;height:48px;fill:var(--color-primary)}.link-card__title{font-size:1.5rem;font-weight:600;text-align:center;margin-bottom:8px}.link-card__subtitle{font-size:.9rem;color:var(--color-text-secondary);text-align:center;margin-bottom:32px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:.85rem;font-weight:500;margin-bottom:6px;color:var(--color-text-secondary)}.form-group__hint{font-size:.8rem;color:var(--color-text-secondary);margin-bottom:8px}.form-group input{width:100%;padding:12px 16px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-elevated);color:var(--color-text);font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #1fa2ff26}.form-group input::placeholder{color:var(--color-offline)}.btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:14px 24px;border:none;border-radius:var(--radius-sm);font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.btn:active{transform:scale(.98)}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover{background:var(--color-primary-hover)}.btn--primary:disabled{opacity:.5;cursor:not-allowed}.btn--secondary{background:transparent;color:var(--color-primary);border:1px solid var(--color-border);margin-top:12px}.btn--secondary:hover{background:var(--color-surface-elevated)}.link-card__signin-hint{text-align:center;margin-top:20px;font-size:.85rem;color:var(--color-text-secondary)}.link-card__signin-hint a{color:var(--color-primary);text-decoration:none}.link-card__signin-hint a:hover{text-decoration:underline}.confirmation{text-align:center}.confirmation__icon{width:64px;height:64px;margin:0 auto 20px;background:#2ecc711a;border-radius:50%;display:flex;align-items:center;justify-content:center}.confirmation__icon svg{width:32px;height:32px;fill:var(--color-success)}.confirmation__title{font-size:1.4rem;font-weight:600;margin-bottom:8px}.confirmation__description{font-size:.9rem;color:var(--color-text-secondary);margin-bottom:24px}.device-list{list-style:none;margin-bottom:24px;text-align:left}.device-list__item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--color-surface-elevated);border-radius:var(--radius-sm);margin-bottom:8px}.device-list__name{font-weight:500;font-size:.9rem}.device-list__status{display:flex;align-items:center;gap:6px;font-size:.8rem}.status-dot{width:8px;height:8px;border-radius:50%}.status-dot--online{background:var(--color-online)}.status-dot--offline{background:var(--color-offline)}.error-page{text-align:center}.error-page__icon{width:64px;height:64px;margin:0 auto 20px;background:#e74c3c1a;border-radius:50%;display:flex;align-items:center;justify-content:center}.error-page__icon svg{width:32px;height:32px;fill:var(--color-error)}.error-page__title{font-size:1.3rem;font-weight:600;margin-bottom:8px}.error-page__message{font-size:.9rem;color:var(--color-text-secondary);margin-bottom:24px}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;display:inline-block;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}.dashboard{display:flex;flex-direction:column;height:100vh;height:100dvh}.dashboard__header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.dashboard__title{font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:10px}.dashboard__title svg{width:24px;height:24px;fill:var(--color-primary)}.dashboard__status{font-size:.8rem;color:var(--color-text-secondary);display:flex;align-items:center;gap:6px}.dashboard__grid{flex:1;display:grid;gap:2px;padding:2px;background:var(--color-bg);overflow:hidden}.dashboard__grid--1{grid-template-columns:1fr}.dashboard__grid--2{grid-template-columns:repeat(2,1fr)}.dashboard__grid--3,.dashboard__grid--4{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.dashboard__grid--5,.dashboard__grid--6{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}.dashboard__grid--7,.dashboard__grid--8,.dashboard__grid--9{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr)}.camera-feed{position:relative;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden}.camera-feed__overlay{position:absolute;top:0;left:0;right:0;padding:10px 14px;background:linear-gradient(to bottom,rgba(0,0,0,.7) 0%,transparent 100%);display:flex;align-items:center;justify-content:space-between;z-index:2}.camera-feed__name{font-size:.8rem;font-weight:500;color:#fff}.camera-feed__live-badge{display:flex;align-items:center;gap:4px;font-size:.7rem;font-weight:600;color:#fff;background:#e74c3cd9;padding:2px 8px;border-radius:4px}.camera-feed__live-dot{width:6px;height:6px;background:#fff;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.camera-feed__placeholder{color:var(--color-offline);text-align:center;font-size:.85rem}.camera-feed__placeholder svg{width:48px;height:48px;fill:var(--color-offline);margin-bottom:8px;display:block;margin-left:auto;margin-right:auto}.camera-feed__offline{position:absolute;bottom:10px;left:14px;display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--color-offline);z-index:2}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px;text-align:center}.empty-state__icon svg{width:64px;height:64px;fill:var(--color-offline);margin-bottom:16px}.empty-state__title{font-size:1.1rem;font-weight:600;margin-bottom:8px}.empty-state__description{font-size:.9rem;color:var(--color-text-secondary);max-width:360px}@media (max-width: 600px){.link-card{padding:28px 20px;border-radius:var(--radius-sm)}.link-page{padding:16px;align-items:flex-start;padding-top:env(safe-area-inset-top,16px)}.link-card__title{font-size:1.2rem}.link-card__subtitle{font-size:.8rem}.form-group input{font-size:16px;padding:14px 16px}.form-group label{font-size:.75rem}.btn{padding:16px 24px;font-size:.9rem}.dashboard__header{flex-direction:column;gap:8px;padding:10px 12px;padding-top:calc(10px + env(safe-area-inset-top,0px))}.dashboard__title{font-size:.9rem}.dashboard__title svg{width:20px;height:20px}.dashboard__status{width:100%;justify-content:space-between;flex-wrap:nowrap;gap:6px;font-size:.7rem}.dashboard__toggle{margin-right:0}.dashboard__toggle-label{font-size:.65rem;white-space:nowrap}.dashboard__toggle input[type=checkbox]{width:30px;height:16px}.dashboard__toggle input[type=checkbox]:after{width:12px;height:12px}.dashboard__toggle input[type=checkbox]:checked:after{transform:translate(14px)}#logout-btn{font-size:.6rem!important;padding:3px 8px!important;white-space:nowrap}#status-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard__grid{gap:1px;padding:1px}.dashboard__grid--1{grid-template-columns:1fr}.dashboard__grid--2{grid-template-columns:1fr;grid-template-rows:repeat(2,1fr)}.dashboard__grid--3,.dashboard__grid--4{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.dashboard__grid--5,.dashboard__grid--6{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr)}.dashboard__grid--7,.dashboard__grid--8,.dashboard__grid--9{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr)}.camera-feed__overlay{padding:5px 8px}.camera-feed__name{font-size:.6rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%}.camera-feed__live-badge{font-size:.55rem;padding:1px 5px;white-space:nowrap}.camera-feed__timer{font-size:.55rem;bottom:4px;right:6px;padding:1px 5px}.camera-feed__labels{bottom:4px;left:6px;gap:2px;flex-wrap:nowrap;overflow:hidden;max-width:65%}.camera-feed__label{font-size:.45rem;padding:0 3px;white-space:nowrap}.camera-feed__placeholder{font-size:.7rem}.camera-feed__placeholder svg{width:32px;height:32px}.camera-feed__offline{font-size:.6rem;bottom:6px;left:8px}}@media (max-width: 900px) and (orientation: landscape){.dashboard__header{flex-direction:row;padding:8px 16px;padding-left:calc(16px + env(safe-area-inset-left,0px));padding-right:calc(16px + env(safe-area-inset-right,0px))}.dashboard__grid{padding-left:env(safe-area-inset-left,1px);padding-right:env(safe-area-inset-right,1px)}.dashboard__grid--1{grid-template-columns:1fr}.dashboard__grid--2{grid-template-columns:repeat(2,1fr)}.dashboard__grid--3,.dashboard__grid--4{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.dashboard__grid--5,.dashboard__grid--6{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}.dashboard__grid--7,.dashboard__grid--8,.dashboard__grid--9{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr)}}@media (min-width: 601px) and (max-width: 1024px){.dashboard__grid--5,.dashboard__grid--6{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}.dashboard__grid--7,.dashboard__grid--8,.dashboard__grid--9{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr)}}.dashboard__toggle{display:flex;align-items:center;gap:6px;cursor:pointer;margin-right:16px}.dashboard__toggle input[type=checkbox]{width:36px;height:20px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:var(--color-border);border-radius:10px;position:relative;cursor:pointer;transition:background .2s}.dashboard__toggle input[type=checkbox]:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s}.dashboard__toggle input[type=checkbox]:checked{background:var(--color-primary)}.dashboard__toggle input[type=checkbox]:checked:after{transform:translate(16px)}.dashboard__toggle-label{font-size:.75rem;color:var(--color-text-secondary)}.camera-feed__timer{position:absolute;bottom:10px;right:14px;font-family:SF Mono,Fira Code,monospace;font-size:.75rem;color:#2ecc71;background:#0009;padding:2px 8px;border-radius:4px;z-index:2;letter-spacing:1px}.camera-feed__labels{position:absolute;bottom:10px;left:14px;display:flex;flex-wrap:wrap;gap:4px;z-index:2}.camera-feed__label{font-size:.6rem;font-weight:600;color:#ffffffd9;background:#0000008c;padding:1px 5px;border-radius:3px;letter-spacing:.3px;text-transform:uppercase}.camera-feed[draggable=true]{cursor:grab;touch-action:auto}.camera-feed[draggable=true]:active{cursor:grabbing}.camera-feed--dragging{opacity:.4;outline:2px dashed var(--color-primary);touch-action:none}.camera-feed--drag-over{outline:2px solid var(--color-primary);outline-offset:-2px;background:#1fa2ff1a}.dashboard__grid--focused .camera-feed{display:none}.dashboard__grid--focused .camera-feed--focused{display:flex;grid-column:1 / -1;grid-row:1 / -1;touch-action:none;overflow:hidden}.camera-feed--focused video,.camera-feed--focused canvas.hevc-canvas{object-fit:cover}.camera-feed__back-btn{position:absolute;top:10px;right:14px;z-index:10;background:#000000b3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:6px;padding:6px 12px;font-size:.75rem;cursor:pointer;transition:background .2s}.camera-feed__back-btn:hover{background:#fff3}@media (max-width: 600px){.camera-feed__back-btn{top:auto;bottom:40px;right:50%;transform:translate(50%);font-size:.7rem;padding:8px 16px}}.dashboard__menu-wrapper{position:relative;margin-left:8px}.dashboard__menu-btn{background:none;border:1px solid var(--color-border);color:var(--color-text-secondary);border-radius:6px;padding:4px 8px;cursor:pointer;display:flex;align-items:center;transition:background .2s}.dashboard__menu-btn:hover{background:var(--color-surface-elevated)}.dashboard__dropdown{position:absolute;top:calc(100% + 6px);right:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);min-width:200px;box-shadow:0 8px 24px #0006;z-index:100;overflow:hidden}.dashboard__dropdown-section{padding:10px 14px}.dashboard__dropdown-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-secondary);margin-bottom:4px}.dashboard__dropdown-item{font-size:.8rem;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard__dropdown-divider{height:1px;background:var(--color-border)}.dashboard__dropdown-item--action{display:block;width:100%;text-align:left;background:none;border:none;padding:10px 14px;font-size:.8rem;color:var(--color-error);cursor:pointer;transition:background .15s}.dashboard__dropdown-item--action:hover{background:var(--color-surface-elevated)}.dashboard__dropdown-links{display:flex;flex-wrap:wrap;gap:8px 12px;padding:10px 14px}.dashboard__dropdown-links a{font-size:.7rem;color:var(--color-text-secondary);text-decoration:none}.dashboard__dropdown-links a:hover{color:var(--color-primary)}.dashboard__dropdown-device{display:flex;align-items:center;justify-content:space-between;padding:4px 0;gap:8px}.dashboard__dropdown-device-name{font-size:.75rem;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.dashboard__dropdown-device-sub{font-size:.6rem;font-weight:600;padding:1px 6px;border-radius:3px;white-space:nowrap}.sub--active{color:var(--color-success);background:#2ecc711a}.sub--inactive{color:var(--color-offline);background:#6b72801a}@media (max-width: 600px){.dashboard__dropdown{min-width:180px;max-height:60vh;overflow-y:auto}.dashboard__dropdown-label{font-size:.55rem}.dashboard__dropdown-item{font-size:.7rem}.dashboard__dropdown-item--action{font-size:.7rem;padding:10px 14px}.dashboard__menu-btn{padding:4px 6px}}.static-page{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg)}.static-page__content{flex:1;max-width:720px;margin:0 auto;padding:40px 24px}.static-page__content h1{font-size:1.8rem;font-weight:700;margin-bottom:8px}.static-page__content h2{font-size:1.1rem;font-weight:600;margin-top:28px;margin-bottom:10px;color:var(--color-text)}.static-page__content h3{font-size:1rem;font-weight:600;margin-bottom:6px}.static-page__content p,.static-page__content li{font-size:.9rem;color:var(--color-text-secondary);line-height:1.7}.static-page__content ul{padding-left:20px;margin:8px 0}.static-page__content li{margin-bottom:6px}.static-page__content a{color:var(--color-primary);text-decoration:none}.static-page__content a:hover{text-decoration:underline}.static-page__updated{font-size:.8rem;color:var(--color-text-secondary);margin-bottom:24px}.static-page__back{display:inline-block;margin-top:32px;font-size:.85rem;color:var(--color-primary);text-decoration:none}.static-page__back:hover{text-decoration:underline}.faq-item{margin-bottom:24px;padding:16px;background:var(--color-surface);border-radius:var(--radius-sm)}.faq-item h3{color:var(--color-text);margin-bottom:8px}.faq-item p{margin:0}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin:24px 0}.pricing-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:28px 24px}.pricing-card--featured{border-color:var(--color-primary);position:relative}.pricing-card h3{font-size:1.1rem;margin-bottom:8px}.pricing-card__price{font-size:2rem;font-weight:700;margin-bottom:16px}.pricing-card__price span{font-size:.9rem;font-weight:400;color:var(--color-text-secondary)}.pricing-card ul{list-style:none;padding:0}.pricing-card li{padding:6px 0;font-size:.85rem;color:var(--color-text-secondary)}.pricing-card li:before{content:"✓ ";color:var(--color-success);font-weight:600}.pricing-note{text-align:center;font-size:.8rem;color:var(--color-text-secondary);margin-top:16px}.site-footer{background:var(--color-surface);border-top:1px solid var(--color-border);padding:24px;text-align:center}.site-footer__links{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:12px}.site-footer__links a{font-size:.8rem;color:var(--color-text-secondary);text-decoration:none;transition:color .2s}.site-footer__links a:hover{color:var(--color-primary)}.site-footer__copy{font-size:.7rem;color:var(--color-text-secondary);margin-bottom:4px}.site-footer__powered{font-size:.65rem;color:var(--color-offline)}@media (max-width: 600px){.static-page__content{padding:24px 16px}.static-page__content h1{font-size:1.4rem}.pricing-cards{grid-template-columns:1fr}.site-footer__links{gap:12px}.site-footer__links a{font-size:.7rem}}.camera-feed__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;background:#00000080;border:2px solid rgba(255,255,255,.4);border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s}.camera-feed__play-btn:hover{background:#000000b3;transform:translate(-50%,-50%) scale(1.1)}.camera-feed__play-btn svg{margin-left:3px}@media (max-width: 600px){.camera-feed__play-btn{width:44px;height:44px}.camera-feed__play-btn svg{width:36px;height:36px}}.home{min-height:100vh;display:flex;flex-direction:column}.home__header{display:flex;align-items:center;justify-content:space-between;padding:16px 40px;border-bottom:1px solid var(--color-border)}.home__logo{display:flex;align-items:center;gap:10px;font-size:1.2rem;font-weight:700}.home__logo svg{width:28px;height:28px;fill:var(--color-primary)}.home__nav{display:flex;align-items:center;gap:24px}.home__nav a{color:var(--color-text-secondary);text-decoration:none;font-size:.85rem;transition:color .2s}.home__nav a:hover{color:var(--color-text)}.home__nav-btn{background:var(--color-primary);color:#fff!important;padding:8px 18px;border-radius:var(--radius-sm);font-weight:600}.home__nav-btn:hover{background:var(--color-primary-hover)}.home__hero{display:flex;align-items:center;justify-content:space-between;gap:48px;max-width:1100px;margin:0 auto;padding:80px 40px 60px}.home__hero-content{flex:1;max-width:520px}.home__hero-badge{display:inline-block;font-size:.75rem;color:var(--color-primary);border:1px solid rgba(31,162,255,.3);padding:4px 12px;border-radius:20px;margin-bottom:20px}.home__hero h1{font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:20px}.home__hero-sub{font-size:1.05rem;color:var(--color-text-secondary);line-height:1.7;margin-bottom:28px}.home__hero-actions{margin-bottom:16px}.home__hero-price{font-size:.8rem;color:var(--color-text-secondary)}.home__cta{width:auto;padding:14px 32px;font-size:1rem}.home__hero-visual{flex:1;max-width:420px}.home__hero-mockup{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:8px;box-shadow:0 20px 60px #0006}.home__mock-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;aspect-ratio:16/10}.home__mock-grid--3{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);aspect-ratio:16/10;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:6px}.home__mock-tile{background:linear-gradient(135deg,#1a2332,#0d1825);border-radius:4px;position:relative;overflow:hidden}.home__mock-tile:after{content:"";position:absolute;top:6px;left:8px;width:24px;height:6px;background:#ffffff26;border-radius:3px}.home__mock-tile--active{outline:2px solid var(--color-primary)}.home__mock-tile--active:before{content:"";position:absolute;top:6px;right:8px;width:8px;height:8px;background:var(--color-error);border-radius:50%}.home__mock-tile--drag{outline:2px dashed var(--color-primary);opacity:.6}.home__mock-tile--large{aspect-ratio:16/9;min-height:180px}.home__mock-focus{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:6px}.home__section{display:flex;align-items:center;gap:60px;max-width:1000px;margin:0 auto;padding:80px 40px}.home__section--reverse{flex-direction:row-reverse}.home__section-text{flex:1}.home__section-text h2{font-size:1.8rem;font-weight:700;margin-bottom:14px;line-height:1.2}.home__section-text p{font-size:.95rem;color:var(--color-text-secondary);line-height:1.7}.home__section-visual{flex:1;max-width:400px}.home__devices{display:flex;align-items:flex-end;justify-content:center;gap:12px}.home__device{background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px}.home__device--phone{width:40px;height:80px;border-radius:8px}.home__device--tablet{width:80px;height:60px;border-radius:6px}.home__device--desktop{width:120px;height:80px;border-radius:4px;border-bottom:3px solid var(--color-border)}.home__privacy{text-align:center;padding:80px 40px;background:var(--color-surface)}.home__privacy h2{font-size:1.8rem;font-weight:700;margin-bottom:8px}.home__privacy-sub{color:var(--color-text-secondary);font-size:.95rem;margin-bottom:40px}.home__privacy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:800px;margin:0 auto}.home__privacy-item{text-align:left}.home__privacy-item h4{font-size:.9rem;margin-bottom:6px}.home__privacy-item p{font-size:.8rem;color:var(--color-text-secondary);line-height:1.6}.home__cta-section{text-align:center;padding:80px 40px}.home__cta-section h2{font-size:1.6rem;font-weight:700;margin-bottom:12px}.home__cta-section>p{color:var(--color-text-secondary);font-size:.95rem;margin-bottom:28px}.home__cta-note{font-size:.7rem;color:var(--color-offline);margin-top:20px;max-width:500px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.home__header{padding:12px 16px}.home__logo{font-size:1rem}.home__logo svg{width:22px;height:22px}.home__nav{gap:12px}.home__nav a{font-size:.75rem}.home__nav-btn{padding:6px 12px;font-size:.75rem}.home__hero{flex-direction:column;padding:48px 20px 40px;text-align:center;gap:32px}.home__hero-content{max-width:100%}.home__hero h1{font-size:2rem}.home__hero-sub{font-size:.9rem}.home__hero-visual{max-width:300px}.home__cta{padding:12px 24px;font-size:.9rem}.home__section{flex-direction:column;padding:48px 20px;gap:32px;text-align:center}.home__section--reverse{flex-direction:column}.home__section-text h2{font-size:1.4rem}.home__section-text p{font-size:.85rem}.home__section-visual{max-width:280px}.home__privacy{padding:48px 20px}.home__privacy h2{font-size:1.4rem}.home__privacy-grid{grid-template-columns:1fr;gap:20px;text-align:center}.home__privacy-item{text-align:center}.home__cta-section{padding:48px 20px}.home__cta-section h2{font-size:1.3rem}}
