*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;padding:0 0 150px;background:linear-gradient(180deg,#f5fbff,#fff 60%,#f4f7ff);color:#1f2933;min-height:100vh;transition:background .3s ease,color .3s ease}body.theme-dark{background:radial-gradient(circle at top,#020617,#020617 40%,#020617);color:#e5e7eb}#root{width:100%;margin:0;padding:0;box-sizing:border-box}.app-header{width:100%;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(226,232,240,.5);position:sticky;top:0;z-index:100;transition:background .3s ease,border-color .3s ease}body.theme-dark .app-header{background:#0f172acc;border-bottom-color:#1f293780}.app-header__container{max-width:1400px;margin:0 auto;padding:16px 28px;display:flex;align-items:center;justify-content:space-between}.app-header__logo{display:flex;align-items:center;gap:12px}.app-header__logo-img{height:32px;width:auto;display:block}.app-header__title{font-size:20px;font-weight:700;color:#111827;margin:0;background:linear-gradient(135deg,#2196f3,#2196f3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.theme-dark .app-header__title{background:linear-gradient(135deg,#2196f3,#2196f3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero{width:calc(100% - 56px);max-width:1400px;margin:40px auto 0;padding:60px 40px;background:#fff;border-radius:24px;box-shadow:0 10px 40px #0f172a14;transition:background .3s ease,box-shadow .3s ease;box-sizing:border-box}body.theme-dark .hero{background:radial-gradient(circle at top left,#1f2937,#020617);box-shadow:0 10px 40px #0f172a80}.hero__container{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero__content{display:flex;flex-direction:column;gap:24px;align-items:flex-start}.hero__badge{display:inline-block;padding:6px 12px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#2196f3;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.02em}body.theme-dark .hero__badge{background:linear-gradient(135deg,#2196f333,#2196f34d);color:#2196f3}.hero__title{font-size:56px;font-weight:800;line-height:1.1;color:#111827;margin:0;letter-spacing:-.02em}.hero__title-highlight{color:#2196f3;background:linear-gradient(135deg,#2196f3,#2196f3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.theme-dark .hero__title{color:#f9fafb}body.theme-dark .hero__title-highlight{background:linear-gradient(135deg,#2196f3,#2196f3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__description{font-size:18px;line-height:1.7;color:#6b7280;margin:0;max-width:520px}body.theme-dark .hero__description{color:#9ca3af}.hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}.hero__btn-primary{font-size:15px;padding:14px 28px}.hero__btn-secondary{font-size:15px;padding:14px 28px;background:#fff;border:1.5px solid #e5e7eb;color:#111827}.hero__btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}body.theme-dark .hero__btn-secondary{background:#0f172acc;border-color:#374151;color:#e5e7eb}body.theme-dark .hero__btn-secondary:hover:not(:disabled){background:#1f2937e6;border-color:#4b5563}.hero__demo{display:flex;justify-content:center;align-items:flex-start}.hero__demo-card{width:100%;max-width:600px;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease}.hero__demo-card:hover{transform:translateY(-2px);box-shadow:0 16px 48px #00000026}body.theme-dark .hero__demo-card{background:#1f2937e6;box-shadow:0 10px 40px #0006}body.theme-dark .hero__demo-card:hover{box-shadow:0 16px 48px #00000080}.hero__demo-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f9fafb;border-bottom:1px solid #e5e7eb}body.theme-dark .hero__demo-header{background:#0f172acc;border-bottom-color:#374151}.hero__demo-dots{display:flex;gap:4px;align-items:center}.hero__demo-dots span{width:8px;height:8px;border-radius:50%;background:#d1d5db}body.theme-dark .hero__demo-dots span{background:#6b7280}.hero__demo-title{font-size:14px;font-weight:600;color:#111827;flex:1;text-align:center}body.theme-dark .hero__demo-title{color:#e5e7eb}.hero__demo-badge{padding:4px 10px;background:#10b981;color:#fff;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.05em}.hero__demo-content{position:relative;width:100%;background:#000;border-radius:0 0 16px 16px;overflow:hidden}.hero__demo-image{width:100%;height:auto;display:block}.hero__demo-placeholder{width:100%;min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;padding:40px}body.theme-dark .hero__demo-placeholder{background:#000}body.theme-dark .hero__demo-placeholder p{color:#9ca3af}@media (max-width: 1024px){.hero{margin:30px auto 0;padding:50px 30px}.hero__container{grid-template-columns:1fr;gap:50px}.hero__content{align-items:center;text-align:center}.hero__description{max-width:100%}.hero__title{font-size:42px}.hero__actions{justify-content:center}}@media (max-width: 768px){.hero{width:calc(100% - 32px);margin:20px auto 0;padding:40px 20px}.hero__title{font-size:32px}.hero__description{font-size:16px}.hero__actions{width:100%;flex-direction:column}.hero__btn-primary,.hero__btn-secondary{width:100%}.app-header__container{padding:12px 20px}.app-header__title{font-size:18px}.panel{width:calc(100% - 32px);margin:20px auto 60px;padding:20px;border-radius:16px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border-radius:999px;font-size:14px;font-weight:600;letter-spacing:.02em;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),background-color .25s cubic-bezier(.4,0,.2,1);font-family:inherit;border:none;cursor:pointer;will-change:transform,box-shadow}.btn--primary{background:linear-gradient(135deg,#2196f3,#2196f3);color:#fff;box-shadow:0 10px 20px #2196f359}.btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px #2196f373;background:linear-gradient(135deg,#1e88e5,#1e88e5)}.btn--secondary{background:#fb9205;color:#fff;padding-inline:16px;box-shadow:0 8px 18px #fb92054d}.btn--secondary:hover:not(:disabled){background:#e68904;transform:translateY(-1px);box-shadow:0 12px 24px #fb920566}body.theme-dark .btn--secondary{background:#2196f324;color:#e5e7eb;border:1px solid rgba(33,150,243,.35);box-shadow:none}body.theme-dark .btn--secondary:hover:not(:disabled){background:#2196f32e;filter:none}.btn--ghost{background:transparent;border:1px solid rgba(148,163,184,.7);color:#0f172a}.btn--ghost:hover:not(:disabled){background:#0f172a08}body.theme-dark .btn--ghost{border-color:#334155;color:#e5e7eb;background:transparent}body.theme-dark .btn--ghost:hover:not(:disabled){background:#94a3b81f}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}button{padding:10px 20px;margin:5px;font-size:16px;cursor:pointer;border:none;border-radius:5px;background:#2196f3;color:#fff;font-family:inherit;transition:background-color .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}button:hover:not(:disabled){background:#1e88e5;transform:translateY(-1px)}button:disabled{opacity:.5;cursor:not-allowed}.status{display:flex;align-items:center;gap:10px;margin:12px 0 0;padding:12px 16px;border-radius:10px;background:linear-gradient(135deg,#eff6ff,#eef2ff);color:#334155;font-size:14px;font-weight:500;border:1px solid rgba(148,163,184,.35);box-shadow:0 2px 8px #0f172a0f;width:fit-content;max-width:600px}body.theme-dark .status{background:#94a3b814;color:#e5e7eb;border:1px solid rgba(51,65,85,.8);box-shadow:none}body.theme-dark .status__icon{color:#94a3b8f2}body.theme-dark .status__message{color:#e5e7eb}.status__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px}.status__message{flex:1;line-height:1.5}.status.status--success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border:1px solid rgba(16,185,129,.2);box-shadow:0 2px 8px #10b9811a}body.theme-dark .status.status--success{background:#10b98114;color:#e5e7eb;border:1px solid rgba(16,185,129,.22);box-shadow:none}body.theme-dark .status.status--success .status__icon{color:#34d399f2}.status.status--error{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;border:1px solid rgba(239,68,68,.3);box-shadow:0 2px 8px #ef44441a}body.theme-dark .status.status--error{background:#ef444414;color:#e5e7eb;border:1px solid rgba(239,68,68,.22);box-shadow:none}body.theme-dark .status.status--error .status__icon{color:#f87171f2}.video-streams{display:grid;gap:20px;margin:20px 0;width:100%}.video-streams--1{grid-template-columns:1fr;justify-items:start;max-width:500px}.video-streams--2{grid-template-columns:repeat(2,1fr)}@media (max-width: 768px){.video-streams--2{grid-template-columns:1fr}.video-streams--1{max-width:100%}}.video-container{position:relative;width:100%;aspect-ratio:4 / 3;border-radius:16px;overflow:hidden;background:#000;box-shadow:0 8px 24px #0003}body.theme-dark .video-container{box-shadow:0 8px 24px #00000080}.video{width:100%;height:100%;object-fit:contain;border-radius:16px;display:block;background:#000}body.theme-dark .video{border:none}.canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.log{background:#1e1e1e;color:#d4d4d4;padding:15px;border-radius:12px;max-height:300px;overflow-y:auto;font-family:monospace;font-size:12px;margin-top:20px;border:1px solid rgba(226,232,240,.2)}body.theme-dark .log{background:#0f172acc;color:#d4d4d4;border-color:#1f293780}.log-entry{margin:5px 0}.log-error{color:#f48771}.log-success{color:#4ec9b0}.detection-info{margin:10px 0;padding:12px 16px;background:#e3f2fd;border-radius:12px;font-size:14px}body.theme-dark .detection-info{background:#94a3b814;color:#cbd5e1;border:1px solid rgba(51,65,85,.8)}body.theme-dark h1{color:#f9fafb}.model-control-panel{margin:20px 0;padding:15px;background:#f5f5f5;border-radius:5px}.model-control-panel h3{margin-bottom:10px}.model-control-item{margin:10px 0;display:flex;align-items:center}.model-control-item label{display:flex;align-items:center;cursor:pointer}.model-status{margin-left:10px;font-weight:700}.model-status.enabled{color:#4caf50}.model-status.disabled{color:#f44336}.control-form{display:flex;flex-direction:column;gap:16px;width:100%;max-width:100%;margin:0;padding:0}.control-section{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:14px;border:1px solid rgba(226,232,240,.9);background:#ffffffb3}body.theme-dark .control-section{border-color:#1f2937b3;background:#0f172a59}.control-section--actions{gap:12px}.field{display:block;width:100%;margin:0;padding:0}.field__label{font-size:13px;font-weight:600;color:#4b5563;margin:0 0 4px;padding:0;display:block}body.theme-dark .field__label{color:#e5e7eb}.field__char-count{font-size:12px;color:#6b7280;font-weight:500}body.theme-dark .field__char-count{color:#9ca3af}.field__group{display:flex;gap:8px;align-items:stretch;width:100%;margin:0;padding:0}.field__group .field__input{flex:1;min-width:0}.field__input{width:100%;padding:10px 14px;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb;font-size:14px;color:#111827;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;font-family:inherit;margin-left:0;margin-right:0}.field__input:focus{border-color:#2196f3;box-shadow:0 0 0 1px #2196f32e;background:#fff}.field__input:disabled{opacity:.6;cursor:not-allowed}body.theme-dark .field__input{background:#020617;border-color:#1f2937;color:#e5e7eb}body.theme-dark .field__input:focus{border-color:#2196f3a6;box-shadow:0 0 0 1px #2196f340;background:#020617}.field__hint{font-size:12px;color:#9ca3af}body.theme-dark .field__hint{color:#6b7280}.control-form__footer{display:flex;gap:10px;margin-top:0;align-items:center;flex-wrap:wrap}.mst-channel{margin-top:10px}.mst-channel__label{font-size:12px;margin-bottom:6px}.mst-channel__slider{width:100%;margin:0}.model-pill__state{margin-left:8px;font-size:11px;font-weight:500}.model-pill__state--enabled{color:#166534}.model-pill__state--disabled{color:#991b1b}body.theme-dark .model-pill__state--enabled{color:#34d399f2}body.theme-dark .model-pill__state--disabled{color:#f87171f2}.model-list{display:flex;flex-direction:column;gap:10px;margin-top:6px}.model-pill{position:relative;display:block}.model-pill input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.model-pill__inner{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:1px solid rgba(226,232,240,.9);background:#f9fafb;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .08s ease}.model-pill__check{width:18px;height:18px;border-radius:4px;border:2px solid rgba(148,163,184,.9);background:#fff;flex-shrink:0;position:relative;transition:border-color .18s ease,background-color .18s ease}.model-pill__check:after{content:"";position:absolute;left:50%;top:50%;width:5px;height:9px;border:solid #ffffff;border-width:0 2px 2px 0;transform:translate(-50%,-60%) rotate(45deg) scale(0);transition:transform .18s ease}.model-pill__content{display:flex;flex-direction:column;gap:2px;flex:1}.model-pill__title{font-size:13px;font-weight:600;color:#111827}.model-pill__subtitle{font-size:11px;color:#6b7280}.model-pill input[type=checkbox]:checked+.model-pill__inner{border-color:#2196f3cc;background:linear-gradient(135deg,#dbeafecc,#fff);box-shadow:0 8px 18px #2196f340;transform:translateY(-1px)}.model-pill input[type=checkbox]:checked+.model-pill__inner .model-pill__check{border-color:#2196f3;background:linear-gradient(135deg,#2196f3,#2196f3)}.model-pill input[type=checkbox]:checked+.model-pill__inner .model-pill__check:after{transform:translate(-50%,-60%) rotate(45deg) scale(1)}.model-pill__inner:disabled{opacity:.6;cursor:not-allowed}body.theme-dark .model-pill__inner{border-color:#1f2937;background:#020617}body.theme-dark .model-pill__title{color:#e5e7eb}body.theme-dark .model-pill__subtitle{color:#9ca3af}body.theme-dark .model-pill input[type=checkbox]:checked+.model-pill__inner{background:linear-gradient(135deg,#2196f347,#0f172afa);border-color:#2196f3;box-shadow:0 10px 26px #0f172ae6}.panel{width:calc(100% - 56px);max-width:1400px;margin:40px auto 150px;background:#fff;border-radius:20px;box-shadow:0 24px 60px #0f172a29;padding:20px 24px;border:1px solid rgba(226,232,240,.9);box-sizing:border-box}body.theme-dark .panel{background:radial-gradient(circle at top left,#1f2937,#020617);border-color:#0f172ae6;box-shadow:0 30px 70px #0f172ae6}.panel__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(226,232,240,.5)}body.theme-dark .panel__header{border-bottom-color:#1f293780}.panel__title{font-size:20px;font-weight:700;color:#111827;margin:0}body.theme-dark .panel__title{color:#f9fafb}.panel__body{display:flex;flex-direction:column;gap:16px}.theme-toggle-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.theme-toggle-row{display:flex;align-items:center;gap:10px}.theme-toggle-state{font-size:12px;font-weight:600;color:#334155;-webkit-user-select:none;user-select:none}body.theme-dark .theme-toggle-state{color:#e2e8f0}.theme-toggle{position:relative;width:64px;height:28px;border-radius:999px;border:2px solid rgba(148,163,184,.45);background:#94a3b82e;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 10px #0f172a1f}.theme-toggle:hover{transform:translateY(-1px);box-shadow:0 10px 18px #0f172a24}.theme-toggle:before{content:"";position:absolute;left:4px;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0003;z-index:1}.theme-toggle.is-dark{background:#2196f32e;border-color:#2196f38c}.theme-toggle.is-dark:before{left:calc(100% - 24px);background:#2196f3;box-shadow:0 2px 10px #2196f359}body.theme-dark .theme-toggle{background:#94a3b81a;border-color:#334155e6;box-shadow:none}body.theme-dark .theme-toggle:hover{transform:translateY(-1px);box-shadow:0 10px 18px #00000059}body.theme-dark .theme-toggle.is-dark{background:#2196f329;border-color:#2196f380}.theme-toggle__icons{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;padding:0 10px;font-size:12px;line-height:1;opacity:.9;pointer-events:none;-webkit-user-select:none;user-select:none}.theme-toggle__icon{color:#0f172a8c}body.theme-dark .theme-toggle__icon{color:#e2e8f08c}.theme-toggle.is-dark .theme-toggle__icon--moon{color:#e2e8f0f2}.theme-toggle.is-dark .theme-toggle__icon--sun{color:#0f172a8c}body.theme-dark .theme-toggle.is-dark .theme-toggle__icon--sun{color:#e2e8f0a6}input[type=text]:not(.field__input){padding:5px;width:200px;margin-left:10px}input[type=range]{width:200px;margin:0 10px}
