@layer rm-generic;.rm-app{--rm-bg:#070d1a;--rm-side:#0a1326;--rm-panel:#0f1a31;--rm-line:#1a2547;--rm-line2:#243466;--rm-text:#e7ecf7;--rm-muted:#8893b5;--rm-blue:#2f7bff;min-height:100vh;background:var(--rm-bg);color:var(--rm-text);font-family:Geist,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;line-height:1.35;-webkit-font-smoothing:antialiased}.rm-topbar{display:grid;grid-template-columns:340px 1fr 340px;align-items:center;border-bottom:1px solid var(--rm-line);background:linear-gradient(180deg,#15224a,#0f1a36);position:sticky;top:0;z-index:40}.rm-brand{display:flex;align-items:center;gap:10px;font-size:17px}.rm-bolt{display:grid;width:34px;height:34px;place-items:center;border-radius:9px;background:linear-gradient(#60a5fa,#2563eb);font-size:22px}.rm-brand-dot{color:#64749c}.rm-brand .rm-brand-lockup{width:auto!important;height:34px!important;-o-object-fit:contain!important;object-fit:contain!important;display:block;flex:0 0 auto!important}.rm-steps{height:100%;display:flex;justify-content:center;gap:38px}.rm-steps a{display:flex;align-items:center;padding:3px 5px 0;border-bottom:2px solid transparent;color:#7784a8;font-size:12px;font-weight:800;letter-spacing:.14em}.rm-steps a.active{color:#fff;border-color:var(--rm-blue)}.rm-account{justify-content:flex-end;gap:14px}.rm-account,.rm-token-pill{display:flex;align-items:center}.rm-token-pill{gap:7px;border:1px solid var(--rm-line2);border-radius:999px;background:#0c1730;color:#fff;font-weight:800;white-space:nowrap}.rm-token-pill i{border-radius:50%;background:radial-gradient(circle at 35% 30%,#ffd97a,#c97a14);box-shadow:0 0 0 2px rgba(244,185,66,.2);flex-shrink:0}.rm-token-pill button{width:20px;height:20px;border:0;border-radius:50%;display:grid;place-items:center;background:transparent;color:#8290ad;flex-shrink:0}.rm-token-pill button:hover{color:#fff;background:rgba(255,255,255,.08)}.rm-token-pill button svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2.5}.rm-token-pill button.spinning svg{animation:rm-token-spin .7s linear infinite}@keyframes rm-token-spin{to{transform:rotate(1turn)}}.rm-user-pill{display:flex;align-items:center;gap:8px;height:34px;padding:4px 4px 4px 14px;border:1px solid var(--rm-line2)!important;border-radius:999px!important;background:#0c1730!important;color:#fff!important}.rm-user-pill b{font-size:12.5px;font-weight:800;color:#fff;white-space:nowrap}.rm-user-pill img,.rm-user-pill-fallback{width:26px;height:26px;border-radius:50%;flex-shrink:0}.rm-user-pill img{-o-object-fit:cover;object-fit:cover}.rm-user-pill-fallback{display:grid;place-items:center;background:linear-gradient(135deg,#41506f,#1b2b48);font-size:10px;font-weight:800}.rm-account>div>button{border-color:var(--rm-line2)!important;background:#101b33!important;color:var(--rm-text)!important}.rm-shell{display:grid}.rm-sidebar{display:flex;flex-direction:column;border-right:1px solid var(--rm-line);background:var(--rm-side)}.rm-new-report,.rm-toolbar-new{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #5a9bff;border-radius:11px;background:linear-gradient(#3b86ff,#1f64e6);color:#fff;font-weight:800;box-shadow:0 7px 20px rgba(47,123,255,.28)}.rm-new-report{font-size:16px}.rm-toolbar-new{height:42px;padding:0 16px;border-radius:9px;font-size:14px}.rm-side-nav{display:flex;flex-direction:column;gap:4px;margin-top:15px}.rm-side-link,.rm-side-nav a{display:flex;align-items:center;gap:12px;border:1px solid transparent;border-radius:10px;color:#b8c2dd;font-size:15px}.rm-side-nav a.active{border-color:rgba(47,123,255,.48);background:rgba(47,123,255,.1);color:#fff}.rm-side-nav span{font-size:22px}.rm-side-rule{height:1px;margin:15px 5px;background:var(--rm-line)}.rm-side-link{margin-bottom:2px}.rm-side-footer{margin-top:auto;justify-content:space-around;padding:20px 5px 7px;border-top:1px solid var(--rm-line);font-size:12px;color:#91a0c7}.rm-main{min-width:0;background:var(--rm-bg)}.rm-toolbar{display:flex;align-items:center;justify-content:space-between;padding:14px 30px;border-bottom:1px solid var(--rm-line);background:linear-gradient(180deg,rgba(15,26,49,.56),transparent)}.rm-crumbs{display:flex;gap:10px;font-size:12px;font-weight:800;letter-spacing:.16em;color:#8290b6}.rm-crumbs b{color:#526083}.rm-crumbs strong{color:#fff}.rm-search,.rm-toolbar-actions{display:flex;align-items:center;gap:10px}.rm-search{padding:0 14px;border:1px solid var(--rm-line2);border-radius:9px;background:var(--rm-panel);color:#7180aa}.rm-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#fff}.rm-search input::-moz-placeholder{color:#64749c}.rm-search input::placeholder{color:#64749c}.rm-icon-button{width:43px;height:42px;border:1px solid var(--rm-line2);border-radius:9px;background:var(--rm-panel);color:#8190b4}.rm-icon-button.active{color:#fff;box-shadow:inset 0 0 0 1px #2f7bff}.rm-select{height:42px;padding:0 34px 0 14px;border:1px solid var(--rm-line2);border-radius:9px;background:#0f1a31;color:#e7ecf7}.rm-select.wide{min-width:260px}.rm-notice{margin:18px 30px 0;padding:13px 16px;border:1px solid var(--rm-line2);border-radius:9px;background:var(--rm-panel);color:#b8c2dd}.rm-notice i{display:inline-block;width:8px;height:8px;margin-right:10px;border-radius:50%;background:#f4b942}.rm-notice.error{border-color:rgba(244,113,111,.42)}.rm-notice.error i{background:#f4716f}.rm-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;padding:22px 30px 40px}@media(max-width:1250px){.rm-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rm-topbar{grid-template-columns:280px 1fr 280px}}@media(max-width:900px){.rm-shell{grid-template-columns:1fr}.rm-sidebar{display:none}.rm-topbar{grid-template-columns:1fr auto}.rm-steps{display:none}.rm-card-grid{grid-template-columns:1fr}}.rm-gallery-card,.rm-project-card{overflow:hidden;border:1px solid var(--rm-line2);border-radius:14px;background:linear-gradient(#0c1830,#070d1f);transition:.18s}.rm-gallery-card:hover,.rm-project-card:hover{transform:translateY(-2px);border-color:#3b70c4;box-shadow:0 0 25px rgba(47,123,255,.14)}.rm-project-preview{aspect-ratio:16/10;display:grid;place-items:center;position:relative;background:linear-gradient(135deg,#10233a,#1d3a5c)}.rm-project-preview.tone-1{background:linear-gradient(135deg,#153054,#1b4368)}.rm-project-preview.tone-2{background:radial-gradient(circle at 80% 0,rgba(47,123,255,.28),transparent 58%),#10203b}.rm-card-badge,.rm-open-pill{position:absolute;top:14px;padding:3px 10px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#091329d9;font-size:11px;font-weight:800}.rm-card-badge{left:14px}.rm-open-pill{right:14px;opacity:0}.rm-project-card:hover .rm-open-pill{opacity:1}.rm-paper{width:38%;height:76%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:30px 16px;border-radius:4px;background:#fff;color:#10203b;box-shadow:0 14px 28px #0008}.rm-paper small{font-size:6px;letter-spacing:.12em}.rm-paper b{margin-top:10px;font-family:Georgia,serif;font-size:13px;line-height:1.05}.rm-paper em{margin-top:auto;font-size:6px;color:#667}.rm-card-meta{padding:14px 17px 17px;border-top:1px solid var(--rm-line)}.rm-card-meta h2{overflow:hidden;margin:0 0 5px;color:#fff;font-size:17px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.rm-card-meta p{display:flex;align-items:center;gap:8px;margin:0;color:#8fa0cb;font-size:12px}.rm-card-meta p i{width:11px;height:11px;border-radius:3px;background:#2f7bff;flex-shrink:0}.rm-card-meta p span{color:#526083}.rm-card-meta p.rm-card-meta-line{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px}.rm-card-meta-name{display:flex;align-items:center;gap:8px}.rm-card-meta-name,.rm-card-meta-name b{min-width:0;overflow:hidden;color:inherit}.rm-card-meta-name b{font-weight:inherit;text-overflow:ellipsis;white-space:nowrap}.rm-card-meta-pages{justify-self:center;white-space:nowrap}.rm-card-meta-size{margin-right:8px;font-style:normal;color:inherit}.rm-card-meta-time{justify-self:end;white-space:nowrap}.rm-empty{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#7d8caf}.rm-empty strong{font-size:18px;color:#c9d2e8}.rm-empty .rm-toolbar-new{margin-top:8px}.rm-gallery-stats{padding:18px 30px 0;color:#7381a5;font-size:12px}.rm-tabs{display:flex;gap:5px}.rm-tabs button{height:34px;padding:0 13px;border:1px solid var(--rm-line2);border-radius:999px;background:var(--rm-panel);color:#8190b4;text-transform:capitalize}.rm-tabs button.active{border-color:#4a92ff;background:#2f7bff;color:#fff}.rm-gallery-preview{position:relative;aspect-ratio:16/10;display:grid;place-items:center;background:radial-gradient(circle at 20% 20%,#1e4770,#0b1424 68%)}.rm-gallery-preview>span{position:absolute;top:12px;left:12px;font-size:10px;font-weight:800;letter-spacing:.12em;color:#cfe0f0}.rm-gallery-preview.art-1{background:radial-gradient(circle at 70% 20%,#49326b,#101528 65%)}.rm-gallery-preview.art-2{background:radial-gradient(circle at 50% 0,#19533e,#0c1724 68%)}.rm-gallery-preview.art-3{background:radial-gradient(circle at 80% 10%,#684b1f,#111426 68%)}.rm-mini-chart{height:55%;width:66%;display:flex;align-items:flex-end;gap:8px;padding:14px;border:1px solid #354a70;border-radius:7px;background:#0a1326aa}.rm-mini-chart i{flex:1;border-radius:3px 3px 0 0;background:linear-gradient(#65a4ff,#2f7bff)}.rm-mini-chart i:first-child{height:30%}.rm-mini-chart i:nth-child(2){height:58%}.rm-mini-chart i:nth-child(3){height:44%}.rm-mini-chart i:nth-child(4){height:85%}.rm-mini-chart i:nth-child(5){height:70%}.rm-design{height:calc(100vh - 147px);display:grid;grid-template-columns:245px 1fr 280px}.rm-design-panel,.rm-properties{overflow:auto;border-right:1px solid var(--rm-line);background:#0a1326;padding:18px}.rm-properties{border-right:0;border-left:1px solid var(--rm-line)}.rm-panel-heading{display:flex;flex-direction:column;gap:4px;margin-bottom:15px}.rm-panel-heading span{color:#7180a8;font-size:10px;font-weight:800;letter-spacing:.16em}.rm-panel-heading b{font-size:14px}.rm-design-panel button{width:100%;display:flex;gap:10px;padding:9px;border:1px solid transparent;border-radius:9px;background:none;color:#aab6d5;text-align:left}.rm-design-panel button.active{border-color:#325c9c;background:#102345;color:#fff}.rm-design-panel button>span{display:grid;width:24px;height:30px;place-items:center;border-radius:3px;background:#fff;color:#23324a;font-size:10px}.rm-design-panel button div{display:flex;flex-direction:column}.rm-design-panel small{color:#68779d}.rm-canvas{overflow:auto;position:relative;display:grid;place-items:center;padding:68px 30px 35px;background:radial-gradient(circle at 50% 0,rgba(47,123,255,.08),transparent 55%)}.rm-canvas-tools{position:absolute;top:15px;display:flex;align-items:center;gap:7px;padding:6px;border:1px solid var(--rm-line2);border-radius:9px;background:#0f1a31}.rm-canvas-tools button{width:28px;height:28px;border:0;border-radius:6px;background:#17233d;color:#b9c5df}.rm-canvas-tools span{width:1px;height:20px;background:var(--rm-line2)}.rm-canvas-tools b{font-size:11px;color:#9ba8c6}.rm-report-page{width:460px;min-height:620px;background:#fff;color:#35404d;box-shadow:0 20px 60px #0009}.rm-report-page header{padding:40px;background:#0c1b2c;color:#fff}.rm-report-page header small{letter-spacing:.18em;color:#9eb2c8}.rm-report-page h1{font-family:Georgia,serif;font-size:28px;line-height:1.1}.rm-report-content{padding:42px}.rm-report-content>small{color:#8c9bad;letter-spacing:.16em}.rm-report-content h2{font-family:Georgia,serif;color:#0c1b2c}.rm-report-content p{font:14px/1.6 Georgia,serif}.rm-chart-placeholder{height:150px;display:flex;align-items:flex-end;gap:12px;margin-top:30px;padding:24px;border-radius:5px;background:#eef3f8}.rm-chart-placeholder i{flex:1;background:#315b83}.rm-chart-placeholder i:first-child{height:40%}.rm-chart-placeholder i:nth-child(2){height:80%}.rm-chart-placeholder i:nth-child(3){height:57%}.rm-chart-placeholder i:nth-child(4){height:92%}.rm-chart-placeholder i:nth-child(5){height:70%}.rm-properties label{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;color:#9ca9c6;font-size:12px}.rm-properties input,.rm-properties select{height:38px;padding:0 10px;border:1px solid var(--rm-line2);border-radius:8px;background:#0f1a31;color:#fff}.rm-toolbar-new.full{width:100%;margin-top:10px}.rm-properties textarea{min-height:120px;resize:vertical;padding:10px;border:1px solid var(--rm-line2);border-radius:8px;background:#0f1a31;color:#fff;font:12px/1.45 inherit}.rm-enhance-button{width:100%;min-height:40px;margin:-4px 0 8px;border:1px solid #4a72bd;border-radius:8px;background:linear-gradient(135deg,#16346c,#482d78);color:#e9e7ff;font-weight:700}.rm-enhance-button:disabled{opacity:.55}.rm-side-link.active{border-color:rgba(47,123,255,.48);background:rgba(47,123,255,.1);color:#fff}.rm-side-badge{margin-left:auto;min-width:20px;height:20px;padding:0 6px;display:grid;place-items:center;border-radius:999px;background:#25d366;color:#062710;font-size:11px;font-weight:800;line-height:1}.rm-side-sub{width:calc(100% - 25px);min-height:44px;margin:0 0 8px 25px;padding:0 14px;border:1px solid transparent;border-radius:10px;background:transparent;color:#b8c2dd;font-size:14px;font-weight:400;text-align:left;cursor:pointer}.rm-side-sub:hover{border-color:rgba(47,123,255,.32);background:rgba(47,123,255,.08);color:#c9d7fb}.rm-side-sub span{display:grid!important;width:22px!important;height:22px!important;place-items:center}.rm-side-sub span:before{content:"";width:6px;height:6px;border-radius:50%;background:#2f7bff}.rm-scrim{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:24px;background:rgba(2,8,20,.78);backdrop-filter:blur(2px)}.rm-modal{width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;border:1px solid #294277;border-radius:15px;background:#0c1730;box-shadow:0 30px 90px #000c;color:var(--rm-text)}.rm-modal>header{height:84px;display:flex;align-items:center;gap:14px;padding:0 25px;border-bottom:1px solid var(--rm-line)}.rm-modal>header h2{flex:1;margin:0;font-size:18px}.rm-modal>header>button{width:48px;height:44px;border:1px solid var(--rm-line2);border-radius:10px;background:#101b33;color:#c5cde0;font-size:27px}.rm-modal-icon{display:grid;width:43px;height:43px;place-items:center;border-radius:11px;background:linear-gradient(#438cff,#2166ea);font-size:27px}.rm-modal-body{overflow:auto;padding:24px 25px}.rm-modal>footer{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 25px;border-top:1px solid var(--rm-line)}.rm-modal>footer small{color:#67769e;font-weight:800;letter-spacing:.11em}.rm-modal>footer>div{display:flex;flex-shrink:0;gap:10px}.rm-btn-primary,.rm-btn-secondary{height:46px;padding:0 20px;border-radius:10px;font-weight:750;white-space:nowrap}.rm-btn-primary{border:1px solid #65a2ff;background:linear-gradient(#3d88ff,#2569e8);color:#fff}.rm-btn-secondary{border:1px solid var(--rm-line2);background:#101a31;color:#e3e8f3}.rm-modal-error{margin-bottom:14px;padding:10px 12px;border:1px solid #71394a;border-radius:8px;background:#2b1825;color:#ff9cae}.rm-new-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px}.rm-field,.rm-field-title{display:flex;flex-direction:column;gap:7px;margin-bottom:17px;color:#7583a9;font-size:11px;font-weight:800;letter-spacing:.1em}.rm-field>span{display:flex;align-items:center;justify-content:space-between}.rm-field input,.rm-field select,.rm-field textarea{width:100%;border:1px solid var(--rm-line2);border-radius:9px;background:#0f1a31;color:#e6eaf4;font:600 14px/1.35 inherit;letter-spacing:0}.rm-field input,.rm-field select{height:45px;padding:0 13px}.rm-field textarea{min-height:138px;padding:13px;resize:vertical}.rm-field textarea.tall{min-height:200px}.rm-two-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.rm-enhance-inline{border:1px solid #f0bd48;border-radius:9px;background:linear-gradient(#ffd15e,#d99b16);color:#2d2106;font-weight:800}.rm-choice{width:100%;min-height:96px;display:grid;grid-template-columns:20px 1fr;grid-template-rows:auto auto;gap:3px 9px;margin-bottom:12px;padding:17px;border:1px solid var(--rm-line2);border-radius:13px;background:#0f1a31;color:#e5e9f4;text-align:left}.rm-choice.active{border:2px solid var(--rm-blue);padding:16px}.rm-choice i{grid-row:1/3;width:19px;height:19px;border:2px solid #35528f;border-radius:50%}.rm-choice.active i{border:5px solid var(--rm-blue)}.rm-choice b{font-size:14px}.rm-choice small{color:#8c98b6;line-height:1.3}.rm-helper{color:#8a97b7}.rm-project-preview.matthew{background:#193652}.rm-paper.cover{width:36%;height:82%;justify-content:center;align-items:center;padding:18px;border:1px solid #b08b37;border-radius:0;background:#10283f;color:#fff;box-shadow:0 0 0 6px rgba(4,12,23,.25),0 14px 28px #0008;text-align:center}.rm-paper.cover:before{content:"M";display:grid;width:22px;height:22px;margin-bottom:20px;place-items:center;border:1px solid #bd9947;border-radius:50%;color:#d5b45e;font:700 8px Georgia,serif}.rm-paper.cover small{color:#d5b45e;letter-spacing:.2em}.rm-paper.cover b{font-size:12px}.rm-paper.cover em{margin-top:12px;color:#9baec0;font-size:5px}.rm-library{padding:27px 36px}.rm-library h1{margin:0;font-size:23px}.rm-template-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}.rm-template-toolbar{margin-left:auto;display:flex;align-items:center;gap:10px}.rm-template-zoom-widget{height:34px;width:96px;display:grid;grid-template-columns:18px 28px 12px 18px;align-items:center;justify-content:center;padding:0 6px;border:1px solid #31425f;border-radius:8px;background:#24324b;color:#f1f5ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.rm-template-zoom-widget input{width:28px;padding:0;border:0;background:transparent;color:#f1f5ff;text-align:right;font-size:11px;font-weight:850;line-height:1;outline:0}.rm-template-zoom-widget input::-webkit-inner-spin-button,.rm-template-zoom-widget input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.rm-template-zoom-widget span{margin-left:1px;color:#f1f5ff;font-size:11px;font-weight:850;line-height:1}.rm-template-zoom-widget button{width:18px;height:22px;border:0;background:transparent;color:#9fb0ca;font-size:13px;font-weight:800;line-height:1}.rm-template-zoom-widget button:hover{color:#fff}.rm-template-inspector-toggle{width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid #2b4780;border-radius:9px;background:#0f1a35;color:#8098cf}.rm-template-inspector-toggle svg{width:19px;height:19px;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.rm-template-inspector-toggle.active,.rm-template-inspector-toggle:hover{border-color:#3f86ff;background:#13264a;color:#c5d6ff}.rm-template-workbench{grid-template-columns:minmax(0,1fr)}.rm-template-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(238px,238px));justify-content:space-between;-moz-column-gap:58px;column-gap:58px;align-items:start;overflow:visible}.rm-template-card{min-width:0;padding:0;border:0;background:none;color:#fff;text-align:left}.rm-template-card.selected .rm-template-pdf{box-shadow:0 0 0 1px #4d93ff,0 15px 35px #0005}.rm-template-page{position:relative;aspect-ratio:210/297;display:flex;flex-direction:column;padding:22px;border:1px solid #d8dce5;border-radius:5px;background:#fff;color:#1a2738;box-shadow:0 15px 35px #0005}.rm-template-page small{font-size:6px;font-weight:800;letter-spacing:.12em;color:#8a2130}.rm-template-page b{margin-top:70px;font:700 17px/1.1 Georgia,serif}.rm-template-page span{margin-top:15px;font:7px/1.35 Georgia,serif}.rm-template-page em{margin-top:auto;font-size:6px;color:#687589}.rm-template-page>i{position:absolute;top:9px;left:9px;color:#f1bb35}.rm-template-page.classic{border-color:#ad8a3d;background:#10283f;color:#fff}.rm-template-page.classic em,.rm-template-page.classic small{color:#c7a653}.rm-template-page.modern{border-left:5px solid #2f7bff}.rm-template-page.modern small{color:#2f7bff}.rm-template-page.navy{background:#10283f;color:#fff;border-color:#18385c}.rm-template-page.navy em,.rm-template-page.navy small{color:#d6e0ef}.rm-template-page.minimal small{color:#a68a43}.rm-template-card label{width:var(--rm-template-card-width,238px);max-width:var(--rm-template-card-width,238px);display:flex;justify-content:space-between;gap:14px;margin-top:12px;font-size:14px}.rm-template-card label span{flex:0 0 auto;color:#6e7ca2}.rm-template-large{width:310px;margin:auto}.rm-template-large b{font-size:25px}.rm-design-toolbar{display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--rm-line);background:#0d1831}.rm-design-toolbar>b{color:#8ba2d9;font-size:12px;letter-spacing:.15em}.rm-design-toolbar>label,.rm-design-toolbar>span{display:flex;align-items:center;gap:7px;padding:0 13px;border:1px solid var(--rm-line2);border-radius:999px;color:#438cff;font-size:11px;font-weight:800}.rm-design-toolbar select{max-width:260px;border:0;background:transparent;color:#fff;font-weight:700}.rm-design-actions{display:flex;align-items:center;gap:6px}.rm-design-actions button{width:40px;height:38px;border:1px solid var(--rm-line2);border-radius:9px;background:#101b33;color:#8796b8}.rm-design-actions button.active{background:#2f7bff;color:#fff}.rm-design-actions i{width:1px;height:28px;margin:0 8px;background:var(--rm-line)}.rm-design-actions strong{min-width:48px;text-align:center;color:#91a7dc}.rm-design-stage{min-height:calc(100vh - 138px);padding:24px 34px 60px}.rm-pdf-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--rm-grid-card-width,220px),1fr));gap:20px 28px;align-items:start}.rm-pdf-page{margin:0;min-width:0}.rm-pdf-page figcaption{height:30px;display:flex;align-items:center;justify-content:space-between;color:#9eb0d5}.rm-pdf-page figcaption small{font-weight:800}.rm-pdf-page figcaption b{font-size:24px}.rm-pdf-canvas{position:relative;overflow:auto;background:#fff;box-shadow:0 12px 30px #0008}.rm-pdf-canvas canvas{display:block;max-width:none}.rm-pdf-single{justify-content:center}.rm-edit-hotspot{position:absolute;top:42%;left:6%;right:6%;height:42px;border:1px dashed #2f7bff;background:rgba(47,123,255,.12);color:#1c55c2;font-weight:750}.rm-page-stepper{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:20px}.rm-page-stepper button{padding:9px 13px;border:1px solid var(--rm-line2);border-radius:8px;background:#101b33;color:#c5cee3}.rm-page-stepper button:disabled{opacity:.4}.rm-branding{color:#dfe5f2}.rm-branding .text-ink{color:#eef2fa!important}.rm-branding .text-muted{color:#8e9bbb!important}.rm-branding .card{border-color:var(--rm-line2)!important;background:#0f1a31!important}.rm-branding .input{border-color:var(--rm-line2)!important;color:#f1f4fa!important}.rm-branding .bg-panel,.rm-branding .bg-panel\/40,.rm-branding .bg-panel\/50,.rm-branding .bg-panel\/60,.rm-branding .input{background:#0b152a!important}.rm-branding .border-rule,.rm-branding .btn-ghost,.rm-branding .divide-rule>*{border-color:var(--rm-line2)!important}.rm-branding .btn-ghost{background:#101b33!important;color:#dfe5f2!important}.rm-branding .btn-primary{background:#2f7bff!important;color:#fff!important}.rm-branding .eyebrow{color:#8ca2d8}@media(max-width:900px){.rm-new-grid{grid-template-columns:1fr}.rm-design-toolbar>label{display:none}.rm-template-heading{align-items:flex-start;flex-direction:column}.rm-template-heading label{margin-left:0}}.rm-topbar{height:68px;grid-template-columns:274px 1fr 274px;padding:0 30px}.rm-brand{gap:9px}.rm-brand img{display:block;height:auto;max-height:34px}.rm-brand-dot{font-size:12px}.rm-account{gap:10px}.rm-token-pill{height:34px;padding:0 12px;font-size:12.5px}.rm-token-pill i{width:14px;height:14px}.rm-shell{min-height:calc(100vh - 68px);grid-template-columns:274px 1fr}.rm-sidebar{padding:20px 15px}.rm-new-report{height:50px;font-size:14px;border-radius:11px}.rm-side-link,.rm-side-nav a{min-height:44px;padding:0 14px;font-size:14px;gap:11px}.rm-side-link>span,.rm-side-nav span{display:grid;width:22px;height:22px;place-items:center}.rm-side-link svg,.rm-side-nav svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rm-design-toolbar{height:70px;min-height:70px;padding:10px 24px;gap:12px}.rm-design-toolbar>b{font-size:11px}.rm-design-toolbar>label,.rm-design-toolbar>span{height:36px;font-size:10px}.rm-design-toolbar>label{min-width:310px}.rm-design-toolbar select{flex:1}.rm-design-toolbar .rm-design-project-select{min-width:217px}.rm-design-toolbar .rm-design-project-select select{max-width:182px;background-color:#0d1831}.rm-design-toolbar .rm-design-project-select select option{background-color:#0d1831;color:#fff}.rm-design-actions{margin-left:auto;transform:translateX(-8px)}.rm-design-actions button{width:42px;height:40px}.rm-design-actions button:disabled{opacity:.32}.rm-design-actions .rm-restyle-button{margin-left:8px;border:0;background:linear-gradient(135deg,#36a7ff,#8658ed);color:#fff;font-size:19px;box-shadow:0 7px 18px rgba(88,100,240,.28)}.rm-grid-icon{display:grid;grid-template-columns:repeat(2,5px);gap:3px;justify-content:center}.rm-grid-icon i{width:5px;height:5px;margin:0;border:1px solid;background:transparent}.rm-design-stage{height:calc(100vh - 138px);min-height:0;overflow:auto;padding:18px 34px 55px;scrollbar-width:thin;scrollbar-color:#34516b #08111f}.rm-design-stage::-webkit-scrollbar{width:9px;height:9px}.rm-design-stage::-webkit-scrollbar-track{background:#08111f}.rm-design-stage::-webkit-scrollbar-thumb{border:2px solid #08111f;border-radius:8px;background:#34516b}.rm-design-body{display:flex;height:calc(100vh - 138px);min-height:0}.rm-design-body .rm-design-stage{flex:1;height:auto;min-width:0;scrollbar-width:none}.rm-design-body .rm-design-stage::-webkit-scrollbar{display:none}.rm-clipboard-rail{width:220px;flex-shrink:0;display:flex;flex-direction:column;border-left:1px solid var(--rm-line);background:#0d1831}.rm-clipboard-header{height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--rm-line)}.rm-clipboard-header>b{color:#8ba2d9;font-size:11px;letter-spacing:.14em}.rm-clipboard-header>span{min-width:22px;height:22px;padding:0 6px;display:grid;place-items:center;border-radius:999px;background:#152344;color:#7ea2e0;font-size:11px;font-weight:800}.rm-clipboard-error{display:flex;align-items:flex-start;gap:8px;margin:10px 14px 0;padding:9px 10px;border:1px solid #6a2a34;border-radius:8px;background:#2a1017;color:#ff9aa8;font-size:11px;line-height:1.4}.rm-clipboard-error button{flex-shrink:0;border:0;background:none;color:#ff9aa8;font-size:14px;line-height:1;cursor:pointer}.rm-clip-group-badge{position:absolute;top:4px;right:4px;padding:1px 5px;border-radius:999px;background:#2f7bff;color:#fff;font-size:9px;font-weight:800}.rm-clipboard-list{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:10px}.rm-clipboard-empty{margin:20px 4px;color:#5f7099;font-size:11px;line-height:1.6}.rm-clip-card{position:relative;display:flex;align-items:center;gap:10px;padding:8px;border:1px solid var(--rm-line2);border-radius:10px;background:#101b33;cursor:grab;transition:.15s}.rm-clip-card:hover{border-color:#2f7bff;background:#132244}.rm-clip-card:active{cursor:grabbing}.rm-clip-thumb{position:relative;width:44px;height:44px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#050a17;display:grid;place-items:center}.rm-clip-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.rm-clip-meta{flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:6px}.rm-clip-time{font-size:9px;font-weight:600;color:#8f97a3;font-variant-numeric:tabular-nums}.rm-clip-delete{width:20px;height:20px;flex-shrink:0;display:grid;place-items:center;border-radius:6px;color:#5f7099;font-size:15px;line-height:1}.rm-clip-delete:hover{background:#2a1620;color:#ff6877}.rm-pdf-grid{grid-template-columns:repeat(auto-fill,minmax(var(--rm-grid-card-width,210px),1fr));gap:18px 26px}.rm-pdf-grid .rm-pdf-canvas{overflow:hidden}.rm-pdf-grid .rm-pdf-canvas canvas{width:100%!important;height:auto!important}.rm-pdf-page figcaption{height:29px}.rm-pdf-page figcaption small{font-size:9px}.rm-pdf-page figcaption b{font-size:23px}.rm-pdf-single{display:flex;flex-direction:column;align-items:center;gap:28px}.rm-pdf-single .rm-pdf-page{position:relative}.rm-pdf-single .rm-pdf-canvas{overflow:hidden}.rm-page-stepper{display:none}.rm-pdf-artboard{position:relative;display:flex;align-items:center;justify-content:center;max-width:100%;padding:64px;border-radius:26px;overflow:hidden;background:radial-gradient(ellipse at center,#16223f 0,#0a1326 78%);box-shadow:0 0 0 1px var(--rm-line),0 30px 70px rgba(2,6,16,.55)}.rm-marching-ants{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:2}.rm-marching-ants rect{fill:none;stroke:#2f7bff;stroke-width:3;stroke-dasharray:11 9;animation:rm-marching-ants-move .6s linear infinite}@keyframes rm-marching-ants-move{to{stroke-dashoffset:-20}}.rm-pdf-artboard:before{content:"";position:absolute;inset:-30px;z-index:0;background-image:var(--artboard-bg,none);background-size:cover;background-position:50%;filter:blur(60px) saturate(1.3) brightness(.5)}.rm-pdf-artboard>*{position:relative;z-index:1}.rm-pdf-artboard .rm-pdf-canvas{max-width:100%}.rm-pdf-artboard .rm-pdf-canvas canvas{max-width:100%;height:auto;display:block}.rm-ruler-h,.rm-ruler-v{position:absolute;background:#0f1a31;overflow:hidden;cursor:crosshair;z-index:2}.rm-ruler-h{border-bottom:1px solid var(--rm-line2)}.rm-ruler-v{border-right:1px solid var(--rm-line2)}.rm-ruler-corner{position:absolute;background:#0f1a31;z-index:2}.rm-ruler-h .rm-ruler-tick{position:absolute;bottom:0;width:1px;background:#7f95c2}.rm-ruler-h .rm-ruler-tick.minor{height:3px}.rm-ruler-h .rm-ruler-tick.major{height:5px;background:#c3d3f5}.rm-ruler-v .rm-ruler-tick{position:absolute;right:0;height:1px;background:#7f95c2}.rm-ruler-v .rm-ruler-tick.minor{width:3px}.rm-ruler-v .rm-ruler-tick.major{width:5px;background:#c3d3f5}.rm-ruler-h .rm-ruler-center{position:absolute;bottom:0;top:0;width:2px;background:#5ec8ff;transform:translateX(-1px)}.rm-ruler-v .rm-ruler-center{position:absolute;right:0;left:0;height:2px;background:#5ec8ff;transform:translateY(-1px)}.rm-guide-h{height:9px;margin-top:-4px;cursor:row-resize;z-index:11}.rm-guide-h,.rm-guide-h:after{position:absolute;left:0;right:0}.rm-guide-h:after{content:"";top:4px;border-top:1px solid #4fa8ff;opacity:.85}.rm-guide-v{width:9px;margin-left:-4px;cursor:col-resize;z-index:11}.rm-guide-v,.rm-guide-v:after{position:absolute;top:0;bottom:0}.rm-guide-v:after{content:"";left:4px;border-left:1px solid #4fa8ff;opacity:.85}.rm-guide-tooltip{position:absolute;z-index:12;padding:2px 6px;border-radius:4px;background:#0f1a31;border:1px solid #4fa8ff;color:#cfe0f7;font:700 10px/1.4 inherit;white-space:nowrap;pointer-events:none;transform:translateY(-50%)}.rm-guide-tooltip--h{left:6px}.rm-guide-tooltip--v{top:6px;transform:translateX(-50%)}.rm-modal>header{height:68px;padding:0 24px}.rm-modal>header h2{font-size:16px}.rm-modal>header:has(.rm-modal-icon:empty) .rm-modal-icon{display:none}.rm-modal>header .rm-modal-icon:not(:empty){width:28px;height:28px;border:0;background:none;font-size:21px}.rm-modal-body{padding:20px 24px}.rm-modal>footer{min-height:70px;padding:12px 24px}.rm-restyle-note{margin-bottom:20px;padding:16px;border:1px solid var(--rm-line2);border-radius:10px;color:#b9c4dc;line-height:1.55}.rm-reference-row{display:flex;align-items:center;gap:10px}.rm-reference-row>span{height:38px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #29529a;border-radius:8px;color:#aebbd5}.rm-reference-row>span button{border:0;background:none;color:#ff6877}.rm-export-sub{margin:-8px 0 14px;color:#8d9ab8}.rm-export-option{width:100%;height:66px;display:flex;align-items:center;gap:14px;margin-bottom:12px;padding:0 20px;border:1px solid var(--rm-line2);border-radius:13px;background:#0e1931;color:#dfe5f2;text-align:left;font-size:15px}.rm-export-option.active{border-color:#3280ff;background:#12264d}.rm-export-option i{width:21px;height:21px;border:2px solid #294883;border-radius:50%}.rm-export-option.active i{border:6px solid #3280ff}.rm-export-option span{color:#657292}.rm-export-option em{margin-left:auto;color:#8190b2;font-size:11px;font-style:normal;font-weight:800;letter-spacing:.08em}.rm-modal-body hr{margin:14px 0 18px;border:0;border-top:1px solid var(--rm-line)}.rm-modal-body h3{margin:0 0 8px;font-size:16px}.rm-export-submit{min-width:190px}.rm-section-editor{width:100%;min-height:155px;padding:15px;border:1.5px solid #d3d9e2;border-radius:10px;background:#071127;color:#fff;font:500 14px/1.5 inherit;resize:vertical}@media(max-width:1500px){.rm-pdf-grid{gap:16px}.rm-pdf-page figcaption b{font-size:20px}}.rm-toolbar{min-height:79px;padding:12px 30px}.rm-toolbar-actions{gap:9px}.rm-search{width:300px;height:42px}.rm-view-toggle{display:flex;border:1px solid var(--rm-line2);border-radius:9px;overflow:hidden}.rm-view-toggle button{width:43px;height:40px;border:0;background:#0f1a31;color:#7786aa}.rm-view-toggle button.active{color:#fff;box-shadow:inset 0 0 0 1px #3982ff}.rm-select.compact{min-width:75px;padding-right:24px}.rm-projects-layout{display:grid;grid-template-columns:minmax(0,1fr);min-height:calc(100vh - 147px)}.rm-projects-layout.with-details{grid-template-columns:minmax(0,1fr) 345px}.rm-project-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;gap:20px;padding:20px 30px 50px}.rm-project-item{position:relative;min-width:0;overflow:hidden;border:1px solid var(--rm-line2);border-radius:14px;background:#071126}.rm-project-item.selected,.rm-project-item:hover{border-color:#3b79d6;box-shadow:0 0 22px rgba(47,123,255,.12)}.rm-project-link{display:block}.rm-project-pdf{height:238px;display:grid;place-items:center;position:relative;background:#1a3959}.rm-project-pdf canvas{max-height:210px;width:auto!important;box-shadow:0 8px 22px #0008}.rm-project-item .rm-card-badge{left:14px}.rm-selector{position:absolute;z-index:4;top:14px;right:14px;width:22px;height:22px;border:1px solid #6a7da7;border-radius:5px;background:#0a1530;color:#fff;font-size:13px}.rm-selector.checked{border-color:#4b92ff;background:#2f7bff}.rm-project-item .rm-card-meta h2{font-size:15px}.rm-project-item .rm-card-meta p{font-size:11px;white-space:nowrap}.rm-project-list{display:flex;flex-direction:column;gap:9px;padding:20px 30px}.rm-project-list .rm-project-item{height:70px;border-radius:10px}.rm-project-list .rm-project-link{height:100%;display:flex;align-items:center;padding-left:94px}.rm-project-list .rm-project-pdf{position:absolute;left:15px;top:10px;width:68px;height:50px;border-radius:6px}.rm-project-list .rm-project-pdf canvas{height:31px!important;width:auto!important}.rm-project-list .rm-card-badge{display:none}.rm-project-list .rm-card-meta{padding:0;border:0}.rm-project-list .rm-card-meta h2{margin-bottom:3px}.rm-project-list .rm-selector{right:auto;left:28px;top:24px}.rm-project-list .rm-project-pdf{padding-left:26px}.rm-project-details{padding:24px;border-left:1px solid var(--rm-line);background:#081329}.rm-detail-preview{height:185px;display:grid;place-items:center;border-radius:12px;background:#193856}.rm-detail-preview canvas{height:145px!important;width:auto!important;box-shadow:0 8px 20px #0008}.rm-project-details h2{margin:14px 0 5px;font-size:17px}.rm-project-details>p{display:flex;gap:8px;color:#8fa0cb}.rm-project-details>p i{width:11px;height:11px;border-radius:3px;background:#2f7bff}.rm-project-details dl{margin:20px 0}.rm-project-details dl div{display:flex;justify-content:space-between;padding:6px 0}.rm-project-details dt{color:#8b9bc1}.rm-project-details dd{font-weight:700}.rm-selection-bar{position:fixed;z-index:55;left:50%;bottom:24px;display:flex;align-items:center;gap:10px;padding:10px 12px 10px 18px;border:1px solid #5a9bff;border-radius:12px;background:linear-gradient(180deg,#3b86ff,#1f64e6);box-shadow:0 7px 20px rgba(47,123,255,.28),inset 0 1px 0 #B8DEFF;transform:translateX(-50%)}.rm-selection-bar b{margin-right:10px;color:#FFFFFF}.rm-selection-bar button{height:37px;padding:0 15px;border:1px solid #e0a83e;border-radius:8px;background:radial-gradient(circle at 35% 30%,#ffd97a,#c97a14);color:#2b1c05}.rm-selection-bar button:hover{background:radial-gradient(circle at 35% 30%,#ffe29a,#d68a1f)}.rm-selection-bar button:active{background:#b56c0f}.rm-selection-bar button:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(191,224,255,.65)}.rm-selection-bar button.danger{border-color:#F09AA8;background:#C94A5F}.rm-selection-bar button.danger:hover{background:#DB586D}.rm-selection-bar button.danger:active{background:#AE394D}.rm-selection-bar button.danger:focus-visible{box-shadow:0 0 0 3px rgba(240,154,168,.55)}.rm-selection-bar button:last-child{padding:0 12px;background:#166ED6;border-color:#7FC0FF}.rm-selection-bar button:last-child:hover{background:#1C7AE8}.rm-selection-bar button:last-child:active{background:#115AAF}.rm-btn-primary.danger{border-color:#8b3d4b;background:#7d2638}.rm-modal>footer>.rm-btn-secondary{margin-left:auto}@media(max-width:1500px){.rm-project-grid{grid-template-columns:repeat(4,minmax(190px,1fr));gap:16px}.rm-project-pdf{height:210px}.rm-project-pdf canvas{max-height:180px}}@media(max-width:1150px){.rm-project-grid{grid-template-columns:repeat(3,1fr)}.rm-projects-layout.with-details{grid-template-columns:minmax(0,1fr) 290px}}.rm-project-item .rm-card-badge{left:auto;right:14px}.rm-project-item>.rm-selector{left:14px;right:auto}.rm-modal:has(.rm-new-report-content){max-height:none}.rm-modal:has(.rm-new-report-content)>.rm-modal-body{overflow:visible;padding:18px 25px 14px}.rm-modal:has(.rm-new-report-content)>header{height:76px}.rm-modal:has(.rm-new-report-content)>footer{min-height:70px}.rm-new-report-content .rm-new-grid{gap:22px}.rm-new-report-content .rm-field{gap:6px;margin-bottom:12px;font-size:10px}.rm-new-report-content .rm-field input,.rm-new-report-content .rm-field select{height:44px;font-size:13px}.rm-new-report-content .rm-field textarea{height:137px;min-height:137px;font-size:13px}.rm-new-report-content .rm-choice{min-height:94px;margin-bottom:10px;padding:15px}.rm-new-report-content .rm-choice.active{padding:14px}.rm-choice b em{color:#f2b735;font-size:10px;font-style:normal}.rm-enhance-inline{position:relative;overflow:hidden;height:32px;padding:0 14px;font-size:12px}.rm-prompt-wrap{position:relative;display:block}.rm-prompt-wrap textarea{display:block;resize:none}.rm-prompt-wrap>i{pointer-events:none;position:absolute;inset:1px;overflow:hidden;border-radius:8px}.rm-prompt-wrap.sweeping>i:after{content:"";position:absolute;top:-20%;bottom:-20%;width:80px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.82),transparent);filter:blur(2px);animation:rm-prompt-sweep .55s ease-in-out}@keyframes rm-prompt-sweep{0%{left:-100px}to{left:calc(100% + 20px)}}.rm-enhance-inline.running:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);animation:rm-button-sweep .55s linear}@keyframes rm-button-sweep{0%{transform:translateX(-120%)}to{transform:translateX(120%)}}.rm-source-heading{display:flex;align-items:center;justify-content:space-between;margin:2px 0 8px;color:#7180a8;font-size:10px;letter-spacing:.11em}.rm-source-heading button{height:31px;padding:0 12px;border:1px solid #62a0ff;border-radius:7px;background:#2f7bff;color:#fff;font-weight:750}.rm-source-select{width:100%;height:44px;padding:0 12px;border:1px solid var(--rm-line2);border-radius:9px;background:#0f1a31;color:#e6eaf4;font-weight:650}.rm-file-chips,.rm-source-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px}.rm-file-chips span,.rm-source-chips span{height:31px;display:flex;align-items:center;gap:7px;max-width:100%;padding:0 10px;border:1px solid #2d4d83;border-radius:999px;background:#10203d;color:#bec9df;font-size:11px}.rm-file-chips span button,.rm-source-chips span button{border:0;background:none;color:#ff6576;font-size:16px}.rm-identity-head{display:flex;align-items:center;justify-content:space-between;margin:30px 0 8px;color:#7180a8;font-size:10px;letter-spacing:.11em}.rm-identity-head label{display:flex;align-items:center;gap:8px}.rm-identity-head label>button{width:42px;height:23px;padding:2px;border:0;border-radius:999px;background:#263a70}.rm-identity-head label>button i{display:block;width:19px;height:19px;border-radius:50%;background:#fff;transition:.18s}.rm-identity-head label>button.on{background:#2f7bff}.rm-identity-head label>button.on i{transform:translateX(19px)}.rm-identity-card{min-height:58px;display:flex;align-items:center;gap:12px;padding:10px 14px;border:1px solid var(--rm-line2);border-radius:10px;background:#0f1a31}.rm-identity-card strong{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#0c1b2c}.rm-identity-card div{display:flex;min-width:0;flex-direction:column}.rm-identity-card div b{font-size:13px}.rm-identity-card div span{overflow:hidden;color:#7383aa;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.rm-identity-options{display:flex;flex-direction:column;margin-top:9px;padding:8px 13px;border:1px solid var(--rm-line2);border-radius:10px;background:#0e1930}.rm-identity-options button{height:28px;display:flex;align-items:center;gap:9px;border:0;background:none;color:#e0e6f2;text-align:left;font-size:11px}.rm-identity-options button i{display:grid;width:17px;height:17px;place-items:center;border:1px solid #3d5689;border-radius:4px;font-size:10px}.rm-identity-options button.on i{border-color:#4b93ff;background:#2f7bff}.rm-file-drop{width:100%;height:128px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:1px dashed #31538d;border-radius:12px;background:#0e1931;color:#9eb1dc;font-size:14px}.rm-file-drop small{color:#6f80aa;font-size:11px}@media(max-height:780px){.rm-modal:has(.rm-new-report-content){transform:scale(.92)}}.rm-modal:has(.rm-new-report-content) .rm-modal-icon{width:43px!important;height:43px!important;border:1px solid #68a5ff!important;border-radius:11px!important;background:linear-gradient(#438cff,#2166ea)!important}.rm-modal:has(.rm-new-report-content) .rm-modal-icon svg{width:23px;height:23px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round}.rm-new-report-content .rm-field input,.rm-new-report-content .rm-field select,.rm-new-report-content .rm-field textarea,.rm-new-report-content .rm-source-select{font-weight:500!important}.rm-new-report-content .rm-choice b,.rm-new-report-content .rm-identity-card b{font-weight:600}.rm-brand img{width:158px;height:42px;max-height:42px;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center}.rm-view-toggle{border-color:#347be7;box-shadow:0 0 0 1px rgba(52,123,231,.22)}.rm-view-toggle button+button{border-left:1px solid #347be7}.rm-view-toggle button.active{box-shadow:inset 0 0 0 1px #4b91ff;background:#13264a}.rm-project-grid .rm-selector{opacity:0;transition:opacity .14s}.rm-project-grid .rm-project-item:hover .rm-selector,.rm-project-grid .rm-selector.checked{opacity:1}.rm-project-list .rm-selector{display:none}.rm-brand,.rm-product{white-space:nowrap}.rm-product{line-height:1}.rm-edit-regions{position:absolute;inset:0}.rm-edit-regions.grid{display:none}@layer rm-generic{.rm-edit-regions button{position:absolute;left:5%;width:90%;border:2px dashed #f0a83c!important;background:none;color:#3a2405;opacity:1;transition:.12s}.rm-edit-regions button:hover{border-color:#4d93ff!important}.rm-edit-regions button.active,.rm-edit-regions button:hover{opacity:1;background:none}.rm-edit-regions button span{position:absolute;top:-16px;left:50%;transform:translateX(-50%);padding:2px 5px;background:#fff;color:#3a2405;font-size:8px;font-weight:750;white-space:nowrap}.rm-edit-regions button em{display:block;overflow:hidden;padding:18px 8px 4px;color:#214d83;font-size:8px;font-style:normal;text-align:left}.rm-pdf-grid .rm-edit-regions button span{font-size:6px}.rm-edit-regions button.markers-hidden{border-color:transparent!important;background:none;opacity:1}.rm-edit-regions button.markers-hidden span{opacity:0;transition:opacity .12s}.rm-edit-regions button.markers-hidden:hover{border-color:#f0a83c!important}.rm-edit-regions button.markers-hidden:hover span{opacity:1}}.rm-live-section{margin-top:12px;padding:12px;border:1px solid #315b9c;border-radius:8px;background:#f6f9fd;color:#20334c;max-height:220px;overflow-y:auto}.rm-live-section b{font-size:9px;letter-spacing:.12em}.rm-live-section p{margin:6px 0 0;font:12px/1.5 Georgia,serif}.rm-modal[aria-label="EXPORT PAGES"]{font-size:11px}.rm-modal[aria-label="EXPORT PAGES"]>header{height:54px}.rm-modal[aria-label="EXPORT PAGES"]>header h2{font-size:16px;font-weight:800}.rm-modal[aria-label="EXPORT PAGES"] .rm-modal-body{padding:14px 18px}.rm-modal[aria-label="EXPORT PAGES"] .rm-export-option{height:50px;margin-bottom:8px;padding:0 14px;font-size:12px}.rm-modal[aria-label="EXPORT PAGES"] .rm-export-option i{width:17px;height:17px}.rm-modal[aria-label="EXPORT PAGES"]>footer{min-height:58px}.rm-range-input{width:calc(100% - 28px);height:42px;margin:-2px 14px 10px;padding:0 12px;border:1px solid #3984ff;border-radius:8px;background:#08152e;color:#fff}.rm-topbar{grid-template-columns:340px 1fr 300px}.rm-brand img{width:220px;height:52px;max-height:52px}.rm-brand{gap:8px}.rm-product{font-size:11px;flex-shrink:0}.rm-project-pdf canvas{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.rm-project-list .rm-project-pdf canvas{left:58%;top:50%}.rm-modal[aria-label="ADD TEMPLATE"] .rm-modal-icon svg{width:20.4px;height:20.4px}.rm-category-typeahead input{color:#000!important}.rm-category-typeahead input::-moz-placeholder{color:#000!important}.rm-category-typeahead input::placeholder{color:#000!important}.rm-modal[aria-label="AI RESTYLER"]>header h2{font-weight:800}.rm-modal[aria-label="AI RESTYLER"] .rm-modal-icon{display:grid!important;width:28px!important;height:28px!important}.rm-gemini-icon{width:24px;height:24px}.rm-restyle-prompt textarea{min-height:174px!important;font-size:14px!important;font-weight:400!important;line-height:1.5!important;scrollbar-width:thin;scrollbar-color:#46627d #0b1730}.rm-restyle-prompt textarea::-webkit-scrollbar{width:7px}.rm-restyle-prompt textarea::-webkit-scrollbar-track{background:#0b1730}.rm-restyle-prompt textarea::-webkit-scrollbar-thumb{border-radius:8px;background:#46627d}.rm-restyle-prompt .rm-prompt-wrap.sweeping>i:after{width:110px;animation:rm-prompt-sweep 1.8s linear infinite}.rm-restyle-prompt .rm-enhance-inline.running:after{animation:rm-button-sweep 1.8s linear infinite}html{scrollbar-width:thin;scrollbar-color:#46627d #08111f}html::-webkit-scrollbar{width:8px}html::-webkit-scrollbar-track{background:#08111f}html::-webkit-scrollbar-thumb{border:2px solid #08111f;border-radius:8px;background:#46627d}.rm-export-range{margin-bottom:8px;border:1px solid transparent;border-radius:12px}.rm-export-range.active{border-color:#3984ff;background:#10254a}.rm-export-range .rm-export-option{margin:0!important;border:0!important;background:transparent!important}.rm-export-range .rm-range-input{width:calc(100% - 28px);margin:0 14px 14px}.rm-image-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.rm-image-tabs button{height:30px;border:1px solid var(--rm-line2);border-radius:8px;background:#101b33;color:#aeb9d2;font-size:11px;font-weight:700}.rm-image-tabs button.active{border-color:#4a92ff;background:#2f7bff;color:#fff}.rm-image-help{padding:14px;border:1px solid var(--rm-line2);border-radius:9px;background:#0e1930;color:#aeb9d2;line-height:1.45}.rm-image-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.rm-image-gallery>button{overflow:hidden;padding:7px;border:1px solid var(--rm-line2);border-radius:9px;background:#0e1930;color:#bdc8df;text-align:left}.rm-image-gallery img,.rm-image-placeholder{width:100%;height:95px;display:grid;place-items:center;-o-object-fit:contain;object-fit:contain;border-radius:6px;background:#fff;color:#2f7bff}.rm-image-gallery b{display:block;overflow:hidden;margin-top:6px;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.rm-image-drop{width:100%;height:220px;margin-top:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;border:2px dashed #3984ff;border-radius:12px;background:rgba(47,123,255,.07);color:#dbe6fa}.rm-image-drop span{color:#7f96c2;font-size:11px}.rm-template-pdf{position:relative;aspect-ratio:2/3;display:grid;place-items:center;overflow:hidden;border:1px solid #2b4472;border-radius:6px;background:#10283f;box-shadow:0 15px 35px #0005}.rm-template-pdf canvas{width:100%!important;height:100%!important;-o-object-fit:contain;object-fit:contain}.rm-template-cover-image{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;background:#fff}.rm-template-built-cover{width:100%;height:100%;position:relative;display:flex;flex-direction:column;padding:25px 22px;border:2px solid;border-radius:4px;overflow:hidden}.rm-template-built-cover:before{content:"";position:absolute;inset:13px;border:1px solid;opacity:.22}.rm-template-built-cover i{width:34px;height:34px;border:2px solid;border-radius:50%;margin:22px auto 18px;opacity:.9}.rm-template-built-cover small{font-size:6px;font-weight:850;letter-spacing:.16em;text-align:center}.rm-template-built-cover b{margin:45px 0 8px;font:800 18px/1.05 Georgia,serif;text-align:center}.rm-template-built-cover span{font-size:8px;font-weight:850;letter-spacing:.11em;text-align:center;text-transform:uppercase}.rm-template-built-cover em{margin-top:auto;font-style:normal;font-size:6px;font-weight:850;letter-spacing:.16em;text-align:center}.rm-template-built-cover.classic b{margin-top:24px}.rm-template-inspector{position:sticky;top:138px;align-self:start;box-sizing:border-box;height:calc(var(--rm-template-card-width,212px) * 3 / 2 + 51px);overflow-y:auto;padding:18px;border:1px solid #243e6e;border-radius:14px;background:#0d1830;box-shadow:0 18px 45px #0007}.rm-template-inspector-preview{display:grid;place-items:center;margin-bottom:14px}.rm-template-inspector h2{margin:0 0 5px;font-size:17px;line-height:1.2}.rm-template-inspector>small{display:block;margin-bottom:14px;color:#7890c1;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.rm-template-inspector-copy{display:grid;gap:10px}.rm-template-inspector-copy p{margin:0;color:#aeb9d2;font-size:12px;line-height:1.45}.rm-template-preview{display:grid;place-items:center}.rm-template-preview .rm-template-pdf,.rm-template-preview canvas{max-width:100%;height:auto!important;box-shadow:0 18px 45px #0009}.rm-add-template>p{margin:0 0 14px;color:#9ba8c7;font-size:14px;line-height:1.35}.rm-template-drop{width:100%;height:128px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:1px dashed #397ff1;border-radius:11px;background:#0b1730;color:#bac4dc}.rm-template-drop b{font-size:14px}.rm-template-drop span{color:#66759b;font-size:12px}.rm-modal[aria-label="ADD TEMPLATE"]>header h2{font-weight:800}.rm-modal[aria-label="ADD TEMPLATE"] .rm-btn-primary:disabled{opacity:.5}.rm-file-queue{margin-top:12px;max-height:220px;overflow:auto;display:grid;gap:6px;padding:10px;border:1px solid #243b6d;border-radius:13px;background:#091329;scrollbar-width:thin;scrollbar-color:#46627d transparent}.rm-file-queue-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 2px 6px;color:#8b9ac2;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.rm-file-queue-toolbar div{display:flex;gap:6px}.rm-file-queue-toolbar button{height:26px;padding:0 10px;border:1px solid #2b4780;border-radius:7px;background:#0f1a31;color:#c3cee6;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.rm-file-queue-toolbar button:disabled{opacity:.4;cursor:not-allowed}.rm-file-queue-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;min-height:38px;padding:0 12px;border:1px solid #253d70;border-radius:9px;background:#0f1a31;color:#dce6fb;cursor:pointer}.rm-file-queue-row.selected{border-color:#4b93ff;background:#13264a}.rm-file-queue-row--generating{border-color:#e0a84b}.rm-file-queue-row--done{border-color:#2a7a56}.rm-file-queue-row--failed{border-color:#a53a3a}.rm-file-queue-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700}.rm-file-queue-size{color:#7787ad;font-size:11px;white-space:nowrap}.rm-file-queue-status{font-size:11px;font-weight:800;color:#a8b5d1;white-space:nowrap}.rm-file-queue-row--done .rm-file-queue-status{color:#7fe6b6}.rm-file-queue-row--failed .rm-file-queue-status{color:#f0a0a0}.rm-file-queue-remove{width:22px;height:22px;display:grid;place-items:center;border:none;border-radius:6px;background:transparent;color:#8b9ac2;font-size:16px;line-height:1;cursor:pointer}.rm-file-queue-remove:hover{background:#1a2c52;color:#fff}.rm-insufficient-balance{color:#f0a0a0;font-weight:700}.rm-template-actions{display:flex;gap:10px}.rm-template-viewer{display:grid;grid-template-columns:1fr 260px;gap:22px}.rm-template-meta{display:grid;gap:12px}.rm-template-builder-grid label,.rm-template-candidate label,.rm-template-meta label{display:grid;gap:6px;color:#91a0c2;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.rm-template-builder-grid select,.rm-template-builder-grid textarea,.rm-template-candidate input,.rm-template-meta input{width:100%;border:1px solid #294574;border-radius:10px;background:#0e1b35;color:#e9edf7;padding:11px 12px;font:600 14px/1.3 inherit;text-transform:none;letter-spacing:0}.rm-template-md-modal{display:grid;gap:12px}.rm-template-md-modal p{margin:0;color:#9ba8c7;font-size:13px}.rm-template-md-editor{width:100%;min-height:50vh;border:1px solid #294574;border-radius:10px;background:#071226;color:#dfe8fb;padding:14px;font:500 12px/1.48 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;text-transform:none;letter-spacing:0;resize:vertical}.rm-template-meta input:disabled{opacity:.65}.rm-template-meta p{margin:0;color:#9ba8c7;font-size:13px;line-height:1.4}.rm-template-meta code{display:block;overflow:auto;padding:9px;border:1px solid #273f68;border-radius:8px;background:#09162d;color:#75a7ff}.rm-template-message{margin:0!important;padding:10px 12px;border:1px solid #2a7a56;border-radius:10px;background:#103026;color:#b8f7d9!important}.rm-template-builder-grid{display:grid;gap:13px;margin-top:14px}.rm-template-builder-grid textarea{min-height:86px;resize:vertical}.rm-template-candidate{display:grid;gap:10px;margin-top:14px;padding:13px;border:1px solid #2b4472;border-radius:12px;background:#0b1730}.rm-template-candidate>b{color:#e9edf7}.rm-template-candidate pre{overflow:auto;margin:0;padding:10px;border-radius:8px;background:#071226;color:#9bc2ff;font-size:12px}.rm-modal[aria-label$="— Markdown"]{min-width:min(50vw,980px)}.rm-modal[aria-label$="— Markdown"] .rm-modal-body{padding:18px 22px}.rm-btn-primary:disabled,.rm-btn-secondary:disabled{cursor:not-allowed;opacity:.55}.rm-template-message.error{border-color:#8b3d4b;background:#341422;color:#ffbcc8!important}.rm-gemini-generate-button{display:inline-flex;align-items:center;gap:8px;justify-content:center;min-width:178px}.rm-template-generation-card{width:min(760px,calc(100vw - 44px));min-height:244px;padding:28px 30px 27px}.rm-template-generation-card .rm-generation-top{font-size:12px}.rm-template-generation-card .rm-generation-top span{gap:12px;font-weight:850;letter-spacing:.22em}.rm-template-generation-card .rm-generation-top span i{width:18px;height:18px}.rm-template-generation-card h3{margin:16px 0 20px;font-size:24px;line-height:1.22}.rm-template-generation-card .rm-generation-chips{align-items:center;flex-wrap:wrap;gap:10px;row-gap:8px;margin-bottom:18px}.rm-template-generation-card .rm-generation-chips span{height:34px;padding:0 14px;font-size:14px;text-transform:none}.rm-template-generation-card .rm-generation-line{height:5px}.rm-template-generation-card p{margin-top:18px;font-size:15px;font-weight:600}.rm-generation-batch-list{display:grid;gap:6px;margin-top:16px;max-height:150px;overflow-y:auto;overflow-x:hidden}.rm-generation-batch-row{display:flex;align-items:center;gap:9px;padding:6px 10px;border-radius:8px;background:#0e1b35;font-size:13px;color:#91a0c2;min-width:0}.rm-generation-batch-row-icon{flex:0 0 auto;width:14px;text-align:center;font-weight:800}.rm-generation-batch-row-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rm-generation-batch-row--done{color:#8fe3b7}.rm-generation-batch-row--done .rm-generation-batch-row-icon{color:#3ad280}.rm-generation-batch-row--failed{color:#f0a0a0}.rm-generation-batch-row--failed .rm-generation-batch-row-icon{color:#e05656}.rm-generation-batch-row--generating{color:#eaf6ff;background:#152a4d}.rm-generation-batch-row--generating .rm-generation-batch-row-icon{color:#5ec8ff;animation:rm-generation-batch-pulse 1s ease-in-out infinite}@keyframes rm-generation-batch-pulse{0%,to{opacity:.35}50%{opacity:1}}.rm-branding{max-width:1075px!important;margin:0!important;padding:27px 30px!important}.rm-branding>h1{margin:0!important;font-size:22px!important}.rm-branding>p{margin:2px 0 20px!important;color:#91a5db!important}.rm-branding>.eyebrow{display:none}.rm-brand-accordion{margin-bottom:14px;border:1px solid var(--rm-line)!important;border-radius:14px;background:#0f1a31}.rm-brand-accordion summary{height:59px;display:flex;align-items:center;justify-content:space-between;padding:0 23px;cursor:pointer;list-style:none;color:#f2f4fa;font-size:15px;font-weight:750}.rm-brand-accordion summary::-webkit-details-marker{display:none}.rm-brand-accordion summary span{color:#8292ba;transition:transform .18s}.rm-brand-accordion[open] summary{border-bottom:1px solid var(--rm-line)}.rm-brand-accordion[open] summary span{transform:rotate(180deg)}.rm-brand-panel{padding:20px 23px 24px}.rm-brand-panel .grid{-moz-column-gap:20px;column-gap:20px;row-gap:14px}.rm-brand-panel .input{font-weight:500}.rm-brand-panel label>span:first-child{text-transform:uppercase;color:#6f83b6!important;font-size:10px!important;font-weight:800!important;letter-spacing:.11em}.rm-gallery-control-row{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 30px 0}.rm-gallery-select-all{height:46px;display:flex;align-items:center;gap:11px;padding:0 20px;border:1px solid rgba(255,255,255,.07);border-radius:999px;background:rgba(30,41,59,.2);color:#fff;font-size:14px;font-weight:650;box-shadow:0 12px 30px rgba(0,0,0,.22);transition:.18s}.rm-gallery-select-all.active,.rm-gallery-select-all:hover{border-color:rgba(47,123,255,.5);background:#0a0e17}.rm-gallery-select-all i{width:26px;height:26px;display:grid;place-items:center;border:1px solid #64748b;border-radius:6px;background:transparent}.rm-gallery-select-all.active i{border-color:#2f7bff;background:#2f7bff}.rm-gallery-select-all svg{width:16px;height:16px;fill:none;stroke:#fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.rm-gallery-select-all em{padding-left:4px;color:#a9b6d1;font-size:12px;font-style:normal}.rm-gallery-tools{display:flex;align-items:center;justify-content:flex-end;gap:9px;min-width:0}.rm-gallery-tools>label{display:flex;align-items:center;gap:8px;padding-left:6px;border-left:1px solid rgba(255,255,255,.1);color:#64748b;font-size:9px;font-weight:900;letter-spacing:.13em}.rm-gallery-tools select{height:33px;min-width:52px;padding:0 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(30,41,59,.6);color:#cbd5e1;font-size:10px;font-weight:800;text-align:center}.rm-gallery-search{width:0;opacity:0;overflow:hidden;transition:width .42s ease,opacity .22s ease}.rm-gallery-search.open{width:min(320px,28vw);opacity:1}.rm-gallery-search{position:relative}.rm-gallery-search input{width:100%;height:44px;padding:0 39px 0 16px;border:1px solid #334155;border-radius:999px;background:rgba(30,41,59,.8);color:#fff;outline:none}.rm-gallery-search input:focus{border-color:rgba(47,123,255,.7);box-shadow:0 0 0 2px rgba(47,123,255,.16)}.rm-gallery-search button{position:absolute;top:50%;right:8px;width:25px;height:25px;transform:translateY(-50%);border:0;border-radius:50%;background:#fff;color:#2563eb;font-size:18px;line-height:1}.rm-gallery-search-toggle{width:60px;height:60px;display:grid;place-items:center;flex:0 0 60px;border:0;border-radius:50%;background:#1e293b;color:#94a3b8;transition:.18s}.rm-gallery-search-toggle:hover{color:#fff;background:#27364c}.rm-gallery-search-toggle.open{background:#2563eb;color:#fff;transform:rotate(90deg)}.rm-gallery-search-toggle svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.rm-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(230px,380px));gap:22px;padding:17px 30px}.rm-gallery-grid .rm-gallery-card{max-width:380px}.rm-gallery-card.selected{border-color:#76adff;box-shadow:0 0 0 2px rgba(47,123,255,.28),0 0 28px rgba(47,123,255,.18)}.rm-gallery-pdf{height:238px;display:grid;place-items:center;overflow:hidden;background:#193856}.rm-gallery-pdf canvas{max-height:208px;width:auto!important;height:auto!important;box-shadow:0 8px 20px #0008}.rm-gallery-pdf>img{max-width:88%;max-height:88%;-o-object-fit:contain;object-fit:contain}.rm-gallery-grid .rm-card-meta{padding:13px 17px}.rm-gallery-grid .rm-card-meta h2{font-size:14px}.rm-gallery-grid .rm-card-meta p{margin-top:5px;color:#8fa6e0;font-size:12px}.rm-brand{height:68px;overflow:hidden}.rm-brand img{width:183px!important;height:96px!important;max-height:none!important;flex:0 0 183px;-o-object-fit:fill!important;object-fit:fill!important}.rm-prompt-wrap.sweeping>i:after{display:none!important}.rm-brand{margin-left:-21px}.rm-brand img{width:146px!important;height:77px!important;flex-basis:146px}.rm-project-item .rm-card-badge{z-index:5}.rm-modal[aria-label="EDIT SECTION — IMAGE"]>header h2,.rm-modal[aria-label="NEW REPORT — IMPORT & SETTINGS"]>header h2{font-weight:800}.rm-new-report-content .rm-prompt-wrap.sweeping>i:after{display:block!important;width:110px;animation:rm-prompt-sweep 1.15s linear infinite}.rm-source-heading button{font-size:13px;font-weight:850}.rm-modal[aria-label="EDIT SECTION — IMAGE"] .rm-image-help{margin:10px 0 0}.rm-modal[aria-label="EDIT SECTION — IMAGE"] .rm-image-gallery{margin-top:10px}.rm-modal[aria-label="EDIT SECTION — IMAGE"] .rm-image-drop{height:185px;margin-top:12px}.rm-brand-panel{position:relative}.rm-autosave-advisory{display:inline-flex;align-items:center;min-height:22px;margin:0 0 12px;padding:3px 9px;border:1px solid rgba(104,211,145,.24);border-radius:999px;background:rgba(104,211,145,.12);color:#9be7b5;font-size:11px;font-weight:700}.rm-autosave-advisory--corner{position:absolute;top:20px;right:23px;margin:0}.rm-save-check{display:inline-grid;width:24px;height:24px;place-items:center;border:1px solid rgba(73,222,128,.55);border-radius:999px;background:rgba(22,101,52,.92);color:#d8ffe8;font-size:15px;font-weight:900;box-shadow:0 0 18px rgba(34,197,94,.28)}.rm-new-report-content .rm-identity-selector{margin-bottom:9px}.rm-new-report-content .rm-advisor-card{margin-top:9px}.rm-generate-submit{display:inline-flex;align-items:center;gap:10px}.rm-generate-submit:hover:not(:disabled){filter:brightness(.78);box-shadow:inset 0 0 0 999px rgba(0,0,0,.12)}.rm-generation-scrim{position:fixed;inset:0;z-index:10020;display:flex;align-items:center;justify-content:center;background:rgba(7,13,26,.78);backdrop-filter:blur(6px)}.rm-generation-scrim--opaque{background:rgba(7,13,26,.5);backdrop-filter:none}.rm-generation-card{position:relative;width:min(520px,92vw);max-height:86vh;overflow-y:auto;padding:22px 24px;border:1px solid rgba(47,123,255,.4);border-radius:18px;background:linear-gradient(180deg,rgba(20,32,62,.96),rgba(12,22,46,.96));box-shadow:0 24px 80px rgba(0,0,0,.55);color:#e8eef9}.rm-generation-card-close{position:absolute;top:10px;right:10px;z-index:1;width:26px;height:26px;border:0;border-radius:7px;background:transparent;color:#8893b5;font-size:17px;line-height:1;cursor:pointer}.rm-generation-card-close:hover{background:rgba(255,255,255,.08);color:#fff}.rm-generation-top{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#91a2c2;font-size:11px}.rm-generation-top span{display:flex;align-items:center;gap:10px;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.rm-generation-top span i{width:16px;height:16px;border:2px solid rgba(47,123,255,.35);border-top-color:#2f7bff;border-radius:50%;animation:rm-generation-spin .8s linear infinite}.rm-generation-top em{color:#aabbda;font-size:11px;font-style:normal}.rm-generation-card h3{margin:12px 0 0;font-size:19px;font-weight:700;line-height:1.25}.rm-generation-chips{display:flex;align-items:center;gap:8px;margin:16px 0}.rm-generation-chips span{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border:1px solid #24385f;border-radius:999px;background:transparent;color:#697692;font-size:11px;font-weight:700;letter-spacing:.08em;white-space:nowrap}.rm-generation-chips span.done{border-color:rgba(34,197,94,.5);background:transparent;color:#4ade80}.rm-generation-chips span.active{border-color:rgba(47,123,255,.6);background:rgba(47,123,255,.12);color:#60a5fa;box-shadow:none}.rm-generation-line{position:relative;overflow:hidden;height:4px;border-radius:999px;background:rgba(255,255,255,.08)}.rm-generation-line i{position:absolute;inset:0 auto 0 0;width:40%;border-radius:999px;background:linear-gradient(90deg,#2f7bff,#4a92ff);animation:rm-generation-line 1.6s ease-in-out infinite}.rm-generation-card p{margin:14px 0 0;color:#aeb9d0;font-size:12px;font-weight:400}.rm-delay-advisory-scrim{position:fixed;inset:0;z-index:10030;display:flex;align-items:center;justify-content:center;background:rgba(7,13,26,.55);backdrop-filter:blur(3px)}.rm-delay-advisory-card{position:relative;border-color:rgba(240,168,60,.55)}.rm-delay-advisory-card .rm-generation-error-badge{background:rgba(240,168,60,.15);border:1px solid rgba(240,168,60,.55);color:#f0a83c}.rm-delay-advisory-card .rm-generation-error-eyebrow{color:#f0a83c;background-image:linear-gradient(100deg,#f0a83c 30%,#fff 50%,#f0a83c 70%);background-size:250% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:rm-advisory-strobe 3.6s linear infinite}@keyframes rm-advisory-strobe{0%{background-position:150% 0}to{background-position:-150% 0}}.rm-delay-advisory-close{position:absolute;top:14px;right:14px;width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--rm-line2);border-radius:8px;background:#101b33;color:#c5cde0;font-size:17px;line-height:1}.rm-delay-advisory-close:hover{background:rgba(255,255,255,.08);color:#fff}@keyframes rm-generation-spin{to{transform:rotate(1turn)}}@keyframes rm-generation-line{0%{transform:translateX(-120%)}to{transform:translateX(320%)}}.rm-template-grid,.rm-template-workbench{min-width:0;max-width:100%}.rm-template-selection-controls{display:flex;align-items:center;gap:10px;margin-right:auto}.rm-template-delete-selected,.rm-template-select-all{height:38px;display:flex;align-items:center;gap:10px;padding:0 16px;border:1px solid #2b4780;border-radius:999px;background:#0f1a35;color:#dfe8fb;font-size:13px;font-weight:850}.rm-template-select-all i{width:20px;height:20px;display:grid;place-items:center;border:1px solid #5a6c92;border-radius:50%;font-size:12px;line-height:1}.rm-template-select-all.checked i{border-color:#4b93ff;background:#2f7bff;color:#fff}.rm-template-select-all span{padding-left:14px;border-left:1px solid #2b4780;color:#9db0d4;font-weight:650}.rm-template-select-all em{color:#7083b1;font-size:11px;font-style:normal;font-weight:900;letter-spacing:.08em}.rm-template-delete-selected{border-radius:10px;border-color:#703447;background:#2a1220;color:#ffbcc8}.rm-template-delete-selected:disabled,.rm-template-select-all:disabled{cursor:not-allowed;opacity:.45}.rm-template-category-controls{display:flex;align-items:flex-end;gap:8px;margin-left:auto}.rm-template-category-controls label{display:flex;flex-direction:column;gap:5px;color:#8fa0c5;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.rm-template-category-controls input,.rm-template-category-controls select{height:38px;min-width:142px;border:1px solid #2b4780;border-radius:10px;background:#0f1a35;color:#e4ebfb;padding:0 11px;font-size:13px;font-weight:750;outline:none}.rm-template-category-controls input{min-width:126px}.rm-template-category-controls button{height:38px;border:1px solid #2b4780;border-radius:10px;background:#0f1a35;color:#dfe8fb;padding:0 13px;font-size:12px;font-weight:850}.rm-template-category-controls button:last-child{border-color:#703447;color:#ffbcc8}.rm-template-category-controls button:disabled{cursor:not-allowed;opacity:.45}.rm-template-page-message{margin:-14px 0 22px;padding:10px 12px;border:1px solid #2a7a56;border-radius:10px;background:#103026;color:#b8f7d9;font-size:13px}.rm-template-page-message.error{border-color:#8b3d4b;background:#341422;color:#ffbcc8}.rm-template-grid{width:100%;grid-template-columns:repeat(auto-fit,minmax(min(100%,var(--rm-template-card-width,280px)),var(--rm-template-card-width,280px)))!important;-moz-column-gap:clamp(28px,3.6vw,58px);column-gap:clamp(28px,3.6vw,58px);row-gap:56px}.rm-template-card{position:relative;max-width:100%}.rm-template-card.just-remixed{animation:rm-remix-highlight 1s ease-in-out 4;box-shadow:0 0 0 2px #7fb8ff,0 15px 35px #0005;border-radius:8px}@keyframes rm-remix-highlight{0%,to{transform:scale(1)}50%{transform:scale(.98)}}.rm-template-card-main{width:100%;display:block;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.rm-template-cover-frame{position:relative}.rm-template-card label{width:var(--rm-template-card-width,280px);max-width:100%}.rm-template-card label em{display:block;margin-top:4px;color:#6fa2ff;font-size:11px;font-style:normal;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.rm-template-selector{position:absolute;z-index:5;top:12px;left:12px;width:25px;height:25px;display:grid;place-items:center;border:1px solid #657797;border-radius:50%;background:#09142bd9;color:#fff;font-size:13px;font-weight:900;box-shadow:0 6px 18px rgba(0,0,0,.35)}.rm-template-selector.checked{border-color:#68a5ff;background:#2f7bff}.rm-template-selector:disabled{opacity:.38}.rm-template-inspector-toggle svg{fill:none;stroke:currentColor}.rm-template-inspector-toggle svg rect:nth-of-type(2),.rm-template-inspector-toggle svg rect:nth-of-type(3){fill:currentColor;stroke:0}.rm-template-cover-image.aspac-corrected{background:#eef1e7}.rm-modal:has(.rm-template-viewer){max-height:none}.rm-modal:has(.rm-template-viewer)>.rm-modal-body{overflow:hidden;padding:24px 30px 18px}.rm-modal:has(.rm-template-viewer)>footer{min-height:72px;padding:12px 30px}.rm-template-viewer{grid-template-columns:minmax(0,320px) minmax(0,1fr);gap:28px;align-items:start;overflow:hidden}.rm-template-preview{align-self:start;overflow:hidden}.rm-template-preview .rm-template-pdf{width:320px!important;max-width:100%;box-shadow:0 18px 45px #0009}.rm-template-menu{height:70px;min-height:70px;padding:10px 24px;gap:12px;position:sticky;top:68px;z-index:20}.rm-template-menu .rm-template-select-all{height:36px;border-radius:999px;background:#0f1a31;text-transform:uppercase}.rm-template-menu .rm-template-delete-selected{width:42px;height:40px;min-width:0;justify-content:center;padding:0;border-radius:9px;background:#101b33;color:#ff8597}.rm-template-menu .rm-template-delete-selected:disabled{opacity:.32}.rm-template-menu .rm-template-inspector-toggle{width:42px;height:40px;margin-left:4px;border-radius:9px}.rm-template-menu .rm-template-category-select{position:relative;min-width:202px;display:flex;align-items:center;gap:7px;padding:0 13px;color:#438cff;font-size:10px;letter-spacing:0;text-transform:uppercase}.rm-template-menu .rm-template-category-select,.rm-template-remix-toggle{height:36px;border:1px solid var(--rm-line2);border-radius:999px;font-weight:800;background:transparent}.rm-template-remix-toggle{padding:0 14px;color:#d7e4ff;font-size:11.56px;letter-spacing:.03em;white-space:nowrap}.rm-template-remix-toggle:hover{border-color:#4d93ff;color:#fff}.rm-template-remix-toggle.active{border-color:#4b93ff;background:#1a3a6e;color:#fff}.rm-template-category-trigger{flex:1;min-width:0;height:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;border:0;background:transparent;color:#fff;font:700 12px/1 inherit;text-align:left;text-transform:none}.rm-template-category-trigger span{color:#d7e4ff;font-size:11.56px;line-height:1}.rm-template-category-menu{position:absolute;z-index:30;top:42px;left:0;right:0;max-height:354px;overflow-x:hidden;overflow-y:auto;padding:7px;border:1px solid #31558d;border-radius:12px;background:#071225;box-shadow:0 22px 55px rgba(0,0,0,.6)}.rm-template-category-menu button{width:100%;min-height:34px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:#dfe8fb;text-align:left;font-size:13px;font-weight:600;text-transform:none}.rm-template-category-menu button.active,.rm-template-category-menu button:focus-visible,.rm-template-category-menu button:hover{background:#2569e8;color:#fff;outline:none}.rm-template-menu .rm-template-category-select select{background:#0f1a31;color:#fff;color-scheme:dark}.rm-template-menu .rm-template-category-select select option{background:#0b1429;color:#e8eefc}.rm-template-menu .rm-template-category-select select option:checked{background:#2569e8;color:#fff}.rm-design-actions .rm-template-zoom-widget{width:96px;height:34px;margin:0}.rm-design-actions .rm-template-zoom-widget button{width:18px;height:22px;min-width:0;border:0;border-radius:0;background:transparent;color:#9fb0ca;font-size:13px;font-weight:800;line-height:1}.rm-design-actions .rm-template-zoom-widget button:hover{color:#fff}.rm-library .rm-template-heading,.rm-template-heading .rm-template-category-controls,.rm-template-heading .rm-template-selection-controls,.rm-template-heading .rm-template-toolbar{display:none!important}.rm-template-grid{grid-template-columns:repeat(auto-fit,minmax(0,var(--rm-template-card-width,212px)))!important;justify-content:start;-moz-column-gap:16px;column-gap:16px;row-gap:20px}.rm-template-card,.rm-template-card label,.rm-template-card-main{width:var(--rm-template-card-width,212px);max-width:100%}@media(max-width:1250px){.rm-template-grid{grid-template-columns:repeat(3,minmax(210px,1fr))!important}}@media(max-width:900px){.rm-template-grid{grid-template-columns:repeat(2,1fr)!important}}.rm-template-workbench{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.rm-template-workbench.with-inspector{grid-template-columns:repeat(4,minmax(0,1fr)) minmax(0,1fr)}.rm-template-workbench.with-inspector .rm-template-inspector{grid-column:5;grid-row:1}.rm-template-workbench .rm-template-grid{display:contents}.rm-template-workbench .rm-template-card,.rm-template-workbench .rm-template-card-main{width:100%!important;max-width:100%!important}.rm-template-workbench .rm-template-card label{max-width:100%!important}.rm-template-workbench .rm-template-card label,.rm-template-workbench .rm-template-pdf{width:calc(var(--rm-template-zoom-pct,100) * 1%)!important}.rm-new-report-content .rm-identity-card{display:none!important}.rm-project-pdf img{max-height:210px;width:auto;max-width:78%;box-shadow:0 8px 22px #0008}.rm-detail-preview img{height:145px;width:auto;max-width:80%;-o-object-fit:contain;object-fit:contain;box-shadow:0 8px 20px #0008}.rm-template-meta{min-width:0;align-content:start;padding-top:2px}.rm-template-meta input{min-width:0}.rm-template-meta code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rm-category-typeahead{position:relative}.rm-category-typeahead input{width:100%;height:44px;padding:0 13px;border:1px solid #2b4780;border-radius:9px;background:#6fa2ff;color:#3d4a63;font:600 14px/1.35 inherit}.rm-category-typeahead input::-moz-placeholder{color:#3d4a63;opacity:.75}.rm-category-typeahead input::placeholder{color:#3d4a63;opacity:.75}.rm-category-suggestions{position:absolute;z-index:6;top:100%;left:0;right:0;display:grid;gap:4px;margin-top:6px;padding:7px;border:1px solid #2b4780;border-radius:10px;background:#0b1429;box-shadow:0 18px 42px rgba(0,0,0,.45)}.rm-category-suggestions button{min-height:31px;padding:0 10px;border:0;border-radius:7px;background:transparent;color:#cfd9ee;text-align:left;font-weight:750}.rm-category-suggestions button:hover{background:#14264a;color:#fff}.rm-category-select-panel{display:grid;gap:8px}.rm-category-select-panel>span{color:#91a0c2;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.rm-category-select-list{max-height:154px;overflow:auto;display:grid;gap:6px;padding:8px;border:1px solid #294574;border-radius:10px;background:#0e1b35;scrollbar-width:thin;scrollbar-color:#46627d transparent}.rm-category-select-list button{min-height:34px;padding:0 11px;border:1px solid transparent;border-radius:8px;background:transparent;color:#d6deef;text-align:left;font-size:14px;font-weight:500;letter-spacing:0;text-transform:none}.rm-category-select-list button:hover{border-color:#315b9d;background:#13264a;color:#fff}.rm-category-select-list button.active{border-color:#4d93ff;background:#173461;color:#fff}.rm-category-select-list button.add{color:#76a9ff}.rm-categories-modal{display:grid;gap:16px}.rm-categories-modal p{margin:0;color:#a8b5d1;line-height:1.5}.rm-category-add-row{display:grid;grid-template-columns:1fr auto;gap:10px}.rm-category-add-row input{height:43px;padding:0 13px;border:1px solid #2b4780;border-radius:10px;background:#0f1a31;color:#fff;font-weight:500}.rm-category-add-row button{height:43px;padding:0 18px;border:1px solid #5a9bff;border-radius:10px;background:#2f7bff;color:#fff;font-weight:850}.rm-category-add-row button:disabled{opacity:.45}.rm-category-scroll{max-height:240px;overflow:auto;display:grid;gap:7px;padding:10px;border:1px solid #243b6d;border-radius:13px;background:#091329;scrollbar-width:thin;scrollbar-color:#46627d transparent}.rm-category-scroll>span{padding:18px;color:#7787ad;text-align:center}.rm-category-scroll button{min-height:40px;display:flex;align-items:center;gap:10px;padding:0 12px;border:1px solid #253d70;border-radius:9px;background:#0f1a31;color:#dce6fb;text-align:left;font-weight:750}.rm-category-scroll button i{width:20px;height:20px;display:grid;place-items:center;border:1px solid #637497;border-radius:6px;color:#fff;font-size:12px}.rm-category-scroll button.selected{border-color:#4b93ff;background:#13264a}.rm-category-scroll button.selected i{border-color:#2f7bff;background:#2f7bff}.rm-template-action-message-category{color:#6fa2ff!important}.rm-confetti-burst{position:fixed;left:50%;top:50%;z-index:10110;pointer-events:none}.rm-confetti-burst i{position:absolute;width:9px;height:14px;border-radius:2px;background:hsl(calc(var(--i) * 29deg),90%,62%);transform:rotate(calc(var(--i) * 13deg));animation:rm-confetti-explode .95s ease-out forwards}.rm-confetti-burst i:nth-child(3n){width:7px;height:7px;border-radius:50%}.rm-confetti-burst i:nth-child(4n){background:#2f7bff}.rm-confetti-burst i:nth-child(5n){background:#facc15}@keyframes rm-confetti-explode{0%{opacity:1;transform:rotate(calc(var(--i) * 13deg)) translateX(0) scale(.4)}78%{opacity:1}to{opacity:0;transform:rotate(calc(var(--i) * 17deg)) translateX(150px) scale(1)}}@media(max-width:1050px){.rm-template-workbench.with-inspector{grid-template-columns:minmax(0,1fr)}.rm-template-inspector{position:static}}.rm-activity-root{position:relative;display:flex;align-items:center;gap:10px}.rm-suite-grid{width:34px!important;height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border:0!important;border-radius:9px!important;background:transparent!important;color:#7aa2ff!important;transition:.15s}.rm-suite-grid:hover{background:rgba(255,255,255,.06)!important}.rm-app-switcher-root{position:relative;display:flex;align-items:center}.rm-app-switcher-pop{position:absolute;top:44px;right:0;z-index:230;width:272px;overflow:hidden;border:1px solid #2d333b;border-radius:20px;background:#1c2333;color:#fff;box-shadow:0 20px 60px rgba(0,0,0,.58);animation:rm-pop .16s ease-out}.rm-app-switcher-title{padding:14px 16px 8px;color:#6b7aa3;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.rm-app-switcher-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:0 8px 12px}.rm-app-switcher-tile{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px 4px;border-radius:12px;color:inherit;text-decoration:none;transition:.15s}.rm-app-switcher-tile:hover{background:rgba(255,255,255,.06)}.rm-app-switcher-tile-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.3)}.rm-app-switcher-tile em{color:#b8c2dd;font-size:10px;font-weight:650;font-style:normal;text-align:center;line-height:1.25}.rm-avatar-button{width:39px!important;height:39px!important;display:grid!important;place-items:center!important;padding:0!important;overflow:hidden;border:1px solid #2a3f69!important;border-radius:50%!important;background:linear-gradient(135deg,#41506f,#1b2b48)!important;color:#fff!important;font-size:12px!important;font-weight:850!important;box-shadow:0 8px 20px rgba(0,0,0,.24)}.rm-avatar-button img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.rm-activity-menu{position:absolute;top:51px;right:0;z-index:220;width:400px;max-height:calc(100dvh - 86px);display:flex;flex-direction:column;overflow:hidden;border:1px solid #2d333b;border-radius:24px;background:#1c2333;color:#fff;box-shadow:0 20px 60px rgba(0,0,0,.58);animation:rm-pop .16s ease-out}.rm-activity-profile{display:flex;align-items:center;gap:14px;padding:17px 18px 13px;background:rgba(255,255,255,.02)}.rm-activity-avatar{width:55px;height:55px;display:grid;place-items:center;overflow:hidden;flex:0 0 55px;border:2px solid #2d333b;border-radius:50%;background:linear-gradient(135deg,#6e85aa,#32445f);font-size:17px;font-weight:900}.rm-activity-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.rm-activity-profile b{display:block;font-size:20px;line-height:1.05}.rm-activity-profile small{display:block;margin-top:4px;color:#9aa6bd;font-size:14px}.rm-activity-balance{display:flex;align-items:center;justify-content:space-between;margin:0 16px 16px;padding:18px;border:1px solid #1e293b;border-radius:12px;background:#0f1729}.rm-activity-balance span{display:block;margin-bottom:8px;color:#70809e;font-size:11px;font-weight:900;letter-spacing:.13em}.rm-activity-balance b{font-size:24px;line-height:1}.rm-activity-balance i{width:50px;height:50px;display:grid;place-items:center;overflow:hidden;border-radius:10px}.rm-activity-balance i img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.rm-activity-balance svg,.rm-activity-item svg,.rm-activity-signout svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rm-activity-balance svg{width:25px;height:25px;fill:currentColor;stroke:currentColor}.rm-activity-scroll{min-height:0;overflow:auto;padding:10px 10px 12px;border-top:1px solid rgba(255,255,255,.05);scrollbar-width:thin;scrollbar-color:#586a88 transparent}.rm-activity-section{padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06)}.rm-activity-section:last-child{border-bottom:0}.rm-activity-section h3{margin:0 0 8px 14px;color:#74829c;font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.rm-activity-item{width:100%;min-height:56px;display:flex;align-items:center;gap:14px;padding:8px 14px;border:0;border-radius:10px;background:transparent;color:#d5dbe7;text-align:left;transition:.16s}.rm-activity-item.highlight,.rm-activity-item:hover{background:#213154;color:#5da0ff}.rm-activity-item:disabled{opacity:.45;cursor:not-allowed}.rm-activity-item>span{width:21px;display:grid;place-items:center;color:#93a3bd}.rm-activity-item div{display:flex;min-width:0;flex-direction:column}.rm-activity-item b{font-size:16px;line-height:1.2}.rm-activity-item small{margin-top:4px;color:#8b95a8;font-size:12px;font-weight:650}.rm-activity-item.success b,.rm-activity-item.success small{color:#74ef99}.rm-activity-item em{margin-left:auto;color:#718098;font-style:normal}.rm-workspace-picker{margin:0 10px 8px;overflow:hidden;border:1px solid #1e293b;border-radius:12px;background:#0f1729}.rm-workspace-picker button{width:100%;display:flex;align-items:center;gap:10px;padding:10px 13px;border:0;background:transparent;color:#cbd5e1;text-align:left}.rm-workspace-picker button.active,.rm-workspace-picker button:hover{background:rgba(47,123,255,.16);color:#7db4ff}.rm-workspace-picker button>span{width:26px;height:26px;display:grid;place-items:center;border-radius:7px;background:#17233b;font-size:11px;font-weight:900}.rm-workspace-picker b{display:block;font-size:13px}.rm-workspace-picker small{display:block;color:#7e8ba3;font-size:10px;text-transform:capitalize}.rm-activity-signout{min-height:56px;display:flex;align-items:center;gap:13px;padding:0 23px;border:0;border-top:1px solid rgba(255,255,255,.05);background:rgba(255,255,255,.02);color:#ff7373;font-size:15px;font-weight:850}.rm-activity-signout:hover{background:rgba(239,68,68,.1);color:#ff9c9c}.rm-activity-modal-scrim{position:fixed;inset:0;z-index:260;display:grid;place-items:center;padding:22px;background:rgba(3,7,18,.72);backdrop-filter:blur(5px)}.rm-activity-modal{width:min(560px,calc(100vw - 44px));overflow:hidden;border:1px solid #2d477a;border-radius:22px;background:#111c33;color:#e8edf8;box-shadow:0 28px 90px rgba(0,0,0,.6)}.rm-activity-modal header{height:66px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid #22365f}.rm-activity-modal h2{margin:0;font-size:18px}.rm-activity-modal header button{width:40px;height:40px;border:1px solid #304a7c;border-radius:12px;background:#0f1a31;color:#c6d0e4;font-size:24px}.rm-activity-modal-body{padding:22px}.rm-activity-modal footer{display:flex;justify-content:flex-end;padding:16px 22px;border-top:1px solid #22365f}.rm-activity-modal footer button{height:42px;padding:0 22px;border:1px solid #34558d;border-radius:11px;background:#12213d;color:#fff;font-weight:800}.rm-info-rows{display:grid;gap:11px}.rm-info-rows div,.rm-usage-panel div{display:flex;justify-content:space-between;gap:18px;padding:14px;border:1px solid #243f70;border-radius:12px;background:#0e1930}.rm-info-rows span,.rm-usage-panel span{color:#8291b1;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.rm-info-rows b,.rm-usage-panel b{font-size:13px;text-align:right}.rm-usage-panel{display:grid;gap:10px}.rm-activity-copy,.rm-usage-panel p{margin:0 0 12px;color:#aab5ca;font-size:14px;line-height:1.55}.rm-report-settings{display:grid;gap:14px}.rm-report-settings label{display:flex;flex-direction:column;gap:7px;color:#8291b1;font-size:11px;font-weight:900;letter-spacing:.1em}.rm-report-settings select{height:43px;padding:0 12px;border:1px solid #294676;border-radius:10px;background:#0e1930;color:#fff;font-weight:750}.rm-settings-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px;border:1px solid #294676;border-radius:12px;background:#0e1930;color:#fff;text-align:left}.rm-settings-toggle span{display:flex;flex-direction:column}.rm-settings-toggle small{margin-top:4px;color:#8390aa}.rm-settings-toggle i{width:46px;height:24px;position:relative;border-radius:999px;background:#334155}.rm-settings-toggle i:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:.18s}.rm-settings-toggle.on i{background:#2563eb}.rm-settings-toggle.on i:after{transform:translateX(22px)}.rm-side-footer button{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}@keyframes rm-pop{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.rm-side-footer{display:flex;align-items:center;gap:10px}.rm-side-footer .rm-tips-trigger{display:flex;align-items:center;gap:5px}.rm-side-footer .rm-tips-trigger svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rm-tips-columns{display:grid;grid-template-columns:1.55fr 1fr;gap:20px;align-items:start}.rm-tips-list{display:grid;gap:9px}.rm-tips-row{display:grid;grid-template-columns:32px 1fr 150px;gap:12px;align-items:start;padding:11px 12px;border:1px solid #243f70;border-radius:10px;background:#0e1930}.rm-tips-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:#13264a;color:#7db4ff}.rm-tips-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rm-tips-icon svg.rm-tips-wand-svg{fill:currentColor;stroke:none}.rm-tips-row>div>b{display:block;margin-bottom:3px;color:#e6eaf4;font-size:13px}.rm-tips-row p{margin:0;color:#9ba8c7;font-size:12px;line-height:1.5}.rm-tips-row p b{color:#e6eaf4}.rm-tips-shortcuts{border-left:1px solid #243f70;padding-left:12px;color:#8ea0c4;font-size:10.5px;line-height:1.75}.rm-tips-shortcuts b{color:#cddcf6;font-weight:750}.rm-tips-none{color:#3f4a68}.rm-tips-narrative{display:grid;gap:9px;align-content:start}.rm-tips-narrative-row{padding:11px 12px;border:1px solid #243f70;border-radius:10px;background:#0e1930}.rm-tips-narrative-row>b{display:block;margin-bottom:4px;color:#8fb6ff;font-size:10.5px;font-weight:750;letter-spacing:.04em}.rm-tips-narrative-row p{margin:0;color:#9ba8c7;font-size:12px;line-height:1.55}.rm-tips-narrative-row p b{color:#e6eaf4}.rm-modal>header.with-description{height:auto;min-height:84px;align-items:flex-start;padding:18px 25px}.rm-modal>header.with-description .rm-modal-icon{margin-top:1px}.rm-modal-heading{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.rm-modal-heading h2{margin:0;font-size:18px;font-weight:800}.rm-modal-description{margin:0;color:#8a97b7;font-size:12.5px;font-weight:500;line-height:1.4}.rm-modal[aria-label="FLYER BUILDER"] .rm-modal-description{white-space:pre-line}.rm-wizard-settings{max-width:640px}.rm-project-title-field input{color:#fff!important;font-size:12.5px!important;font-weight:500!important;line-height:1.4!important;letter-spacing:0!important}.rm-project-title-field input.rm-input-error{border-color:#e0605c!important;box-shadow:0 0 0 1px rgba(224,96,92,.35)}.rm-project-title-field .rm-field-error{display:block;margin-top:6px;color:#ff9c9c;font-size:11px;font-weight:600;letter-spacing:0;text-transform:none}.rm-project-title-field input.rm-input-flash{animation:rm-title-flash .4s ease-in-out 2}@keyframes rm-title-flash{0%,to{box-shadow:0 0 0 1px rgba(224,96,92,.35)}50%{box-shadow:0 0 0 4px rgba(224,96,92,.85)}}.rm-path-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:28px;margin-bottom:6px}.rm-path-card{min-height:118px}.rm-path-card b{display:flex;flex-direction:column;gap:2px;font-size:10px;font-weight:800;letter-spacing:.1em;color:#7583a9;text-transform:uppercase}.rm-path-card-title{font-size:15px;font-weight:700;letter-spacing:0;color:#e5e9f4;text-transform:none}.rm-path-card.active .rm-path-card-title{color:#fff}.rm-modal-error-slot:empty{display:none}.rm-modal-error-slot .rm-modal-error{margin-bottom:14px}.rm-wizard-content-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:start}.rm-wizard-column-title{display:block;margin-bottom:4px;font-size:15px;font-weight:800;color:#fff}.rm-wizard-column-help{margin:0 0 16px;color:#8a97b7;font-size:12.5px;line-height:1.4}.rm-wizard-narrative .rm-field-title,.rm-wizard-visual .rm-field-title{margin-bottom:8px}.rm-wizard-field-row{min-height:38px;display:flex;align-items:center;margin-bottom:10px}.rm-wizard-enhance-row{justify-content:flex-end;gap:8px}.rm-stylist-btn{height:28px;padding:0 12px;border:1px solid var(--rm-line2);border-radius:7px;background:#101a31;color:#c9d3ec;font-weight:750;font-size:11px}.rm-stylist-btn.active{border-color:#2f7bff;background:#173458;color:#bcd6ff}.rm-stylist-chips{display:flex;flex-wrap:wrap;gap:6px;margin:-2px 0 10px}.rm-stylist-chip{padding:6px 10px;border:1px solid var(--rm-line2);border-radius:999px;background:#101a31;color:#c9d3ec;font-size:11px;font-weight:600;text-align:left;line-height:1.3;max-width:100%}.rm-stylist-chip:hover{border-color:#2f7bff;background:#173458;color:#eaf6ff}.rm-stylist-chips-label{display:block;font-size:9px;letter-spacing:.04em;color:#5c6a90;font-weight:700;text-transform:uppercase;margin:2px 0 6px}.rm-source-tabs{display:flex;gap:8px;margin-bottom:10px}.rm-source-tabs button{height:38px;padding:0 16px;border:1px solid var(--rm-line2);border-radius:9px;background:#0f1a31;color:#aeb9d2;font-size:12px;font-weight:800;letter-spacing:.06em}.rm-source-tabs button.active{border-color:#4a92ff;background:#2f7bff;color:#fff}.rm-wizard-narrative .rm-file-drop{height:118px;margin-bottom:16px}.rm-wizard-source-field textarea{height:118px}.rm-wizard-visual{border-left:1px solid var(--rm-line);padding-left:28px}.rm-image-upload-zone{margin-bottom:16px}.rm-image-upload-zone>label{display:flex;flex-direction:column;gap:3px;margin-bottom:8px;color:#e5e9f4;font-size:13px;font-weight:700}.rm-image-upload-zone>label small{color:#7583a9;font-size:11px;font-weight:500;line-height:1.4}.rm-image-upload-drop{width:100%;height:78px;display:flex;align-items:center;justify-content:center;border:1px dashed #31538d;border-radius:11px;background:#0e1931;color:#9eb1dc;font-size:13px;font-weight:650}.rm-image-upload-drop:hover{border-color:#4a92ff;color:#cfe0f7}.rm-wizard-toggle-row{display:flex;flex-direction:column;gap:12px;margin:18px 0 6px;padding-top:14px;border-top:1px solid var(--rm-line)}.rm-toggle-field{display:flex;align-items:center;gap:10px;color:#e5e9f4;font-size:13px;font-weight:650}.rm-toggle-field small{display:block;margin-top:2px;color:#7583a9;font-size:11px;font-weight:500}.rm-toggle-field>button{width:42px;height:23px;flex:0 0 42px;padding:2px;border:0;border-radius:999px;background:#263a70}.rm-toggle-field>button i{display:block;width:19px;height:19px;border-radius:50%;background:#fff;transition:.18s}.rm-toggle-field>button.on{background:#2f7bff}.rm-toggle-field>button.on i{transform:translateX(19px)}.rm-radio-field{display:flex;align-items:center;gap:10px;color:#e5e9f4;font-size:13px;font-weight:600;margin-top:12px;cursor:pointer}.rm-radio-field input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;flex:0 0 18px;border-radius:50%;border:2px solid #3a4a72;background:#101a31;position:relative;cursor:pointer}.rm-radio-field input[type=radio]:checked{border-color:#2f7bff}.rm-radio-field input[type=radio]:checked:after{content:"";position:absolute;inset:3px;border-radius:50%;background:#2f7bff}.rm-wizard-max-pages-input{width:56px;height:30px;margin:0 2px;padding:0 8px;border:1px solid var(--rm-line2);border-radius:8px;background:#101a31;color:#e3e8f3;font-size:13px;font-weight:650;text-align:center}.rm-step-tiny{display:block;font-size:9px;letter-spacing:.04em;color:#5c6a90;font-weight:700;text-transform:uppercase}.rm-wizard-footer-note{display:flex;flex-direction:column;gap:4px}.rm-wizard-identity{display:grid;gap:12px;margin-top:16px}.rm-identity-options-toggle{align-self:start;height:32px;padding:0 12px;border:1px solid var(--rm-line2);border-radius:8px;background:transparent;color:#8aa4e0;font-size:11px;font-weight:700}.rm-wizard-template-preview{width:100%;aspect-ratio:210/297;overflow:hidden;border:1px solid #2b4472;border-radius:8px;background:#10283f;box-shadow:0 15px 35px #0005}.rm-wizard-template-preview img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;background:#fff}.rm-wizard-template-preview-fallback{width:100%;height:100%;display:grid;place-items:center;color:#fff;font-size:16px;font-weight:700;text-align:center;padding:0 16px}.rm-template-picker-toolbar{display:flex;align-items:center;gap:14px;margin-bottom:20px}.rm-template-picker-categories{display:flex;flex-direction:column;gap:5px;color:#8fa0c5;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.rm-template-picker-categories select{height:38px;min-width:170px;padding:0 30px 0 11px;border:1px solid #2b4780;border-radius:10px;background:#0f1a35;color:#e4ebfb;font-size:13px;font-weight:750;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 8h16l-8 9z' fill='%23d7e4ff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 11px center;background-size:11.6px 11.6px}.rm-template-picker-search{flex:1;height:38px;display:flex;align-items:center;gap:8px;padding:0 13px;border:1px solid var(--rm-line2);border-radius:9px;background:#0f1a31;color:#7180aa;margin-top:auto}.rm-template-picker-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#fff}.rm-template-picker-search input::-moz-placeholder{color:#64749c}.rm-template-picker-search input::placeholder{color:#64749c}.rm-template-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:20px;flex:1;min-height:0;overflow:auto;padding-left:20px}.rm-template-picker-card{position:relative;padding:0;border:0;background:none;color:#fff;text-align:left}.rm-template-picker-card>span{display:block;margin-top:8px;font-size:12px;font-weight:650;color:#c9d2e8}.rm-template-picker-card.selected .rm-template-picker-cover-fallback,.rm-template-picker-card.selected .rm-template-picker-cover-image{box-shadow:0 0 0 2px #4d93ff,0 15px 35px #0005}.rm-template-picker-checkmark{position:absolute;z-index:5;top:12px;left:10px;width:20px;height:20px;display:grid;place-items:center;color:#fff}.rm-template-picker-checkmark:before{content:"";position:absolute;top:-10px;left:0;width:20px;height:20px;border-radius:6px;border:1px solid #68a5ff;background:#2f7bff;box-shadow:0 4px 10px rgba(0,0,0,.4);z-index:0}.rm-template-picker-checkmark svg{position:relative;top:-7px;z-index:1;width:13px;height:13px}.rm-template-picker-cover-image{width:100%;height:auto;display:block;border-radius:6px;box-shadow:0 12px 28px #0005}.rm-template-picker-cover-fallback{width:100%;aspect-ratio:210/297;display:grid;place-items:center;border:1px solid;border-radius:6px;text-align:center;padding:0 10px;box-shadow:0 12px 28px #0005}.rm-template-picker-empty{grid-column:1/-1;padding:40px 0;text-align:center;color:#7583a9}@media(max-width:900px){.rm-wizard-content-grid{grid-template-columns:1fr}.rm-wizard-visual{border-left:0;border-top:1px solid var(--rm-line);padding-left:0;padding-top:20px}}.rm-template-selector{opacity:0;width:22px;height:22px;border-radius:6px;transition:opacity .12s ease}.rm-template-card:hover .rm-template-selector,.rm-template-grid.has-selection .rm-template-selector,.rm-template-selector.checked{opacity:1}.rm-template-card-actions{position:absolute;z-index:5;top:12px;right:12px;display:flex;align-items:center;gap:8px;opacity:0;transition:opacity .12s ease}.rm-template-card:hover .rm-template-card-actions{opacity:1}.rm-template-card.checked .rm-template-pdf{box-shadow:0 0 0 2px #7fb8ff,0 15px 35px #0005}.rm-template-remix-trigger{position:absolute;z-index:5;bottom:15px;right:15px;display:inline-flex;align-items:center;gap:5px;height:26px;padding:0 12px;border:1px solid #4d93ff;border-radius:7px;background:#09142bd9;color:#dfe8fb;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 6px 18px rgba(0,0,0,.35);opacity:0;transition:opacity .12s ease,background .12s ease}.rm-template-card:hover .rm-template-remix-trigger{opacity:1}.rm-template-remix-trigger:hover{background:#2f7bff;color:#fff;border-color:#68a5ff}.rm-template-remix-trigger svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:2;stroke-linejoin:round}.rm-template-edit-trigger{display:grid;place-items:center;width:26px;height:26px;padding:0;border:1px solid #4d93ff;border-radius:7px;background:#09142bd9;color:#dfe8fb;box-shadow:0 6px 18px rgba(0,0,0,.35)}.rm-template-edit-trigger:hover{background:#2f7bff;color:#fff;border-color:#68a5ff}.rm-template-edit-trigger svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rm-template-full-view{display:grid;place-items:center;width:26px;height:26px;padding:0;border:1px solid #4d93ff;border-radius:7px;background:#09142bd9;color:#dfe8fb;box-shadow:0 6px 18px rgba(0,0,0,.35)}.rm-template-full-view:hover{background:#2f7bff;color:#fff;border-color:#68a5ff}.rm-template-full-view svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rm-template-hide-default-trigger{display:grid;place-items:center;width:26px;height:26px;padding:0;border:1px solid #a13a3a;border-radius:7px;background:#09142bd9;color:#ff9d97;font-size:15px;line-height:1;box-shadow:0 6px 18px rgba(0,0,0,.35)}.rm-template-hide-default-trigger:hover{background:#c0392b;color:#fff;border-color:#e0685f}.rm-template-hide-default-trigger:disabled{opacity:.5}.rm-fullview-scrim{position:fixed;inset:0;z-index:100;display:flex;align-items:flex-start;justify-content:center;padding:32px 24px 24px;background:rgba(2,8,20,.9);backdrop-filter:blur(2px)}.rm-fullview-image{-o-object-fit:contain;object-fit:contain;border-radius:6px;box-shadow:0 30px 80px -20px rgba(0,0,0,.8)}.rm-fullview-image,.rm-fullview-loading{width:auto;height:calc(100vh - 56px);max-width:calc(100vw - 48px)}.rm-fullview-loading{min-width:200px;display:grid;place-items:center}.rm-fullview-loading .rm-spinner-ring{width:44px;height:44px;border-width:4px}.rm-fullview-close{position:fixed;top:20px;right:24px;z-index:101;width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:#0c1730;color:#e7edfa;font-size:22px;line-height:1;cursor:pointer;transition:.15s}.rm-fullview-close:hover{background:#1a2b4d;border-color:#4d93ff;color:#fff}.rm-template-remix-body{display:grid;grid-template-columns:260px 320px;gap:26px;align-items:stretch}.rm-remix-right{min-width:0}.rm-remix-right,.rm-template-remix-preview{display:flex;flex-direction:column}.rm-template-remix-preview .rm-template-pdf{position:relative;width:100%;aspect-ratio:2/3;overflow:hidden;border-radius:4px}.rm-remix-prompt span:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.rm-remix-prompt{gap:15px}.rm-remix-prompt,.rm-remix-prompt .rm-prompt-wrap{flex:1;display:flex;flex-direction:column}.rm-remix-prompt textarea{flex:1;min-height:120px;border:1.5px solid #d3d9e2;font-size:14px;line-height:1.5;font-weight:500}.rm-remix-prompt .rm-prompt-wrap.sweeping>i:after{width:110px;animation:rm-prompt-sweep 1.8s linear infinite}.rm-remix-prompt .rm-enhance-inline.running:after{animation:rm-button-sweep 1.8s linear infinite}.rm-remix-attach-row{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:10px 0 8px}.rm-remix-attach-toggle{width:26px;height:26px;flex:0 0 auto;display:grid;place-items:center;border:1px solid #2b4780;border-radius:8px;background:#0f1a31;color:#9db0d4;font-size:16px;line-height:1;transition:.15s}.rm-remix-attach-toggle:hover:not(:disabled){border-color:#4a7fd6;color:#cddcf6}.rm-remix-attach-toggle.open{border-color:#4a7fd6;color:#fff;background:#16264a}.rm-remix-attach-toggle:disabled{opacity:.4;cursor:not-allowed}.rm-remix-attach-toggle.error{border-color:#e5484d;animation:rm-attach-flash .5s ease-in-out 2}@keyframes rm-attach-flash{0%,to{box-shadow:0 0 0 0 rgba(229,72,77,0)}50%{box-shadow:0 0 0 4px rgba(229,72,77,.45)}}.rm-remix-attach-trigger{display:flex;align-items:center;gap:6px;height:26px;padding:0 10px;border:1px solid #2b4780;border-radius:999px;background:#0f1a31;color:#a8b8dc;font-size:12px;font-weight:600}.rm-remix-attach-trigger:hover{border-color:#4a7fd6;color:#e3ecfb}.rm-remix-attach-trigger svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rm-remix-chip{display:flex;align-items:center;gap:6px;height:26px;padding:0 8px 0 4px;border:1px solid #2b4780;border-radius:999px;background:#132447;color:#cddcf6;font-size:11px;max-width:150px}.rm-remix-chip img{width:18px;height:18px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex:0 0 auto}.rm-chip-file-icon{display:grid;place-items:center;width:18px;height:18px;flex:0 0 auto;border-radius:4px;background:#1f3568;color:#8fb0ff;font-size:7px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.rm-remix-chip em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:normal}.rm-remix-chip button{flex:0 0 auto;width:15px;height:15px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#8fa0c8;font-size:13px;line-height:1}.rm-remix-chip button:hover{color:#ff9c9c}.rm-chip-logo-toggle{flex:0 0 auto;width:15px;height:15px;padding:0;display:grid;place-items:center;border:0;background:transparent;color:#3d4c72;cursor:pointer}.rm-chip-logo-toggle svg{width:13px;height:13px}.rm-chip-logo-toggle:hover{color:#7f97c9}.rm-remix-chip.rm-chip-logo{border-color:#f0a83c;background:rgba(240,168,60,.1)}.rm-remix-chip.rm-chip-logo .rm-chip-logo-toggle{color:#f0a83c}.rm-page-builder-logo-hint{display:flex;align-items:center;gap:5px;margin:6px 0 10px;color:#7f8bab;font-size:11px}.rm-page-builder-logo-hint svg{width:11px;height:11px;flex:0 0 auto;color:#f0a83c}.rm-remix-submit{position:relative;overflow:hidden;width:100%;height:50px;margin-top:14px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #65a2ff;border-radius:12px;background:linear-gradient(180deg,#4a8eff,#2a5fc7);color:#fff;font-weight:800;font-size:14px;letter-spacing:.02em;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 8px 24px -8px rgba(58,130,255,.55)}.rm-remix-submit:disabled{opacity:.5;cursor:not-allowed}.rm-remix-submit:hover:not(:disabled){filter:brightness(1.06)}.rm-remix-submit.running:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent 30%,rgba(255,255,255,.5) 45%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.5) 55%,transparent 70%);background-size:250% 100%;animation:rm-remix-submit-shimmer 3s linear infinite}@keyframes rm-remix-submit-shimmer{0%{background-position:150% 0}to{background-position:-150% 0}}.rm-remix-token-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 3px;border-radius:999px;background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:12px;font-weight:800}.rm-remix-token-badge--sm{min-width:18px;height:18px;padding:0 2px;font-size:10px}.rm-template-cover-image.breathing{animation:rm-remix-breathe 4.5s ease-in-out infinite}@keyframes rm-remix-breathe{0%,to{transform:scale(1)}50%{transform:scale(.97)}}.rm-trash-icon{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.rm-trash-button{color:#cfd6e6}.rm-trash-button:hover:not(:disabled){color:#fff}.rm-template-menu .rm-template-refresh-button{display:flex;align-items:center;justify-content:center;width:42px;height:40px;min-width:0;padding:0;border-radius:9px;border:1px solid #2b4780;background:#101b33;color:#cfd6e6}.rm-template-refresh-button:hover:not(:disabled){color:#fff}.rm-template-refresh-button:disabled{opacity:.45;cursor:not-allowed}.rm-refresh-icon{width:22px;height:22px;stroke:currentColor;stroke-width:1.8}.rm-template-refresh-button.spinning .rm-refresh-icon{animation:rm-refresh-spin .7s linear infinite}@keyframes rm-refresh-spin{to{transform:rotate(1turn)}}.rm-template-search{display:flex;align-items:center}.rm-template-search input{width:0;height:36px;padding:0;border:1px solid transparent;border-radius:999px;background:#0f1a35;color:#e4ebfb;font-size:12px;font-weight:650;opacity:0;outline:none;transition:width .18s ease,opacity .18s ease,padding .18s ease,border-color .18s ease}.rm-template-search.open input{width:190px;padding:0 14px;opacity:1;border-color:#2b4780;margin-right:8px}.rm-search-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rm-template-card label.rm-template-label-v2{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;gap:4px!important}.rm-template-topline{display:flex;align-items:center;gap:8px}.rm-template-topline em{margin:0!important}.rm-template-favorite{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-left:auto;color:#5a6472;font-size:17px;line-height:1;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex:0 0 auto}.rm-template-favorite:hover{color:#8a94a8}.rm-template-favorite.on{color:#f4c542}.rm-template-size{flex:0 0 auto;color:#6e7ca2;font-size:13px;font-weight:650}.rm-template-pages{flex:0 0 auto;padding:1px 6px;border:1px solid #2b4472;border-radius:6px;color:#8b9ac2;font-size:10px;font-weight:800;letter-spacing:.03em}.rm-template-name-line{display:block;color:#c9d2e8;font-size:11px;font-weight:600;line-height:1.35}.rm-template-name-field{width:100%}.rm-template-name-label-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.rm-autosave-saved{color:#4ade80;font-size:11px;font-weight:800;letter-spacing:normal;text-transform:none!important;white-space:nowrap}.rm-centered-toast-scrim{position:fixed;inset:0;z-index:500;pointer-events:none}.rm-centered-toast,.rm-centered-toast-scrim{display:flex;align-items:center;justify-content:center}.rm-centered-toast{min-height:156px;min-width:320px;padding:16px 40px;border:1px solid #294277;border-radius:16px;background:#0c1730;color:#6fa2ff;font-size:16px;font-weight:500;text-align:center;box-shadow:0 30px 90px #000c;opacity:1;transition:opacity .4s ease}.rm-centered-toast.fading{opacity:0}.rm-archive-category-select{height:38px;padding:0 30px 0 14px;border:1px solid #2b4780;border-radius:999px;background:#0f1a35;color:#e4ebfb;font-size:12px;font-weight:750;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 8h16l-8 9z' fill='%23d7e4ff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:11.6px 11.6px}.rm-archive-search{display:flex;align-items:center;margin-right:8px}.rm-archive-search-toggle{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border:1px solid #2b4780;border-radius:999px;background:#0f1a35;color:#9db0d4;transition:.15s}.rm-archive-search-toggle:hover{border-color:#4a7fd6;color:#cddcf6}.rm-archive-search-toggle.active{border-color:#4a7fd6;color:#fff;background:#16264a}.rm-archive-search input{width:0;height:38px;padding:0;margin-left:0;border:1px solid transparent;border-radius:999px;background:#0f1a35;color:#e4ebfb;font-size:12px;font-weight:650;opacity:0;outline:none;transition:width .18s ease,opacity .18s ease,padding .18s ease,margin-left .18s ease,border-color .18s ease}.rm-archive-search.open input{width:190px;padding:0 14px;margin-left:8px;opacity:1;border-color:#2b4780}.rm-archive-selection-group{display:flex;align-items:center;gap:10px}.rm-archive-restore-chip{height:38px;padding:0 18px;border:1px solid #4a92ff;border-radius:999px;background:#2f7bff;color:#fff;font-size:12px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.rm-archive-restore-chip:disabled{opacity:.4;cursor:not-allowed}.rm-archive-restore-chip:not(:disabled):hover{background:#1f64e6}.rm-archive-empty{padding:60px 0;text-align:center;color:#7d8caf}.rm-loading-dots{display:inline-block;margin-left:1px}.rm-loading-dots i{font-style:normal;opacity:.2;animation:rm-loading-dot-pulse 1.4s infinite}.rm-loading-dots i:nth-child(2){animation-delay:.2s}.rm-loading-dots i:nth-child(3){animation-delay:.4s}@keyframes rm-loading-dot-pulse{0%,80%,to{opacity:.2}40%{opacity:1}}.rm-cover-skeleton{width:100%;height:100%;background:linear-gradient(100deg,#1a3959 30%,#234a70 50%,#1a3959 70%);background-size:200% 100%;animation:rm-cover-shimmer 1.6s ease-in-out infinite}@keyframes rm-cover-shimmer{0%{background-position:150% 0}to{background-position:-50% 0}}.rm-archive-warning-body{margin:0;color:#c9d2e8;font-size:14px;line-height:1.55}.rm-generation-top span i.done{animation:none;border-color:#4ade80;background:#4ade80}.rm-template-refresh-rows{display:flex;flex-direction:column;gap:14px;margin:18px 0 4px}.rm-template-refresh-row-label{display:flex;align-items:center;gap:8px;margin-bottom:7px;font-size:13.5px;font-weight:700;color:#dfe6f7}.rm-template-refresh-row-label b{color:#8ea3d6;font-weight:800;font-size:12px}.rm-template-refresh-row-check{margin-left:auto;font-style:normal;color:#4ade80;font-weight:900;font-size:15px;opacity:0;transform:scale(.6);transition:opacity .2s ease,transform .2s ease}.rm-template-refresh-row.done .rm-template-refresh-row-check{opacity:1;transform:scale(1)}.rm-template-refresh-row-track{position:relative;height:8px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}.rm-template-refresh-row-fill{position:absolute;inset:0 auto 0 0;width:0;border-radius:999px;background:linear-gradient(90deg,#22c55e,#4ade80);transition-property:width;transition-timing-function:cubic-bezier(.3,.7,.4,1)}.rm-template-refresh-row.done .rm-template-refresh-row-fill{box-shadow:0 0 12px rgba(74,222,128,.55)}.rm-template-refresh-actions{display:flex;justify-content:flex-end;margin-top:20px}.rm-side-sub+.rm-side-sub{margin-top:-6px}.rm-template-drop-plus{display:grid;place-items:center;width:34px;height:34px;margin-bottom:2px;border-radius:9px;background:#16264a;color:#7fb0ff;font-size:24px;font-weight:900;line-height:1}.rm-modal:has(.rm-template-picker)>.rm-modal-body{overflow:hidden;display:flex;flex-direction:column;flex:1;min-height:0}.rm-template-picker{display:flex;flex-direction:column;flex:1;min-height:0}.rm-page-builder-body{display:grid;grid-template-columns:280px minmax(0,1fr) 300px;gap:26px;align-items:stretch}.rm-page-builder-preview{display:flex;flex-direction:column}.rm-page-builder-preview .rm-template-pdf{position:relative;width:100%;aspect-ratio:1055/1491;overflow:hidden;border-radius:4px;background:#0c1730}.rm-page-builder-preview .rm-template-cover-image{width:100%!important;height:100%!important;-o-object-fit:contain!important;object-fit:contain!important;background:#0c1730!important}.rm-page-builder-full-view{position:absolute;top:12px;right:12px;opacity:0;transition:opacity .12s ease}.rm-page-builder-preview .rm-template-pdf:hover .rm-page-builder-full-view{opacity:1}.rm-page-builder-pageturn{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px;padding:6px 10px;border:1px solid var(--rm-line2);border-radius:999px;background:#0f1a31;align-self:center}.rm-page-builder-pageturn button{width:26px;height:26px;display:grid;place-items:center;border:1px solid #2b4780;border-radius:999px;background:#101b33;color:#dce6fb;font-size:15px;line-height:1;cursor:pointer}.rm-page-builder-pageturn button:disabled{opacity:.35;cursor:not-allowed}.rm-page-builder-pageturn span{min-width:64px;text-align:center;color:#9fb0d6;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.rm-pdf-page{position:relative}.rm-pdf-page-actions{position:absolute;top:10px;right:10px;z-index:5;display:flex;gap:2px;padding:3px;border-radius:9px;background:#1c2333e6;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);opacity:0;transition:opacity .15s ease;pointer-events:none}.rm-pdf-page-actions button{width:27px;height:27px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:#9aa8c9;cursor:grab;transition:background-color .12s,color .12s}.rm-pdf-page-actions button:hover{background:rgba(255,255,255,.14);color:#fff}.rm-pdf-page-actions button.rm-page-action-delete:hover{background:rgba(255,88,119,.16);color:#ff5877}.rm-pdf-page-actions button:disabled{opacity:.35;cursor:not-allowed;background:transparent;color:#9aa8c9}.rm-pdf-page-actions button svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rm-pdf-canvas:hover .rm-pdf-page-actions{opacity:1;pointer-events:auto}.rm-pdf-canvas-blank{width:100%;aspect-ratio:1/1.414;background:#fff;border-radius:2px}.rm-pdf-page--dragging{opacity:.45}.rm-pdf-page--dragover{outline:2px dashed #4b93ff;outline-offset:2px;border-radius:6px}.rm-pdf-page>.rm-selector{top:3px;left:0;right:auto;opacity:0;transition:opacity .14s}.rm-pdf-page:hover>.rm-selector,.rm-pdf-page>.rm-selector.checked{opacity:1}.rm-pdf-page--selected{outline:2px solid #4b93ff;outline-offset:2px;border-radius:6px}.rm-pdf-page-busy{position:absolute;inset:0;z-index:7;display:grid;place-items:center;background:#0a1530a6;border-radius:8px;pointer-events:none}.rm-pdf-page-dropbar{position:absolute;top:29px;bottom:0;width:7px;z-index:6;border-radius:5px;background:#4b93ff;box-shadow:0 0 26px 9px rgba(75,147,255,.8),0 0 6px 1px rgba(75,147,255,.95);filter:blur(.5px);pointer-events:none}.rm-pdf-page-dropbar--before{left:-16.5px}.rm-pdf-page-dropbar--after{right:-16.5px}.rm-pdf-add-page{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;aspect-ratio:1055/1491;min-height:120px;border:2px dashed #2b4780;border-radius:10px;background:#0d1a3166;color:#7c8bad;cursor:pointer;transition:border-color .15s,color .15s,background-color .15s;margin-top:29px}.rm-pdf-add-page:hover{border-color:#4b93ff;color:#dce6fb;background:#13264a66}.rm-pdf-add-page:disabled{opacity:.4;cursor:not-allowed}.rm-pdf-add-page svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.rm-pdf-add-page span{font-size:10px;font-weight:800;letter-spacing:.08em}.rm-pdf-add-page span.rm-pdf-add-page-hint{font-size:9px;font-weight:400;letter-spacing:normal;color:#5b6b8f}.rm-pdf-add-page-wrap{aspect-ratio:1055/1491;min-height:120px;margin-top:29px;position:relative}.rm-pdf-add-page-wrap .rm-pdf-add-page{width:100%;height:100%;margin-top:0}.rm-pdf-add-page-flyout{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:3px;width:100%;height:100%;border:2px solid #4b93ff;border-radius:10px;overflow:hidden;background:#0d1a31}.rm-pdf-add-page-flyout>button{border:0;background:#0f1c38;display:grid;place-items:center;cursor:pointer;padding:6px}.rm-pdf-add-page-flyout>button:hover{background:#16274a}.rm-pdf-add-page-flyout>button:disabled{opacity:.4;cursor:not-allowed}.rm-add-page-flyout-plus{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:22px;height:22px;fill:none;stroke:#fff;stroke-width:2.4;stroke-linecap:round;pointer-events:none;filter:drop-shadow(0 0 3px #000a)}.rm-add-page-mini{position:relative;display:block;width:100%;height:100%;border-radius:3px;background:#fff;box-shadow:0 1px 4px #0006}.rm-add-page-band{position:absolute;left:6%;right:6%;height:9%;background:#b9c3d6}.rm-add-page-band--top{top:8%}.rm-add-page-band--bottom{bottom:8%}.rm-add-page-cell{position:absolute;border:1.5px dashed #d98a2e;border-radius:2px;background:rgba(217,138,46,.06)}.rm-page-builder-describe{display:flex;flex-direction:column;min-width:0;align-self:start}.rm-page-builder-attach{margin-bottom:8px}.rm-page-builder-dropzone{cursor:pointer;transition:border-color .15s,color .15s}.rm-page-builder-dropzone:hover:not(:disabled){border-color:#4a92ff;color:#cfe0f7}.rm-page-builder-dropzone:disabled{opacity:.5;cursor:not-allowed}.rm-page-builder-dropzone.drag{border-color:#4a92ff;background:#12233f;color:#cfe0f7}.rm-page-builder-dropzone.error{border-color:#e5484d;animation:rm-attach-flash .5s ease-in-out 2}.rm-file-drop-icon{width:22px;height:22px;stroke:#9eb1dc}.rm-page-builder-dropzone:hover:not(:disabled) .rm-file-drop-icon{stroke:#cfe0f7}.rm-page-builder-file-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.rm-page-builder-describe .rm-remix-prompt,.rm-page-builder-describe .rm-remix-prompt .rm-prompt-wrap{flex:none}.rm-page-builder-describe .rm-remix-prompt textarea{flex:none;min-height:110px;height:110px}.rm-page-builder-identity{display:flex;flex-direction:column;gap:14px;min-width:0}.rm-page-builder-identity .rm-toggle-field{align-items:flex-start}.rm-page-builder-identity .rm-toggle-field>button{margin-top:1px}.rm-toggle-copy{display:flex;flex-direction:column;flex:1;min-width:0}.rm-toggle-copy b{font-weight:650}.rm-toggle-copy small{width:100%}.rm-page-builder-advisor,.rm-page-builder-size select{background-position:right 12px center}.rm-design-toolbar select,.rm-page-builder-advisor,.rm-page-builder-size select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 8h16l-8 9z' fill='%23d7e4ff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:11.6px 11.6px}.rm-design-toolbar select{padding-right:22px;background-position:right 0 center}.rm-gallery-tools select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:0 22px 0 10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 8h16l-8 9z' fill='%23cbd5e1'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:10px 10px}.rm-page-builder-advisor{width:100%;height:42px;padding:0 32px 0 12px;border:1px solid #3984ff;border-radius:10px;background-color:#08152e;color:#8fb6ff;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.rm-page-builder-advisor:disabled{opacity:.45}.rm-page-builder-size{margin-top:2px}.rm-page-builder-size select{padding-right:32px}.rm-wizard-page-size{margin-top:16px}.rm-page-builder-actions{margin-top:auto;display:flex;flex-direction:row;align-items:center;gap:10px}.rm-page-builder-actions .rm-btn-secondary{align-self:auto;flex:0 0 auto;min-width:100px}.rm-page-builder-actions .rm-remix-submit{flex:1;width:auto;margin-top:0}.rm-narrative-panel{display:flex;flex-direction:column;min-height:0}.rm-narrative-panel--empty{padding:18px 4px;color:#7583a9;font-size:12px}.rm-narrative-panel--empty .rm-narrative-loading{color:#ffffff;font-size:13px}.rm-narrative-panel-scroll>.rm-narrative-loading{margin:2px 0 0;color:#ffffff;font-size:13px}.rm-narrative-empty-note{margin:2px 0 0;color:#7583a9;font-size:12px}.rm-narrative-panel-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px;padding-right:16px}.rm-narrative-panel-head-right{display:flex;align-items:center;gap:8px;flex:0 0 auto;margin-top:-4px}.rm-narrative-panel-head .rm-field-title{flex:1 1 auto;min-width:0;text-align:left}.rm-narrative-refresh{display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:0;background:none;color:#7583a9}.rm-narrative-refresh:hover:not(:disabled){color:#c5cede}.rm-narrative-refresh:disabled{cursor:not-allowed}.rm-narrative-refresh .rm-refresh-icon{width:15px;height:15px}.rm-narrative-refresh.spinning .rm-refresh-icon{animation:rm-refresh-spin .7s linear infinite}.rm-narrative-saved{color:#34d399;font-size:11px;font-weight:700}.rm-narrative-saving{color:#7583a9;font-size:11px;font-weight:600}.rm-page-info-rows{display:flex;flex-direction:column;gap:2px}.rm-page-info-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 2px;border-bottom:1px solid var(--rm-line2)}.rm-page-info-row:last-child{border-bottom:0}.rm-page-info-row span{color:#8ca2d8;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.rm-page-info-row b{color:#eef2fa;font-size:13px;font-weight:700;text-align:right}.rm-narrative-panel-scroll{display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:#34516b #08111f}.rm-narrative-panel-scroll::-webkit-scrollbar{width:8px}.rm-narrative-panel-scroll::-webkit-scrollbar-track{background:#08111f}.rm-narrative-panel-scroll::-webkit-scrollbar-thumb{border-radius:8px;background:#34516b}.rm-narrative-global-section{border:1px solid #4a3d1a;border-left:3px solid #f0bd48;border-radius:8px;background:#1a1608;padding:12px 12px 4px}.rm-narrative-global-head{display:flex;flex-direction:column;gap:2px;margin-bottom:10px}.rm-narrative-global-head>span:first-child{color:#f0bd48;font-size:11px;font-weight:800;letter-spacing:.06em}.rm-narrative-global-note{color:#8c98b6;font-size:10.5px;font-weight:500;letter-spacing:0}.rm-narrative-global-field{display:flex;flex-direction:column;gap:5px;margin-bottom:10px;color:#7583a9;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.rm-narrative-global-field input{height:38px;padding:0 11px;font:600 12.5px/1.35 inherit}.rm-narrative-global-field input,.rm-narrative-global-field textarea{width:100%;border:1px solid #3a3218;border-radius:7px;background:#0f0d05;color:#e6eaf4;letter-spacing:0;text-transform:none}.rm-narrative-global-field textarea{padding:9px 11px;font:600 12.5px/1.4 inherit;resize:vertical}.rm-narrative-global-field em{font-style:normal;font-weight:500;letter-spacing:0;text-transform:none;color:#e0b556}.rm-narrative-card{border:1px solid #223a63;border-left:3px solid var(--rm-narrative-accent,#2f7bff);border-radius:8px;background:#0d1a35;padding:10px 12px;transition:border-color .15s,background-color .15s}.rm-narrative-card.active{background:#122448;border-color:var(--rm-narrative-accent,#2f7bff)}.rm-narrative-card-head{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-bottom:6px;color:#cddcf6;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.rm-narrative-card-head>span{display:flex;align-items:center;gap:7px;min-width:0}.rm-narrative-card-head i{display:block;width:8px;height:8px;border-radius:50%;flex:0 0 auto}.rm-narrative-card-page{flex:0 0 auto;color:#7c8bad;font-size:10px;letter-spacing:.04em}.rm-narrative-pagebreak{display:flex;align-items:center;gap:10px;margin:4px 0 2px;color:#5ec8ff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.rm-narrative-pagebreak:after,.rm-narrative-pagebreak:before{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,#5ec8ff66,transparent)}.rm-narrative-pagebreak span{white-space:nowrap}.rm-narrative-original{margin:0 0 6px;color:#6f7fa3;font-size:11px;line-height:1.4;font-style:italic}.rm-narrative-card textarea{width:100%;resize:vertical;border:1px solid #2b4780;border-radius:6px;background:#08152e;color:#e5e9f4;font-size:12px;line-height:1.4;padding:8px 10px}.rm-narrative-card textarea:disabled{opacity:.6}.rm-narrative-wordcount{display:flex;justify-content:space-between;margin-top:5px;color:#6f7fa3;font-size:10px;font-weight:600}.rm-narrative-wordcount .warn{color:#f0a83c}.rm-narrative-blank-note{margin:5px 0 0;color:#f0a83c;font-size:10px;font-weight:600}.rm-narrative-highlight{position:absolute;opacity:.25;border-radius:2px;pointer-events:none;transition:top .22s ease,left .22s ease,width .22s ease,height .22s ease,background-color .22s ease}.rm-image-slot-overlay{position:absolute;padding:0;border:0;border-radius:2px;background:none;cursor:pointer;z-index:2}.rm-image-slot-overlay:before{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--rm-block-color,#4f8cff);opacity:0;transition:opacity .15s ease}.rm-image-slot-overlay.active:before{opacity:.45}.rm-image-slot-overlay.active{outline:2px solid var(--rm-block-color,#4f8cff);outline-offset:-1px}.rm-page-builder-step{margin-top:auto;padding-top:12px}.rm-image-blocks{display:flex;flex-direction:column;min-height:0;height:100%}.rm-image-blocks-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.rm-image-blocks-head .rm-field-title{margin-bottom:10px}.rm-image-blocks-refresh{width:28px;height:28px;display:grid;place-items:center;margin-bottom:10px;border:0;border-radius:7px;background:none;color:#8fa0c8;cursor:pointer}.rm-image-blocks-refresh:hover:not(:disabled){color:#fff;background:rgba(255,255,255,.06)}.rm-image-blocks-refresh:disabled{opacity:.4;cursor:not-allowed}.rm-image-blocks-refresh svg{width:17px;height:17px;stroke:currentColor;stroke-width:2}.rm-image-blocks-list{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:#34516b #08111f}.rm-image-blocks-list::-webkit-scrollbar{width:8px}.rm-image-blocks-list::-webkit-scrollbar-track{background:#08111f}.rm-image-blocks-list::-webkit-scrollbar-thumb{border-radius:8px;background:#34516b}.rm-image-block{padding:12px 14px 14px;border:1px solid var(--rm-line2);border-left:3px solid var(--rm-block-color,#4f8cff);border-radius:10px;background:#0f1a31;cursor:pointer}.rm-image-block-label{display:flex;align-items:center;gap:9px;margin-bottom:10px;color:#e7ecf7;font-size:12px;font-weight:800;letter-spacing:.1em}.rm-image-block-label i{width:8px;height:8px;border-radius:50%;background:var(--rm-block-color,#4f8cff);flex:0 0 auto}.rm-image-block-drop{min-height:104px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:12px;border:1px dashed #31538d;border-radius:10px;background:#0e1931;color:#9eb1dc;font-size:13px;text-align:center;transition:border-color .15s,box-shadow .15s,background .15s}.rm-image-block-drop small{color:#6f80aa;font-size:10px}.rm-image-block-drop.drag,.rm-image-block-drop:hover{border-color:#4a92ff;background:#12233f;color:#cfe0f7}.rm-image-block.active .rm-image-block-drop{border:2px dotted #4d93ff;box-shadow:inset 0 0 0 1px rgba(77,147,255,.18),inset 0 2px 10px rgba(0,0,0,.35),0 0 0 3px rgba(77,147,255,.12)}.rm-image-block-pill{max-width:100%;margin-top:4px;cursor:default}.rm-image-block-error{margin:6px 0 0;color:#ff9c9c;font-size:11px}.rm-image-blocks-note{margin:4px 2px;color:#8a97b7;font-size:12px}.rm-replacement-image{display:flex;flex-direction:column;min-height:0}.rm-replacement-image-frame{display:grid;place-items:center;min-height:200px;border-radius:6px;background:#0c1730;overflow:hidden}.rm-replacement-image-frame img{display:block;max-width:100%;max-height:320px;-o-object-fit:contain;object-fit:contain}.rm-replacement-image-frame p{margin:0;padding:18px;color:#6f80aa;font-size:12px;text-align:center}.rm-page-builder-token-calc{margin:0;color:#8a97b7;font-size:11px;text-align:right}.rm-page-builder-describe .rm-remix-prompt>span:first-child .rm-enhance-inline{flex-shrink:0;height:26px;padding:0 10px;border-radius:7px;font-size:11px;white-space:nowrap}.rm-page-builder-alert{width:min(420px,92vw);padding:26px 24px 20px;border:1px solid #2f5da8;border-radius:16px;background:linear-gradient(180deg,#14254a,#0b1832);box-shadow:0 30px 80px -30px rgba(0,0,0,.8);text-align:center}.rm-page-builder-alert h3{margin:0;color:#fff;font-size:17px;font-weight:800;line-height:1.35}.rm-page-builder-alert p{margin:10px 0 18px;color:#9db0d4;font-size:12.5px;line-height:1.5}.rm-page-builder-alert .rm-btn-primary{min-width:120px}.rm-page-builder-alert h3+.rm-btn-primary{margin-top:28px}.rm-generation-card--safety{border-color:rgba(248,113,113,.5)}.rm-generation-card--busy{border-color:rgba(240,168,60,.55)}.rm-generation-error-head{display:flex;align-items:center;gap:10px}.rm-generation-error-badge{width:18px;height:18px;flex:none;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:12px;font-weight:900;background:rgba(148,163,184,.15);border:1px solid rgba(148,163,184,.5);color:#94a3b8}.rm-generation-card--safety .rm-generation-error-badge{background:rgba(248,113,113,.15);border:1px solid rgba(248,113,113,.5);color:#f87171}.rm-generation-card--busy .rm-generation-error-badge{background:rgba(240,168,60,.15);border:1px solid rgba(240,168,60,.55);color:#f0a83c}.rm-generation-error-eyebrow{font-size:10px;font-weight:800;font-style:normal;letter-spacing:.16em;text-transform:uppercase;color:#94a3b8}.rm-generation-card--safety .rm-generation-error-eyebrow{color:#f87171}.rm-generation-card--busy .rm-generation-error-eyebrow{color:#f0a83c}.rm-generation-error-btn{margin-top:18px;width:100%}.rm-generation-error-actions{display:flex;gap:10px;margin-top:18px}.rm-generation-error-actions .rm-btn-secondary,.rm-generation-error-actions .rm-generation-error-btn{margin-top:0;flex:1}.rm-generation-card--info{border-color:rgba(94,200,255,.5)}.rm-generation-card--info .rm-generation-error-badge{background:rgba(94,200,255,.15);border:1px solid rgba(94,200,255,.5);color:#5ec8ff}.rm-generation-card--info .rm-generation-error-eyebrow{color:#5ec8ff}.rm-edit-regions button.selected{opacity:1;border:2px solid #6cb8ff;background:rgba(108,184,255,.22);box-shadow:0 0 0 3px rgba(108,184,255,.18)}.rm-edit-regions button.selected span{background:#6cb8ff;color:#06152e}.rm-edit-regions button.manipulating{opacity:1;border:2px dashed #a78bfa;background:rgba(167,139,250,.12);box-shadow:0 0 0 2px rgba(167,139,250,.22)}.rm-edit-regions button.manipulating span{background:#a78bfa;color:#2c1a5c}.rm-region-move-handle{position:absolute;top:50%;left:50%;z-index:6;display:grid;width:26px;height:26px;transform:translate(-50%,-50%);place-items:center;border:1px solid #f0a83c;border-radius:50%;background:#fff;color:#a5680f;font-size:15px;line-height:1;cursor:grab;touch-action:none;pointer-events:auto}.rm-region-move-handle:active{cursor:grabbing}.rm-region-resize-handle{position:absolute;z-index:6;width:11px;height:11px;border:1.5px solid #f0a83c;border-radius:3px;background:#fff;touch-action:none;pointer-events:auto}.rm-handle-nw{top:-6px;left:-6px;cursor:nwse-resize}.rm-handle-n{top:-6px;left:calc(50% - 5.5px);cursor:ns-resize}.rm-handle-ne{top:-6px;right:-6px;cursor:nesw-resize}.rm-handle-w{left:-6px}.rm-handle-e,.rm-handle-w{top:calc(50% - 5.5px);cursor:ew-resize}.rm-handle-e{right:-6px}.rm-handle-sw{bottom:-6px;left:-6px;cursor:nesw-resize}.rm-handle-s{bottom:-6px;left:calc(50% - 5.5px);cursor:ns-resize}.rm-handle-se{bottom:-6px;right:-6px;cursor:nwse-resize}.rm-vector-rail{position:fixed;top:88px;right:24px;z-index:60;width:220px;overflow:hidden;border:1px solid var(--rm-line2);border-radius:12px;background:#0f1a31;box-shadow:0 18px 45px rgba(0,0,0,.35);color:#e7ecf7}.rm-vector-rail-body{padding:14px}.rm-vector-rail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.rm-vector-rail-header b{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#f0a83c}.rm-vector-rail-header button{width:22px;height:22px;border:0;border-radius:6px;background:transparent;color:#8893b5;font-size:15px;line-height:1}.rm-vector-rail-header button:hover{background:rgba(255,255,255,.08);color:#fff}.rm-vector-rail-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.rm-vector-rail-fields label{display:flex;flex-direction:column;gap:4px;font-size:9px;font-weight:700;letter-spacing:.04em;color:#8893b5;text-transform:uppercase}.rm-vector-rail-fields input{height:32px;padding:0 8px;border:1px solid var(--rm-line2);border-radius:7px;background:#0a1326;color:#fff;font-size:12px}.rm-vector-rail-field-wide{grid-column:1/-1}.rm-vector-rail-fields select{height:32px;padding:0 8px;border:1px solid var(--rm-line2);border-radius:7px;background:#0a1326;color:#fff;font-size:12px;text-transform:none;letter-spacing:0;font-weight:400}.rm-vector-rail-heading-presets{display:flex;gap:6px}.rm-vector-rail-heading-presets button{flex:1;height:28px;border:1px solid var(--rm-line2);border-radius:7px;background:#0a1326;color:#cddcf6;font-size:11px;font-weight:700;cursor:pointer}.rm-vector-rail-heading-presets button:hover{border-color:#8fb6ff;color:#fff}.rm-vector-rail-text{display:flex;flex-direction:column;gap:4px;margin-bottom:12px;font-size:9px;font-weight:700;letter-spacing:.04em;color:#8893b5;text-transform:uppercase}.rm-vector-rail-text textarea{padding:8px;border:1px solid var(--rm-line2);border-radius:7px;background:#0a1326;color:#fff;font-size:12px;font-weight:400;text-transform:none;letter-spacing:0;resize:vertical}.rm-vector-rail-text textarea:disabled{opacity:.6}.rm-vector-rail-remove{width:100%;height:34px;border:1px solid rgba(255,90,90,.4);border-radius:8px;background:rgba(255,90,90,.08);color:#ff8a8a;font-size:11px;font-weight:700}.rm-vector-rail-remove:hover:not(:disabled){background:rgba(255,90,90,.16)}.rm-vector-rail-remove:disabled{opacity:.5}.rm-ribbon-bar{position:fixed;z-index:55;display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 7px;border:1px solid var(--rm-line2);border-radius:14px;background:#0f1a31;box-shadow:0 18px 45px rgba(0,0,0,.35)}@layer rm-generic{.rm-ribbon-bar button{width:36px;height:36px;display:grid;place-items:center;border:1px solid transparent;border-radius:9px;background:transparent;color:#8893b5;transition:.12s}.rm-ribbon-bar button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rm-ribbon-bar button svg.rm-wand-svg,.rm-ribbon-flyout button svg.rm-wand-svg{width:20px;height:20px;fill:currentColor;stroke:none}.rm-ribbon-bar button:hover{background:rgba(255,255,255,.08);color:#cddcf6}.rm-ribbon-bar button:disabled,.rm-ribbon-flyout-notch:disabled{opacity:.35;cursor:not-allowed}.rm-ribbon-bar button:disabled:hover{background:transparent;color:#8893b5}.rm-ribbon-bar button.active{border-color:#5ec8ff;background:rgba(94,200,255,.22);color:#eaf6ff;box-shadow:0 0 14px 2px rgba(94,200,255,.65)}.rm-ribbon-bar button.off{color:#556082}.rm-ribbon-bar button.flash{animation:rm-ribbon-flash .5s ease-out}@keyframes rm-ribbon-flash{0%{color:#3aa8ff;box-shadow:0 0 0 4px rgba(58,168,255,.35)}to{color:inherit;box-shadow:0 0 0 0 rgba(58,168,255,0)}}.rm-ribbon-bar button.preview{border-color:#2fd9ff;background:rgba(47,217,255,.14);color:#8feaff}}.rm-ribbon-flyout-wrap{position:relative}.rm-ribbon-flyout-notch{position:absolute;right:0;bottom:0;width:10px;height:10px;padding:0;border:none;background:transparent;cursor:pointer;z-index:1}.rm-ribbon-flyout-notch:after{content:"";position:absolute;right:2px;bottom:2px;width:0;height:0;border-color:transparent transparent #6c7797;border-style:solid;border-width:0 0 6px 6px}.rm-ribbon-flyout-wrap:hover .rm-ribbon-flyout-notch:after{border-bottom-color:#cddcf6}.rm-ribbon-flyout{position:absolute;left:calc(100% + 8px);top:0;z-index:60;display:flex;flex-direction:column;gap:2px;min-width:127px;padding:6px;border:1px solid var(--rm-line2);border-radius:10px;background:#0f1a31;box-shadow:0 18px 45px rgba(0,0,0,.35);animation:rm-pop .14s ease-out;transform-origin:top left}.rm-ribbon-flyout button{display:flex;align-items:center;gap:8px;width:100%;padding:7px 8px;border:none;border-radius:6px;background:transparent;color:#cddcf6;font-size:12px;text-align:left;cursor:pointer}.rm-ribbon-flyout button svg{width:15px;height:15px;flex:0 0 15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rm-ribbon-flyout button span{flex:1;white-space:nowrap}.rm-ribbon-flyout button i{font-style:normal;color:#2f7bff;font-size:13px}.rm-ribbon-flyout button:hover{background:rgba(255,255,255,.08)}.rm-ribbon-flyout button[aria-checked=true]{background:rgba(47,123,255,.14);color:#8fb6ff}.rm-ribbon-flyout .rm-wand-stepper-btn{width:22px;height:15px;padding:0}.rm-ribbon-flyout .rm-wand-knob-row{padding:2px 4px}.rm-text-color-flyout{flex-direction:row;flex-wrap:wrap;gap:6px;min-width:0;max-width:132px}.rm-text-color-flyout .rm-text-color-swatch{width:22px;height:22px;padding:0;border:1px solid rgba(255,255,255,.35);border-radius:5px;flex:none}.rm-text-color-flyout .rm-text-color-swatch:hover{border-color:#8fb6ff;transform:scale(1.08)}.rm-text-color-custom{display:flex;align-items:center;gap:6px;width:100%;padding:2px 0 4px;cursor:pointer;font-size:9px;font-weight:700;letter-spacing:.04em;color:#c7cee5;text-transform:uppercase}.rm-text-color-custom input[type=color]{width:22px;height:22px;padding:0;border:1px solid rgba(255,255,255,.35);border-radius:5px;background:none;cursor:pointer;flex:none}.rm-mark-layer{position:absolute;inset:0;z-index:8}.rm-mark-layer.tool-paint{cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><circle cx="14" cy="14" r="12" fill="none" stroke="rgba(255,20,145,0.95)" stroke-width="2"/></svg>') 14 14,cell}.rm-mark-layer.tool-frame{cursor:crosshair}.rm-pdf-artboard .rm-pdf-canvas canvas.rm-paintout-layer,.rm-pdf-canvas canvas.rm-paintout-layer{position:absolute;inset:0;z-index:6;width:100%;height:100%;max-width:100%;pointer-events:none}.rm-pdf-restore-overlay{position:absolute;inset:0;z-index:20;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;animation:rm-restore-pulse 1.6s ease-in-out infinite}@keyframes rm-restore-pulse{0%,to{opacity:1}50%{opacity:.72}}.rm-pdf-artboard .rm-pdf-canvas canvas.rm-move-mask-layer,.rm-pdf-canvas canvas.rm-move-mask-layer{position:absolute;inset:0;z-index:7;width:100%;height:100%;max-width:100%;pointer-events:none}.rm-frame-draw-preview{position:absolute;border:2px solid rgba(74,144,255,.85);border-radius:4px;background:rgba(74,144,255,.16);pointer-events:none}.rm-frame-mark{position:absolute;border:2px dashed #4a90ff;border-radius:4px;background:rgba(74,144,255,.08);overflow:hidden}.rm-frame-mark img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none}.rm-frame-mark-clean{position:absolute;overflow:hidden;pointer-events:none}.rm-frame-mark-clean img{-o-object-fit:cover;object-fit:cover}.rm-frame-mark-clean img,.rm-frame-text-preview{position:absolute;inset:0;width:100%;height:100%}.rm-frame-text-preview{display:flex;align-items:flex-start;justify-content:flex-start;overflow:hidden;padding:8px;background:rgba(255,255,255,.94);color:#16233b;font-size:12px;line-height:1.35;text-align:left;word-break:break-word;pointer-events:none}.rm-frame-text-preview--clean{border-radius:4px}.rm-frame-mark-label{position:absolute;left:4px;bottom:4px;z-index:2;max-width:calc(100% - 30px);padding:3px 6px;border-radius:6px;background:rgba(15,26,49,.88);color:#cddcf6;font-size:10px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}.rm-frame-mark-remove{position:absolute;top:4px;right:4px;z-index:2;width:20px;height:20px;display:grid;place-items:center;border:1px solid rgba(255,90,90,.5);border-radius:50%;background:#0f1a31;color:#ff8a8a;font-size:13px;line-height:1}.rm-frame-mark-remove:hover{background:#ff5a5a;color:#fff}.rm-frame-mark-edit{position:absolute;top:4px;right:28px;z-index:2;width:20px;height:20px;display:grid;place-items:center;border:1px solid rgba(111,162,255,.5);border-radius:50%;background:#0f1a31;color:#6fa2ff;font-size:11px;line-height:1}.rm-frame-mark-edit:hover{background:#3a76e0;color:#fff}.rm-tighten-frame{position:absolute;border:2px dashed #4a90ff;border-radius:4px;box-shadow:0 0 0 1px rgba(9,17,33,.45),0 0 14px rgba(74,144,255,.35)}.rm-tighten-frame.busy{animation:rm-tighten-pulse 1.4s ease-in-out infinite}@keyframes rm-tighten-pulse{0%,to{opacity:1}50%{opacity:.5}}.rm-tighten-frame-label{position:absolute;left:4px;top:4px;z-index:2;padding:3px 7px;border-radius:6px;background:rgba(15,26,49,.9);color:#9dc2ff;font-size:9px;font-weight:750;letter-spacing:.09em;pointer-events:none}.rm-tighten-frame-actions{position:absolute;right:0;top:100%;margin-top:7px;z-index:3;display:flex;align-items:center;gap:6px;pointer-events:auto}.rm-tighten-apply{padding:6px 14px;border-radius:7px;border:0;background:#2f7bff;color:#fff;font-size:11px;font-weight:700;letter-spacing:.05em;white-space:nowrap;cursor:pointer;box-shadow:0 2px 10px rgba(9,17,33,.5);display:inline-flex;align-items:center;gap:6px}.rm-tighten-apply:hover:not(:disabled){background:#1f66e0}.rm-tighten-apply:disabled{opacity:.7;cursor:default}.rm-tighten-token-badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 2px;border-radius:999px;background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:9px;font-weight:800;line-height:1}.rm-frame-apply-small{padding:3px 8px;border-radius:6px;font-size:8px;box-shadow:0 2px 8px rgba(9,17,33,.5)}.rm-tighten-cancel{width:24px;height:24px;display:grid;place-items:center;border:1px solid rgba(160,180,215,.4);border-radius:50%;background:#0f1a31;color:#a9bcd8;font-size:14px;line-height:1;cursor:pointer;box-shadow:0 2px 10px rgba(9,17,33,.5)}.rm-tighten-cancel:hover:not(:disabled){background:#ff5a5a;border-color:#ff5a5a;color:#fff}.rm-tighten-cancel:disabled{opacity:.5;cursor:default}.rm-frame-finalize-wrap{position:relative;display:inline-flex}.rm-frame-finalize-tip{position:absolute;bottom:calc(100% + 7px);left:0;padding:5px 9px;border-radius:4px;background:#fefefe;color:#1a1a1a;border:1px solid rgba(0,0,0,.15);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;white-space:normal;width:180px;box-shadow:0 2px 8px rgba(0,0,0,.25);opacity:0;pointer-events:none;transition:opacity .12s ease}.rm-frame-finalize-wrap:hover .rm-frame-finalize-tip{opacity:1}.rm-content-frame{position:absolute;border:2px dashed #4a90ff;border-radius:4px;box-shadow:0 0 0 1px rgba(9,17,33,.45),0 0 14px rgba(74,144,255,.35)}.rm-content-frame.busy{animation:rm-tighten-pulse 1.4s ease-in-out infinite}.rm-move-frame{position:absolute;pointer-events:none;border:2px dashed #4a90ff;border-radius:4px;box-shadow:0 0 0 1px rgba(9,17,33,.45),0 0 14px rgba(74,144,255,.35)}.rm-move-frame.busy{animation:rm-tighten-pulse 1.4s ease-in-out infinite}.rm-move-frame.selected{box-shadow:0 0 0 1px rgba(9,17,33,.45),0 0 18px rgba(74,144,255,.65)}.rm-move-frame .rm-region-move-handle{pointer-events:none;cursor:default}.rm-region-render-btn{position:absolute;left:auto;right:0;top:100%;width:auto;margin-top:4px;z-index:10;display:flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;border:0;background:#2f7bff;color:#fff;font-size:8px;font-weight:750;letter-spacing:.06em;white-space:nowrap;cursor:pointer;box-shadow:0 2px 8px rgba(9,17,33,.5);opacity:1;transition:.12s}.rm-region-render-btn:hover:not(:disabled){background:#1f66e0}.rm-region-render-btn:disabled{opacity:.6;cursor:default}.rm-flow-badge-pending{box-shadow:0 0 0 2px #d9a441}.rm-link-apply-btn{margin-top:4px}.rm-flow-badge{position:absolute;left:auto;right:2px;bottom:2px;top:auto;width:20px;height:20px;z-index:11;display:flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:#e5342b;color:#fff;font-size:14px;font-weight:800;line-height:1;cursor:pointer;box-shadow:0 2px 8px rgba(9,17,33,.5)}.rm-flow-badge:hover{background:#ff453a;transform:scale(1.08)}.rm-flow-badge.armed{background:#2f7bff}.rm-flow-badge.armed:hover{background:#1f66e0}.rm-flow-badge.rm-flow-linked{background:#3d4a63}.rm-flow-badge.rm-flow-linked:hover{background:#4a597a}.rm-flow-badge.rm-flow-linked svg{width:12px;height:12px}.rm-flow-badge.rm-flow-linked.armed{background:#2f7bff}.rm-flow-badge.rm-flow-linked.armed:hover{background:#1f66e0}.rm-removed-element-cover{position:absolute;pointer-events:none;z-index:5}.rm-link-line{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:9}.rm-link-line line{stroke:#6fa2ff;stroke-width:2;stroke-dasharray:5 4;opacity:.85}.rm-link-line-controls{z-index:10;display:flex;gap:4px}.rm-link-line-delete{width:18px;height:18px;border-radius:50%;border:1px solid #ff6f6f;background:#1c2536;color:#ffd9d9;font-size:13px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.rm-link-line-delete:hover{background:#4a2323}.rm-region-render-cost{position:static;order:2;display:inline-flex;align-items:center;justify-content:center;width:13px;height:13px;border-radius:999px;background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:7px;font-weight:800;letter-spacing:0;flex:none}.rm-gallery-pdf-loading{width:150px;height:212px;border-radius:3px;background:linear-gradient(100deg,#16264a 30%,#234a70 50%,#16264a 70%);background-size:200% 100%;animation:rm-cover-shimmer 1.6s ease-in-out infinite}.rm-gallery-pdf{position:relative}.rm-gallery-card-actions{position:absolute;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;gap:8px;background:rgba(9,15,30,.62);opacity:0;pointer-events:none;transition:opacity .15s ease}.rm-gallery-card:hover .rm-gallery-card-actions{opacity:1;pointer-events:auto}.rm-gallery-select-checkbox{position:absolute;top:8px;left:8px;z-index:55;width:22px;height:22px;border-radius:5px;display:grid;place-items:center;border:1.5px solid rgba(255,255,255,.6);background:rgba(9,15,30,.55);backdrop-filter:blur(2px);cursor:pointer;padding:0;opacity:0;transition:opacity .15s ease,background-color .12s ease,border-color .12s ease}.rm-gallery-card:hover .rm-gallery-select-checkbox,.rm-gallery-select-checkbox.checked{opacity:1}.rm-gallery-select-checkbox:hover{background:rgba(9,15,30,.8)}.rm-gallery-select-checkbox.checked{background:#2f7bff;border-color:#2f7bff}.rm-gallery-select-checkbox svg{width:14px;height:14px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.rm-gallery-action-btn{position:relative;width:30px;height:30px;border-radius:7px;display:grid;place-items:center;background:#fff;color:#0b1220;border:none;box-shadow:0 4px 14px rgba(0,0,0,.35);transition:transform .12s ease;cursor:pointer}.rm-gallery-action-btn:hover{transform:scale(1.1)}.rm-gallery-action-btn.danger{background:#e5484d;color:#fff}.rm-gallery-action-btn.danger:hover{background:#c93a3f}.rm-gallery-action-btn svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.rm-gallery-action-btn[disabled]{opacity:.5;pointer-events:none}.rm-gallery-action-tip{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%);padding:2px 7px;border-radius:4px;background:#161b26;color:#fff;font-size:9px;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease}.rm-gallery-action-btn:hover .rm-gallery-action-tip{opacity:1}.rm-pdf-page-badges{position:absolute;top:8px;right:8px;z-index:6;display:flex;align-items:center;gap:6px}.rm-pdf-page-number{padding:3px 8px;border-radius:6px;background:rgba(8,15,30,.72);color:#dfe8fb;font-size:11px;font-weight:800;letter-spacing:.04em;box-shadow:0 4px 12px rgba(0,0,0,.3)}.rm-project-item:hover .rm-open-pill{opacity:1}.rm-open-pill{cursor:pointer;color:#dfe8fb;transition:.15s}.rm-open-pill:hover{background:#2f7bff!important;border-color:#68a5ff!important;color:#fff}.rm-project-link{cursor:pointer}.rm-project-list .rm-open-pill{display:none}.rm-project-item .rm-open-pill{right:52px}.rm-project-item .rm-fullview-pill{position:absolute;top:14px;right:14px;z-index:2;display:grid;place-items:center;width:26px;height:26px;padding:0;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#091329d9;color:#dfe8fb;opacity:0;cursor:pointer;transition:.15s}.rm-project-item .rm-fullview-pill svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rm-project-item:hover .rm-fullview-pill{opacity:1}.rm-project-item .rm-fullview-pill:hover{background:#2f7bff!important;border-color:#68a5ff!important;color:#fff}.rm-project-list .rm-fullview-pill{display:none}.rm-region-instant-preview{-o-object-fit:cover;object-fit:cover}.rm-region-instant-preview,.rm-region-loading-overlay{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.rm-region-loading-overlay{display:flex;align-items:center;justify-content:center;gap:2px;background:#0f1a31;color:#c9d2e8;font-size:18px;font-weight:700;letter-spacing:.02em}.rm-region-text-preview{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;padding:6px 8px;background:#fff;color:#16233b;font-size:11px;line-height:1.35;text-align:left;pointer-events:none}.rm-edit-regions button.pending{opacity:1;border:2px dashed #f0a83c;background:rgba(240,168,60,.06);box-shadow:0 0 0 2px rgba(240,168,60,.14)}.rm-edit-regions button.pending span{background:#f0a83c;color:#3a2405}.rm-region-text-preview.pending{outline:2px dashed #f0a83c;outline-offset:-2px}.rm-region-text-preview.wizard-only{display:inline-flex;align-items:center;position:absolute;top:16px;left:5px;inset:auto;width:auto;height:auto;padding:2px 5px;background:#fff;color:#a5680f;border:1px dashed #f0a83c;font-size:8px;font-weight:700;text-align:left;pointer-events:none}.rm-region-pending-discard{position:absolute;top:-9px;right:-9px;left:auto;bottom:auto;z-index:14;width:20px;height:20px;display:grid;place-items:center;border:1.5px solid #fff;border-radius:50%;background:#ff3b3b;color:#fff;font-size:13px;font-weight:800;line-height:1;box-shadow:0 2px 6px rgba(0,0,0,.4);opacity:1;transition:.12s}.rm-region-pending-discard:hover{background:#ff1a1a;transform:scale(1.08)}.rm-move-discard{position:absolute;top:-9px;right:-9px;z-index:12;width:20px;height:20px;display:grid;place-items:center;border:1.5px solid #fff;border-radius:50%;background:#e5343f;color:#fff;font-size:14px;line-height:1;font-weight:700;pointer-events:auto;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.35)}.rm-move-discard:hover{background:#ff4550}.rm-design-actions .rm-regenerate-button{position:relative;overflow:hidden;width:auto;min-width:0;height:36px;padding:0 16px;border:1px solid #3a4666;border-radius:9px;background:#1b2540;color:#5b6a8f;font-size:12px;font-weight:800;white-space:nowrap;transition:background .15s,border-color .15s,color .15s}.rm-design-actions .rm-regenerate-button.running,.rm-design-actions .rm-regenerate-button:not(:disabled){border-color:#f0bd48;background:linear-gradient(#ffd15e,#d99b16);color:#2d2106}.rm-design-actions .rm-regenerate-button:hover:not(:disabled){filter:brightness(1.06)}.rm-modal-apply-cost{margin-left:6px;vertical-align:middle}.rm-design-actions .rm-regenerate-button:disabled{cursor:default}.rm-design-actions .rm-regenerate-button.running:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);animation:rm-button-sweep 1.1s linear infinite}.rm-regenerate-banner{position:sticky;top:0;z-index:15;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:10px;padding:9px 14px;border:1px solid rgba(240,168,60,.4);border-radius:10px;background:#1a1508;color:#ffcf8a;font-size:12px;font-weight:650}.rm-regenerate-banner.error{border-color:rgba(255,90,90,.4);background:#1a0d0d;color:#ff8a8a}.rm-regenerate-banner.error button{margin-left:6px;border:0;background:transparent;color:inherit;font-size:15px;line-height:1;cursor:pointer}.rm-template-search-toggle{display:grid;place-items:center;padding:0}.rm-search-icon{display:block}.rm-template-inspector-close{position:absolute;top:10px;right:10px;width:26px;height:26px;display:grid;place-items:center;border:1px solid #243e6e;border-radius:8px;background:#0f1a35;color:#7890c1}.rm-template-inspector-close:hover{border-color:#4a7fd6;background:#16264a;color:#e3ecfb}.rm-template-inspector-close svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.rm-sidebar{position:sticky;top:68px;height:calc(100vh - 68px);overflow-y:auto}.rm-gallery-control-row,.rm-toolbar-sticky{position:sticky;top:68px;z-index:20;background:#0d1831}.rm-gallery-control-row{border-bottom:1px solid var(--rm-line)}.rm-edit-tab-icons{display:flex;align-items:center;gap:6px}.rm-edit-tab-icons button{width:36px;height:36px;display:grid;place-items:center;padding:0;border:1px solid var(--rm-line2);border-radius:9px;background:#101b33;color:#8796b8}.rm-edit-tab-icons button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.rm-edit-tab-icons button:hover{border-color:#4a7fd6;background:#16264a;color:#e3ecfb}.rm-edit-tab-icons button.active{border-color:#3f86ff;background:#13264a;color:#c5d6ff}.rm-edit-tab-icons button.wizard.active{border-color:#f0bd48;background:#3a2c0e;color:#ffd15e}.rm-export-cost{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;margin-left:8px;padding:0 6px;border-radius:999px;background:#16305e;border:1px solid #2c4f8f;color:#fff;font-size:11px;font-weight:800;letter-spacing:0}.rm-export-expand{border-radius:13px}.rm-export-expand.expanded{margin-bottom:12px;border:1px solid #3280ff;border-radius:13px;background:#12264d;overflow:hidden}.rm-export-expand.expanded .rm-export-option{margin-bottom:0;border:0;border-radius:13px 13px 0 0;background:transparent}.rm-export-bleed-panel{padding:14px 16px;border-top:1px solid #234376}.rm-export-checkbox-row{width:100%;display:flex;align-items:center;gap:10px;margin-bottom:12px;padding:0;border:0;background:none;color:#dfe5f2;font-size:13px;text-align:left}.rm-export-checkbox{width:18px;height:18px;flex:0 0 18px;display:grid;place-items:center;border:1px solid #3d5689;border-radius:5px;background:#08152e}.rm-export-checkbox.checked{border-color:#2fa86a;background:#2fa86a}.rm-export-checkbox svg{width:12px;height:12px}.rm-export-bleed-row{display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:13px;color:#dfe5f2}.rm-stepper{display:flex;align-items:center;height:36px;border:1px solid #3984ff;border-radius:8px;background:#08152e;overflow:hidden}.rm-stepper input{width:46px;height:100%;border:0;background:none;color:#fff;font:700 13px/1 inherit;text-align:right;padding:0 4px 0 10px;-moz-appearance:textfield}.rm-stepper input::-webkit-inner-spin-button,.rm-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.rm-stepper em{padding-right:8px;color:#8d9ab8;font-size:11px;font-style:normal}.rm-stepper-arrows{display:flex;flex-direction:column;border-left:1px solid #234376}.rm-stepper-arrows button{width:22px;height:18px;display:grid;place-items:center;border:0;background:none;color:#8d9ab8;font-size:8px;line-height:1}.rm-stepper-arrows button:hover{color:#fff;background:#12264d}.rm-stepper-arrows button+button{border-top:1px solid #234376}.rm-export-png-range{display:block;margin-bottom:4px}.rm-export-png-range>span{display:block;margin:0 14px 6px;color:#8d9ab8;font-size:11px;font-weight:800;letter-spacing:.08em}.rm-export-png-range .rm-range-input{margin:0 14px 14px}.rm-design-toolbar>.rm-toolbar-new{height:36px;font-size:12px}.rm-modal[aria-label="EXPORT PAGES"]>footer .rm-btn-primary,.rm-modal[aria-label="EXPORT PAGES"]>footer .rm-btn-secondary{font-size:16px}.rm-gallery-bulk-bar{position:fixed;left:50%;bottom:28px;transform:translateX(-50%);z-index:40;display:flex;align-items:center;gap:10px;padding:10px;border:1px solid var(--rm-line2);border-radius:999px;background:rgba(15,22,42,.92);backdrop-filter:blur(8px);box-shadow:0 18px 40px rgba(0,0,0,.4)}.rm-gallery-bulk-download{height:40px;display:flex;align-items:center;gap:9px;padding:0 18px;border:0;border-radius:999px;background:#2f7bff;color:#fff;font-size:13px;font-weight:700}.rm-gallery-bulk-download:hover{background:#4a8bff}.rm-gallery-bulk-download svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.rm-gallery-bulk-icon{width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:50%;background:#1c2740;color:#cfd8ee}.rm-gallery-bulk-icon:hover{background:#28365a;color:#fff}.rm-gallery-bulk-icon.danger:hover{background:#3a1c22;color:#ff9d97}.rm-gallery-bulk-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.rm-gallery-bulk-bar button:disabled{opacity:.5;pointer-events:none}.rm-admin-templates-body{padding:24px 30px;max-width:960px}.rm-admin-templates-intro{margin:0 0 20px;color:#aab5ca;font-size:14px;line-height:1.55}.rm-admin-templates-table{width:100%;border-collapse:separate;border-spacing:0 8px}.rm-admin-templates-table thead th{padding:0 14px 6px;color:#8291b1;font-size:11px;font-weight:900;letter-spacing:.1em;text-align:left}.rm-admin-templates-table tbody tr{background:var(--rm-panel)}.rm-admin-templates-table td{padding:12px 14px;border-top:1px solid var(--rm-line2);border-bottom:1px solid var(--rm-line2);color:#dfe5f2;font-size:13px}.rm-admin-templates-table td:first-child{border-left:1px solid var(--rm-line2);border-radius:10px 0 0 10px}.rm-admin-templates-table td:last-child{border-right:1px solid var(--rm-line2);border-radius:0 10px 10px 0}.rm-admin-template-cell{display:flex;align-items:center;gap:12px}.rm-admin-template-cell img,.rm-admin-template-swatch{width:44px;height:62px;flex:0 0 44px;border-radius:5px;-o-object-fit:cover;object-fit:cover;background:#193856}.rm-admin-template-cell span{display:flex;flex-direction:column}.rm-admin-template-cell small{margin-top:3px;color:#8291b1;font-size:11px}.rm-toggle-field-btn{height:34px;padding:0 14px;border:1px solid var(--rm-line2);border-radius:999px;background:#101a31;color:#e3e8f3;font-size:12px;font-weight:750}.rm-toggle-field-btn.on{border-color:#2f7bff;background:#173458;color:#bcd6ff}.rm-toggle-field-btn:disabled{opacity:.5}.rm-settings-section{display:grid;gap:9px}.rm-settings-section-title{color:#8291b1;font-size:11px;font-weight:900;letter-spacing:.1em}.rm-settings-section .rm-btn-secondary{width:100%;height:43px}.rm-settings-hint{color:#8390aa;font-size:12px;line-height:1.4}.rm-settings-hint--ok{color:#74ef99}.rm-settings-hint--error{color:#ff9c9c}.rm-public-library-banner{margin:0 30px 12px;padding:10px 14px;border:1px solid var(--rm-line2);border-radius:9px;background:var(--rm-panel);color:#aab5ca;font-size:13px}.rm-public-library-banner a{color:#68a5ff;font-weight:700}.rm-design-actions .rm-icon-button{display:grid;place-items:center}.rm-design-actions .rm-icon-button.spinning{color:#4d93ff;border-color:#2f5fa8}.rm-spinner-ring{width:18px;height:18px;border:3px solid rgba(77,147,255,.25);border-top-color:#4d93ff;border-radius:50%;animation:rm-spin .8s linear infinite}@keyframes rm-spin{to{transform:rotate(1turn)}}.rm-page-info-loading{position:fixed;z-index:60;inset:0;display:grid;place-items:center;pointer-events:none;background:transparent}.rm-page-info-loading .rm-spinner-ring{width:34px;height:34px;border-width:4px}.rm-slow-load-spinner{position:fixed;z-index:60;top:0;right:0;bottom:0;left:274px;display:grid;place-items:center;pointer-events:none;background:transparent}.rm-slow-load-spinner .rm-spinner-ring{width:34px;height:34px;border-width:4px}@media(max-width:900px){.rm-slow-load-spinner{left:0}}.rm-wand-rect{position:absolute;border:1.5px dashed rgba(111,162,255,.55);border-radius:4px;pointer-events:none}.rm-wand-lasso{animation:rm-wand-lasso-march .6s linear infinite}@keyframes rm-wand-lasso-march{to{stroke-dashoffset:-5}}.rm-wand-panel{position:fixed;top:50%;left:50%;z-index:200;cursor:default;pointer-events:auto;display:flex;flex-direction:column;overflow:hidden;width:440px;max-width:calc(100vw - 32px);max-height:calc(100vh - 40px);border:1px solid #2b4780;border-radius:12px;background:#0f1a35;box-shadow:0 14px 34px rgba(0,0,0,.5)}.rm-wand-panel-header{display:flex;align-items:center;gap:8px;cursor:grab;padding:10px 14px;background:#3d5a82;border-bottom:1px solid rgba(255,255,255,.16);border-radius:11px 11px 0 0}.rm-wand-panel-header:active{cursor:grabbing}.rm-panel-grip{flex:0 0 auto;color:rgba(255,255,255,.55);font-size:13px;line-height:1;letter-spacing:-1px}.rm-wand-panel-title{flex:1;display:flex;align-items:center;gap:7px;color:#cddcf6;font-size:16px;font-weight:700;letter-spacing:.02em}.rm-wand-panel-title svg{width:16px;height:16px;fill:#6fa2ff}.rm-wand-panel-body{display:flex;flex-direction:column;gap:9px;padding:14px 16px;overflow-y:auto;min-height:0}.rm-wand-close{width:18px;height:18px;flex:0 0 auto;display:grid;place-items:center;border:1px solid rgba(160,180,215,.4);border-radius:50%;background:#0f1a31;color:#a9bcd8;font-size:11px;line-height:1;cursor:pointer}.rm-wand-close:hover{background:#ff5a5a;border-color:#ff5a5a;color:#fff}.rm-wand-prompt-row{display:flex;align-items:center;justify-content:space-between}.rm-wand-prompt-label{color:#7583a9;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.rm-wand-knob-row{display:flex;align-items:center;gap:8px}.rm-wand-stepper{display:flex;flex-direction:column;flex:0 0 auto;border:1px solid #2b4780;border-radius:6px;overflow:hidden}.rm-wand-stepper-btn{width:22px;height:15px;display:grid;place-items:center;border:none;background:#0f1d3b;color:#6fa2ff;font-size:8px;line-height:1;cursor:pointer;touch-action:none}.rm-wand-stepper-btn:first-child{border-bottom:1px solid #2b4780}.rm-wand-stepper-btn:hover{background:#16294f}.rm-wand-stepper-btn:active{background:#1c335e}.rm-wand-knob-label{color:#8ba2d9;font-size:11px;font-weight:500;letter-spacing:.02em}.rm-wand-prompt-input{width:100%;min-height:64px;padding:8px 10px;border:1px solid var(--rm-line2);border-radius:8px;background:#0b152a;color:#e6eaf4;font:400 12px/1.4 inherit;resize:vertical;cursor:text}.rm-wand-hint{display:block;margin:-2px 0 2px;color:#6f83b6;font-size:10px;line-height:1.35}.rm-wand-actions button,.rm-wand-attach,.rm-wand-close{cursor:pointer}.rm-wand-attach{align-self:flex-start;background:none;border:none;padding:0;color:#8ba2d9;font-size:11px;font-weight:500;text-align:left;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.rm-wand-attach:hover{color:#cddcf6}.rm-wand-snap-row{display:flex;align-items:center;gap:6px;color:#8ba2d9;font-size:11px;font-weight:500;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rm-wand-snap-row input{width:13px;height:13px;accent-color:#6fa2ff;cursor:pointer}.rm-wand-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.rm-wand-actions .rm-btn-primary,.rm-wand-actions .rm-btn-secondary{height:30px;padding:0 16px;font-size:12px;font-weight:500}.rm-text-format-toolbar{display:flex;align-items:center;gap:2px;margin-right:auto}.rm-text-format-toolbar button{width:26px;height:26px;display:grid;place-items:center;border:none;border-radius:4px;background:none;color:#8ba2d9;cursor:pointer}.rm-text-format-toolbar button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rm-text-format-toolbar button:hover{background:rgba(111,162,255,.14);color:#cddcf6}.rm-text-format-toolbar button.active{background:rgba(111,162,255,.22);color:#6fa2ff}.rm-text-format-sep{width:1px;height:16px;background:rgba(139,162,217,.3);margin:0 4px}.rm-frame-panel{position:fixed;top:50%;left:50%;z-index:200;cursor:default;pointer-events:auto;display:flex;flex-direction:column;overflow:hidden;width:440px;max-width:calc(100vw - 32px);border:1px solid #2b4780;border-radius:12px;background:#0f1a35;box-shadow:0 14px 34px rgba(0,0,0,.5)}.rm-frame-panel-header{display:flex;align-items:center;gap:9px;cursor:grab;padding:10px 12px;background:#3d5a82;border-bottom:1px solid rgba(255,255,255,.16);border-radius:11px 11px 0 0}.rm-frame-panel-header:active{cursor:grabbing}.rm-frame-panel-body{display:flex;flex-direction:column;gap:8px;padding:12px 14px}.rm-frame-panel-title{flex:1;display:flex;align-items:center;gap:7px;min-width:0;color:#cddcf6;font-size:16px;font-weight:700;letter-spacing:.02em}.rm-frame-panel-icon{flex:0 0 auto;color:#6fa2ff;font-size:15px;line-height:1}.rm-frame-tabs{display:flex;gap:6px}.rm-frame-tabs button{flex:1;height:30px;padding:0 6px;border:1px solid var(--rm-line2);border-radius:8px;background:#101b33;color:#aeb9d2;font-weight:700;font-size:11px;letter-spacing:.03em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rm-frame-tabs button.active{border-color:#4a92ff;background:#2f7bff;color:#fff}.rm-frame-panel .rm-section-editor{min-height:78px;font-size:14px!important;font-weight:500!important;line-height:1.5!important}.rm-frame-panel .rm-image-drop{height:110px}.rm-frame-panel .rm-remix-prompt textarea,.rm-wand-panel .rm-remix-prompt textarea{min-height:100px;padding-top:44px;font-size:14px!important;font-weight:500!important;line-height:1.5!important}.rm-frame-panel .rm-enhance-inline,.rm-wand-panel .rm-enhance-inline{height:20px;padding:0 8px;font-size:10px}.rm-frame-enhance-overlay{position:absolute;top:8px;right:22px;z-index:2}.rm-wand-sparkles{position:absolute;pointer-events:none}.rm-wand-sparkle{position:absolute;color:#ffd76b;filter:drop-shadow(0 0 4px rgba(255,215,107,.85));animation:rm-wand-twinkle 1.1s ease-in-out infinite}@keyframes rm-wand-twinkle{0%,to{opacity:.15;transform:scale(.6) rotate(0deg)}50%{opacity:1;transform:scale(1.15) rotate(20deg)}}.rm-modal:has(.rm-theme-picker)>.rm-modal-body{overflow:hidden;display:flex;flex-direction:column;flex:1;min-height:0}.rm-theme-picker{display:grid;grid-template-columns:286px 1fr 390px;gap:28px;align-items:start;min-height:0}.rm-theme-preview-col{display:flex;flex-direction:column;gap:12px}.rm-theme-scroll-area{grid-column:2/4;display:grid;grid-template-columns:1fr 390px;gap:28px;align-items:start;max-height:calc(85vh - 190px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--rm-line2) transparent;padding-right:10px}.rm-theme-scroll-area::-webkit-scrollbar{width:6px}.rm-theme-scroll-area::-webkit-scrollbar-track{background:transparent}.rm-theme-scroll-area::-webkit-scrollbar-thumb{background:var(--rm-line2);border-radius:3px}.rm-theme-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.rm-theme-mini-page{position:relative;aspect-ratio:210/297;border-radius:6px;overflow:hidden;border:1px solid var(--rm-line2);display:flex;flex-direction:column;box-shadow:0 6px 16px rgba(0,0,0,.35)}.rm-theme-mini-cover-photo{position:absolute;top:0;left:0;right:0;height:37.1%}.rm-theme-mini-cover-panel{position:absolute;top:37.1%;left:0;right:0;height:26.9%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;overflow:hidden}.rm-theme-mini-cover-hairlines{position:absolute;inset:0;background:repeating-linear-gradient(180deg,rgba(255,255,255,.16) 0,rgba(255,255,255,.16) .5px,transparent 0,transparent 14%);pointer-events:none}.rm-theme-mini-cover-title{position:relative;padding:0 10%;text-align:center;font-size:7px;font-weight:800;letter-spacing:.04em}.rm-theme-mini-cover-sub{position:relative;padding:0 10%;text-align:center;font-size:5px}.rm-theme-mini-cover-lower{position:absolute;top:64%;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:8%;padding-bottom:10%}.rm-theme-mini-cover-address{height:3px;width:46%;border-radius:1px}.rm-theme-mini-cover-metrics{display:flex;gap:3%;width:78%}.rm-theme-mini-cover-metrics span{flex:1;height:13px;border-radius:2px;display:flex;align-items:center;justify-content:center}.rm-theme-mini-cover-metrics span i{width:40%;height:2px;border-radius:1px}.rm-theme-mini-header{height:10%;flex-shrink:0}.rm-theme-mini-footer{height:6%;flex-shrink:0;margin-top:auto}.rm-theme-mini-bignum-row{display:flex;align-items:center;gap:6%;margin:9% 8% 2%}.rm-theme-mini-bignum-row b{font:800 15px/1 Georgia,serif}.rm-theme-mini-bignum-row span{flex:1;height:5px;border-radius:1px;background:currentColor;opacity:.9}.rm-theme-mini-bignum-rule{display:flex;gap:2px;width:26%;margin:0 8% 8%}.rm-theme-mini-bignum-rule i{flex:1;height:2px}.rm-theme-mini-line{height:4%;width:84%;margin:0 8% 4%;border-radius:1px}.rm-theme-mini-cards{display:flex;gap:4%;width:84%;margin:6% 8% 0}.rm-theme-mini-card{flex:1;display:flex;flex-direction:column;gap:6%;padding:8%;border-left:3px solid;border-radius:2px}.rm-theme-mini-card b{font:800 9px/1 Georgia,serif}.rm-theme-mini-card i{height:3px;border-radius:1px}.rm-theme-mini-chart{flex:1;display:flex;align-items:flex-end;gap:6%;padding:0 10% 10%}.rm-theme-mini-chart i{flex:1;border-radius:2px 2px 0 0}.rm-theme-mini-table-head{height:8%;width:84%;margin:2% 8%}.rm-theme-mini-table-row{height:8%;width:84%;margin:0 8% 2%;border:1px solid}.rm-theme-stepper{display:flex;align-items:center;justify-content:center;gap:12px;padding:8px 0;border:1px solid var(--rm-line);border-radius:10px;background:var(--rm-panel)}.rm-theme-stepper button{width:26px;height:26px;border-radius:50%;border:1px solid var(--rm-line2);background:transparent;color:var(--rm-text);font-size:15px;cursor:pointer}.rm-theme-stepper span{font-size:14px;font-weight:700}.rm-theme-palette-col{min-width:0}.rm-theme-subhead{display:block;margin:14px 0 10px;font-size:12px;font-weight:800;letter-spacing:.08em;color:var(--rm-muted);text-transform:uppercase}.rm-theme-swatch-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px 16px}.rm-theme-swatch{display:flex;align-items:center;gap:10px}.rm-theme-swatch i{width:32px;height:32px;border-radius:7px;border:1px solid var(--rm-line2);flex-shrink:0}.rm-theme-swatch div{display:flex;flex-direction:column;min-width:0}.rm-theme-swatch b{font-size:13.5px;font-weight:700}.rm-theme-swatch small{font-size:12.5px;color:var(--rm-muted)}.rm-theme-usage-guide{margin-top:16px;padding:16px;border:1px solid var(--rm-line);border-radius:10px;background:var(--rm-panel)}.rm-theme-usage-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:16px}.rm-theme-usage-grid b{display:block;margin-bottom:6px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.rm-theme-usage-grid small{display:block;font-size:12.5px;color:var(--rm-muted);line-height:1.6}.rm-theme-list-col{min-width:0;gap:10px}.rm-theme-list,.rm-theme-list-col{display:flex;flex-direction:column}.rm-theme-list{gap:8px}.rm-theme-list-row{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--rm-line);border-radius:10px;background:var(--rm-panel);cursor:pointer;text-align:left;color:inherit}.rm-theme-list-row.active{border-color:var(--rm-blue);box-shadow:0 0 0 1px var(--rm-blue)}.rm-theme-strip{display:flex;flex-shrink:0;width:56px;height:40px;border-radius:7px;overflow:hidden;border:1px solid var(--rm-line2)}.rm-theme-strip i{flex:1}.rm-theme-list-text{display:flex;flex-direction:column;min-width:0}.rm-theme-list-text b{font-size:14.5px;font-weight:750}.rm-theme-layout-tag{font-size:11.5px;font-weight:500;color:var(--rm-muted)}.rm-theme-list-text small{font-size:13px;color:var(--rm-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rm-theme-custom-link{align-self:flex-start;background:none;border:none;color:var(--rm-muted);font-size:13px;cursor:not-allowed;opacity:.65;padding:4px 0}.rm-style-prompt-field textarea{width:100%;padding:11px 12px;border:1px solid var(--rm-line2);border-radius:9px;background:#0f1a31;color:#e6eaf4;font-family:inherit;font-size:13px;font-weight:600;line-height:1.4;resize:vertical}.rm-file-drop.rm-input-error,.rm-style-prompt-field textarea.rm-input-error{border-color:#ff6576}.rm-style-prompt-field textarea::-moz-placeholder{color:#6f80aa}.rm-style-prompt-field textarea::placeholder{color:#6f80aa}.rm-enhance-btn{position:relative;overflow:hidden;height:28px;padding:0 12px;border:1px solid #caa24a;border-radius:7px;background:linear-gradient(180deg,#e8c56b,#c99a34);color:#241a05;font-weight:800;font-size:11px}.rm-enhance-btn:disabled{opacity:.55}.rm-enhance-btn.running{opacity:1}.rm-enhance-btn.running:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);animation:rm-button-sweep 1.1s linear infinite}.rm-wizard-column-title-second{margin-top:20px}.rm-ledger{width:min(1180px,calc(100vw - 44px));max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border:1px solid #2d333b;border-radius:24px;background:#0f172a;color:#fff;box-shadow:0 28px 90px rgba(0,0,0,.6)}.rm-ledger-head{display:flex;align-items:center;gap:16px;padding:24px 28px;border-bottom:1px solid #2d333b;background:#1c2333}.rm-ledger-icon{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border:1px solid rgba(59,130,246,.2);border-radius:12px;background:rgba(37,99,235,.1);color:#60a5fa}.rm-ledger-close svg,.rm-ledger-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.rm-ledger-title{min-width:0;flex:1}.rm-ledger-title h2{margin:0;font-size:24px;font-weight:800;letter-spacing:-.02em}.rm-ledger-title p{display:flex;align-items:center;gap:10px;margin:5px 0 0;color:#64748b;font-size:12px;font-weight:600;white-space:nowrap}.rm-ledger-title p b{color:#e2e8f0;font-weight:800}.rm-ledger-title p i{width:1px;height:12px;background:rgba(255,255,255,.1)}.rm-ledger-title p em{padding:2px 9px;border:1px solid rgba(100,116,139,.3);border-radius:999px;background:rgba(100,116,139,.1);color:#94a3b8;font-size:10px;font-style:normal;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.rm-ledger-title p em.on{border-color:rgba(249,115,22,.25);background:rgba(249,115,22,.1);color:#fb923c}.rm-ledger-total{margin-right:10px;text-align:right}.rm-ledger-total small{display:block;color:#64748b;font-size:9px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.rm-ledger-total b{font-size:20px;font-weight:900;color:#fbbf24}.rm-ledger-close{padding:8px;border:0;background:transparent;color:#64748b;cursor:pointer}.rm-ledger-close:hover{color:#fff}.rm-ledger-filter{display:flex;flex-wrap:wrap;align-items:center;gap:14px;padding:14px 28px;border-bottom:1px solid #2d333b;background:#0d1117}.rm-ledger-filter-label{font-weight:900}.rm-ledger-filter label,.rm-ledger-filter-label{color:#64748b;font-size:10px;letter-spacing:.14em;text-transform:uppercase}.rm-ledger-filter label{display:flex;align-items:center;gap:8px;font-weight:700}.rm-ledger-filter input{height:32px;padding:0 10px;border:1px solid #2d333b;border-radius:8px;background:#1c2333;color:#fff;font-size:12px;color-scheme:dark}.rm-ledger-filter input:focus{outline:0;border-color:rgba(59,130,246,.5)}.rm-ledger-filter button{height:32px;padding:0 12px;border:1px solid #2d333b;border-radius:8px;background:rgba(51,65,85,.5);color:#94a3b8;font-size:12px;font-weight:700;cursor:pointer}.rm-ledger-filter button:hover{color:#fff;background:#334155}.rm-ledger-count{margin-left:auto;color:#60a5fa;font-size:10px;font-weight:800}.rm-ledger-body{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#586a88 transparent}.rm-ledger-empty{display:grid;place-items:center;min-height:220px;margin:0;padding:24px;color:#94a3b8;font-size:14px;text-align:center}.rm-ledger-table{width:100%;table-layout:fixed;border-collapse:collapse}.rm-ledger-table col.c-date{width:168px}.rm-ledger-table col.c-product{width:118px}.rm-ledger-table col.c-num{width:104px}.rm-ledger-table th{position:sticky;top:0;z-index:1;padding:14px 16px;border-bottom:1px solid #2d333b;background:#0f172a;color:#475569;font-size:10px;font-weight:900;letter-spacing:.16em;text-align:left;text-transform:uppercase}.rm-ledger-table td,.rm-ledger-table th{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rm-ledger-table td{height:46px;padding:0 16px;border-bottom:1px solid rgba(45,51,59,.35);vertical-align:middle}.rm-ledger-table td:first-child,.rm-ledger-table th:first-child{padding-left:28px}.rm-ledger-table td:last-child,.rm-ledger-table th:last-child{padding-right:28px}.rm-ledger-table tbody tr:hover{background:rgba(255,255,255,.025)}.rm-ledger-table .c{text-align:center}.rm-ledger-table .r{text-align:right}.rm-ledger-table td.d{color:#94a3b8;font-size:12px;font-weight:700;letter-spacing:.02em}.rm-ledger-table td.desc b{color:#fff;font-size:13px;font-weight:800}.rm-ledger-key{display:inline-block;margin-left:10px;padding:2px 7px;border:1px solid rgba(255,255,255,.05);border-radius:4px;background:#1e293b;color:#64748b;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;vertical-align:1px}.rm-ledger-key.blue{border-color:rgba(59,130,246,.1);background:rgba(59,130,246,.1);color:#60a5fa}.rm-ledger-product{display:inline-block;padding:2px 8px;border:1px solid;border-radius:4px;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.rm-ledger-product.pink{color:#f472b6;background:rgba(236,72,153,.1);border-color:rgba(236,72,153,.2)}.rm-ledger-product.blue{color:#60a5fa;background:rgba(59,130,246,.1);border-color:rgba(59,130,246,.2)}.rm-ledger-product.orange{color:#fb923c;background:rgba(249,115,22,.1);border-color:rgba(249,115,22,.2)}.rm-ledger-product.cyan{color:#22d3ee;background:rgba(6,182,212,.1);border-color:rgba(6,182,212,.2)}.rm-ledger-product.violet{color:#a78bfa;background:rgba(139,92,246,.1);border-color:rgba(139,92,246,.2)}.rm-ledger-product.green{color:#34d399;background:rgba(16,185,129,.1);border-color:rgba(16,185,129,.2)}.rm-ledger-product.amber{color:#fbbf24;background:rgba(245,158,11,.1);border-color:rgba(245,158,11,.2)}.rm-ledger-table td.num{color:#fff;font-size:13px;font-weight:900;font-variant-numeric:tabular-nums}.rm-ledger-table td.num.credit{color:#22c55e}.rm-ledger-table td.num.muted{color:#cbd5e1}.rm-ledger-foot{display:flex;align-items:center;gap:14px;padding:16px 28px;border-top:1px solid #2d333b;background:#0f172a;color:#475569;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}.rm-ledger-foot i{width:1px;height:12px;background:#2d333b}.rm-ledger-foot .amber{color:rgba(245,158,11,.7)}.rm-ledger-foot .gen{margin-left:auto}.rm-usage{position:relative;width:min(672px,calc(100vw - 44px));max-height:90vh;overflow-y:auto;border:1px solid rgba(45,51,59,.6);border-radius:16px;background:#0d1117;color:#fff;box-shadow:0 28px 90px rgba(0,0,0,.6);scrollbar-width:thin;scrollbar-color:#586a88 transparent;animation:rm-usage-in .25s ease-out}@keyframes rm-usage-in{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:none}}.rm-usage svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rm-usage-close{position:absolute;top:16px;right:16px;z-index:2;padding:2px;border:0;background:transparent;color:#64748b;cursor:pointer}.rm-usage-close:hover{color:#fff}.rm-usage-close svg{width:20px;height:20px}.rm-usage-head{display:flex;align-items:center;gap:12px;padding:32px 32px 16px}.rm-usage-icon{padding:8px;border:1px solid rgba(59,130,246,.2);border-radius:12px;background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(99,102,241,.2));color:#60a5fa;line-height:0}.rm-usage-icon svg{width:22px;height:22px}.rm-usage-head h2{margin:0;font-size:20px;font-weight:700}.rm-usage-head p{margin:2px 0 0;color:#94a3b8;font-size:14px}.rm-usage-periods{display:flex;gap:8px;padding:0 32px;margin-bottom:24px}.rm-usage-periods button{padding:6px 16px;border:1px solid transparent;border-radius:8px;background:#161b22;color:#94a3b8;font-size:12px;font-weight:600;cursor:pointer;transition:.15s}.rm-usage-periods button:hover{color:#e2e8f0}.rm-usage-periods button.on{border-color:rgba(59,130,246,.3);background:rgba(37,99,235,.2);color:#60a5fa}.rm-usage-empty{display:grid;place-items:center;min-height:200px;margin:0;padding:0 32px 32px;color:#94a3b8;font-size:14px;text-align:center}.rm-usage-content{display:grid;gap:24px;padding:0 32px 32px}.rm-usage-content h3{margin:0 0 12px;color:#cbd5e1;font-size:14px;font-weight:600}.rm-usage-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.rm-usage-kpi{padding:12px;border:1px solid rgba(45,51,59,.4);border-radius:12px}.rm-usage-kpi svg{display:block;width:16px;height:16px;margin-bottom:6px}.rm-usage-kpi b{display:block;font-size:18px;font-weight:700}.rm-usage-kpi span{color:#64748b;font-size:10px;letter-spacing:.05em;text-transform:uppercase}.rm-usage-kpi.red{background:rgba(239,68,68,.1)}.rm-usage-kpi.red svg{color:#f87171}.rm-usage-kpi.green{background:rgba(16,185,129,.1)}.rm-usage-kpi.green svg{color:#34d399}.rm-usage-kpi.blue{background:rgba(59,130,246,.1)}.rm-usage-kpi.blue svg{color:#60a5fa}.rm-usage-kpi.amber{background:rgba(245,158,11,.1)}.rm-usage-kpi.amber svg{color:#fbbf24}.rm-usage-chart{gap:2px;height:96px;padding:12px;border:1px solid rgba(45,51,59,.4);border-radius:12px;background:#161b22}.rm-usage-bar,.rm-usage-chart{display:flex;align-items:flex-end}.rm-usage-bar{position:relative;flex:1;min-width:3px;height:100%}.rm-usage-bar i{display:block;width:100%;border-radius:2px 2px 0 0;background:linear-gradient(0deg,#2563eb,#60a5fa);cursor:pointer}.rm-usage-bar:hover i{background:linear-gradient(0deg,#3b82f6,#93c5fd)}.rm-usage-tip{position:absolute;bottom:100%;left:50%;z-index:3;display:none;flex-direction:column;margin-bottom:8px;padding:6px 10px;border:1px solid #2d333b;border-radius:8px;background:#1c2333;font-size:10px;white-space:nowrap;transform:translateX(-50%);box-shadow:0 10px 30px rgba(0,0,0,.5);pointer-events:none}.rm-usage-bar:hover .rm-usage-tip{display:flex}.rm-usage-tip b{color:#cbd5e1;font-weight:600}.rm-usage-tip em{color:#60a5fa;font-style:normal}.rm-usage-tip em.green{color:#34d399}.rm-usage-none{margin:0;padding:24px 0;color:#475569;font-size:14px;text-align:center}.rm-usage-actions{display:grid;gap:8px}.rm-usage-action{display:flex;align-items:center;gap:12px}.rm-usage-action .name{width:170px;flex:0 0 170px;overflow:hidden;color:#94a3b8;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.rm-usage-action .track{flex:1;height:8px;overflow:hidden;border-radius:999px;background:#161b22}.rm-usage-action .track i{display:block;height:100%;border-radius:999px;transition:width .5s}.rm-usage-action .tokens{width:64px;color:#cbd5e1;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;text-align:right}.rm-usage-action .pct{width:40px;color:#64748b;font-size:10px;text-align:right}.rm-usage-more{display:flex;align-items:center;gap:4px;margin-top:8px;padding:0;border:0;background:transparent;color:#60a5fa;font-size:12px;cursor:pointer}.rm-usage-more:hover{color:#93c5fd}.rm-usage-more svg{width:12px;height:12px}.rm-usage-more svg.up{transform:rotate(180deg)}.rm-usage-app{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid rgba(45,51,59,.4);border-radius:12px;background:#161b22}.rm-usage-app img{width:28px;height:28px;border-radius:7px;-o-object-fit:contain;object-fit:contain}.rm-usage-app>div{min-width:0;flex:1}.rm-usage-app b{display:block;font-size:14px;font-weight:600}.rm-usage-app small{display:block;color:#64748b;font-size:10px}.rm-usage-app .r{flex:0 0 auto;text-align:right}.rm-usage-app .r b{color:#f87171;font-weight:700}.rm-usage-app .r small{color:#10b981}.rm-usage-billing{padding-top:8px;border-top:1px solid rgba(45,51,59,.4)}.rm-usage-billing button{display:flex;align-items:center;gap:8px;padding:0;border:0;background:transparent;color:#94a3b8;font-size:12px;cursor:pointer}.rm-usage-billing button:hover:not(:disabled){color:#60a5fa}.rm-usage-billing button:disabled{opacity:.55;cursor:not-allowed}.rm-usage-billing svg{width:14px;height:14px}.rm-usage-billing svg.sm{width:12px;height:12px}@media (max-width:560px){.rm-usage-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.rm-usage-action .name{width:110px;flex-basis:110px}}.rm-tm-scrim{padding:24px 16px}.rm-tm-wrap{position:relative;width:min(1380px,100%);min-width:0}.rm-tm,.rm-tm-body,.rm-tm-col,.rm-tm-head{min-width:0}.rm-tm{grid-template-columns:minmax(0,1fr);height:min(760px,calc(100vh - 48px));min-height:560px;display:grid;grid-template-rows:auto auto 1fr;overflow:hidden;border:1px solid #2d333b;border-radius:24px;background:#0f172a;color:#e8edf8;box-shadow:0 30px 100px rgba(0,0,0,.65)}.rm-tm svg{fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.rm-tm-num{font-variant-numeric:tabular-nums}.rm-tm-head{display:flex;align-items:center;gap:18px;padding:18px 22px;border-bottom:1px solid #2d333b;background:#1c2333}.rm-tm-head h2{margin:0;font-size:20px;font-weight:800}.rm-tm-head p{margin:2px 0 0;color:#8291b1;font-size:12px}.rm-tm-ico{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border:1px solid rgba(59,130,246,.25);border-radius:12px;background:rgba(37,99,235,.12);color:#60a5fa}.rm-tm-ico svg{width:22px;height:22px}.rm-tm-tabs{display:flex;gap:6px;min-width:0;flex:1;margin-left:10px;overflow-x:auto;scrollbar-width:none}.rm-tm-tabs::-webkit-scrollbar{display:none}.rm-tm-tab{display:flex;align-items:center;gap:8px;height:38px;padding:0 14px;border:1px solid #2a3a5e;border-radius:11px;background:#131d34;color:#b8c3d9;font-size:13px;font-weight:700;white-space:nowrap;cursor:pointer}.rm-tm-tab small{color:#5b6a88;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.rm-tm-tab:hover{border-color:#3b5690}.rm-tm-tab.on{border-color:#4d93ff;background:rgba(59,130,246,.16);color:#fff;box-shadow:0 0 0 3px rgba(77,147,255,.12)}.rm-tm-tab.on small{color:#9cc3ff}.rm-tm-balance{margin-left:auto;text-align:right;white-space:nowrap}.rm-tm-balance small{display:block;color:#5b6a88;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.rm-tm-balance b{font-size:20px;color:#f5b93a}.rm-tm-close{width:38px;height:38px;flex:0 0 38px;border:1px solid #304a7c;border-radius:11px;background:#0f1a31;color:#c6d0e4;font-size:20px;cursor:pointer}.rm-tm-head-actions{display:flex;gap:10px;margin-left:auto}.rm-tm-notice{display:flex;align-items:center;gap:10px;padding:10px 22px;border-bottom:1px solid rgba(52,211,153,.25);background:rgba(16,185,129,.08);color:#a7f3d0;font-size:13px}.rm-tm-notice span{flex:1}.rm-tm-notice button{border:0;background:transparent;color:inherit;font-size:18px;cursor:pointer}.rm-tm-body{display:grid;grid-template-columns:300px minmax(0,1fr) 410px;min-height:0;grid-row:3}.rm-tm-col{min-height:0;display:flex;flex-direction:column;border-right:1px solid #2d333b}.rm-tm-col:last-child{border-right:0}.rm-tm-col-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 20px 12px}.rm-tm-col-head h3{margin:0;color:#74829c;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}.rm-tm-scroll{min-height:0;flex:1;overflow:auto;padding:0 20px 20px;scrollbar-width:thin;scrollbar-color:#3b4b6b transparent}.rm-tm-stack{display:grid;align-content:start;gap:12px}.rm-tm-empty{display:grid;place-items:center;min-height:240px;margin:0;padding:24px;color:#8291b1;font-size:14px;text-align:center;grid-row:3}.rm-tm-empty.small{min-height:120px;font-size:12.5px}.rm-tm-card{padding:14px;border:1px solid #22314f;border-radius:14px;background:#0b1222}.rm-tm-card.wallet{border-color:rgba(45,212,191,.35);background:linear-gradient(180deg,rgba(45,212,191,.08),rgba(45,212,191,.02)) #0b1222}.rm-tm-card.escrow{border-color:rgba(167,139,250,.4);background:linear-gradient(180deg,rgba(167,139,250,.1),rgba(167,139,250,.02)) #0b1222}.rm-tm-center{margin-top:4px;padding:40px 20px;text-align:center}.rm-tm-center b{font-size:15px}.rm-tm-label{display:block;margin-bottom:8px;color:#8291b1;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.rm-tm-team{font-size:17px;font-weight:800}.rm-tm-big{font-size:28px;font-weight:800;line-height:1.1}.rm-tm-sub{margin:4px 0 0;color:#8291b1;font-size:12px;line-height:1.45}.rm-tm-note{margin-top:12px}.rm-tm .teal{color:#2dd4bf}.rm-tm .gold{color:#f5b93a}.rm-tm .violet{color:#a78bfa}.rm-tm .green{color:#34d399}.rm-tm .muted{color:#cbd5e1}.rm-tm .strong{font-weight:800}.rm-tm-role{display:inline-flex;align-items:center;padding:2px 8px;border:1px solid;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.rm-tm-role.admin{color:#93c5fd;border-color:rgba(59,130,246,.3);background:rgba(59,130,246,.1)}.rm-tm-role.member{color:#94a3b8;border-color:rgba(148,163,184,.25);background:rgba(148,163,184,.08)}.rm-tm-role.personal{color:#fcd34d;border-color:rgba(245,185,58,.3);background:rgba(245,185,58,.1)}.rm-tm-kv{display:flex;justify-content:space-between;align-items:baseline;gap:10px;padding:7px 0;border-bottom:1px solid #18243f;font-size:12.5px}.rm-tm-kv:last-child{border-bottom:0}.rm-tm-kv.flat{padding:0;border:0}.rm-tm-kv>span{color:#8291b1}.rm-tm-kv small{color:#5b6a88;font-size:11px}.rm-tm-kv b{font-weight:700;text-align:right}.rm-tm-inline{display:flex;align-items:center;gap:8px}.rm-tm-meter{height:6px;margin-top:8px;overflow:hidden;border-radius:999px;background:#18233d}.rm-tm-meter i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#f97316,#fbbf24)}.rm-tm-row{display:flex;gap:8px;margin-top:12px}.rm-tm-row .rm-tm-btn{flex:1}.rm-tm-row .rm-tm-btn.sm{flex:0 0 auto}.rm-tm-contrib{display:grid;gap:6px}.rm-tm-contrib div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 8px;align-items:center;font-size:12px}.rm-tm-contrib span{overflow:hidden;color:#8291b1;white-space:nowrap;text-overflow:ellipsis}.rm-tm-contrib i{grid-column:1/-1;display:block;height:4px;border-radius:999px;background:linear-gradient(90deg,#2dd4bf var(--p),#18233d var(--p))}.rm-tm-modes{display:grid;gap:8px}.rm-tm-mode{display:flex;gap:11px;align-items:flex-start;padding:12px;border:1px solid #243457;border-radius:12px;background:#0d1628;color:#e8edf8;text-align:left;cursor:pointer}.rm-tm-mode i{width:16px;height:16px;flex:0 0 16px;margin-top:2px;border:2px solid #3b4d72;border-radius:50%}.rm-tm-mode b{display:block;font-size:13px}.rm-tm-mode span{display:block;margin-top:2px;color:#8291b1;font-size:11.5px;line-height:1.4}.rm-tm-mode.on{border-color:#4d93ff;background:rgba(59,130,246,.1)}.rm-tm-mode.on i{border-color:#4d93ff;background:radial-gradient(circle,#4d93ff 45%,transparent 50%)}.rm-tm-mode:disabled{cursor:default}.rm-tm-flow{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:10px;padding:10px;border:1px dashed #2a3c62;border-radius:10px;color:#8291b1;font-size:11.5px}.rm-tm-flow .node{padding:2px 7px;border-radius:6px;background:#15213b;color:#dbe4f5;font-weight:700}.rm-tm-flow .node.w{background:rgba(45,212,191,.14);color:#2dd4bf}.rm-tm-flow .arrow{color:#f5b93a}.rm-tm-btn{height:34px;padding:0 13px;border:1px solid #34558d;border-radius:10px;background:#12213d;color:#fff;font-size:12px;font-weight:800;white-space:nowrap;cursor:pointer}.rm-tm-btn:hover:not(:disabled){border-color:#4d93ff}.rm-tm-btn:disabled{opacity:.5;cursor:not-allowed}.rm-tm-btn.primary{border-color:#2f7bff;background:linear-gradient(180deg,#2f7bff,#2563eb)}.rm-tm-btn.gold{border-color:rgba(245,185,58,.4);background:rgba(245,185,58,.14);color:#fcd34d}.rm-tm-btn.teal{border-color:rgba(45,212,191,.45);background:rgba(45,212,191,.14);color:#5eead4}.rm-tm-btn.violet{border-color:rgba(167,139,250,.45);background:rgba(167,139,250,.14);color:#ddd6fe}.rm-tm-btn.ghost{border-color:#2a3a5e;background:transparent;color:#b8c3d9}.rm-tm-btn.danger{border-color:rgba(248,113,113,.35);background:rgba(248,113,113,.08);color:#fca5a5}.rm-tm-btn.danger.solid{border-color:#dc2626;background:#b91c1c;color:#fff}.rm-tm-btn.sm{height:28px;padding:0 10px;border-radius:8px;font-size:11px}.rm-tm-btn.wide{width:100%;margin-top:12px}.rm-tm-table-wrap{overflow-x:auto}.rm-tm-table{width:100%;min-width:520px;border-collapse:collapse;table-layout:fixed}.rm-tm-table th{position:sticky;top:0;z-index:1;padding:9px 10px;border-bottom:1px solid #2d333b;background:#0f172a;color:#52617e;font-size:10px;font-weight:900;letter-spacing:.14em;text-align:left;text-transform:uppercase;white-space:nowrap}.rm-tm-table td{height:54px;padding:0 10px;border-bottom:1px solid #18243f;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rm-tm-table .r{text-align:right}.rm-tm-table tbody tr{cursor:pointer}.rm-tm-table tbody tr:hover td{background:rgba(255,255,255,.02)}.rm-tm-table tr.sel td{background:rgba(59,130,246,.08)}.rm-tm-table small{color:#5b6a88;font-size:10.5px}.rm-tm-who{display:flex;align-items:center;gap:10px}.rm-tm-who,.rm-tm-who div{min-width:0}.rm-tm-who b{font-size:13px}.rm-tm-who b,.rm-tm-who small{display:block;overflow:hidden;text-overflow:ellipsis}.rm-tm-who small{color:#5b6a88;font-size:11px}.rm-tm-av{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#2563eb,#0e7490);font-size:12px;font-weight:800}.rm-tm-status{font-size:11px;font-weight:700}.rm-tm-status.active{color:#34d399}.rm-tm-status.suspended{color:#fb923c}.rm-tm-bar{height:4px;margin-top:4px;overflow:hidden;border-radius:999px;background:#18233d}.rm-tm-bar i{display:block;height:100%;background:#f5b93a}.rm-tm-filters{display:flex;flex-wrap:wrap;gap:6px;padding:0 20px 10px}.rm-tm-chip{height:28px;padding:0 11px;border:1px solid #2a3a5e;border-radius:999px;background:transparent;color:#9aa8c2;font-size:11.5px;font-weight:700;cursor:pointer}.rm-tm-chip.on{border-color:#4d93ff;background:rgba(59,130,246,.14);color:#fff}.rm-tm-ev{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid #18243f}.rm-tm-ev .t{min-width:0}.rm-tm-ev .t b{font-size:12.5px}.rm-tm-ev .amt small,.rm-tm-ev .t b,.rm-tm-ev .t small{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.rm-tm-ev .amt small,.rm-tm-ev .t small{color:#5b6a88;font-size:11px}.rm-tm-ev .amt{text-align:right}.rm-tm-ev .amt b{display:block;font-size:13px}.rm-tm-dot{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;font-size:13px;font-weight:900}.rm-tm-dot.small{display:inline-grid;width:22px;height:22px;margin-right:8px;border-radius:6px;font-size:11px;vertical-align:middle}.rm-tm-dot.top{background:rgba(45,212,191,.14);color:#2dd4bf}.rm-tm-dot.xfr{background:rgba(96,165,250,.12);color:#93c5fd}.rm-tm-dot.esc{background:rgba(167,139,250,.14);color:#a78bfa}.rm-tm-dot.in{background:rgba(245,185,58,.14);color:#f5b93a}.rm-tm-dot.out{background:rgba(59,130,246,.12);color:#60a5fa}.rm-tm-dot.ref{background:rgba(52,211,153,.12);color:#34d399}.rm-tm-dot.adm{background:rgba(148,163,184,.12);color:#b6c2d6}.rm-tm-foot{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 20px;border-top:1px solid #2d333b;color:#5b6a88;font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.rm-tm-foot .sp{flex:1}.rm-tm-audit{position:absolute;inset:0;grid-template-rows:auto auto 1fr auto}.rm-tm-audit-tools{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;padding:14px 24px;border-bottom:1px solid #2d333b;background:#0d1117}.rm-tm-audit-tools label{display:flex;align-items:center;gap:8px;color:#8291b1;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.rm-tm-audit-tools select{height:30px;padding:0 8px;border:1px solid #2a3a5e;border-radius:8px;background:#0b1222;color:#e8edf8;font-size:12px;font-weight:600;letter-spacing:0;text-transform:none}.rm-tm-audit-scroll{min-height:0;overflow:auto}.rm-tm-audit-table{width:100%;min-width:1200px;border-collapse:collapse;table-layout:fixed}.rm-tm-audit-table th{position:sticky;top:0;padding:11px 14px;border-bottom:1px solid #2d333b;background:#0f172a;color:#52617e;font-size:10px;font-weight:900;letter-spacing:.14em;text-align:left;text-transform:uppercase}.rm-tm-audit-table td{height:44px;padding:0 14px;border-bottom:1px solid #18243f;overflow:hidden;font-size:12.5px;white-space:nowrap;text-overflow:ellipsis}.rm-tm-audit-table .r{text-align:right}.rm-tm-audit-table td:first-child,.rm-tm-audit-table th:first-child{padding-left:24px}.rm-tm-audit-table td:last-child,.rm-tm-audit-table th:last-child{padding-right:24px}.rm-tm-confirm{position:fixed;inset:0;z-index:300;display:grid;place-items:center;padding:16px;background:rgba(0,0,0,.55)}.rm-tm-confirm-box{width:min(420px,100%);padding:22px;border:1px solid #2d333b;border-radius:18px;background:#0d1117;color:#e8edf8}.rm-tm-confirm-box h3{margin:0 0 4px;font-size:16px}.rm-tm-confirm-box>p{margin:0 0 14px;color:#8291b1;font-size:12.5px;line-height:1.5}.rm-tm-confirm-box>p.rm-tm-confirm-lead{padding:12px;border:1px solid rgba(167,139,250,.35);border-radius:10px;background:rgba(167,139,250,.08);color:#ddd6fe;font-size:13px}.rm-tm-confirm-rows{padding:12px 14px;border:1px solid #22314f;border-radius:12px;background:#0b1222}.rm-tm-field{display:grid;gap:6px;padding:8px 0;border-bottom:1px solid #18243f}.rm-tm-field label{color:#8291b1;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.rm-tm-field select{height:38px;padding:0 10px;border:1px solid #2a3a5e;border-radius:10px;background:#0b1222;color:#e8edf8;font-size:13px;font-weight:600}.rm-tm-amount{display:flex;gap:8px;margin-top:12px}.rm-tm-amount input{flex:1;min-width:0;height:38px;padding:0 12px;border:1px solid #2a3a5e;border-radius:10px;background:#0b1222;color:#e8edf8}.rm-tm-warn{margin:10px 0 0;color:#fb923c;font-size:12px}.rm-tm-confirm-acts{display:flex;gap:10px;margin-top:16px}.rm-tm-confirm-acts .rm-tm-btn{flex:1;height:40px}@media (max-width:1100px){.rm-tm{height:auto;max-height:calc(100vh - 48px);overflow:auto}.rm-tm-body{grid-template-columns:minmax(0,1fr)}.rm-tm-col{border-right:0;border-bottom:1px solid #2d333b}.rm-tm-head{flex-wrap:wrap}.rm-tm-tabs{order:3;flex-basis:100%;margin-left:0}.rm-tm-audit{position:fixed;inset:12px;z-index:280}}.rm-tm-tabs-wrap{position:relative;display:flex;align-items:center;min-width:0;flex:1;margin-left:10px}.rm-tm-tabs-wrap .rm-tm-tabs{margin-left:0}.rm-tm-tabs-arrow{position:absolute;top:50%;z-index:2;width:28px;height:38px;display:grid;place-items:center;border:1px solid #3b5690;border-radius:10px;background:#1c2d52;color:#fff;font-size:20px;line-height:1;transform:translateY(-50%);cursor:pointer;box-shadow:0 0 14px 6px #1c2333}.rm-tm-tabs-arrow.left{left:0}.rm-tm-tabs-arrow.right{right:0}.rm-tm-tabs-arrow:hover{background:#2a4274}.rm-tm-create{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 16px;border:1px solid #f5b93a;border-radius:11px;background:linear-gradient(180deg,#fbbf24,#f59e0b);color:#111827;font-size:13px;font-weight:900;white-space:nowrap;cursor:pointer;box-shadow:0 6px 20px rgba(245,158,11,.28)}.rm-tm-create span{font-size:18px;line-height:1}.rm-tm-create:hover{filter:brightness(1.06)}.rm-tm-create.big{height:46px;padding:0 22px;margin-top:12px;font-size:14px}.rm-tm-create-hero{margin:18px auto 6px;max-width:440px;padding:18px;border:1px dashed rgba(245,185,58,.45);border-radius:14px;background:rgba(245,185,58,.05)}.rm-tm-create-hero b,.rm-tm-input{font-size:14px}.rm-tm-input{height:40px;padding:0 12px;border:1px solid #2a3a5e;border-radius:10px;background:#0b1222;color:#e8edf8}.rm-tm-input:focus{outline:0;border-color:#4d93ff}.rm-ref{width:min(520px,calc(100vw - 32px))}.rm-ref-icon{background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(6,182,212,.2))}.rm-ref-code-card{padding:22px;border:1px solid rgba(59,130,246,.25);border-radius:16px;background:linear-gradient(135deg,rgba(37,99,235,.15),rgba(8,145,178,.08))}.rm-ref-label{display:block;margin-bottom:12px;color:#93c5fd;font-size:10px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.rm-ref-code-row{display:flex;gap:12px}.rm-ref-code{flex:1;display:grid;place-items:center;padding:14px;border:1px solid #2d333b;border-radius:12px;background:#0b0f19;color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:24px;font-weight:900;letter-spacing:.3em}.rm-ref-copy{width:56px;flex:0 0 56px;display:grid;place-items:center;border:0;border-radius:12px;background:#2563eb;color:#fff;cursor:pointer;box-shadow:0 8px 20px rgba(37,99,235,.25)}.rm-ref-copy:hover{background:#3b82f6}.rm-ref-copy svg,.rm-ref-link svg,.rm-ref-steps svg{width:20px;height:20px}.rm-ref-link{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;padding:11px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.05);color:#cbd5e1;font-size:14px;cursor:pointer}.rm-ref-link:hover{background:rgba(255,255,255,.1)}.rm-ref-link svg{width:15px;height:15px}.rm-ref-url{margin:8px 0 0;overflow:hidden;color:#64748b;font-size:11px;text-align:center;white-space:nowrap;text-overflow:ellipsis}.rm-ref-heading{margin:0 0 12px!important;color:#64748b!important;font-size:10px!important;font-weight:800!important;letter-spacing:.2em;text-transform:uppercase}.rm-ref-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.rm-ref-steps div{display:flex;flex-direction:column;align-items:center;padding:14px 8px;border:1px solid #1e293b;border-radius:12px;background:#0f1729;text-align:center}.rm-ref-steps span{width:34px;height:34px;display:grid;place-items:center;margin-bottom:8px;border-radius:50%;background:rgba(37,99,235,.2);color:#60a5fa}.rm-ref-steps svg{width:16px;height:16px}.rm-ref-steps b{color:#94a3b8;font-size:11.5px;font-weight:600}.rm-ref-steps em{margin-top:3px;color:#facc15;font-size:10.5px;font-style:normal;font-weight:900}.rm-ref-terms{margin:12px 0 0;color:#64748b;font-size:11.5px;text-align:center;line-height:1.5}.rm-ref-terms .gold{color:#facc15}.rm-ref-terms .green{color:#4ade80}.rm-ref-stats{display:grid;grid-template-columns:1fr 1fr;gap:14px}.rm-ref-stats div{display:flex;flex-direction:column;align-items:center;padding:14px;border:1px solid #1e293b;border-radius:12px;background:#0f1729}.rm-ref-stats span{color:#64748b;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.rm-ref-stats b{margin-top:4px;color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:24px;font-weight:900}.rm-ref-recent{display:grid;gap:8px}.rm-ref-recent div{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid rgba(30,41,59,.6);border-radius:10px;background:#0f1729;font-size:13px}.rm-ref-recent span{flex:1;color:#cbd5e1}.rm-ref-recent b{color:#4ade80;font-size:12px}.rm-ref-recent small{color:#64748b;font-size:11px}.rm-ref-none{margin:0;padding:18px 0;color:#64748b;font-size:13px;text-align:center}.rm-ref-toast{position:fixed;left:50%;bottom:24px;z-index:400;display:flex;align-items:center;gap:12px;max-width:calc(100vw - 32px);padding:12px 16px;border:1px solid rgba(52,211,153,.35);border-radius:12px;background:#0f1f1a;color:#a7f3d0;font-size:13.5px;transform:translateX(-50%);box-shadow:0 16px 40px rgba(0,0,0,.45)}.rm-ref-toast button{border:0;background:transparent;color:inherit;font-size:18px;cursor:pointer}.rm-share{width:min(448px,calc(100vw - 32px));max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border:1px solid #2d333b;border-radius:16px;background:#0d1117;color:#e8edf8;box-shadow:0 28px 90px rgba(0,0,0,.6)}.rm-help svg,.rm-profile svg,.rm-share svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rm-share-head{justify-content:space-between;padding:18px 24px 16px;border-bottom:1px solid #1e293b}.rm-share-head,.rm-share-title{display:flex;align-items:center}.rm-share-title{gap:8px;font-size:16px;font-weight:800}.rm-share-title svg{width:17px;height:17px;color:#60a5fa}.rm-share-x{padding:6px;border:0;border-radius:8px;background:transparent;color:#94a3b8;cursor:pointer;line-height:0}.rm-share-x:hover{background:rgba(255,255,255,.08);color:#fff}.rm-share-x svg{width:18px;height:18px}.rm-share-body{display:grid;gap:14px;overflow:auto;padding:18px 24px}.rm-share-sub{margin:0;color:#64748b;font-size:11.5px;line-height:1.5}.rm-share-field{display:grid;gap:6px}.rm-share-field span{color:#8291b1;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.rm-share-field select{height:40px;padding:0 12px;border:1px solid #2d333b;border-radius:10px;background:#0b0f19;color:#e8edf8;font-size:13.5px;font-weight:600}.rm-share-preview{display:grid;place-items:center;height:260px;overflow:hidden;border:1px solid #1e293b;border-radius:12px;background:#0b0f19;color:#475569;font-size:12px;font-weight:700}.rm-share-preview img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.rm-share-preview.empty{gap:8px;padding:20px;text-align:center}.rm-share-preview.empty svg{width:32px;height:32px;opacity:.5}.rm-share-preview p{margin:0}.rm-share-linkbox{display:flex;flex-direction:column;justify-content:center;gap:4px;min-height:60px;padding:12px 16px;border:1px solid #1e293b;border-radius:12px;background:#0b0f19}.rm-share-kicker{color:#64748b;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.rm-share-url{color:#93c5fd;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;word-break:break-all;-webkit-user-select:all;-moz-user-select:all;user-select:all}.rm-share-by{color:#475569;font-size:10.5px}.rm-share-by b{color:#60a5fa;font-weight:700}.rm-share-msg{display:flex;align-items:center;gap:8px;color:#64748b;font-size:12px}.rm-share-msg.error{color:#f87171}.rm-spinner-ring.small{width:14px;height:14px;border-width:2px}.rm-share-actions{display:flex;gap:12px;padding:0 24px 22px}.rm-share-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;border:1px solid #2d333b;border-radius:12px;background:transparent;color:#94a3b8;font-size:14px;font-weight:800;cursor:pointer}.rm-share-btn.primary{border-color:#2563eb;background:#2563eb;color:#fff}.rm-share-btn.primary:hover:not(:disabled){background:#3b82f6}.rm-share-btn.ghost:hover:not(:disabled){background:rgba(255,255,255,.05)}.rm-share-btn:disabled{opacity:.45;cursor:not-allowed}.rm-share-btn svg{width:15px;height:15px}.rm-share-cost{padding:1px 7px;border-radius:999px;background:#1e3a8a;color:#bfdbfe;font-size:11px}.rm-help,.rm-profile{width:min(460px,calc(100vw - 32px));max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border:1px solid #2d333b;border-radius:22px;background:#1c2333;color:#e8edf8;box-shadow:0 28px 90px rgba(0,0,0,.6)}.rm-profile-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px 24px 16px;border-bottom:1px solid rgba(255,255,255,.05)}.rm-profile-head h2{margin:0;font-size:18px;font-weight:800}.rm-profile-head p{margin:2px 0 0;color:#94a3b8;font-size:12px}.rm-profile-body{overflow:auto}.rm-profile-section{display:grid;gap:12px;padding:18px 24px;border-bottom:1px solid rgba(255,255,255,.05)}.rm-profile-section:last-child{border-bottom:0}.rm-profile-section h3{margin:0;color:#94a3b8;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.rm-profile-field{display:grid;gap:6px}.rm-profile-field>span:first-child{color:#94a3b8;font-size:10.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.rm-profile-row{display:flex;gap:8px}.rm-profile-row input{flex:1;min-width:0;height:40px;padding:0 14px;border:1px solid #334155;border-radius:12px;background:#0f172a;color:#fff;font-size:14px}.rm-profile-row input:focus{outline:0;border-color:#3b82f6}.rm-profile-static{flex:1;min-width:0;display:flex;align-items:center;height:40px;padding:0 14px;overflow:hidden;border:1px solid #334155;border-radius:12px;background:#0f172a;color:#cbd5e1;font-size:14px;white-space:nowrap;text-overflow:ellipsis}.rm-profile-static.wide{justify-content:space-between}.rm-profile-static small{color:#64748b;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.rm-profile-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:40px;padding:0 16px;border:1px solid #334155;border-radius:12px;background:#334155;color:#e2e8f0;font-size:13px;font-weight:800;white-space:nowrap;cursor:pointer}.rm-profile-btn.primary{border-color:#2563eb;background:#2563eb;color:#fff}.rm-profile-btn.done{border-color:#16a34a;background:#16a34a;color:#fff}.rm-profile-btn.wide{width:100%}.rm-profile-btn:disabled{opacity:.45;cursor:not-allowed}.rm-profile-btn svg{width:14px;height:14px}.rm-profile-warn{margin:0;color:#f87171;font-size:12px}.rm-profile-note{margin:0;color:#4ade80;font-size:11.5px}.rm-profile-note.center{color:#64748b;text-align:center}.rm-profile-plan{display:grid;gap:12px;padding:16px;border:1px solid #334155;border-radius:14px;background:#0f172a}.rm-profile-plan-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.rm-profile-plan-top b{font-size:14px}.rm-profile-pill{padding:2px 9px;border:1px solid;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase}.rm-profile-pill.green{border-color:rgba(16,185,129,.25);background:rgba(16,185,129,.12);color:#34d399}.rm-profile-pill.amber{border-color:rgba(245,158,11,.25);background:rgba(245,158,11,.12);color:#fbbf24}.rm-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.rm-profile-grid div{padding:9px 12px;border-radius:10px;background:#1c2333}.rm-profile-grid span{display:block;color:#64748b;font-size:11px}.rm-profile-grid b{display:block;margin-top:2px;color:#e2e8f0;font-size:12px;font-weight:700}.rm-help-list,.rm-profile-actions{display:grid;gap:8px}.rm-help-list{padding:16px 18px 20px}.rm-help-list>*{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid #2a3547;border-radius:14px;background:#0f172a;color:#e8edf8;text-align:left;text-decoration:none;cursor:pointer;transition:.15s}.rm-help-list>:hover{border-color:#3b82f6;background:#132038}.rm-help-ico{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:10px;background:rgba(37,99,235,.15);color:#60a5fa}.rm-help-ico svg{width:18px;height:18px}.rm-help-list b{display:block;font-size:14px}.rm-help-list small{display:block;margin-top:2px;color:#94a3b8;font-size:12px}.rm-help-list em{margin-left:auto;color:#64748b;font-size:22px;font-style:normal}.rm-sharepage{min-height:100vh;background:#070b16;color:#e8edf8}.rm-sharepage-top{position:sticky;top:0;z-index:2;display:flex;align-items:center;gap:16px;padding:12px 20px;border-bottom:1px solid #1b2743;background:rgba(7,11,22,.92);backdrop-filter:blur(8px)}.rm-sharepage-top img{height:26px;width:auto}.rm-sharepage-top h1{flex:1;min-width:0;margin:0;overflow:hidden;font-size:15px;font-weight:700;white-space:nowrap;text-overflow:ellipsis}.rm-sharepage-dl{display:inline-flex;align-items:center;height:36px;padding:0 16px;border-radius:10px;background:#2563eb;color:#fff;font-size:13px;font-weight:800;text-decoration:none;white-space:nowrap}.rm-sharepage-dl:hover{background:#3b82f6}.rm-sharepage-pages{display:grid;gap:24px;max-width:860px;margin:0 auto;padding-block:32px;padding-inline:16px}.rm-sharepage-pages img{width:100%;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5)}.rm-sharepage-foot{padding:24px 16px 40px;color:#64748b;font-size:13px;text-align:center}.rm-sharepage-foot a{color:#60a5fa;font-weight:700;text-decoration:none}.rm-sharepage-msg{display:grid;place-items:center;min-height:100vh;padding:24px;color:#94a3b8;text-align:center}@media (max-width:560px){.rm-profile-grid,.rm-ref-steps{grid-template-columns:1fr}.rm-sharepage-top h1{display:none}}.rm-project-grid .rm-project-pdf{height:238px;overflow:hidden;background:#193856}.rm-project-grid .rm-project-pdf>img{max-width:88%;max-height:88%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;box-shadow:none}.rm-share-body{grid-template-columns:minmax(0,1fr);overflow-x:hidden}.rm-share-field select{width:100%;min-width:0}.rm-share-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:4px;border:1px solid #1e293b;border-radius:12px;background:#0b0f19}.rm-share-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:36px;border:0;border-radius:9px;background:transparent;color:#94a3b8;font-size:12.5px;font-weight:800;cursor:pointer}.rm-share-tabs button:hover{color:#e2e8f0}.rm-share-tabs button.on{background:rgba(37,99,235,.25);color:#bfdbfe;box-shadow:inset 0 0 0 1px rgba(59,130,246,.3)}.rm-share-tabs svg{width:14px;height:14px}.rm-share-note{margin:0;color:#64748b;font-size:11.5px;line-height:1.5}.rm-fork{display:grid;place-items:center;min-height:calc(100vh - 60px);padding-block:32px;padding-inline:16px}.rm-fork-msg{color:#94a3b8;text-align:center}.rm-fork-card{display:grid;grid-template-columns:minmax(0,260px) minmax(0,1fr);gap:28px;align-items:center;width:min(760px,100%);padding:28px;border:1px solid #1e293b;border-radius:20px;background:#0d1117}.rm-fork-card img{width:100%;border-radius:8px;box-shadow:0 16px 40px rgba(0,0,0,.5)}.rm-fork-card>div{display:grid;gap:12px;justify-items:start}.rm-fork-kicker{color:#60a5fa;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.rm-fork-card h2{margin:0;font-size:24px;font-weight:800;text-wrap:balance}.rm-fork-card p{margin:0;color:#94a3b8;font-size:14px;line-height:1.55}.rm-fork-card small{color:#64748b;font-size:12px}.rm-fork-card .rm-sharepage-dl{height:44px;padding:0 20px;border:0;font-size:14px;cursor:pointer}.rm-fork-card .rm-sharepage-dl:disabled{opacity:.6;cursor:default}@media (max-width:640px){.rm-fork-card{grid-template-columns:1fr}}.rm-paywall-scrim{position:fixed;inset:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(0,0,0,.6);backdrop-filter:blur(4px)}.rm-paywall-card{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;max-width:384px;padding:32px;border:1px solid #2d333b;border-radius:16px;background:#1c2333;box-shadow:0 25px 50px -12px rgba(0,0,0,.6);text-align:center}.rm-paywall-badge{display:grid;place-items:center;width:56px;height:56px;margin-bottom:16px;border-radius:50%;background:rgba(59,130,246,.15);color:#60a5fa}.rm-paywall-badge svg{width:26px;height:26px}.rm-paywall-card h2{margin:0 0 8px;color:#fff;font-size:20px;font-weight:700;text-wrap:balance}.rm-paywall-card p{margin:0 0 24px;color:#94a3b8;font-size:14px;line-height:1.6}.rm-paywall-actions{display:flex;flex-direction:column;gap:8px;width:100%}.rm-paywall-primary{width:100%;padding:10px 0;border:0;border-radius:12px;background:#2563eb;color:#fff;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 10px 15px -3px rgba(37,99,235,.2);transition:background .15s}.rm-paywall-primary:hover{background:#3b82f6}.rm-paywall-secondary{width:100%;padding:10px 0;border:1px solid #2d333b;border-radius:12px;background:transparent;color:#cbd5e1;font-size:13.5px;font-weight:600;cursor:pointer}.rm-paywall-secondary:hover{border-color:#3b82f6;color:#fff}.rm-paywall-cancel{width:100%;padding:10px 0;border:0;border-radius:12px;background:transparent;color:#94a3b8;font-size:14px;font-weight:500;cursor:pointer}.rm-paywall-cancel:hover{color:#fff}.rm-lowbal{position:fixed;right:24px;bottom:24px;z-index:9999;width:min(384px,calc(100vw - 32px));padding:20px;border-radius:16px;backdrop-filter:blur(20px);animation:rm-lowbal-in .5s ease-out}.rm-lowbal--low{border:1px solid rgba(245,158,11,.3);background:linear-gradient(135deg,rgba(120,53,15,.95),rgba(69,26,3,.95));box-shadow:0 25px 50px -12px rgba(120,53,15,.3)}.rm-lowbal--empty{border:1px solid rgba(239,68,68,.4);background:linear-gradient(135deg,rgba(69,10,10,.95),rgba(127,29,29,.9));box-shadow:0 25px 50px -12px rgba(127,29,29,.4)}.rm-lowbal-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.rm-lowbal-head>div{flex:1;min-width:0}.rm-lowbal-icon{display:grid;place-items:center;flex:none;width:40px;height:40px;border-radius:12px}.rm-lowbal-icon svg{width:20px;height:20px}.rm-lowbal--low .rm-lowbal-icon{border:1px solid rgba(245,158,11,.2);background:rgba(245,158,11,.2);color:#fbbf24}.rm-lowbal--empty .rm-lowbal-icon{border:1px solid rgba(239,68,68,.3);background:rgba(239,68,68,.2);color:#f87171}.rm-lowbal-icon--pulse{animation:rm-lowbal-pulse 2s ease-in-out infinite}.rm-lowbal h4{margin:0;font-size:14px;font-weight:800}.rm-lowbal--low h4{color:#fde68a}.rm-lowbal--empty h4{color:#fecaca;letter-spacing:.04em}.rm-lowbal p{margin:2px 0 0;font-size:12px;line-height:1.5}.rm-lowbal--low p{color:rgba(252,211,77,.8)}.rm-lowbal--low p b{color:#fef3c7}.rm-lowbal--empty p{color:rgba(252,165,165,.8)}.rm-lowbal--empty p b{color:#fee2e2}.rm-lowbal-close{flex:none;padding:0 4px;border:0;background:none;font-size:20px;line-height:1;cursor:pointer}.rm-lowbal--low .rm-lowbal-close{color:rgba(245,158,11,.5)}.rm-lowbal--empty .rm-lowbal-close{color:rgba(239,68,68,.5)}.rm-lowbal-close:hover{color:#fff}.rm-lowbal-cta{display:block;width:100%;padding:10px 0;border:0;border-radius:12px;font-size:12px;font-weight:900;letter-spacing:.06em;cursor:pointer;transition:background .15s,transform .1s}.rm-lowbal-cta:active{transform:scale(.97)}.rm-lowbal--low .rm-lowbal-cta{background:#f59e0b;color:#000}.rm-lowbal--low .rm-lowbal-cta:hover{background:#fbbf24}.rm-lowbal--empty .rm-lowbal-cta{background:#ef4444;color:#fff;padding:12px 0}.rm-lowbal--empty .rm-lowbal-cta:hover{background:#f87171}@keyframes rm-lowbal-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes rm-lowbal-pulse{0%,to{background:rgba(127,29,29,.3);border-color:rgba(239,68,68,.3);box-shadow:0 0 0 0 rgba(239,68,68,0)}50%{background:rgba(220,38,38,.55);border-color:rgba(239,68,68,.75);box-shadow:0 0 12px 3px rgba(239,68,68,.4)}}.rm-pricing{--pr-card:#111827;--pr-line:#1e293b;--pr-blue:#2563eb;display:grid;gap:72px;padding-block:24px 48px;color:#fff}.rm-pricing-hero{display:grid;justify-items:center;gap:14px;max-width:760px;margin:0 auto;text-align:center}.rm-pricing-hero-icon{display:grid;place-items:center;width:56px;height:56px;border:1px solid rgba(37,99,235,.2);border-radius:16px;background:rgba(37,99,235,.15);color:#60a5fa}.rm-pricing-hero-icon svg{width:26px;height:26px}.rm-pricing-hero h1{margin:0;font-size:clamp(28px,4.5vw,48px);font-weight:900;line-height:1.1;letter-spacing:-.02em;text-wrap:balance}.rm-pricing-hero p{margin:0;max-width:560px;color:#94a3b8;font-size:17px;line-height:1.55}.rm-pricing-ticks{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 24px;color:#64748b;font-size:12px}.rm-pricing-ticks span{display:inline-flex;align-items:center;gap:6px}.rm-pricing-ticks svg{width:14px;height:14px;color:#34d399}.rm-pricing-section{width:100%;max-width:1152px;margin:0 auto}.rm-pricing-narrow{max-width:768px}.rm-pricing-anchor{scroll-margin-top:96px}.rm-pricing-anchor-alias{display:block;position:relative;top:-96px}.rm-pricing-head{display:flex;align-items:center;gap:16px;margin-bottom:32px}.rm-pricing-head h2{margin:0;font-size:20px;font-weight:700}.rm-pricing-head p{margin:2px 0 0;color:#64748b;font-size:14px}.rm-pricing-head-icon{display:grid;place-items:center;flex:none;width:40px;height:40px;border-radius:12px}.rm-pricing-head-icon svg{width:20px;height:20px}.rm-pricing-head-icon--green{border:1px solid rgba(5,150,105,.2);background:rgba(5,150,105,.15);color:#34d399}.rm-pricing-head-icon--amber{border:1px solid rgba(217,119,6,.2);background:rgba(217,119,6,.15);color:#fbbf24}.rm-pricing-head-icon--cyan{border:1px solid rgba(8,145,178,.2);background:rgba(8,145,178,.15);color:#22d3ee}.rm-pricing-toggle{display:flex;width:-moz-max-content;width:max-content;max-width:100%;margin:0 auto 40px;padding:4px;border:1px solid var(--pr-line);border-radius:999px;background:var(--pr-card)}.rm-pricing-toggle button{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border:0;border-radius:999px;background:none;color:#94a3b8;font-size:14px;font-weight:700;cursor:pointer}.rm-pricing-toggle button:hover{color:#e2e8f0}.rm-pricing-toggle button.on{background:var(--pr-blue);color:#fff;box-shadow:0 10px 15px -3px rgba(37,99,235,.3)}.rm-pricing-save{padding:2px 8px;border-radius:999px;background:rgba(16,185,129,.15);color:#34d399;font-size:10px;font-weight:900}.rm-pricing-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}.rm-pricing-plan{position:relative;display:flex;flex-direction:column;padding:28px;border:1px solid var(--pr-line);border-radius:16px;background:var(--pr-card);transition:border-color .2s}.rm-pricing-plan:hover{border-color:rgba(37,99,235,.3)}.rm-pricing-plan.popular{border:2px solid var(--pr-blue);box-shadow:0 20px 25px -5px rgba(37,99,235,.1);transform:scale(1.03)}.rm-pricing-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);padding:4px 14px;border-radius:999px;background:var(--pr-blue);color:#fff;font-size:10px;font-weight:700;white-space:nowrap}.rm-pricing-plan-name{min-height:76px;margin-bottom:20px}.rm-pricing-plan-name h3{margin:0 0 4px;font-size:18px;font-weight:700}.rm-pricing-plan-name p{margin:0;color:#94a3b8;font-size:14px;line-height:1.5}.rm-pricing-price b{font-size:36px;font-weight:900}.rm-pricing-price span{margin-left:4px;color:#64748b;font-size:14px}.rm-pricing-billed{height:16px;margin:8px 0 16px;color:#64748b;font-size:11px}.rm-pricing-tokens{display:flex;align-items:center;gap:8px;margin-bottom:24px;padding:10px 12px;border:1px solid rgba(245,158,11,.2);border-radius:12px;background:rgba(245,158,11,.1);color:#fcd34d;font-size:14px;font-weight:700}.rm-pricing-tokens svg{width:14px;height:14px;color:#fbbf24;flex:none}.rm-pricing-choose{width:100%;padding:14px 0;border:1px solid #334155;border-radius:12px;background:var(--pr-line);color:#cbd5e1;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s}.rm-pricing-choose:hover{border-color:var(--pr-blue);color:#60a5fa}.rm-pricing-pack.popular .rm-pricing-choose,.rm-pricing-plan.popular .rm-pricing-choose{border-color:transparent;background:var(--pr-blue);color:#fff;box-shadow:0 10px 15px -3px rgba(37,99,235,.25)}.rm-pricing-pack.popular .rm-pricing-choose:hover,.rm-pricing-plan.popular .rm-pricing-choose:hover{background:#1d4ed8}.rm-pricing-plan ul{display:grid;gap:12px;margin:24px 0 0;padding:0;list-style:none}.rm-pricing-plan li{display:flex;align-items:center;gap:10px;color:#cbd5e1;font-size:14px}.rm-pricing-plan li svg{flex:none;width:20px;height:20px;padding:4px;border-radius:50%;background:rgba(37,99,235,.2);color:#60a5fa}.rm-pricing-plan li.no{color:#64748b}.rm-pricing-x{display:grid;place-items:center;flex:none;width:20px;height:20px;border-radius:50%;background:rgba(51,65,85,.4);color:#475569;font-size:13px}.rm-pricing-note{margin:32px 0 0;color:#64748b;font-size:12px;text-align:center}.rm-pricing-note b{color:#cbd5e1}.rm-pricing-packs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.rm-pricing-pack{position:relative;display:flex;flex-direction:column;align-items:center;padding:24px;border:1px solid var(--pr-line);border-radius:16px;background:var(--pr-card);text-align:center}.rm-pricing-pack:hover{border-color:rgba(37,99,235,.3)}.rm-pricing-pack.popular{border:2px solid var(--pr-blue)}.rm-pricing-pack .rm-pricing-badge{top:-11px;padding:2px 12px}.rm-pricing-pack-icon{display:grid;place-items:center;width:40px;height:40px;margin-bottom:16px;border:1px solid rgba(217,119,6,.2);border-radius:12px;background:rgba(217,119,6,.15);color:#fbbf24}.rm-pricing-pack-icon svg{width:18px;height:18px}.rm-pricing-pack-tokens{font-size:30px;font-weight:900}.rm-pricing-pack small{margin-bottom:16px;color:#60a5fa;font-size:12px;font-weight:600}.rm-pricing-pack-price{margin-bottom:20px;font-size:20px;font-weight:700}.rm-pricing-pack .rm-pricing-choose{padding:10px 0}.rm-pricing-promo{padding:32px;border:1px solid var(--pr-line);border-radius:16px;background:linear-gradient(135deg,#0f1729,#0b0f19)}.rm-pricing-promo .rm-pricing-head{margin-bottom:24px}.rm-pricing-promo-title{font-size:18px!important}.rm-pricing-promo-row{display:flex;gap:12px}.rm-pricing-promo-row input{flex:1;min-width:0;padding:12px 16px;border:2px solid #2d333b;border-radius:12px;background:#0b0f19;color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;font-weight:700;letter-spacing:.12em;outline:none}.rm-pricing-promo-row input::-moz-placeholder{color:#475569}.rm-pricing-promo-row input::placeholder{color:#475569}.rm-pricing-promo-row input:focus{border-color:rgba(59,130,246,.5)}.rm-pricing-promo-row input.ok{border-color:rgba(34,197,94,.5)}.rm-pricing-promo-row input.bad{border-color:rgba(239,68,68,.5)}.rm-pricing-promo-row button{padding:12px 24px;border:0;border-radius:12px;background:#16a34a;color:#fff;font-size:14px;font-weight:700;white-space:nowrap;cursor:pointer}.rm-pricing-promo-row button:hover{background:#22c55e}.rm-pricing-promo-row button:disabled{opacity:.4;cursor:not-allowed}.rm-pricing-promo-msg{margin:12px 0 0;font-size:14px}.rm-pricing-promo-msg.ok{color:#4ade80}.rm-pricing-promo-msg.bad{color:#f87171}.rm-pricing-promo-done{display:grid;justify-items:center;gap:4px;padding-block:8px;text-align:center}.rm-pricing-promo-done b{font-size:18px}.rm-pricing-promo-done span{color:#4ade80;font-size:20px;font-weight:700}.rm-pricing-promo-done p{margin:0 0 12px;color:#64748b;font-size:14px}.rm-pricing-promo-done button{border:0;background:none;color:#94a3b8;font-size:14px;cursor:pointer}.rm-pricing-promo-done button:hover{color:#fff}.rm-pricing-faq{overflow:hidden;border:1px solid var(--pr-line);border-radius:16px;background:var(--pr-card)}.rm-pricing-faq>button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 24px;border:0;background:none;color:#cbd5e1;font-size:14px;font-weight:600;cursor:pointer}.rm-pricing-faq>button:hover{background:rgba(30,41,59,.5)}.rm-pricing-faq>button svg{width:18px;height:18px;color:#64748b;transition:transform .2s}.rm-pricing-faq dl{display:grid;gap:20px;margin:0;padding:20px 24px 24px;border-top:1px solid var(--pr-line)}.rm-pricing-faq dt{margin-bottom:4px;color:#cbd5e1;font-weight:600}.rm-pricing-faq dd{margin:0;color:#64748b;font-size:14px;line-height:1.6}.rm-pricing-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 32px;color:#64748b;font-size:12px}@media (max-width:900px){.rm-pricing-plans{grid-template-columns:minmax(0,1fr)}.rm-pricing-plan.popular{transform:none}.rm-pricing-packs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.rm-pricing-promo-row{flex-direction:column}.rm-pricing-promo{padding:20px}}.rm-search-clear{display:grid;place-items:center;flex:none;width:20px;height:20px;padding:0;border:0;border-radius:50%;background:#fff;color:#0f1a31;cursor:pointer}.rm-search-clear:hover{background:#dbe7ff}.rm-search-clear svg{width:11px;height:11px}.rm-help-bubble{position:fixed;left:24px;bottom:24px;z-index:900;width:min(320px,calc(100vw - 32px));padding:18px 18px 14px 58px;border:1px solid rgba(96,165,250,.35);border-radius:18px 18px 18px 4px;background:#16213a;color:#e2e8f0;box-shadow:0 18px 40px rgba(0,0,0,.45);animation:rm-help-bubble-in .45s cubic-bezier(.2,.8,.2,1)}.rm-help-bubble:after{content:"";position:absolute;left:-1px;bottom:-9px;width:18px;height:10px;background:#16213a;border-left:1px solid rgba(96,165,250,.35);clip-path:polygon(0 0,100% 0,0 100%)}.rm-help-bubble-icon{position:absolute;left:16px;top:16px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#2f7bff;color:#fff;font-weight:900;font-size:15px}.rm-help-bubble p{margin:0 0 12px;font-size:14px;line-height:1.5}.rm-help-bubble p b{color:#fff;letter-spacing:.04em}.rm-help-bubble-check{display:flex;align-items:center;gap:8px;color:#94a3b8;font-size:12px;cursor:pointer}.rm-help-bubble-check input{width:14px;height:14px;accent-color:#2f7bff}.rm-help-bubble-close{position:absolute;top:6px;right:8px;padding:2px 6px;border:0;background:none;color:#64749c;font-size:18px;line-height:1;cursor:pointer}.rm-help-bubble-close:hover{color:#fff}@keyframes rm-help-bubble-in{0%{opacity:0;transform:translate(-12px,16px) scale(.92)}to{opacity:1;transform:none}}.rm-replacement-image .rm-image-blocks-head{min-height:28px;margin-bottom:10px}.rm-replacement-image .rm-image-blocks-head .rm-field-title{margin-bottom:0}.rm-pricing-price span{font-size:12.5px}.rm-pricing-billed{height:auto;min-height:16px}.rm-pricing-plan li b{color:#fff;font-weight:600}