*,*: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{position:relative;min-height:100vh;overflow:hidden;background:radial-gradient(circle at 10% 8%,rgba(139,92,246,.38),transparent 28%),radial-gradient(circle at 88% 18%,rgba(6,182,212,.32),transparent 34%),linear-gradient(135deg,#8b5cf6,#06b6d4 42%,#111827);color:#f8fbff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.opero-promo:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#03071238,#030712db 52%,#050816),repeating-linear-gradient(90deg,rgba(255,255,255,.06) 0 1px,transparent 1px 120px);pointer-events:none}.opero-promo>*{position:relative;z-index:1}.opero-promo__aurora{position:fixed;inset:0;z-index:0;pointer-events:none;filter:blur(4px)}.opero-promo__orb{position:absolute;width:360px;height:360px;border-radius:999px;opacity:.68;mix-blend-mode:screen;animation:opero-float 10s ease-in-out infinite}.opero-promo__orb--violet{top:8%;left:-80px;background:radial-gradient(circle,rgba(168,85,247,.8),transparent 65%)}.opero-promo__orb--cyan{top:18%;right:-90px;animation-delay:-3s;background:radial-gradient(circle,rgba(34,211,238,.78),transparent 66%)}.opero-promo__orb--lime{bottom:12%;left:42%;animation-delay:-6s;background:radial-gradient(circle,rgba(132,204,22,.48),transparent 68%)}@keyframes opero-float{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(20px,-28px,0) scale(1.08)}}.opero-promo a{color:inherit;text-decoration:none}.opero-promo__nav{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:18px;width:min(1180px,calc(100% - 32px));margin:0 auto;padding:14px 0;background:#080d1d80;border:1px solid rgba(255,255,255,.16);border-radius:999px;box-shadow:0 18px 50px #03071238;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.opero-promo__brand,.opero-promo__nav-actions,.opero-promo__trust-row{display:inline-flex;align-items:center;gap:10px}.opero-promo__brand{font-size:20px;font-weight:950;letter-spacing:-.04em}.opero-promo__brand img{width:36px;height:36px;border-radius:12px;box-shadow:0 12px 24px #183f742e}.opero-promo__nav-actions a{min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:999px;font-size:14px;font-weight:850}.opero-promo__login{border:1px solid rgba(25,42,69,.14);background:#fff}.opero-promo__hero{width:min(1180px,calc(100% - 32px));min-height:calc(100vh - 68px);margin:0 auto;padding:62px 0 48px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.78fr);align-items:center;gap:54px}.opero-promo__eyebrow{margin:0 0 12px;color:#e0f2fe;font-size:13px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}.opero-promo__hero h1,.opero-promo__section-heading h2,.opero-promo__flow h2,.opero-promo__subscribe h2{margin:0;color:#fff;letter-spacing:-.06em;word-break:keep-all}.opero-promo__hero h1{max-width:760px;font-size:clamp(44px,7vw,84px);line-height:.96}.opero-promo__lead{max-width:680px;margin:24px 0 0;color:#dbeafe;font-size:18px;line-height:1.78;word-break:keep-all}.opero-promo__marquee{width:min(100%,680px);display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.opero-promo__marquee span{padding:8px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff1c;color:#fff;font-size:12px;font-weight:900;box-shadow:inset 0 1px #ffffff47,0 10px 28px #03071238;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.opero-promo__hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.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 22px;font-weight:950}.opero-promo__primary,.opero-promo__form button{background:linear-gradient(135deg,#8b5cf6,#06b6d4 55%,#84cc16);color:#fff;box-shadow:0 22px 44px #06b6d447}.opero-promo__secondary{border:1px solid rgba(255,255,255,.18);background:#ffffff1f;color:#fff;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.opero-promo__trust-row{flex-wrap:wrap;margin-top:22px}.opero-promo__trust-row span{padding:8px 12px;border:1px solid rgba(255,255,255,.14);background:#ffffff1f;color:#dbeafe;font-size:13px;font-weight:850}.opero-promo__showcase{min-height:580px;display:grid;place-items:center;position:relative;background:linear-gradient(135deg,#10213af0,#116b85e6),url(/pwa-512x512.png);background-size:cover;background-position:center;border-radius:28px;box-shadow:0 30px 80px #10213a4d;overflow:hidden}.opero-promo__glass-panel{position:absolute;inset:26px;z-index:0;border:1px solid rgba(255,255,255,.22);border-radius:28px;background:#ffffff1a;box-shadow:inset 0 1px #ffffff47,0 30px 90px #0307124d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.opero-promo__signal-card{position:absolute;top:28px;right:24px;width:190px;padding:16px;border-radius:20px;background:#0307129e;border:1px solid rgba(255,255,255,.18);color:#fff;animation:opero-float 8s ease-in-out infinite}.opero-promo__signal-card span,.opero-promo__signal-card small,.opero-promo__automation-map span{display:block;color:#bae6fd;font-size:12px;font-weight:850}.opero-promo__signal-card strong{display:block;margin:6px 0;font-size:22px}.opero-promo__automation-map{position:absolute;left:24px;bottom:32px;width:210px;height:138px;padding:16px;border-radius:22px;background:linear-gradient(135deg,#8b5cf652,#06b6d438);border:1px solid rgba(255,255,255,.2)}.opero-promo__automation-map i{position:absolute;width:24px;height:24px;border-radius:999px;background:#84cc16;box-shadow:0 0 28px #84cc16db}.opero-promo__automation-map i:nth-of-type(1){left:36px;bottom:30px}.opero-promo__automation-map i:nth-of-type(2){left:98px;bottom:70px}.opero-promo__automation-map i:nth-of-type(3){right:32px;bottom:42px}.opero-promo__phone{position:relative;z-index:1;width:min(360px,calc(100% - 38px));min-height:620px;padding:18px;border:1px solid rgba(255,255,255,.24);border-radius:32px;background:linear-gradient(180deg,#091223f5,#090e1cfa);color:#edf8ff;box-shadow:0 24px 70px #00000057}.opero-promo__phone-top{padding:18px;border-radius:20px;background:#ffffff14}.opero-promo__phone span,.opero-promo__metric-row small{display:block;color:#9eb6d6;font-size:12px;font-weight:800}.opero-promo__phone strong{display:block;margin-top:5px;font-size:22px;line-height:1.1}.opero-promo__app-shell{display:flex;flex-direction:column;gap:12px;min-height:650px;overflow:hidden}.opero-promo__app-statusbar,.opero-promo__app-header,.opero-promo__app-card-head,.opero-promo__booking-row,.opero-promo__chat-row,.opero-promo__app-tabbar{display:flex;align-items:center;justify-content:space-between;gap:10px}.opero-promo__app-statusbar{padding:2px 8px 0;color:#c8d7ef;font-size:11px;font-weight:900}.opero-promo__app-header{padding:16px;border-radius:22px;background:linear-gradient(135deg,#6ce7ff2e,#b56cff21);border:1px solid rgba(255,255,255,.12)}.opero-promo__app-header button{width:42px;height:42px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#ffffff14;color:#fff}.opero-promo__app-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.opero-promo__app-summary div,.opero-promo__app-card{border:1px solid rgba(255,255,255,.1);background:#ffffff13;box-shadow:inset 0 1px #ffffff1f}.opero-promo__app-summary div{min-height:78px;padding:12px;border-radius:18px}.opero-promo__app-summary strong{font-size:19px}.opero-promo__app-card{padding:14px;border-radius:20px}.opero-promo__app-card-head{margin-bottom:12px}.opero-promo__app-card-head strong{margin:0;font-size:15px}.opero-promo__app-card-head span{color:#6ce7ff}.opero-promo__booking-list,.opero-promo__app-card--talk{display:grid;gap:8px}.opero-promo__booking-row,.opero-promo__chat-row{padding:10px;border-radius:16px;background:#040b1885}.opero-promo__booking-row time{width:48px;color:#6ce7ff;font-weight:950}.opero-promo__booking-row strong,.opero-promo__chat-row strong{margin:0;font-size:14px}.opero-promo__booking-row small,.opero-promo__chat-row small{margin-top:3px}.opero-promo__booking-row em,.opero-promo__chat-row em{margin-left:auto;padding:5px 8px;border-radius:999px;background:#7ee6a824;color:#9cf6c1;font-size:11px;font-style:normal;font-weight:950}.opero-promo__iot-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.opero-promo__iot-chip{min-height:68px;padding:10px;border-radius:16px;background:#6ce7ff1a}.opero-promo__iot-chip.is-violet{background:#b56cff21}.opero-promo__iot-chip.is-green{background:#7ee6a81f}.opero-promo__chat-row b{width:34px;height:34px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,#fee500,#03c75a);color:#07111f;font-size:13px}.opero-promo__app-tabbar{margin-top:auto;padding:10px;border-radius:20px;background:#060a18bd;border:1px solid rgba(255,255,255,.1)}.opero-promo__app-tabbar span{flex:1;padding:9px 4px;border-radius:12px;text-align:center;font-size:11px;font-weight:950}.opero-promo__app-tabbar span.is-active{background:#6ce7ff24;color:#6ce7ff}.opero-promo__metric-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.opero-promo__metric-row div{min-height:128px;padding:14px;border-radius:18px;background:#6ce7ff1a}.opero-promo__timeline{display:grid;gap:12px;margin:18px 0;padding:18px;border-radius:18px;background:#ffffff0f}.opero-promo__timeline span{height:12px;border-radius:99px;background:linear-gradient(90deg,#6ce7ff,#7ee6a8)}.opero-promo__control-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.opero-promo__control-grid button{min-height:70px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#ffffff14;color:#effaff;font-weight:950}.opero-promo__section,.opero-promo__flow,.opero-promo__subscribe{width:min(1180px,calc(100% - 32px));margin:0 auto}.opero-promo__feature-section{padding:38px 0 76px}.opero-promo__section-heading{max-width:780px;margin-bottom:24px}.opero-promo__section-heading h2,.opero-promo__flow h2,.opero-promo__subscribe h2{font-size:clamp(34px,5vw,58px);line-height:1.04}.opero-promo__section-heading p,.opero-promo__flow span,.opero-promo__subscribe-copy p,.opero-promo__form-help{color:#56647b;line-height:1.7;word-break:keep-all}.opero-promo__features{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.opero-promo__feature{min-height:244px;padding:22px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:#ffffff1a;box-shadow:0 18px 42px #03071238;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.opero-promo__feature-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#8b5cf6,#06b6d4);color:#fff;font-size:13px;font-weight:950}.opero-promo__feature h3{margin:18px 0 10px;font-size:19px;letter-spacing:-.03em}.opero-promo__feature p{margin:0;color:#dbeafe;line-height:1.68;word-break:keep-all}.opero-promo__feature ul{display:flex;flex-wrap:wrap;gap:6px;margin:16px 0 0;padding:0;list-style:none}.opero-promo__feature li{padding:6px 8px;border-radius:999px;background:#0ea5e924;color:#dff7ff;font-size:12px;font-weight:850}.opero-promo__flow{display:grid;grid-template-columns:minmax(0,.8fr) minmax(360px,1fr);gap:34px;padding:38px;border:1px solid rgba(20,32,51,.1);border-radius:30px;background:#0f172a;color:#fff;box-shadow:0 24px 70px #0f172a2e}.opero-promo__flow h2{color:#fff}.opero-promo__flow ol{display:grid;gap:12px;margin:0;padding:0;list-style:none}.opero-promo__flow li{padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#ffffff12}.opero-promo__flow strong,.opero-promo__flow span{display:block}.opero-promo__flow strong{margin-bottom:6px;color:#7ee6a8}.opero-promo__flow span{color:#d9e7f5}.opero-promo__subscribe{padding:86px 0 96px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,.7fr);gap:42px;align-items:start}.opero-promo__plans{display:grid;gap:10px;margin-top:26px}.opero-promo__plans label{display:flex;gap:12px;padding:16px;border:1px solid rgba(255,255,255,.16);background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);cursor:pointer}.opero-promo__plans label.is-selected{border-color:#22d3eec7;box-shadow:0 18px 38px #06b6d433}.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:#0f7a9c;font-weight:900}.opero-promo__plans em{margin-top:4px;color:#64718a;font-style:normal}.opero-promo__security-note{margin-top:18px;padding:16px;border:1px solid rgba(8,126,164,.2);border-radius:18px;background:#087ea414}.opero-promo__security-note strong{display:block;margin-bottom:6px;color:#0f5f7c}.opero-promo__security-note p{margin:0;font-size:14px}.opero-promo__form{display:grid;gap:14px;padding:24px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:#ffffff1a;box-shadow:0 24px 70px #03071242;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.opero-promo__form label{display:grid;gap:7px;color:#fff;font-size:13px;font-weight:900}.opero-promo__form input{width:100%;min-height:48px;border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:0 13px;background:#ffffff1f;color:#fff;font-size:15px;outline:none}.opero-promo__form input:focus{border-color:#22d3ee;box-shadow:0 0 0 3px #22d3ee2e}.opero-promo__form button{width:100%;border:0;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:850}.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}.opero-promo__brand-chip img{width:18px;height:18px;border-radius:5px}.opero-promo__feature-icon img{width:30px;height:30px;object-fit:contain}.opero-promo__real-app{padding:24px 0 70px}.opero-promo__shot-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:16px}.opero-promo__shot-card{margin:0;padding:14px;border:1px solid rgba(255,255,255,.16);border-radius:26px;background:#ffffff1a;box-shadow:0 18px 42px #03071238;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.opero-promo__shot-card:first-child{grid-row:span 2}.opero-promo__shot-card img{width:100%;display:block;aspect-ratio:16 / 10;border-radius:18px;object-fit:cover;background:#0f172a}.opero-promo__shot-card figcaption{margin-top:12px;color:#e0f2fe;font-size:14px;font-weight:950}.opero-promo__shot-card figcaption strong,.opero-promo__shot-card figcaption span{display:block}.opero-promo__shot-card figcaption span{margin-top:5px;color:#bae6fd;font-size:12px;font-weight:800}@media(max-width:1080px){.opero-promo__features,.opero-promo__shot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.opero-promo__shot-grid{grid-template-columns:1fr}.opero-promo__shot-card:first-child{grid-row:auto}}@media(max-width:860px){.opero-promo__hero,.opero-promo__flow,.opero-promo__subscribe{grid-template-columns:1fr}.opero-promo__hero{min-height:auto;padding-top:34px}.opero-promo__showcase{min-height:520px}}@media(max-width:720px){.opero-promo__nav{width:min(100% - 24px,1180px);align-items:flex-start}.opero-promo__nav-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px}.opero-promo__nav-actions a{padding:0 10px;font-size:12px}.opero-promo__hero,.opero-promo__section,.opero-promo__flow,.opero-promo__subscribe{width:min(100% - 24px,1180px)}.opero-promo__hero h1{font-size:42px}.opero-promo__lead{font-size:16px}.opero-promo__hero-actions a{width:100%}.opero-promo__features{grid-template-columns:1fr}.opero-promo__flow{padding:24px}.opero-promo__subscribe{padding-top:48px}.opero-promo__phone{min-height:540px}}: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}
