*,*:before,*:after{box-sizing:border-box}:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;height:100%;min-height:100dvh}html,body{margin:0;padding:0;touch-action:manipulation;display:block;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar,body::-webkit-scrollbar,#root::-webkit-scrollbar{width:0;height:0;display:none}a{text-decoration:none;color:inherit}button{font:inherit}.automation-kanban-page{min-height:100vh;width:100%;padding:clamp(18px,3vw,44px);background:radial-gradient(circle at 8% 8%,rgba(108,231,255,.18),transparent 34%),radial-gradient(circle at 88% 14%,rgba(167,139,250,.22),transparent 38%),linear-gradient(135deg,#050816,#0b1023 46%,#111827)}.automation-kanban-shell{width:100%}.automation-kanban{--ak-bg: rgba(7, 13, 30, .76);--ak-line: rgba(255, 255, 255, .13);--ak-text: #eef6ff;--ak-muted: rgba(225, 235, 255, .66);--ak-cyan: #6ce7ff;--ak-green: #34d399;--ak-yellow: #facc15;--ak-red: #fb7185;--ak-violet: #a78bfa;display:grid;width:min(100%,1440px);margin:0 auto;gap:16px;color:var(--ak-text)}.automation-kanban *{box-sizing:border-box}.automation-kanban__hero{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:22px;border:1px solid rgba(108,231,255,.22);border-radius:28px;background:radial-gradient(circle at 10% 0%,rgba(108,231,255,.22),transparent 34%),radial-gradient(circle at 90% 10%,rgba(167,139,250,.18),transparent 35%),linear-gradient(135deg,#0f172af0,#080d1fe0);box-shadow:0 24px 70px #00000047}.automation-kanban__eyebrow,.automation-kanban__active-label{margin:0 0 8px;color:var(--ak-cyan);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.automation-kanban__hero h1{margin:0;font-size:clamp(28px,4vw,46px);line-height:1.04;letter-spacing:-.05em}.automation-kanban__lead{max-width:720px;margin:12px 0 0;color:var(--ak-muted);line-height:1.65;font-size:15px}.automation-kanban__hero-badge{min-width:150px;padding:14px 16px;border-radius:20px;border:1px solid rgba(255,255,255,.16);background:#ffffff14;text-align:right}.automation-kanban__hero-badge span,.automation-kanban__hero-badge strong{display:block}.automation-kanban__hero-badge span{color:var(--ak-muted);font-size:12px;font-weight:800}.automation-kanban__hero-badge strong{margin-top:4px;color:var(--ak-green);font-size:20px}.automation-kanban__tabs{display:flex;gap:8px;padding:6px;border:1px solid var(--ak-line);border-radius:20px;background:#ffffff0d;overflow-x:auto}.automation-kanban__tabs button{appearance:none;border:1px solid transparent;border-radius:15px;padding:12px 16px;background:transparent;color:var(--ak-muted);font-weight:950;white-space:nowrap;cursor:pointer}.automation-kanban__tabs button.is-active{border-color:#6ce7ff59;background:linear-gradient(135deg,#6ce7ff38,#a78bfa24);color:#fff}.automation-kanban__active-label{margin:0;color:#e1ebffb3}.automation-kanban__summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.automation-kanban__summary,.automation-kanban__column,.automation-kanban__store-card,.automation-kanban__incident{border:1px solid var(--ak-line);background:var(--ak-bg);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:inset 0 1px #ffffff0f,0 14px 42px #00000038}.automation-kanban__summary{display:grid;gap:6px;min-height:118px;padding:17px;border-radius:22px}.automation-kanban__summary span,.automation-kanban__summary small{color:var(--ak-muted);font-weight:800}.automation-kanban__summary strong{font-size:32px;line-height:1}.automation-kanban__summary--cyan strong{color:var(--ak-cyan)}.automation-kanban__summary--green strong{color:var(--ak-green)}.automation-kanban__summary--yellow strong{color:var(--ak-yellow)}.automation-kanban__summary--red strong{color:var(--ak-red)}.automation-kanban__board{display:grid;grid-template-columns:repeat(4,minmax(260px,1fr));gap:12px;align-items:start}.automation-kanban__column{min-width:0;padding:14px;border-radius:24px}.automation-kanban__column-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:12px}.automation-kanban__column-head h2{margin:0;font-size:17px;letter-spacing:-.03em}.automation-kanban__column-head p{margin:5px 0 0;color:var(--ak-muted);font-size:12px;line-height:1.45}.automation-kanban__column-head>span{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:#ffffff17;color:var(--ak-cyan);font-weight:950}.automation-kanban__cards{display:grid;gap:10px}.automation-kanban__card{padding:14px;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:linear-gradient(180deg,#ffffff14,#ffffff09)}.automation-kanban__card-title{display:flex;align-items:center;gap:8px}.automation-kanban__card h3{margin:0;font-size:15px}.automation-kanban__card p{min-height:48px;margin:9px 0 12px;color:var(--ak-muted);font-size:12.5px;line-height:1.55}.automation-kanban__dot{width:9px;height:9px;border-radius:999px;box-shadow:0 0 14px currentColor}.automation-kanban__dot--ok{color:var(--ak-green);background:var(--ak-green)}.automation-kanban__dot--watch{color:var(--ak-yellow);background:var(--ak-yellow)}.automation-kanban__dot--action{color:var(--ak-red);background:var(--ak-red)}.automation-kanban__dot--fallback{color:var(--ak-violet);background:var(--ak-violet)}.automation-kanban__meta-row{display:flex;justify-content:space-between;gap:10px;padding:7px 0;border-top:1px solid rgba(255,255,255,.07);color:var(--ak-muted);font-size:12px}.automation-kanban__meta-row strong{color:var(--ak-text);text-align:right}.automation-kanban__store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.automation-kanban__store-card{padding:16px;border-radius:24px}.automation-kanban__store-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.automation-kanban__store-head h2{margin:0;font-size:18px}.automation-kanban__store-head span{padding:6px 10px;border-radius:999px;color:var(--ak-green);background:#34d39921;font-size:12px;font-weight:950}.automation-kanban__flow{display:grid;gap:10px}.automation-kanban__flow-step{padding:12px;border-radius:16px;border:1px solid rgba(108,231,255,.16);background:#6ce7ff0f}.automation-kanban__flow-step small{color:var(--ak-cyan);font-size:10px;font-weight:950;letter-spacing:.08em}.automation-kanban__flow-step strong{display:block;margin-top:4px;font-size:14px}.automation-kanban__incident-list{display:grid;gap:10px}.automation-kanban__incident{display:grid;grid-template-columns:72px 104px 1fr;gap:12px;align-items:center;padding:14px;border-radius:18px}.automation-kanban__incident time{color:var(--ak-muted);font-weight:900}.automation-kanban__incident>span{padding:6px 10px;border-radius:999px;text-align:center;font-size:11px;font-weight:950}.automation-kanban__incident--fail>span{color:var(--ak-red);background:#fb718524}.automation-kanban__incident--recovered>span{color:var(--ak-green);background:#34d39924}.automation-kanban__incident--ok>span{color:var(--ak-cyan);background:#6ce7ff24}.automation-kanban__incident strong{display:block;margin-bottom:3px}.automation-kanban__incident p{margin:0;color:var(--ak-muted);font-size:12px}.automation-kanban__admin-panel{display:grid;gap:14px;padding:18px;border:1px solid rgba(167,139,250,.26);border-radius:28px;background:radial-gradient(circle at 12% 0%,rgba(167,139,250,.18),transparent 34%),#ffffff0e;box-shadow:inset 0 1px #ffffff14,0 18px 52px #0000003d}.automation-kanban__admin-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.automation-kanban__admin-head h2{margin:0;font-size:clamp(22px,2.6vw,32px);letter-spacing:-.04em}.automation-kanban__admin-head p{max-width:850px;margin:9px 0 0;color:var(--ak-muted);line-height:1.55}.automation-kanban__admin-reset{appearance:none;flex:0 0 auto;border:1px solid rgba(251,113,133,.35);border-radius:15px;padding:11px 14px;background:#fb71851f;color:#fecdd3;font-weight:950;cursor:pointer}.automation-kanban__admin-message{padding:10px 12px;border:1px solid rgba(108,231,255,.2);border-radius:15px;background:#6ce7ff12;color:var(--ak-cyan);font-size:12px;font-weight:900}.automation-kanban__admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.automation-kanban__admin-card{padding:15px;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:#080d1fa8}.automation-kanban__admin-card-head{display:grid;gap:5px;margin-bottom:12px}.automation-kanban__admin-card-head span{color:var(--ak-cyan);font-size:11px;font-weight:950;letter-spacing:.08em}.automation-kanban__admin-card-head strong{font-size:17px}.automation-kanban__admin-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.automation-kanban__admin-field{display:grid;gap:6px;color:var(--ak-muted);font-size:12px;font-weight:900}.automation-kanban__admin-field:has(textarea){grid-column:1 / -1}.automation-kanban__admin-field input,.automation-kanban__admin-field textarea{width:100%;border:1px solid rgba(255,255,255,.17);border-radius:13px;padding:10px 11px;background:#ffffff14;color:var(--ak-text);font:inherit;outline:none}.automation-kanban__admin-field input:focus,.automation-kanban__admin-field textarea:focus{border-color:#6ce7ff8c;box-shadow:0 0 0 3px #6ce7ff1f}@media(max-width:1180px){.automation-kanban__summary-grid,.automation-kanban__board,.automation-kanban__store-grid,.automation-kanban__admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.automation-kanban__hero{flex-direction:column;padding:18px}.automation-kanban__hero-badge{width:100%;text-align:left}.automation-kanban__admin-head{flex-direction:column}.automation-kanban__admin-reset{width:100%}.automation-kanban__admin-fields,.automation-kanban__summary-grid,.automation-kanban__board,.automation-kanban__store-grid,.automation-kanban__admin-grid,.automation-kanban__incident{grid-template-columns:1fr}}.opero-promo{--opero-bg: #ffffff;--opero-soft: #f5f5f7;--opero-soft-2: #fbfbfd;--opero-ink: #1d1d1f;--opero-muted: #6e6e73;--opero-line: #d9d9df;--opero-blue: #0071e3;--opero-blue-dark: #005bb5;--opero-navy: #0f172a;--opero-green: #16a34a;position:relative;min-height:100vh;overflow:hidden;background:var(--opero-bg);color:var(--opero-ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,sans-serif;letter-spacing:-.02em}.opero-promo *,.opero-promo *:before,.opero-promo *:after{box-sizing:border-box}.opero-promo a{color:inherit;text-decoration:none}.opero-promo__aurora{position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.45}.opero-promo__orb{position:absolute;width:520px;height:520px;border-radius:999px;filter:blur(24px);opacity:.22}.opero-promo__orb--violet{top:-180px;left:-180px;background:#d8e7ff}.opero-promo__orb--cyan{top:160px;right:-220px;background:#c8f0ff}.opero-promo__orb--lime{bottom:14%;left:46%;background:#e9f7d6}.opero-promo>*{position:relative;z-index:1}.opero-promo__nav{position:sticky;top:12px;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;width:min(1120px,calc(100% - 32px));margin:12px auto 0;padding:8px 10px 8px 12px;border:1px solid rgba(29,29,31,.08);border-radius:999px;background:#ffffffd1;box-shadow:0 18px 60px #0f172a14;-webkit-backdrop-filter:saturate(180%) blur(22px);backdrop-filter:saturate(180%) blur(22px)}.opero-promo__brand,.opero-promo__nav-actions,.opero-promo__trust-row{display:inline-flex;align-items:center}.opero-promo__brand{min-width:180px;gap:10px}.opero-promo__brand-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:14px;background:#f5f5f7;box-shadow:inset 0 0 0 1px #1d1d1f0f}.opero-promo__brand-mark img{width:31px;height:31px;border-radius:10px}.opero-promo__brand-copy{display:grid;line-height:1}.opero-promo__brand-copy strong{font-size:18px;font-weight:800;letter-spacing:-.04em}.opero-promo__brand-copy small{margin-top:5px;color:var(--opero-muted);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.opero-promo__nav-actions{gap:4px;min-height:42px;padding:4px;border-radius:999px;background:#f5f5f7e6}.opero-promo__nav-actions a{min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 15px;border-radius:999px;color:#1d1d1fc7;font-size:13px;font-weight:700;transition:background .16s ease,color .16s ease}.opero-promo__nav-actions a:hover{background:#fff;color:var(--opero-ink)}.opero-promo__nav a.opero-promo__nav-cta{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border-radius:999px;background:var(--opero-blue);color:#fff;font-size:13px;font-weight:800;box-shadow:0 12px 26px #0071e338}.opero-promo__hero,.opero-promo__section,.opero-promo__flow,.opero-promo__subscribe,.opero-promo__founder{width:min(1120px,calc(100% - 32px));margin-left:auto;margin-right:auto}.opero-promo__hero{min-height:min(760px,calc(100vh - 64px));padding:74px 0 68px;display:grid;grid-template-columns:minmax(0,.98fr) minmax(360px,.88fr);align-items:center;gap:56px}.opero-promo__marquee,.opero-promo__trust-row,.opero-promo__hero-actions{display:flex;flex-wrap:wrap;gap:10px}.opero-promo__marquee{margin-bottom:22px}.opero-promo__marquee span,.opero-promo__brand-chip,.opero-promo__limited-badge{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;font-weight:800}.opero-promo__marquee span{padding:8px 12px;background:var(--opero-soft);color:var(--opero-muted);font-size:12px}.opero-promo__eyebrow{margin:0 0 14px;color:var(--opero-blue);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.opero-promo__hero h1,.opero-promo__section-heading h2,.opero-promo__flow h2,.opero-promo__subscribe h2,.opero-promo__founder h2{margin:0;color:var(--opero-ink);letter-spacing:-.065em;word-break:keep-all}.opero-promo__hero h1{max-width:760px;font-size:clamp(48px,7vw,86px);line-height:.98;font-weight:850}.opero-promo__lead{max-width:680px;margin:24px 0 0;color:var(--opero-muted);font-size:19px;line-height:1.72;word-break:keep-all}.opero-promo__hero-actions{margin-top:32px}.opero-promo__primary,.opero-promo__secondary,.opero-promo__form button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0 23px;font-weight:800;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.opero-promo__primary,.opero-promo a.opero-promo__primary,.opero-promo__form button{background:var(--opero-blue);color:#fff;border:0;box-shadow:0 16px 34px #0071e338}.opero-promo__primary:hover,.opero-promo__form button:hover{background:var(--opero-blue-dark);transform:translateY(-1px)}.opero-promo__secondary{border:1px solid rgba(29,29,31,.14);background:#fff;color:var(--opero-ink)}.opero-promo__hero-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:28px;max-width:720px}.opero-promo__hero-metrics span{padding:15px 14px;border:1px solid rgba(29,29,31,.08);border-radius:20px;background:#f5f5f7b8}.opero-promo__hero-metrics strong,.opero-promo__hero-metrics small{display:block}.opero-promo__hero-metrics strong{color:var(--opero-ink);font-size:20px;letter-spacing:-.045em}.opero-promo__hero-metrics small{margin-top:4px;color:var(--opero-muted);font-size:12px;font-weight:700}.opero-promo__trust-row{margin-top:20px}.opero-promo__brand-chip{gap:7px;padding:8px 12px;border:1px solid rgba(29,29,31,.08);background:#fff;color:var(--opero-muted);font-size:13px}.opero-promo__brand-chip img{width:18px;height:18px;border-radius:5px}.opero-promo__showcase{min-height:650px;position:relative;display:grid;place-items:center;border-radius:42px;background:radial-gradient(circle at 50% 22%,rgba(0,113,227,.14),transparent 30%),linear-gradient(180deg,#fbfbfd,#f5f5f7);box-shadow:inset 0 0 0 1px #1d1d1f0f,0 30px 80px #0f172a14;overflow:hidden}.opero-promo__device-stack{position:relative;width:min(520px,100%);height:590px}.opero-promo__hero-device{position:absolute;margin:0;width:245px;border-radius:34px;overflow:hidden;background:#111827;box-shadow:0 30px 80px #0f172a38}.opero-promo__hero-device img,.opero-promo__shot-card img,.opero-promo__image-spotlight img{width:100%;display:block}.opero-promo__hero-device--front{left:50%;top:20px;z-index:3;transform:translate(-50%)}.opero-promo__hero-device--back{left:16px;top:78px;z-index:1;transform:rotate(-8deg) scale(.9);opacity:.92}.opero-promo__hero-device--side{right:12px;top:110px;z-index:2;transform:rotate(7deg) scale(.88);opacity:.94}.opero-promo__floating-note{position:absolute;z-index:4;min-width:170px;padding:14px 16px;border:1px solid rgba(29,29,31,.08);border-radius:20px;background:#ffffffdb;box-shadow:0 18px 50px #0f172a1a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.opero-promo__floating-note--top{top:64px;right:34px}.opero-promo__floating-note--bottom{left:34px;bottom:62px}.opero-promo__floating-note span,.opero-promo__floating-note strong{display:block}.opero-promo__floating-note span{color:var(--opero-muted);font-size:12px;font-weight:800}.opero-promo__floating-note strong{margin-top:3px;color:var(--opero-ink);font-size:17px}.opero-promo__founder{margin-bottom:76px;padding:42px;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.42fr);gap:28px;align-items:center;border-radius:36px;background:var(--opero-navy);color:#fff;box-shadow:0 30px 80px #0f172a29}.opero-promo__founder h2,.opero-promo__founder .opero-promo__eyebrow{color:#fff}.opero-promo__founder h2{max-width:760px;font-size:clamp(34px,5vw,60px);line-height:1.04}.opero-promo__founder p{max-width:720px;margin:18px 0 0;color:#ffffffc2;line-height:1.72;word-break:keep-all}.opero-promo__founder-card,.opero-promo__pricing-card,.opero-promo__install-card,.opero-promo__comparison-card,.opero-promo__faq-list article,.opero-promo__feature,.opero-promo__shot-card,.opero-promo__image-spotlight,.opero-promo__image-demo-frame aside,.opero-promo__form,.opero-promo__plans label,.opero-promo__security-note{border:1px solid rgba(29,29,31,.08);background:#fff;box-shadow:0 18px 54px #0f172a12}.opero-promo__founder-card{padding:24px;border-radius:28px;background:#ffffff1a;border-color:#ffffff29;box-shadow:none}.opero-promo__limited-badge{gap:6px;padding:7px 11px;background:#0071e31a;color:var(--opero-blue);font-size:12px}.opero-promo__founder-card .opero-promo__limited-badge{background:#ffffff24;color:#fff}.opero-promo__founder-card>strong{display:block;margin-top:16px;color:#fff;font-size:42px;line-height:1;letter-spacing:-.06em}.opero-promo__founder-card>small{display:block;margin-top:8px;color:#ffffffb8;font-weight:700}.opero-promo__founder-card ul,.opero-promo__pricing-card ul{display:grid;gap:9px;margin:20px 0;padding:0;list-style:none}.opero-promo__founder-card li,.opero-promo__pricing-card li{font-size:14px;font-weight:700;line-height:1.45}.opero-promo__founder-card li{color:#ffffffd6}.opero-promo__pricing-card li{color:var(--opero-ink)}.opero-promo__founder-card li:before,.opero-promo__pricing-card li:before{content:"✓";margin-right:8px;color:var(--opero-green)}.opero-promo__section{padding:42px 0 92px}.opero-promo__section-heading{max-width:820px;margin-bottom:28px}.opero-promo__section-heading h2,.opero-promo__flow h2,.opero-promo__subscribe h2{font-size:clamp(36px,5vw,64px);line-height:1.06;font-weight:820}.opero-promo__section-heading p,.opero-promo__flow span,.opero-promo__subscribe-copy p,.opero-promo__form-help,.opero-promo__price-note{color:var(--opero-muted);line-height:1.72;word-break:keep-all}.opero-promo__features{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.opero-promo__feature{min-height:268px;padding:24px;border-radius:28px}.opero-promo__feature-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:16px;background:var(--opero-soft)}.opero-promo__feature-icon img{width:30px;height:30px;object-fit:contain}.opero-promo__feature h3{margin:18px 0 10px;color:var(--opero-ink);font-size:20px;letter-spacing:-.04em}.opero-promo__feature p{margin:0;color:var(--opero-muted);line-height:1.68;word-break:keep-all}.opero-promo__feature ul{display:flex;flex-wrap:wrap;gap:6px;margin:18px 0 0;padding:0;list-style:none}.opero-promo__feature li{padding:6px 9px;border-radius:999px;background:#0071e314;color:var(--opero-blue);font-size:12px;font-weight:800}.opero-promo__image-demo{padding-top:8px}.opero-promo__image-demo-frame{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);gap:18px;align-items:stretch}.opero-promo__image-spotlight{margin:0;padding:24px;border-radius:36px;background:var(--opero-soft);overflow:hidden}.opero-promo__image-spotlight img{width:min(420px,72%);margin:0 auto;border-radius:34px;box-shadow:0 28px 70px #0f172a2e}.opero-promo__image-spotlight figcaption{max-width:640px;margin:22px auto 0;color:var(--opero-muted);text-align:center;line-height:1.65;word-break:keep-all}.opero-promo__image-demo-frame aside{padding:26px;border-radius:30px}.opero-promo__image-demo-frame aside b{display:block;margin-bottom:16px;color:var(--opero-ink);font-size:20px}.opero-promo__image-demo-frame aside ol{display:grid;gap:14px;margin:0;padding-left:20px;color:var(--opero-muted);line-height:1.62}.opero-promo__real-app{padding-top:8px}.opero-promo__shot-grid{display:flex;gap:18px;overflow-x:auto;padding:8px 0 24px;scroll-snap-type:x mandatory}.opero-promo__shot-card{flex:0 0 250px;scroll-snap-align:start;margin:0;padding:14px;border-radius:30px;background:var(--opero-soft-2)}.opero-promo__shot-card:first-child{flex-basis:290px}.opero-promo__shot-card img{aspect-ratio:1206 / 2622;border-radius:24px;object-fit:cover;object-position:top;background:#111827;box-shadow:0 20px 50px #0f172a1f}.opero-promo__shot-card figcaption{margin-top:14px;font-size:14px;font-weight:800}.opero-promo__shot-card figcaption strong,.opero-promo__shot-card figcaption span{display:block}.opero-promo__shot-card figcaption span{margin-top:5px;color:var(--opero-muted);font-size:12px;font-weight:700}.opero-promo__comparison-grid,.opero-promo__pricing-grid,.opero-promo__install-grid,.opero-promo__faq-list{display:grid;gap:16px}.opero-promo__comparison-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.opero-promo__comparison-card{padding:22px;border-radius:26px}.opero-promo__comparison-card span,.opero-promo__comparison-card strong{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:850}.opero-promo__comparison-card span{background:#ef444414;color:#b42318}.opero-promo__comparison-card strong{margin-top:12px;background:#16a34a1a;color:#15803d}.opero-promo__comparison-card p{margin:10px 0 0;color:var(--opero-muted);line-height:1.6;word-break:keep-all}.opero-promo__flow{display:grid;grid-template-columns:minmax(0,.78fr) minmax(360px,1fr);gap:34px;align-items:start;padding:46px;border-radius:38px;background:var(--opero-navy);color:#fff;box-shadow:0 30px 80px #0f172a24}.opero-promo__flow h2,.opero-promo__flow .opero-promo__eyebrow{color:#fff}.opero-promo__flow ol{display:grid;gap:12px;margin:0;padding:0;list-style:none;counter-reset:flow}.opero-promo__flow li{position:relative;padding:19px 20px 19px 58px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#ffffff12}.opero-promo__flow li:before{counter-increment:flow;content:counter(flow);position:absolute;left:18px;top:18px;width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:#fff;color:var(--opero-navy);font-size:13px;font-weight:900}.opero-promo__flow strong,.opero-promo__flow span{display:block}.opero-promo__flow strong{margin-bottom:5px;color:#fff}.opero-promo__flow span{color:#ffffffb8}.opero-promo__pricing-grid{grid-template-columns:1.12fr .94fr .94fr;align-items:stretch}.opero-promo__pricing-card{position:relative;min-height:390px;padding:28px;border-radius:30px}.opero-promo__pricing-card.is-highlighted{transform:translateY(-10px);border-color:#0071e338;box-shadow:0 30px 80px #0071e321,0 18px 54px #0f172a12}.opero-promo__pricing-card h3{margin:18px 0 10px;font-size:24px;letter-spacing:-.045em}.opero-promo__pricing-card>strong{display:block;color:var(--opero-ink);font-size:clamp(34px,4vw,46px);line-height:1;letter-spacing:-.065em}.opero-promo__pricing-card p{margin:12px 0 0;color:var(--opero-muted);line-height:1.6}.opero-promo__install-wrap{margin-top:20px;padding:24px;border-radius:30px;background:var(--opero-soft)}.opero-promo__install-wrap h3{margin:0 0 16px;font-size:25px;letter-spacing:-.04em}.opero-promo__install-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.opero-promo__install-card{padding:20px;border-radius:22px}.opero-promo__install-card span,.opero-promo__install-card strong{display:block}.opero-promo__install-card span{color:var(--opero-muted);font-size:13px;font-weight:850}.opero-promo__install-card strong{margin-top:8px;color:var(--opero-ink);font-size:28px;letter-spacing:-.05em}.opero-promo__install-card p{color:var(--opero-muted);line-height:1.62;word-break:keep-all}.opero-promo__price-note{margin:18px 0 0;font-size:13px}.opero-promo__faq-list{grid-template-columns:repeat(2,minmax(0,1fr))}.opero-promo__faq-list article{padding:24px;border-radius:24px}.opero-promo__faq-list h3{margin:0;color:var(--opero-ink);font-size:18px}.opero-promo__faq-list p{margin:10px 0 0;color:var(--opero-muted);line-height:1.68;word-break:keep-all}.opero-promo__subscribe{padding:74px 0 96px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,.72fr);gap:42px;align-items:start}.opero-promo__plans{display:grid;gap:10px;margin-top:26px}.opero-promo__plans label{display:flex;gap:12px;padding:17px;border-radius:20px;cursor:pointer}.opero-promo__plans label.is-selected{border-color:#0071e357;box-shadow:0 18px 54px #0071e31a}.opero-promo__plans input{margin-top:5px}.opero-promo__plans strong,.opero-promo__plans small,.opero-promo__plans em{display:block}.opero-promo__plans strong{font-size:18px}.opero-promo__plans small{margin-top:3px;color:var(--opero-blue);font-weight:850}.opero-promo__plans em{margin-top:4px;color:var(--opero-muted);font-style:normal;line-height:1.45}.opero-promo__security-note{margin-top:18px;padding:18px;border-radius:20px;background:var(--opero-soft-2)}.opero-promo__security-note strong{display:block;margin-bottom:6px}.opero-promo__security-note p{margin:0;font-size:14px}.opero-promo__form{display:grid;gap:14px;padding:26px;border-radius:28px}.opero-promo__form label{display:grid;gap:7px;color:var(--opero-ink);font-size:13px;font-weight:800}.opero-promo__form input{width:100%;min-height:50px;border:1px solid rgba(29,29,31,.12);border-radius:15px;padding:0 14px;background:var(--opero-soft-2);color:var(--opero-ink);font-size:15px;outline:none}.opero-promo__form input:focus{border-color:var(--opero-blue);box-shadow:0 0 0 4px #0071e31f}.opero-promo__form button{width:100%;cursor:pointer}.opero-promo__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.opero-promo__status{margin:0;padding:11px 12px;border-radius:12px;font-size:14px;font-weight:800}.opero-promo__status.is-success{background:#18995c1a;color:#14734a}.opero-promo__status.is-error{background:#d238481a;color:#b12939}.opero-promo__form-help{margin:0;font-size:13px}@media(max-width:1080px){.opero-promo__features,.opero-promo__comparison-grid,.opero-promo__pricing-grid,.opero-promo__install-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.opero-promo__pricing-card.is-highlighted{transform:none}}@media(max-width:900px){.opero-promo__hero,.opero-promo__flow,.opero-promo__subscribe,.opero-promo__founder,.opero-promo__image-demo-frame{grid-template-columns:1fr}.opero-promo__hero{min-height:auto;padding-top:46px}.opero-promo__showcase{min-height:560px}.opero-promo__device-stack{height:520px}.opero-promo__hero-device{width:218px}}@media(max-width:720px){.opero-promo__nav{width:min(100% - 24px,1120px);border-radius:24px;align-items:center}.opero-promo__brand{min-width:auto}.opero-promo__brand-copy small,.opero-promo__nav-actions{display:none}.opero-promo__nav a.opero-promo__nav-cta{min-height:40px;padding:0 14px;font-size:12px}.opero-promo__hero,.opero-promo__section,.opero-promo__flow,.opero-promo__subscribe,.opero-promo__founder{width:min(100% - 24px,1120px)}.opero-promo__hero{padding:38px 0 54px;gap:32px}.opero-promo__hero h1{font-size:42px;line-height:1.04}.opero-promo__lead{font-size:16px;line-height:1.68}.opero-promo__hero-metrics,.opero-promo__trust-row{display:none}.opero-promo__hero-actions{margin-top:24px}.opero-promo__hero-actions a{width:100%}.opero-promo__hero-metrics,.opero-promo__features,.opero-promo__comparison-grid,.opero-promo__pricing-grid,.opero-promo__install-grid,.opero-promo__faq-list{grid-template-columns:1fr}.opero-promo__showcase{min-height:500px;border-radius:30px}.opero-promo__device-stack{width:100%;height:470px}.opero-promo__hero-device{width:190px}.opero-promo__hero-device--back,.opero-promo__hero-device--side{opacity:.72}.opero-promo__floating-note{display:none}.opero-promo__founder,.opero-promo__flow{padding:26px;border-radius:28px}.opero-promo__section{padding-bottom:62px}.opero-promo__section-heading h2,.opero-promo__flow h2,.opero-promo__subscribe h2,.opero-promo__founder h2{font-size:34px}.opero-promo__image-spotlight img{width:min(280px,86%)}.opero-promo__shot-card{flex-basis:220px}.opero-promo__subscribe{padding-top:48px}}@media(max-width:390px){.opero-promo__hero h1{font-size:36px}.opero-promo__hero-device{width:172px}.opero-promo__device-stack{height:420px}}:root{color-scheme:light}._page_f9lub_5{min-height:100vh;padding:28px;background:radial-gradient(circle at 14% 12%,rgba(90,73,255,.18),transparent 28%),radial-gradient(circle at 86% 4%,rgba(16,185,129,.18),transparent 28%),linear-gradient(135deg,#f7f8fb,#eef3ff 48%,#f6fbf7);color:#111827;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._hero_f9lub_16,._workspace_f9lub_17,._feedback_f9lub_18{width:min(1180px,100%);margin:0 auto}._hero_f9lub_16{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,430px);gap:36px;align-items:center;min-height:720px}._heroCopy_f9lub_31{display:grid;gap:22px}._eyebrow_f9lub_36,._sectionLabel_f9lub_37{margin:0;color:#4f46e5;font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}._hero_f9lub_16 h1,._workspace_f9lub_17 h2,._feedback_f9lub_18 h2{margin:0;color:#0b1020;letter-spacing:-.07em;line-height:.98;text-wrap:balance}._hero_f9lub_16 h1{max-width:760px;font-size:clamp(44px,7vw,86px)}._hero_f9lub_16 p,._panel_f9lub_62 p,._feedback_f9lub_18 li{color:#536175;font-size:17px;line-height:1.75;word-break:keep-all}._heroBadges_f9lub_70{display:flex;flex-wrap:wrap;gap:10px}._heroBadges_f9lub_70 span,._tabs_f9lub_77 button,._previewRow_f9lub_78 em{border:1px solid rgba(79,70,229,.16);border-radius:999px;background:#ffffffb8;box-shadow:0 12px 34px #1f293714}._heroBadges_f9lub_70 span{padding:10px 14px;color:#243047;font-weight:850}._phone_f9lub_91{min-height:660px;padding:18px;border:1px solid rgba(255,255,255,.72);border-radius:38px;background:linear-gradient(180deg,#111827,#192033 58%,#0c1220);box-shadow:0 42px 100px #11182757;color:#f8fafc;display:flex;flex-direction:column;gap:14px}._phoneBar_f9lub_104,._phoneHeader_f9lub_105,._previewRow_f9lub_78,._bottomNav_f9lub_107{display:flex;align-items:center;justify-content:space-between;gap:12px}._phoneBar_f9lub_104{padding:0 10px;color:#9ca3af;font-size:12px;font-weight:900}._phoneHeader_f9lub_105{padding:18px;border-radius:26px;background:linear-gradient(135deg,#6366f152,#10b98133);border:1px solid rgba(255,255,255,.12)}._phoneHeader_f9lub_105 span,._priorityCard_f9lub_129 span,._previewRow_f9lub_78 span{display:block;color:#a8b3c7;font-size:12px;font-weight:850}._phoneHeader_f9lub_105 strong,._priorityCard_f9lub_129 strong{display:block;margin-top:4px;color:#fff;font-size:22px;letter-spacing:-.04em}._priorityCard_f9lub_129,._previewRow_f9lub_78{border:1px solid rgba(255,255,255,.11);background:#ffffff12;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}._priorityCard_f9lub_129{padding:18px;border-radius:24px}._priorityCard_f9lub_129 p{margin:12px 0 0;color:#dbeafe;line-height:1.58}._previewList_f9lub_164{display:grid;gap:10px}._previewRow_f9lub_78{padding:14px;border-radius:20px}._previewRow_f9lub_78 b{min-width:52px;color:#7dd3fc;font-size:16px}._previewRow_f9lub_78 strong{display:block;color:#fff}._previewRow_f9lub_78 em{padding:6px 10px;color:#bbf7d0;background:#22c55e1f;border-color:#22c55e2e;font-size:12px;font-style:normal;font-weight:950}._bottomNav_f9lub_107{margin-top:auto;padding:10px;border-radius:22px;background:#ffffff14}._bottomNav_f9lub_107 span{flex:1;padding:10px 4px;border-radius:14px;text-align:center;color:#a8b3c7;font-size:12px;font-weight:900}._bottomNav_f9lub_107 ._activeNav_f9lub_212{background:#fff;color:#111827}._workspace_f9lub_17,._feedback_f9lub_18{display:grid;gap:28px;margin-bottom:44px;padding:34px;border:1px solid rgba(255,255,255,.7);border-radius:34px;background:#ffffffb8;box-shadow:0 30px 80px #0f172a1f;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px)}._workspace_f9lub_17 h2,._feedback_f9lub_18 h2{margin-top:10px;font-size:clamp(32px,4.5vw,56px)}._tabs_f9lub_77{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}._tabs_f9lub_77 button{min-height:46px;padding:0 16px;color:#334155;cursor:pointer;font-weight:950}._tabs_f9lub_77 button:focus-visible{outline:3px solid rgba(79,70,229,.35);outline-offset:3px}._tabs_f9lub_77 ._activeTab_f9lub_256{border-color:#4f46e5;background:#4f46e5;color:#fff}._panel_f9lub_62{padding:28px;border-radius:28px;background:#0f172a;color:#fff}._panel_f9lub_62 h3{max-width:860px;margin:10px 0 12px;color:#fff;font-size:clamp(28px,4vw,48px);line-height:1.08;letter-spacing:-.055em}._panel_f9lub_62 p{max-width:820px;color:#dbeafe}._compareGrid_f9lub_283{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px}._compareGrid_f9lub_283 div{padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#ffffff12}._compareGrid_f9lub_283 strong{display:block;color:#93c5fd;font-size:18px}._compareGrid_f9lub_283 ul,._feedback_f9lub_18 ol{margin:14px 0 0;padding-left:20px}._compareGrid_f9lub_283 li{margin-top:9px;color:#e5edf8;line-height:1.55}._feedback_f9lub_18{grid-template-columns:minmax(0,.85fr) minmax(320px,1fr);align-items:start}._feedback_f9lub_18 ol{display:grid;gap:12px;margin:0}._feedback_f9lub_18 li{padding:18px;border-radius:20px;background:#fff;box-shadow:0 12px 28px #0f172a14}@media(max-width:900px){._page_f9lub_5{padding:18px}._hero_f9lub_16,._feedback_f9lub_18{grid-template-columns:1fr}._hero_f9lub_16{min-height:auto;padding:30px 0}._phone_f9lub_91{max-width:430px;width:100%;margin:0 auto}._compareGrid_f9lub_283{grid-template-columns:1fr}}@media(max-width:560px){._workspace_f9lub_17,._feedback_f9lub_18{padding:22px;border-radius:24px}._phone_f9lub_91{min-height:620px;border-radius:28px}._hero_f9lub_16 h1{font-size:42px}._bottomNav_f9lub_107 span{font-size:10px}}@media(prefers-reduced-motion:no-preference){._phone_f9lub_91{animation:_float-phone_f9lub_1 6s ease-in-out infinite}}@keyframes _float-phone_f9lub_1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}:root{--fc-daygrid-event-dot-width: 8px}.fc-daygrid-day-frame:before,.fc-daygrid-day-events:before,.fc-daygrid-event-harness:before{content:"";clear:both;display:table}.fc-daygrid-day-frame:after,.fc-daygrid-day-events:after,.fc-daygrid-event-harness:after{content:"";clear:both;display:table}.fc .fc-daygrid-body{position:relative;z-index:1}.fc .fc-daygrid-day.fc-day-today{background-color:#ffdc2826;background-color:var(--fc-today-bg-color, rgba(255, 220, 40, .15))}.fc .fc-daygrid-day-frame{position:relative;min-height:100%}.fc .fc-daygrid-day-top{display:flex;flex-direction:row-reverse}.fc .fc-day-other .fc-daygrid-day-top{opacity:.3}.fc .fc-daygrid-day-number{position:relative;z-index:4;padding:4px}.fc .fc-daygrid-day-events{margin-top:1px}.fc .fc-daygrid-body-balanced .fc-daygrid-day-events{position:absolute;left:0;right:0}.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{position:relative;min-height:2em}.fc .fc-daygrid-body-natural .fc-daygrid-day-events{margin-bottom:1em}.fc .fc-daygrid-event-harness{position:relative}.fc .fc-daygrid-event-harness-abs{position:absolute;top:0;left:0;right:0}.fc .fc-daygrid-bg-harness{position:absolute;top:0;bottom:0}.fc .fc-daygrid-day-bg .fc-non-business{z-index:1}.fc .fc-daygrid-day-bg .fc-bg-event{z-index:2}.fc .fc-daygrid-day-bg .fc-highlight{z-index:3}.fc .fc-daygrid-event{z-index:6;margin-top:1px}.fc .fc-daygrid-event.fc-event-mirror{z-index:7}.fc .fc-daygrid-day-bottom{font-size:.85em;padding:2px 3px 0}.fc .fc-daygrid-day-bottom:before{content:"";clear:both;display:table}.fc .fc-daygrid-more-link{position:relative;z-index:4;cursor:pointer}.fc .fc-daygrid-week-number{position:absolute;z-index:5;top:0;padding:2px;min-width:1.5em;text-align:center;background-color:#d0d0d04d;background-color:var(--fc-neutral-bg-color, rgba(208, 208, 208, .3));color:gray;color:var(--fc-neutral-text-color, #808080)}.fc .fc-more-popover .fc-popover-body{min-width:220px;padding:10px}.fc-direction-ltr .fc-daygrid-event.fc-event-start,.fc-direction-rtl .fc-daygrid-event.fc-event-end{margin-left:2px}.fc-direction-ltr .fc-daygrid-event.fc-event-end,.fc-direction-rtl .fc-daygrid-event.fc-event-start{margin-right:2px}.fc-direction-ltr .fc-daygrid-week-number{left:0;border-radius:0 0 3px}.fc-direction-rtl .fc-daygrid-week-number{right:0;border-radius:0 0 0 3px}.fc-liquid-hack .fc-daygrid-day-frame{position:static}.fc-daygrid-event{position:relative;white-space:nowrap;border-radius:3px;font-size:.85em;font-size:var(--fc-small-font-size, .85em)}.fc-daygrid-block-event .fc-event-time{font-weight:700}.fc-daygrid-block-event .fc-event-time,.fc-daygrid-block-event .fc-event-title{padding:1px}.fc-daygrid-dot-event{display:flex;align-items:center;padding:2px 0}.fc-daygrid-dot-event .fc-event-title{flex-grow:1;flex-shrink:1;min-width:0;overflow:hidden;font-weight:700}.fc-daygrid-dot-event:hover,.fc-daygrid-dot-event.fc-event-mirror{background:#0000001a}.fc-daygrid-dot-event.fc-event-selected:before{top:-10px;bottom:-10px}.fc-daygrid-event-dot{margin:0 4px;box-sizing:content-box;width:0;height:0;border:4px solid #3788d8;border:calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);border-radius:4px;border-radius:calc(var(--fc-daygrid-event-dot-width, 8px) / 2)}.fc-direction-ltr .fc-daygrid-event .fc-event-time{margin-right:3px}.fc-direction-rtl .fc-daygrid-event .fc-event-time{margin-left:3px}.fc-v-event{display:block;border:1px solid #3788d8;border:1px solid var(--fc-event-border-color, #3788d8);background-color:#3788d8;background-color:var(--fc-event-bg-color, #3788d8)}.fc-v-event .fc-event-main{color:#fff;color:var(--fc-event-text-color, #fff);height:100%}.fc-v-event .fc-event-main-frame{height:100%;display:flex;flex-direction:column}.fc-v-event .fc-event-time{flex-grow:0;flex-shrink:0;max-height:100%;overflow:hidden}.fc-v-event .fc-event-title-container{flex-grow:1;flex-shrink:1;min-height:0}.fc-v-event .fc-event-title{top:0;bottom:0;max-height:100%;overflow:hidden}.fc-v-event:not(.fc-event-start){border-top-width:0;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event:not(.fc-event-end){border-bottom-width:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-v-event.fc-event-selected:before{left:-10px;right:-10px}.fc-v-event .fc-event-resizer-start{cursor:n-resize}.fc-v-event .fc-event-resizer-end{cursor:s-resize}.fc-v-event:not(.fc-event-selected) .fc-event-resizer{height:8px;height:var(--fc-event-resizer-thickness, 8px);left:0;right:0}.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start{top:-4px;top:calc(var(--fc-event-resizer-thickness, 8px) / -2)}.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end{bottom:-4px;bottom:calc(var(--fc-event-resizer-thickness, 8px) / -2)}.fc-v-event.fc-event-selected .fc-event-resizer{left:50%;margin-left:-4px;margin-left:calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)}.fc-v-event.fc-event-selected .fc-event-resizer-start{top:-4px;top:calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)}.fc-v-event.fc-event-selected .fc-event-resizer-end{bottom:-4px;bottom:calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)}.fc .fc-timegrid .fc-daygrid-body{z-index:2}.fc .fc-timegrid-divider{padding:0 0 2px}.fc .fc-timegrid-body{position:relative;z-index:1;min-height:100%}.fc .fc-timegrid-axis-chunk{position:relative}.fc .fc-timegrid-axis-chunk>table{position:relative;z-index:1}.fc .fc-timegrid-slots{position:relative;z-index:1}.fc .fc-timegrid-slot{height:1.5em;border-bottom:0}.fc .fc-timegrid-slot:empty:before{content:" "}.fc .fc-timegrid-slot-minor{border-top-style:dotted}.fc .fc-timegrid-slot-label-cushion{display:inline-block;white-space:nowrap}.fc .fc-timegrid-slot-label{vertical-align:middle}.fc .fc-timegrid-axis-cushion,.fc .fc-timegrid-slot-label-cushion{padding:0 4px}.fc .fc-timegrid-axis-frame-liquid{height:100%}.fc .fc-timegrid-axis-frame{overflow:hidden;display:flex;align-items:center;justify-content:flex-end}.fc .fc-timegrid-axis-cushion{max-width:60px;flex-shrink:0}.fc-direction-ltr .fc-timegrid-slot-label-frame{text-align:right}.fc-direction-rtl .fc-timegrid-slot-label-frame{text-align:left}.fc-liquid-hack .fc-timegrid-axis-frame-liquid{height:auto;position:absolute;inset:0}.fc .fc-timegrid-col.fc-day-today{background-color:#ffdc2826;background-color:var(--fc-today-bg-color, rgba(255, 220, 40, .15))}.fc .fc-timegrid-col-frame{min-height:100%;position:relative}.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame{height:auto;position:absolute;inset:0}.fc-media-screen .fc-timegrid-cols{position:absolute;inset:0}.fc-media-screen .fc-timegrid-cols>table{height:100%}.fc-media-screen .fc-timegrid-col-bg,.fc-media-screen .fc-timegrid-col-events,.fc-media-screen .fc-timegrid-now-indicator-container{position:absolute;top:0;left:0;right:0}.fc .fc-timegrid-col-bg{z-index:2}.fc .fc-timegrid-col-bg .fc-non-business{z-index:1}.fc .fc-timegrid-col-bg .fc-bg-event{z-index:2}.fc .fc-timegrid-col-bg .fc-highlight{z-index:3}.fc .fc-timegrid-bg-harness{position:absolute;left:0;right:0}.fc .fc-timegrid-col-events{z-index:3}.fc .fc-timegrid-now-indicator-container{bottom:0;overflow:hidden}.fc-direction-ltr .fc-timegrid-col-events{margin:0 2.5% 0 2px}.fc-direction-rtl .fc-timegrid-col-events{margin:0 2px 0 2.5%}.fc-timegrid-event-harness{position:absolute}.fc-timegrid-event-harness>.fc-timegrid-event{position:absolute;inset:0}.fc-timegrid-event-harness-inset .fc-timegrid-event,.fc-timegrid-event.fc-event-mirror,.fc-timegrid-more-link{box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px var(--fc-page-bg-color, #fff)}.fc-timegrid-event,.fc-timegrid-more-link{font-size:.85em;font-size:var(--fc-small-font-size, .85em);border-radius:3px}.fc-timegrid-event{margin-bottom:1px}.fc-timegrid-event .fc-event-main{padding:1px 1px 0}.fc-timegrid-event .fc-event-time{white-space:nowrap;font-size:.85em;font-size:var(--fc-small-font-size, .85em);margin-bottom:1px}.fc-timegrid-event-short .fc-event-main-frame{flex-direction:row;overflow:hidden}.fc-timegrid-event-short .fc-event-time:after{content:" - "}.fc-timegrid-event-short .fc-event-title{font-size:.85em;font-size:var(--fc-small-font-size, .85em)}.fc-timegrid-more-link{position:absolute;z-index:9999;color:inherit;color:var(--fc-more-link-text-color, inherit);background:#d0d0d0;background:var(--fc-more-link-bg-color, #d0d0d0);cursor:pointer;margin-bottom:1px}.fc-timegrid-more-link-inner{padding:3px 2px;top:0}.fc-direction-ltr .fc-timegrid-more-link{right:0}.fc-direction-rtl .fc-timegrid-more-link{left:0}.fc .fc-timegrid-now-indicator-line{position:absolute;z-index:4;left:0;right:0;border-style:solid;border-color:red;border-color:var(--fc-now-indicator-color, red);border-width:1px 0 0}.fc .fc-timegrid-now-indicator-arrow{position:absolute;z-index:4;margin-top:-5px;border-style:solid;border-color:red;border-color:var(--fc-now-indicator-color, red)}.fc-direction-ltr .fc-timegrid-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-direction-rtl .fc-timegrid-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}:root{--fc-list-event-dot-width: 10px;--fc-list-event-hover-bg-color: #f5f5f5}.fc-theme-standard .fc-list{border:1px solid #ddd;border:1px solid var(--fc-border-color, #ddd)}.fc .fc-list-empty{background-color:#d0d0d04d;background-color:var(--fc-neutral-bg-color, rgba(208, 208, 208, .3));height:100%;display:flex;justify-content:center;align-items:center}.fc .fc-list-empty-cushion{margin:5em 0}.fc .fc-list-table{width:100%;border-style:hidden}.fc .fc-list-table tr>*{border-left:0;border-right:0}.fc .fc-list-sticky .fc-list-day>*{position:sticky;top:0;background:#fff;background:var(--fc-page-bg-color, #fff)}.fc .fc-list-table thead{position:absolute;left:-10000px}.fc .fc-list-table tbody>tr:first-child th{border-top:0}.fc .fc-list-table th{padding:0}.fc .fc-list-table td,.fc .fc-list-day-cushion{padding:8px 14px}.fc .fc-list-day-cushion:after{content:"";clear:both;display:table}.fc-theme-standard .fc-list-day-cushion{background-color:#d0d0d04d;background-color:var(--fc-neutral-bg-color, rgba(208, 208, 208, .3))}.fc-direction-ltr .fc-list-day-text,.fc-direction-rtl .fc-list-day-side-text{float:left}.fc-direction-ltr .fc-list-day-side-text,.fc-direction-rtl .fc-list-day-text{float:right}.fc-direction-ltr .fc-list-table .fc-list-event-graphic{padding-right:0}.fc-direction-rtl .fc-list-table .fc-list-event-graphic{padding-left:0}.fc .fc-list-event.fc-event-forced-url{cursor:pointer}.fc .fc-list-event:hover td{background-color:#f5f5f5;background-color:var(--fc-list-event-hover-bg-color, #f5f5f5)}.fc .fc-list-event-graphic,.fc .fc-list-event-time{white-space:nowrap;width:1px}.fc .fc-list-event-dot{display:inline-block;box-sizing:content-box;width:0;height:0;border:5px solid #3788d8;border:calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);border-radius:5px;border-radius:calc(var(--fc-list-event-dot-width, 10px) / 2)}.fc .fc-list-event-title a{color:inherit;text-decoration:none}.fc .fc-list-event.fc-event-forced-url:hover a{text-decoration:underline}
