@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4f3ff;color:#1e1b4b;font-family:Plus Jakarta Sans,Segoe UI,system-ui,sans-serif;min-height:100vh}.rira-logo{align-items:center;display:flex;flex-shrink:0;gap:9px;text-decoration:none}.rira-logo-text{display:flex;flex-direction:column;gap:1px}.rira-logo-name{font-size:1.15rem;font-weight:800;letter-spacing:-.3px;line-height:1}.rira-logo-tagline{font-size:.65rem;font-weight:500;letter-spacing:.2px;line-height:1;opacity:.7}.rm-app{display:flex;flex-direction:column;min-height:100vh}.rm-header{align-items:center;background:linear-gradient(135deg,#1e1b4b,#312e81 65%,#4338ca);box-shadow:0 4px 24px #1e1b4b66;color:#fff;display:flex;gap:14px;padding:20px 28px;position:sticky;top:0;z-index:100}.rm-brand{cursor:pointer;transition:opacity .18s}.rm-brand:hover{opacity:.8}.rm-dark-toggle{align-items:center;background:#fff;border:1.5px solid #ddd9ff;border-radius:50%;bottom:28px;box-shadow:0 4px 18px #6366f12e;cursor:pointer;display:flex;font-size:1.2rem;height:44px;justify-content:center;position:fixed;right:28px;transition:transform .18s,box-shadow .18s;width:44px;z-index:999}.rm-dark-toggle:hover{box-shadow:0 6px 24px #6366f147;transform:scale(1.1)}body.dark .rm-dark-toggle{background:#1a1730;border-color:#3d3775;box-shadow:0 4px 18px #0006}.rm-body{display:flex;flex:1 1}.rm-sidebar{background:#1e1b4b;min-height:100%;min-width:235px;overflow-y:auto;padding:22px 12px;width:235px}.rm-content{background:#f4f3ff;background-image:radial-gradient(circle,#6366f118 1px,#0000 0);background-size:28px 28px;flex:1 1;min-width:0;padding:28px 32px}body.dark .rm-content{background-color:#120f24;background-image:radial-gradient(circle,#a5b4fc0e 1px,#0000 0);background-size:28px 28px}.sb-panel{width:100%}.sb-toggle-row{align-items:center;border-bottom:1px solid #ffffff12;display:flex;justify-content:space-between;margin-bottom:6px}.sb-toggle{flex:1 1;justify-content:space-between;padding:4px 6px 10px}.sb-clear-all,.sb-toggle{align-items:center;background:none;border:none;cursor:pointer;display:flex}.sb-clear-all{color:#5a5490;padding:0 6px 10px 4px;transition:color .15s}.sb-clear-all:hover{color:#ef4444}.sb-label{color:#7c74c9;font-family:inherit;font-size:.67rem;font-weight:700;letter-spacing:1.3px;text-transform:uppercase}.sb-chevron{color:#7c74c9;display:inline-block;font-size:1.1rem;font-weight:300;line-height:1;transition:transform .22s ease}.sb-chevron.open{transform:rotate(90deg)}.sb-list{display:flex;flex-direction:column;gap:2px;list-style:none}.sb-item{align-items:center;border-left:3px solid #0000;border-radius:10px;cursor:pointer;display:flex;gap:10px;padding:9px 8px 9px 10px;transition:background .15s}.sb-item:hover{background:#ffffff12}.sb-item.active{background:#818cf82e;border-left-color:#818cf8}.sb-avatar{align-items:center;background:var(--biz-color);border-radius:8px;color:#fff;display:flex;flex-shrink:0;font-size:.72rem;font-weight:700;height:32px;justify-content:center;letter-spacing:.3px;width:32px}.sb-name{color:#c4c2e8;flex:1 1;font-size:.83rem;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sb-item.active .sb-name{color:#a5b4fc;font-weight:600}.sb-del{align-items:center;background:#0000;border:none;border-radius:50%;color:#3d3775;cursor:pointer;display:flex;flex-shrink:0;font-size:10px;height:22px;justify-content:center;opacity:0;transition:opacity .15s,background .15s,color .15s;width:22px}.sb-item:hover .sb-del{opacity:1}.sb-del:hover{background:#ef444433;color:#fca5a5}.rm-search-form{display:flex;gap:10px;margin-bottom:22px}.rm-search-input{background:#fff;border:1.5px solid #ddd9ff;border-radius:14px;box-shadow:0 1px 4px #6366f10f;color:#1e1b4b;flex:1 1;font-family:inherit;font-size:.95rem;font-weight:500;outline:none;padding:12px 18px;transition:border-color .2s,box-shadow .2s}.rm-search-input::placeholder{color:#b0aad8;font-weight:400}.rm-search-input:focus{border-color:#6366f1;box-shadow:0 0 0 4px #6366f124}.rm-search-btn{background:linear-gradient(135deg,#4338ca,#6366f1);border:none;border-radius:14px;box-shadow:0 4px 14px #6366f159;color:#fff;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:700;letter-spacing:.2px;padding:12px 28px;transition:transform .15s,box-shadow .15s}.rm-search-btn:hover{box-shadow:0 6px 20px #6366f173;transform:translateY(-1px)}.rm-search-btn:active{transform:scale(.97)}.rm-search-wrap{margin-bottom:22px;position:relative}.rm-search-wrap .rm-search-form{margin-bottom:0}.rm-autocomplete-list{background:#fff;border:1.5px solid #ddd9ff;border-radius:12px;box-shadow:0 8px 32px #6366f129;left:0;list-style:none;overflow:hidden;position:absolute;right:0;top:calc(100% + 4px);z-index:200}.rm-autocomplete-item{border-bottom:1px solid #f0eeff;cursor:pointer;display:flex;flex-direction:column;gap:2px;padding:11px 16px;transition:background .12s}.rm-autocomplete-item:last-child{border-bottom:none}.rm-autocomplete-item.active,.rm-autocomplete-item:hover{background:#f5f3ff}.rm-ac-main{color:#1e1b4b;font-size:.9rem;font-weight:600}.rm-ac-sub{color:#9ca3af;font-size:.78rem}.rm-error{background:#fff1f2;border:1.5px solid #fda4af;border-radius:12px;color:#be123c;font-size:.87rem;font-weight:500;margin-bottom:18px;padding:11px 16px}.rm-demo-banner{background:#fffbeb;border:1.5px solid #fcd34d;border-radius:12px;color:#92400e;font-size:.85rem;margin-bottom:16px;padding:10px 16px}.rm-demo-reason{font-size:.8rem;opacity:.75}.dark .rm-demo-banner{background:#292218;border-color:#92400e;color:#fcd34d}.rm-loading{color:#9ca3af;font-size:.9rem;padding:70px 0;text-align:center}.rm-spinner{animation:rm-spin .75s linear infinite;border:3px solid #ede9fe;border-radius:50%;border-top-color:#6366f1;height:36px;margin:0 auto 16px;width:36px}@keyframes rm-spin{to{transform:rotate(1turn)}}.rm-empty{color:#9ca3af;padding:70px 20px;text-align:center}.rm-empty-icon{font-size:48px;margin-bottom:14px}.rm-empty p{color:#a8a0cc;font-size:.95rem;font-weight:500}.rm-welcome{display:flex;flex-direction:column;gap:28px;padding-bottom:40px}.rm-google-banner{align-items:center;background:linear-gradient(135deg,#1e1b4b,#312e81);border-radius:14px;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:18px 22px}.rm-google-banner-content{align-items:center;display:flex;flex:1 1;gap:14px;min-width:0}.rm-google-banner-icon{color:#fbbf24;filter:drop-shadow(0 0 6px rgba(251,191,36,.5));flex-shrink:0;font-size:1.4rem}.rm-google-banner-title{color:#fff;font-size:.95rem;font-weight:700;margin-bottom:3px}.rm-google-banner-desc{color:#a5b4fc;font-size:.8rem;line-height:1.4}.rm-google-banner-actions{align-items:center;display:flex;flex-shrink:0;gap:10px}.rm-google-banner-btn{background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:9px 20px;transition:background .15s;white-space:nowrap}.rm-google-banner-btn:hover{background:#4f46e5}.rm-google-banner-close{align-items:center;background:#ffffff1a;border:none;border-radius:6px;color:#a5b4fc;cursor:pointer;display:flex;font-size:.85rem;height:30px;justify-content:center;transition:background .15s;width:30px}.rm-google-banner-close:hover{background:#fff3;color:#fff}.rm-welcome-heading h2{color:#1e1b4b;font-size:1.35rem;font-weight:700;margin-bottom:6px}.rm-welcome-heading p{color:#9ca3af;font-size:.88rem}.rm-recent-section{display:flex;flex-direction:column;gap:12px}.rm-recent-header{align-items:center;display:flex;justify-content:space-between}.rm-recent-label{color:#a8a0cc;font-size:.75rem;font-weight:600;letter-spacing:.8px;text-transform:uppercase}.rm-recent-clear{background:none;border:none;border-radius:4px;color:#a8a0cc;cursor:pointer;font-size:.72rem;font-weight:500;padding:2px 6px;transition:color .15s,background .15s}.rm-recent-clear:hover{background:#fff1f2;color:#ef4444}.rm-recent-tiles{display:flex;flex-wrap:wrap;gap:10px}.rm-recent-tile{align-items:center;background:#fff;border:1.5px solid #e0dcff;border-radius:10px;display:flex;gap:0;overflow:hidden;transition:border-color .15s,box-shadow .15s}.rm-recent-tile:hover{border-color:#6366f1;box-shadow:0 2px 12px #6366f11f}.rm-recent-tile.has-alert{border-color:#fca5a5}.rm-recent-tile.has-alert:hover{border-color:#ef4444}.rm-recent-tile-btn{flex-direction:column;gap:3px;padding:10px 12px;text-align:left}.rm-recent-tile-btn,.rm-recent-tile-x{background:none;border:none;cursor:pointer;display:flex}.rm-recent-tile-x{align-items:center;align-self:stretch;border-left:1px solid #e0dcff;color:#c4b8e8;font-size:.7rem;line-height:1;padding:10px;transition:color .15s,background .15s}.rm-recent-tile-x:hover{background:#fff1f2;color:#ef4444}.rm-recent-tile-name{color:#1e1b4b;font-size:.88rem;font-weight:600}.rm-recent-tile-alert{color:#ef4444;font-size:.72rem;font-weight:500}.rm-feature-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.rm-feature-card{align-items:flex-start;background:#fff;border:1.5px solid #e8e5ff;border-radius:14px;display:flex;gap:14px;padding:20px}.rm-fc-icon{color:#6366f1;flex-shrink:0;font-size:1.3rem;margin-top:1px}.rm-fc-title{color:#1e1b4b;font-size:.9rem;font-weight:700;margin-bottom:5px}.rm-fc-desc{color:#9ca3af;font-size:.8rem;line-height:1.5}.rm-welcome-connected{align-items:center;display:flex;flex-wrap:wrap;gap:14px}.rm-welcome-connected-name{color:#9ca3af;font-size:.82rem}.rm-google-hero-btn{align-items:center;background:linear-gradient(135deg,#1e1b4b,#4338ca 60%,#6366f1);border:none;border-radius:50px;box-shadow:0 6px 28px #6366f161;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;gap:10px;letter-spacing:.2px;margin-top:28px;padding:15px 32px;transition:transform .18s,box-shadow .18s}.rm-google-hero-btn:hover{box-shadow:0 10px 36px #6366f17a;transform:translateY(-2px)}.rm-google-hero-star{color:#fbbf24;filter:drop-shadow(0 0 4px rgba(251,191,36,.6));font-size:1.2rem}.rm-google-hero-sub{color:#c4bfdf!important;font-size:.8rem!important;font-weight:400!important;margin-top:14px!important}.rm-biz-header{background:#fff;border-left:5px solid #6366f1;border-radius:18px;box-shadow:0 2px 16px #6366f11a;margin-bottom:20px;padding:18px 24px}.rm-biz-header-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:0}.rm-biz-header h2{color:#1e1b4b;font-size:1.2rem;font-weight:800;letter-spacing:-.3px}.rm-rating-badge{border-radius:100px;font-size:.88rem;font-weight:700;letter-spacing:.1px;padding:6px 18px}.rm-rating-badge.good{background:#d1fae5;color:#065f46}.rm-rating-badge.average{background:#fef3c7;color:#92400e}.rm-rating-badge.bad{background:#ffe4e6;color:#9f1239}.rm-response-rate{border-radius:100px;font-size:.75rem;font-weight:700;padding:5px 12px}.rm-response-rate.good{background:#d1fae5;color:#065f46}.rm-response-rate.avg{background:#fef3c7;color:#92400e}.rm-response-rate.low{background:#ffe4e6;color:#9f1239}.rm-star-breakdown{border-top:1px solid #f0eeff;display:flex;flex-direction:column;gap:5px;margin-top:14px;padding-top:14px}.rm-star-row{align-items:center;display:flex;gap:8px}.rm-star-label{color:#9ca3af;flex-shrink:0;font-size:.72rem;font-weight:700;text-align:right;width:26px}.rm-bar-track{background:#f0eeff;border-radius:100px;flex:1 1;height:8px;overflow:hidden}.rm-bar-fill{border-radius:100px;height:100%;min-width:4px;transition:width .5s cubic-bezier(.4,0,.2,1)}.rm-bar-fill.good{background:linear-gradient(90deg,#34d399,#10b981)}.rm-bar-fill.avg{background:linear-gradient(90deg,#fbbf24,#f59e0b)}.rm-bar-fill.bad{background:linear-gradient(90deg,#fb7185,#ef4444)}.rm-star-count{color:#6b7280;flex-shrink:0;font-size:.72rem;font-weight:700;text-align:right;width:16px}.rtc-card{background:#fff;border:1.5px solid #ede9fe;border-radius:18px;box-shadow:0 2px 16px #6366f114;margin-bottom:20px;padding:18px 20px 12px}.rtc-header{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:10px}.rtc-title{color:#1e1b4b;font-size:.85rem;font-weight:700}.rtc-legend{align-items:center;display:flex;flex-shrink:0;gap:8px}.rtc-legend-dot{border-radius:50%;display:inline-block;height:8px;width:8px}.rtc-legend-label{color:#a0a0c8;font-size:.68rem}.rtc-subtitle{color:#a0a0c8;font-size:.72rem;font-weight:500}.rtc-tooltip{background:#1e1b4b;border-radius:10px;box-shadow:0 6px 20px #1e1b4b40;font-family:Plus Jakarta Sans,system-ui,sans-serif;padding:9px 13px}.rtc-tooltip-week{color:#a5b4fc;font-size:.72rem;font-weight:600;margin-bottom:4px}.rtc-tooltip-avg{color:#fff;font-size:.92rem;font-weight:700}.rtc-tooltip-sub{color:#a5b4fc;font-size:.72rem;font-weight:400}.rtc-tooltip-count{color:#7c74c9;font-size:.72rem;margin-top:3px}.rv-container{margin-top:4px}.rv-search-row{margin-bottom:10px}.rv-search-wrap{align-items:center;display:flex;position:relative}.rv-keyword-input{background:#fff;border:1.5px solid #ddd9ff;border-radius:14px;box-shadow:0 1px 4px #6366f10f;color:#1e1b4b;font-family:inherit;font-size:.88rem;font-weight:500;outline:none;padding:11px 36px 11px 14px;transition:border-color .2s,box-shadow .2s;width:100%}.rv-keyword-input::placeholder{color:#b0aad8;font-weight:400}.rv-keyword-input:focus{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11f}.rv-kw-clear{background:none;border:none;border-radius:4px;color:#a0a0c8;cursor:pointer;font-size:12px;padding:3px 5px;position:absolute;right:10px;transition:color .15s}.rv-kw-clear:hover{color:#ef4444}.rv-highlight{background:#fef08a;border-radius:3px;color:#713f12;padding:0 2px}.rv-filter-bar{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.rv-select-wrap{align-items:center;display:inline-flex;position:relative}.rv-select-wrap:after{color:#a0a0c8;content:"▾";font-size:10px;line-height:1;pointer-events:none;position:absolute;right:10px}.rv-select-wrap:has(.rv-select--active):after{color:#4338ca}.rv-select{appearance:none;-webkit-appearance:none;background:#fff;border:1.5px solid #ddd9ff;border-radius:10px;box-shadow:0 1px 3px #6366f10f;color:#4b5080;cursor:pointer;font-family:inherit;font-size:.82rem;font-weight:500;outline:none;padding:9px 30px 9px 13px;transition:border-color .15s,box-shadow .15s,background .15s;white-space:nowrap}.rv-select:hover{border-color:#a5b4fc}.rv-select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f124}.rv-select--active{background:#eef2ff;border-color:#6366f1;color:#3730a3;font-weight:600}.rv-clear-btn{align-items:center;background:#fff1f2;border:1.5px solid #fda4af;border-radius:10px;color:#e11d48;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.8rem;font-weight:600;gap:6px;padding:9px 14px;transition:background .15s,border-color .15s}.rv-clear-btn:hover{background:#ffe4e6;border-color:#fb7185}.rv-clear-btn--center{display:flex;margin:14px auto 0}.rv-active-badge{background:#e11d48;border-radius:10px;color:#fff;font-size:.68rem;font-weight:700;min-width:18px;padding:1px 6px;text-align:center}.rv-summary-bar{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.rv-summary-text{color:#7c74a8;font-size:.82rem;font-weight:500}.rv-summary-text strong{color:#1e1b4b;font-weight:700}.rv-summary-meta{font-size:.8rem}.rv-pos-text{color:#059669;font-weight:600}.rv-neg-text{color:#e11d48;font-weight:600}.rv-tile-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(215px,1fr))}.rv-tile{aspect-ratio:1/1;border:1.5px solid #0000;border-radius:22px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:18px 16px 15px;position:relative;transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s ease}.rv-tile.pos{background:linear-gradient(145deg,#f0fdf8,#ccfce8);border-color:#34d39959;box-shadow:0 4px 18px #10b9811a}.rv-tile.neg{background:linear-gradient(145deg,#fff1f4,#ffe4ea);border-color:#fb718559;box-shadow:0 4px 18px #ef444414}.rv-tile:hover{box-shadow:0 16px 36px #00000021;transform:translateY(-6px) scale(1.02);z-index:2}.rv-tile-text{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#374151;display:-webkit-box;flex:1 1;font-size:.82rem;font-weight:450;line-height:1.6;margin:8px 0 10px;overflow:hidden}.rv-tile-footer{align-items:center;display:flex;flex-wrap:wrap;gap:6px;justify-content:space-between}.rv-tile-date{font-feature-settings:"tnum";color:#6b7280;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.72rem;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:.2px}.rv-tile-badge{border-radius:100px;display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.3px;padding:3px 10px;white-space:nowrap}.rv-tile-badge.pos{background:#a7f3d0;color:#065f46}.rv-tile-badge.neg{background:#fecdd3;color:#9f1239}.rv-stars{color:#f59e0b;letter-spacing:1.5px;line-height:1}.rv-stars-sm{font-size:.88rem}.rv-stars-md{font-size:1rem;margin-bottom:5px}.rv-stars-lg{font-size:1.6rem;margin:12px 0}.rv-no-match{color:#a0a0c8;font-size:.9rem;font-weight:500;padding:52px 0;text-align:center}.rv-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f0a28c7;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.rv-modal,.rv-overlay{align-items:center;display:flex}.rv-modal{background:#fff;border-radius:24px;box-shadow:0 28px 70px #1e1b4b59;flex-direction:column;max-width:560px;min-height:300px;padding:52px 76px 40px;position:relative;width:100%}.rv-modal-close{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:13px;height:32px;justify-content:center;position:absolute;right:16px;top:14px;transition:background .15s,color .15s;width:32px}.rv-modal-close:hover{background:#ffe4e6;color:#e11d48}.rv-modal-counter{color:#a0a0c8;font-size:.74rem;font-weight:600;left:22px;letter-spacing:.2px;position:absolute;top:18px}.rv-arrow{align-items:center;background:#f8f7ff;border:1.5px solid #e0dbff;border-radius:50%;color:#4338ca;cursor:pointer;display:flex;font-size:1.7rem;height:42px;justify-content:center;line-height:1;padding-bottom:2px;position:absolute;top:50%;transform:translateY(-50%);transition:background .15s,border-color .15s,color .15s,transform .15s;width:42px}.rv-arrow:hover{background:#4338ca;border-color:#4338ca;color:#fff;transform:translateY(-50%) scale(1.08)}.rv-arrow-left{left:12px}.rv-arrow-right{right:12px}.rv-modal-body{align-items:center;display:flex;flex:1 1;flex-direction:column;text-align:center;width:100%}.rv-modal-badge{border-radius:100px;font-size:.78rem;font-weight:700;letter-spacing:.2px;margin-bottom:4px;padding:5px 16px}.rv-modal-badge.pos{background:#d1fae5;color:#065f46}.rv-modal-badge.neg{background:#ffe4e6;color:#9f1239}.rv-modal-comment{color:#374151;font-size:1rem;font-weight:450;line-height:1.75;margin-top:8px;text-align:center}.rv-modal-date{color:#a0a0c8;font-size:.8rem;font-weight:600;margin-top:14px}.rv-dots{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:26px}.rv-dot{background:#e0dbff;border-radius:50%;cursor:pointer;height:7px;transition:background .15s,transform .15s;width:7px}.rv-dot.active{background:#6366f1;transform:scale(1.35)}.rv-dot:hover{background:#a5b4fc}.rv-swipe-hint{color:#c4bbdd;font-size:.7rem;letter-spacing:.3px;margin-top:12px}.rv-keyword-panel{align-items:flex-start;background:#f8f7ff;border:1.5px solid #ede9fe;border-radius:14px;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px;padding:12px 16px}.rv-kp-label{color:#7c74c9;flex-shrink:0;font-size:.72rem;font-weight:700;letter-spacing:1px;padding-top:4px;text-transform:uppercase;white-space:nowrap}.rv-kp-chips{display:flex;flex-wrap:wrap;gap:7px}.rv-kp-chip{align-items:center;background:#fff;border:1.5px solid #ddd9ff;border-radius:100px;color:#4b5080;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.78rem;font-weight:600;gap:5px;padding:5px 11px;transition:background .15s,border-color .15s,color .15s,transform .1s}.rv-kp-chip:hover{background:#eef2ff;border-color:#a5b4fc;color:#3730a3;transform:translateY(-1px)}.rv-kp-chip.active{background:#4338ca;border-color:#4338ca;color:#fff}.rv-kp-chip.active .rv-kp-count{background:#fff3;color:#c7d2fe}.rv-kp-count{background:#ede9fe;border-radius:100px;color:#6366f1;font-size:.68rem;font-weight:700;min-width:18px;padding:1px 6px;text-align:center}.rv-draft-btn{background:linear-gradient(135deg,#4338ca,#6366f1);border:none;border-radius:12px;box-shadow:0 4px 14px #6366f159;color:#fff;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:700;letter-spacing:.2px;margin-top:18px;padding:9px 22px;transition:transform .15s,box-shadow .15s}.rv-draft-btn:hover{box-shadow:0 6px 20px #6366f173;transform:translateY(-1px)}.rv-modal--wide{max-width:1280px;min-height:520px;padding:56px 56px 44px;width:92vw}.rv-modal-inner{display:flex;flex:1 1;width:100%}.rv-modal-inner--split{align-items:stretch;gap:48px}.rv-modal-inner--split .rv-modal-body{border-right:1.5px solid #f0eeff;flex:0 0 40%;min-width:0;padding-right:48px}.rv-draft-panel{display:flex;flex:1 1;flex-direction:column;gap:16px;min-width:0}.rv-draft-header{align-items:center;display:flex;justify-content:space-between}.rv-draft-title{color:#1e1b4b;font-size:.95rem;font-weight:700}.rv-draft-close{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:11px;height:26px;justify-content:center;transition:background .15s;width:26px}.rv-draft-close:hover{background:#ffe4e6;color:#e11d48}.rv-draft-loading{align-items:center;color:#9ca3af;display:flex;font-size:.83rem;gap:10px;padding:20px 0}.rv-draft-spinner{animation:rm-spin .7s linear infinite;border:2.5px solid #ede9fe;border-radius:50%;border-top-color:#6366f1;flex-shrink:0;height:20px;width:20px}.rv-draft-error{background:#fff1f2;border:1.5px solid #fda4af;border-radius:10px;color:#be123c;font-size:.82rem;padding:10px 14px}.rv-draft-textarea{background:#fafafe;border:1.5px solid #ddd9ff;border-radius:12px;color:#1e1b4b;flex:1 1;font-family:inherit;font-size:.88rem;font-weight:450;line-height:1.75;min-height:320px;outline:none;overflow-y:auto;padding:14px 16px;resize:none;scrollbar-color:#c7d2fe #f0eeff;scrollbar-width:thin;transition:border-color .2s,box-shadow .2s;width:100%}.rv-draft-textarea::-webkit-scrollbar{width:6px}.rv-draft-textarea::-webkit-scrollbar-track{background:#f0eeff;border-radius:10px}.rv-draft-textarea::-webkit-scrollbar-thumb{background:#c7d2fe;border-radius:10px}.rv-draft-textarea:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.rv-draft-actions{display:flex;gap:8px}.rv-draft-copy{background:linear-gradient(135deg,#4338ca,#6366f1);border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-family:inherit;font-size:.88rem;font-weight:700;padding:12px 18px;transition:opacity .15s}.rv-draft-copy:hover{opacity:.88}.rv-draft-regen{background:#f8f7ff;border:1.5px solid #ddd9ff;border-radius:10px;color:#4338ca;cursor:pointer;font-family:inherit;font-size:.88rem;font-weight:700;padding:12px 18px;transition:background .15s,border-color .15s}.rv-draft-regen:hover{background:#eef2ff;border-color:#a5b4fc}.sb-avatar-wrap{flex-shrink:0;position:relative}.sb-alert-dot{animation:pulse-dot 2s ease-in-out infinite;background:#ef4444;border:2px solid #1e1b4b;border-radius:50%;height:9px;position:absolute;right:-3px;top:-3px;width:9px}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}.sb-compare-top-btn{align-items:center;background:linear-gradient(135deg,#6366f11f,#4338ca2e);border:1.5px solid #6366f159;border-radius:12px;color:#a5b4fc;cursor:pointer;display:flex;font-family:inherit;font-size:.82rem;font-weight:700;gap:8px;justify-content:center;letter-spacing:.3px;margin-bottom:18px;padding:11px 12px;transition:background .18s,border-color .18s,color .18s;width:100%}.sb-compare-top-btn:hover{background:linear-gradient(135deg,#6366f138,#4338ca47);border-color:#6366f1;color:#c7d2fe}.sb-loc-panel{background:#ffffff0a;border:1px solid #ffffff12;border-radius:10px;margin-bottom:10px;overflow:hidden}.sb-loc-row{align-items:center;display:flex;justify-content:space-between;padding:10px 12px}.sb-loc-info{display:flex;flex-direction:column;gap:2px;min-width:0}.sb-loc-label{color:#5a5490;font-size:.6rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.sb-loc-name{color:#c4c2e8;font-size:.78rem;font-weight:600;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sb-loc-switch{align-items:center;background:none;border:1px solid #ffffff1a;border-radius:6px;color:#7c74c9;cursor:pointer;display:flex;flex-shrink:0;padding:5px 7px;transition:background .15s,color .15s}.sb-loc-switch:hover{background:#6366f133;color:#a5b4fc}.sb-loc-dropdown{border-top:1px solid #ffffff0f;display:flex;flex-direction:column;gap:3px;padding:6px}.sb-loc-item{align-items:center;background:none;border:none;border-radius:7px;color:#c4c2e8;cursor:pointer;display:flex;font-size:.78rem;justify-content:space-between;padding:8px 10px;text-align:left;transition:background .12s;width:100%}.sb-loc-item:hover{background:#6366f126}.sb-loc-item.active{color:#a5b4fc;font-weight:600}.sb-loc-check{color:#6366f1;font-size:.85rem}.sb-loc-loading{color:#5a5490;font-size:.75rem;margin:0;padding:8px 10px}.sb-loc-cancel{background:none;border:none;border-radius:6px;color:#5a5490;cursor:pointer;font-size:.72rem;padding:6px;text-align:center;transition:color .12s;width:100%}.sb-loc-cancel:hover{color:#ef4444}.sb-compare-top-btn.active{background:linear-gradient(135deg,#4338ca,#6366f1);border-color:#6366f1;box-shadow:0 4px 14px #6366f159;color:#fff}.sb-compare-icon{font-size:1rem;line-height:1}.cv-container{background:#fff;border:1.5px solid #ede9fe;border-radius:18px;box-shadow:0 2px 16px #6366f11a;padding:24px}.cv-header{justify-content:space-between;margin-bottom:20px}.cv-header,.cv-header-left{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.cv-icon{font-size:1.3rem}.cv-title{color:#1e1b4b;font-size:1rem;font-weight:800;letter-spacing:-.3px}.cv-filled-hint{background:#6366f11a;border-radius:100px;color:#a5b4fc;font-size:.72rem;font-weight:600;padding:3px 10px}.cv-exit-btn{background:#f8f7ff;border:1.5px solid #ddd9ff;border-radius:10px;color:#4b5080;cursor:pointer;font-family:inherit;font-size:.8rem;font-weight:700;padding:7px 16px;transition:background .15s}.cv-exit-btn:hover{background:#ffe4e6;border-color:#fda4af;color:#e11d48}.cv-slots-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.cv-slot{align-items:center;border-radius:14px;display:flex;min-height:60px;padding:12px 14px;transition:box-shadow .15s}.cv-slot--empty{background:#fafafe;border:2px dashed #ddd9ff;cursor:text;gap:8px}.cv-slot--empty:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.cv-slot-plus{color:#c4bbdd;flex-shrink:0;font-size:1.1rem;font-weight:300}.cv-slot-input{background:#0000;border:none;color:#1e1b4b;flex:1 1;font-family:inherit;font-size:.83rem;font-weight:500;min-width:0;outline:none}.cv-slot-input::placeholder{color:#b0aad8;font-weight:400}.cv-slot-go{align-items:center;background:#6366f1;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:.8rem;height:24px;justify-content:center;transition:background .15s;width:24px}.cv-slot-go:hover{background:#4338ca}.cv-slot--filled{background:#f8f7ff;border:1.5px solid #ddd9ff;gap:8px;justify-content:space-between}.cv-slot-info{align-items:center;display:flex;flex:1 1;gap:8px;min-width:0}.cv-slot-name{color:#1e1b4b;font-size:.85rem;overflow:hidden;text-overflow:ellipsis}.cv-slot-badge,.cv-slot-name{font-weight:700;white-space:nowrap}.cv-slot-badge{border-radius:100px;flex-shrink:0;font-size:.72rem;padding:2px 8px}.cv-slot-badge.good{background:#d1fae5;color:#065f46}.cv-slot-badge.average{background:#fef3c7;color:#92400e}.cv-slot-badge.bad{background:#ffe4e6;color:#9f1239}.cv-slot-clear{background:none;border:none;border-radius:50%;color:#c4bbdd;cursor:pointer;flex-shrink:0;font-size:11px;padding:3px;transition:color .15s,background .15s}.cv-slot-clear:hover{background:#ffe4e6;color:#e11d48}.cv-slot--loading{background:#f8f7ff;border:1.5px solid #ddd9ff;color:#9ca3af;font-size:.82rem;gap:10px}.cv-slot-spinner{animation:rm-spin .7s linear infinite;border:2px solid #ede9fe;border-radius:50%;border-top-color:#6366f1;flex-shrink:0;height:16px;width:16px}.cv-slot-err{color:#e11d48;font-size:.75rem}.cv-insight{align-items:flex-start;background:linear-gradient(135deg,#fefce8,#fef9c3);border:1.5px solid #fde68a;border-radius:12px;display:flex;gap:10px;margin-bottom:20px;padding:12px 16px}.cv-insight-icon{flex-shrink:0;font-size:1.1rem;margin-top:1px}.cv-insight-text{color:#78350f;font-size:.85rem;font-weight:500;line-height:1.6}.cv-empty{color:#a8a0cc;padding:52px 20px;text-align:center}.cv-empty-icon{font-size:44px;margin-bottom:12px}.cv-empty p{font-size:.9rem;font-weight:500}.cv-columns{align-items:flex-start;border-top:1.5px solid #f0eeff;display:flex;padding-top:20px}.cv-column{flex:1 1;min-width:0;padding:0 20px}.cv-column:first-child{padding-left:0}.cv-column:last-child{padding-right:0}.cv-divider{align-self:stretch;background:#f0eeff;flex-shrink:0;min-height:200px;width:1.5px}.cv-col-header{align-items:center;display:flex;gap:8px;margin-bottom:12px}.cv-col-name{color:#1e1b4b;font-weight:800;letter-spacing:-.3px;word-break:break-word}.cv-col-name,.cv-crown{font-size:1rem}.cv-rating-badge{border-radius:100px;display:inline-block;font-size:.95rem;font-weight:800;margin-bottom:10px;padding:5px 16px}.cv-rating-badge.good{background:#d1fae5;color:#065f46}.cv-rating-badge.average{background:#fef3c7;color:#92400e}.cv-rating-badge.bad{background:#ffe4e6;color:#9f1239}.cv-pct-row{align-items:center;display:flex;flex-wrap:wrap;font-size:.82rem;gap:6px;margin-bottom:14px}.cv-pos-pct{color:#059669;font-weight:700}.cv-neg-pct{color:#e11d48;font-weight:700}.cv-sep{color:#d1d5db}.cv-section-title{color:#9ca3af;font-size:.67rem;font-weight:700;letter-spacing:1px;margin-bottom:7px;margin-top:14px;text-transform:uppercase}.cv-star-bars{display:flex;flex-direction:column;gap:5px}.cv-star-row{align-items:center;display:flex;gap:7px}.cv-star-lbl{color:#9ca3af;flex-shrink:0;font-size:.7rem;font-weight:700;text-align:right;width:24px}.cv-bar-track{background:#f0eeff;border-radius:100px;flex:1 1;height:7px;overflow:hidden}.cv-bar-fill{border-radius:100px;height:100%;min-width:3px;transition:width .5s ease}.cv-bar-fill.good{background:linear-gradient(90deg,#34d399,#10b981)}.cv-bar-fill.avg{background:linear-gradient(90deg,#fbbf24,#f59e0b)}.cv-bar-fill.bad{background:linear-gradient(90deg,#fb7185,#ef4444)}.cv-star-cnt{color:#6b7280;flex-shrink:0;font-size:.7rem;font-weight:700;text-align:right;width:14px}.cv-keywords{display:flex;flex-wrap:wrap;gap:6px}.cv-kw-chip{background:#eef2ff;border-radius:100px;color:#3730a3;font-size:.74rem;font-weight:600;padding:4px 10px}.cv-review-count{color:#9ca3af;font-size:.71rem;font-weight:500;margin-top:14px}.cv-slot-name-wrap{display:flex;flex-direction:column;gap:2px;min-width:0}.cv-slot-addr{color:#9ca3af;font-size:.68rem;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cv-col-name-wrap{display:flex;flex:1 1;flex-direction:column;gap:3px;min-width:0}.cv-col-addr{color:#9ca3af;font-size:.7rem}.cv-slot-input-wrap{flex:1 1;position:relative}.cv-ac-list{background:#fff;border:1.5px solid #ddd9ff;border-radius:10px;box-shadow:0 8px 24px #6366f11f;left:0;list-style:none;margin:0;overflow:hidden;padding:4px 0;position:absolute;right:0;top:calc(100% + 4px);z-index:200}.cv-ac-item{cursor:pointer;display:flex;flex-direction:column;gap:2px;padding:9px 14px;transition:background .12s}.cv-ac-item.active,.cv-ac-item:hover{background:#f0eeff}.cv-ac-name{color:#1e1b4b;font-size:.82rem;font-weight:700}.cv-ac-addr{color:#6b7280;font-size:.72rem}.cv-ac-rating{color:#f59e0b;font-size:.7rem;font-weight:700;margin-top:1px}.cv-section-praise{color:#059669!important}.cv-section-concern{color:#dc2626!important}.cv-kw-pos{background:#d1fae5!important;color:#065f46!important}.cv-kw-neg{background:#ffe4e6!important;color:#9f1239!important}.cv-sentiment-list{border-radius:8px;display:flex;flex-direction:column;gap:6px;list-style:none;margin:0 0 10px;padding:8px 12px}.cv-sentiment-list li{font-size:.82rem;line-height:1.5;padding-left:14px;position:relative}.cv-sentiment-list li:before{border-radius:50%;content:"";height:5px;left:0;position:absolute;top:8px;width:5px}.cv-sentiment-pos{background:#f0fdf4;border-left:3px solid #4ade80;color:#166534}.cv-sentiment-pos li:before{background:#4ade80}.cv-sentiment-neg{background:#fff1f2;border-left:3px solid #fb7185;color:#9f1239}.cv-sentiment-neg li:before{background:#fb7185}.cv-sentiment-loading{color:#9ca3af;font-size:.78rem;font-style:italic;margin:0 0 10px;padding:4px 0}.cv-slot-role-label{color:#6366f1;font-size:.65rem;font-weight:700;letter-spacing:.06em;margin-bottom:6px;text-transform:uppercase}.cv-slot--own.cv-slot--empty,.cv-slot--own.cv-slot--filled{background:#f5f3ff;border-color:#a5b4fc}.cv-slot--locked{cursor:default;gap:10px;justify-content:center}.cv-slot-locked-msg{color:#6b7280;font-size:.82rem;line-height:1.5;max-width:200px;text-align:center}.cv-col-role{color:#6366f1;font-size:.62rem;font-weight:700;letter-spacing:.07em;margin-bottom:2px;text-transform:uppercase}.cv-sentiment-row{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:.8rem;gap:6px;margin-bottom:14px}.cv-neu-pct{color:#6b7280;font-weight:600}.cv-ai-panel{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1.5px solid #a7f3d0;border-radius:14px;margin-top:20px;padding:18px 20px}.cv-ai-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.cv-ai-title{color:#065f46;font-size:.85rem;font-weight:700}.cv-ai-btn{background:#059669;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.78rem;font-weight:700;padding:7px 16px;transition:background .15s;white-space:nowrap}.cv-ai-btn:hover:not(:disabled){background:#047857}.cv-ai-btn:disabled{cursor:not-allowed;opacity:.6}.cv-ai-hint{color:#6b7280;font-size:.8rem;margin:0}.cv-ai-error{color:#dc2626;font-size:.8rem;margin:0}.cv-ai-text{display:flex;flex-direction:column;gap:6px}.cv-ai-section{color:#065f46;font-size:.82rem;font-weight:700;margin:6px 0 0}.cv-ai-line{color:#374151;font-size:.82rem;line-height:1.5;margin:0}.rv-summary-card{align-items:flex-start;background:linear-gradient(135deg,#f8f7ff,#eef2ff);border:1.5px solid #ddd9ff;border-radius:14px;display:flex;gap:12px;margin-bottom:14px;padding:14px 16px}.rv-sc-body{flex:1 1;min-width:0}.rv-sc-label{color:#7c74c9;display:block;font-size:.68rem;font-weight:700;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.rv-sc-text{color:#374151;font-size:.88rem;font-weight:450;line-height:1.65}.rv-sc-loading{align-items:center;color:#9ca3af;display:flex;font-size:.83rem;gap:8px}.rv-sc-spinner{animation:rm-spin .7s linear infinite;border:2px solid #ede9fe;border-radius:50%;border-top-color:#6366f1;flex-shrink:0;height:16px;width:16px}.rv-export-btns{display:flex;gap:6px}.rv-export-btn{background:#fff;border:1.5px solid #ddd9ff;border-radius:8px;color:#4b5080;cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:700;padding:6px 13px;transition:background .15s,border-color .15s;white-space:nowrap}.rv-export-btn:hover{background:#eef2ff;border-color:#a5b4fc;color:#3730a3}.rv-export-btn--pdf:hover{background:#fff1f2;border-color:#fda4af;color:#e11d48}.rv-tile-footer-right{align-items:center;display:flex;gap:6px}.rv-tile-copy{background:none;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;font-size:.85rem;line-height:1;opacity:0;padding:2px 5px;transition:opacity .15s,color .15s,background .15s}.rv-tile:hover .rv-tile-copy{opacity:1}.rv-tile-copy:hover{background:#6366f11a;color:#6366f1}.rv-modal-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:18px}.rv-share-btn{background:#f8f7ff;border:1.5px solid #ddd9ff;border-radius:12px;color:#4b5080;cursor:pointer;font-family:inherit;font-size:.82rem;font-weight:700;padding:8px 18px;transition:background .15s,border-color .15s,color .15s}.rv-share-btn:hover{background:#eef2ff;border-color:#a5b4fc;color:#3730a3}body.dark{color:#e8e6f8}body.dark,body.dark .rm-content{background:#0f0d1e}body.dark .rm-empty p{color:#6b65a0}body.dark .rm-recent-tile{background:#1a1730;border-color:#2d2a4a}body.dark .rm-recent-tile:hover{border-color:#6366f1}body.dark .rm-recent-tile-name{color:#e8e6f8}body.dark .rm-recent-tile-x{border-left-color:#2d2a4a;color:#4b4880}body.dark .rm-recent-tile-x:hover{background:#2d1520;color:#ef4444}body.dark .rm-recent-clear:hover{background:#2d1520}body.dark .rm-biz-header{background:#1a1730;border-color:#2d2a4a}body.dark .rm-biz-header h2{color:#e8e6f8}body.dark .rtc-card{background:#1a1730;border-color:#2d2a4a}body.dark .rtc-title{color:#e8e6f8}body.dark .rv-modal{background:#1a1730}body.dark .rv-modal-comment{color:#c4c2e8}body.dark .cv-container{background:#1a1730;border-color:#2d2a4a}body.dark .rm-search-input{background:#1a1730;border-color:#3d3775;color:#e8e6f8}body.dark .rm-search-input::placeholder{color:#5a5490}body.dark .rv-keyword-input{background:#1a1730;border-color:#3d3775;color:#e8e6f8}body.dark .rv-keyword-input::placeholder{color:#5a5490}body.dark .rv-tile.pos{background:linear-gradient(145deg,#0d2218,#0a1c14);border-color:#34d39933}body.dark .rv-tile.neg{background:linear-gradient(145deg,#1f0d12,#1a0b10);border-color:#fb718533}body.dark .rv-tile-text{color:#c4c2e8}body.dark .rv-tile-date{color:#6b65a0}body.dark .rv-select{background:#1a1730;border-color:#3d3775;color:#c4c2e8}body.dark .rv-select--active{background:#221e40;color:#a5b4fc}body.dark .rv-filter-bar .rv-clear-btn{background:#1f0d12;border-color:#7f1d1d;color:#fca5a5}body.dark .rv-keyword-panel{background:#1a1730;border-color:#2d2a4a}body.dark .rv-kp-chip{background:#13111f;border-color:#3d3775;color:#c4c2e8}body.dark .rv-kp-count{background:#2d2a4a;color:#a5b4fc}body.dark .rv-summary-card{background:linear-gradient(135deg,#1a1730,#1e1b3e);border-color:#2d2a4a}body.dark .rv-sc-text{color:#c4c2e8}body.dark .rv-draft-textarea{background:#13111f;border-color:#3d3775;color:#e8e6f8}body.dark .rv-draft-regen{background:#1a1730;border-color:#3d3775;color:#a5b4fc}body.dark .rv-summary-text{color:#6b65a0}body.dark .rv-summary-text strong{color:#e8e6f8}body.dark .rv-export-btn{background:#1a1730;border-color:#3d3775;color:#c4c2e8}body.dark .rv-export-btn:hover{background:#221e40;border-color:#6366f1;color:#a5b4fc}body.dark .rv-share-btn{background:#1a1730;border-color:#3d3775;color:#c4c2e8}body.dark .rv-share-btn:hover{background:#221e40;border-color:#6366f1;color:#a5b4fc}body.dark .cv-slot--empty{background:#13111f;border-color:#3d3775}body.dark .cv-slot--filled{background:#1a1730;border-color:#2d2a4a}body.dark .cv-slot-input,body.dark .cv-slot-name{color:#e8e6f8}body.dark .cv-insight{background:linear-gradient(135deg,#1f1a07,#1a1605);border-color:#78350f}body.dark .cv-insight-text{color:#fde68a}body.dark .cv-columns{border-color:#2d2a4a}body.dark .cv-divider{background:#2d2a4a}body.dark .cv-col-name{color:#e8e6f8}body.dark .cv-section-title{color:#6b65a0}body.dark .cv-kw-chip{background:#221e40;color:#a5b4fc}body.dark .cv-review-count{color:#6b65a0}body.dark .cv-exit-btn{background:#1a1730;border-color:#3d3775;color:#c4c2e8}body.dark .cv-empty p{color:#6b65a0}body.dark .cv-title{color:#e8e6f8}body.dark .cv-col-addr,body.dark .cv-slot-addr{color:#6b65a0}body.dark .cv-ac-list{background:#1a1730;border-color:#3d3775}body.dark .cv-ac-item.active,body.dark .cv-ac-item:hover{background:#221e40}body.dark .cv-ac-name{color:#e8e6f8}body.dark .cv-ac-addr{color:#6b65a0}body.dark .cv-kw-pos{background:#052e16!important;color:#6ee7b7!important}body.dark .cv-kw-neg{background:#1f0d12!important;color:#fda4af!important}body.dark .cv-sentiment-pos{background:#052e16;border-left-color:#16a34a;color:#6ee7b7}body.dark .cv-sentiment-pos li:before{background:#16a34a}body.dark .cv-sentiment-neg{background:#1f0d12;border-left-color:#e11d48;color:#fda4af}body.dark .cv-sentiment-neg li:before{background:#e11d48}body.dark .cv-sentiment-loading{color:#4b5563}body.dark .cv-col-role,body.dark .cv-slot-role-label{color:#818cf8}body.dark .cv-slot--own.cv-slot--empty,body.dark .cv-slot--own.cv-slot--filled{background:#1a1730;border-color:#4338ca}body.dark .cv-slot-locked-msg{color:#6b7280}body.dark .cv-ai-panel{background:linear-gradient(135deg,#052e16,#042018);border-color:#065f46}body.dark .cv-ai-section,body.dark .cv-ai-title{color:#6ee7b7}body.dark .cv-ai-line{color:#c4c2e8}body.dark .cv-ai-hint,body.dark .cv-sentiment-row{color:#6b65a0}body.dark .rm-bar-track{background:#2d2a4a}body.dark .rtc-legend-label,body.dark .rtc-subtitle{color:#6b65a0}body.dark .rm-response-rate.good{background:#052e16;color:#6ee7b7}body.dark .rm-response-rate.avg{background:#1c1500;color:#fde68a}body.dark .rm-response-rate.low{background:#1f0d12;color:#fda4af}body.dark .settings-notif-title{color:#e8e6f8}body.dark .settings-notif-desc{color:#6b65a0}body.dark .settings-notif-note{color:#3d3a5c}body.dark .settings-toggle.off{background:#2d2a4a}body.dark .rv-no-match{color:#6b65a0}@media (max-width:900px){.rm-sidebar{width:220px}.rm-biz-header-top{flex-wrap:wrap;gap:8px}.cv-columns--3,.lp-hero-inner{grid-template-columns:1fr}.lp-hero-inner{gap:48px}.lp-hero-title{font-size:2.4rem}.lp-hero-text{text-align:center}.lp-hero-btns,.lp-hero-trust{justify-content:center}.lp-features-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.lp-steps{grid-template-columns:1fr}.lp-steps:before{display:none}}@media (max-width:768px){.rm-body{flex-direction:column}.rm-feature-cards{grid-template-columns:1fr}.rm-google-banner{align-items:flex-start;flex-direction:column}.rm-google-banner-actions{justify-content:space-between;width:100%}.rm-mobile-menu-btn,.rm-sidebar-close,.rm-sidebar-overlay{display:flex}.rm-mobile-menu-btn{align-items:center;background:#ffffff1f;border:1px solid #ffffff38;border-radius:8px;color:#e0e7ff;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:.82rem;font-weight:600;margin-right:4px;padding:7px 14px}.rm-sidebar{background:#fff;border-right:1px solid #ede9fe;box-shadow:4px 0 24px #1e1b4b26;height:100vh;left:0;overflow-y:auto;padding-top:56px;position:fixed;top:0;transform:translateX(-100%);transition:transform .25s ease;width:280px;z-index:500}.rm-sidebar--open{transform:translateX(0)}.rm-sidebar-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f0a2880;inset:0;position:fixed;z-index:499}.rm-sidebar-close{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:13px;height:32px;justify-content:center;position:absolute;right:14px;top:14px;width:32px}.rm-content{padding:16px}.rm-header{flex-wrap:wrap;gap:8px;padding:12px 16px}.rm-header h1{font-size:1.2rem;letter-spacing:2px}.rm-header p{font-size:.68rem}.rm-header-user{gap:8px;margin-left:0}.rm-user-info{display:none}.rm-logout-btn,.rm-settings-btn{font-size:.75rem;padding:6px 10px}.rm-dark-toggle{bottom:12px;font-size:.78rem;padding:8px 12px;right:12px}.rv-tile-grid{grid-template-columns:1fr}.cv-slots-row{flex-direction:column}.cv-slot{width:100%}.cv-columns--1,.cv-columns--2,.cv-columns--3{grid-template-columns:1fr}.cv-divider{display:none}.rv-overlay{align-items:flex-end;padding:0}.rv-modal{border-radius:20px 20px 0 0;max-height:90vh;overflow-y:auto;padding:52px 20px 28px}.rv-modal,.rv-modal--wide{max-width:100%;width:100%}.rv-modal-inner--split{flex-direction:column;gap:20px}.rv-modal-inner--split .rv-modal-body{border-bottom:1.5px solid #f0eeff;border-right:none;flex:none;padding-bottom:20px;padding-right:0}.rv-arrow-left{left:4px}.rv-arrow-right{right:4px}.rv-arrow{font-size:1.3rem;height:34px;width:34px}.rv-filter-bar{flex-wrap:wrap;gap:6px}.rv-select{font-size:.78rem;padding:8px 26px 8px 10px}.rv-summary-bar{align-items:flex-start;flex-direction:column;gap:10px}.lp-nav{padding:0 20px}.lp-nav-brand{font-size:.9rem;letter-spacing:2px}.lp-hero{padding:56px 20px 64px}.lp-hero-inner{gap:40px;grid-template-columns:1fr}.lp-hero-text{text-align:center}.lp-hero-btns,.lp-hero-trust{justify-content:center}.lp-hero-visual{display:none}.lp-hero-title{font-size:2rem}.lp-hero-sub{font-size:.95rem}.lp-stats-bar{flex-direction:column}.lp-stat{border-bottom:1px solid #ffffff0f;border-right:none;max-width:none;padding:20px 24px}.lp-stat:last-child{border-bottom:none}.lp-section{padding:56px 20px}.lp-section-title{font-size:1.6rem}.lp-features-grid,.lp-steps{grid-template-columns:1fr}.lp-steps:before{display:none}.lp-biztype-pills{gap:8px}.lp-pricing-cards{align-items:center;flex-direction:column}.lp-plan-card{max-width:400px;width:100%}.lp-cta-section{padding:56px 20px}.lp-cta-title{font-size:1.6rem}.lp-footer{padding:24px 20px}.pricing-cards{align-items:center;flex-direction:column}.pricing-card{max-width:400px;width:100%}.auth-card{padding:32px 22px 28px}.settings-body{margin:20px auto;padding:0 16px 40px}.settings-sub-card{flex-direction:column;gap:14px}.settings-profile-row{gap:14px}}@media (max-width:480px){.rm-header h1{font-size:1rem;letter-spacing:1.5px}.rm-header p{display:none}.lp-hero-title{font-size:1.65rem}.lp-hero-btns{align-items:center;flex-direction:column}.lp-btn-ghost,.lp-btn-primary{max-width:300px;width:100%}.rv-tile-grid{grid-template-columns:1fr}.rv-modal{padding:48px 14px 24px}.pricing-header{padding:14px 16px}.pricing-header-right{gap:8px}.pricing-user-email{display:none}.auth-card{padding:28px 18px 24px}.auth-brand .rira-logo-name{font-size:1.25rem}}.rm-header{justify-content:space-between}.rm-mobile-menu-btn,.rm-sidebar-close,.rm-sidebar-overlay{display:none}.rm-real-badge{background:#d1fae5;border-radius:100px;color:#065f46;font-size:.72rem;font-weight:700;letter-spacing:.3px;padding:3px 10px}.rm-header-user{align-items:center;display:flex;gap:14px;margin-left:auto}.rm-user-info{align-items:flex-end;display:flex;flex-direction:column;line-height:1.3}.rm-user-name{color:#e0e7ff;font-size:.88rem;font-weight:600}.rm-user-plan{color:#a5b4fc;font-size:.72rem;text-transform:capitalize}.rm-logout-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#e0e7ff;cursor:pointer;font-size:.8rem;font-weight:500;padding:7px 14px;transition:background .18s;white-space:nowrap}.rm-logout-btn:hover{background:#fff3}.rm-notif-btn,.rm-notif-wrap{position:relative}.rm-notif-btn{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:10px;color:#e0e7ff;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:background .18s;width:38px}.rm-notif-btn:hover{background:#fff3}.rm-notif-badge{align-items:center;background:#ef4444;border:2px solid #1e1b4b;border-radius:9px;color:#fff;display:flex;font-size:.65rem;font-weight:700;height:17px;justify-content:center;line-height:1;min-width:17px;padding:0 3px;position:absolute;right:-5px;top:-5px}.rm-notif-panel{background:#fff;border:1px solid #e0e7ff;border-radius:14px;box-shadow:0 12px 40px #1e1b4b2e,0 2px 8px #1e1b4b14;overflow:hidden;position:absolute;right:0;top:calc(100% + 10px);width:320px;z-index:200}.rm-notif-panel-header{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:14px 16px 12px}.rm-notif-panel-title{color:#1e1b4b;font-size:.88rem;font-weight:700}.rm-notif-clear{background:none;border:none;color:#6366f1;cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:600;padding:0;transition:color .15s}.rm-notif-clear:hover{color:#4338ca}.rm-notif-empty{color:#9ca3af;font-size:.86rem;padding:28px 16px;text-align:center}.rm-notif-list{max-height:360px;overflow-y:auto}.rm-notif-item{border-bottom:1px solid #f9fafb;padding:12px 16px;transition:background .12s}.rm-notif-item:last-child{border-bottom:none}.rm-notif-item:hover{background:#f9fafb}.rm-notif-item--bad{border-left:3px solid #ef4444}.rm-notif-item-top{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:3px}.rm-notif-item-author{color:#1e1b4b;font-size:.84rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rm-notif-item-stars{color:#f59e0b;flex-shrink:0;font-size:.75rem;letter-spacing:1px}.rm-notif-item-biz{color:#6366f1;font-size:.72rem;font-weight:600;margin-bottom:4px}.rm-notif-item-comment{color:#6b7280;font-size:.8rem;line-height:1.45}body.dark .rm-notif-panel{background:#1e1a3f;border-color:#3d3775;box-shadow:0 12px 40px #0006}body.dark .rm-notif-panel-header{border-color:#2a2550}body.dark .rm-notif-panel-title{color:#e0e7ff}body.dark .rm-notif-item{border-color:#2a2550}body.dark .rm-notif-item:hover{background:#2a2550}body.dark .rm-notif-item-author{color:#c7d2fe}body.dark .rm-notif-item-comment{color:#9ca3af}.auth-page{align-items:center;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);display:flex;justify-content:center;min-height:100vh;padding:24px}.auth-card{background:#fff;border-radius:20px;box-shadow:0 32px 80px #00000059;max-width:420px;padding:40px 36px 32px;width:100%}.auth-brand{border-bottom:1px solid #f3f4f6;display:flex;justify-content:center;margin-bottom:28px;padding-bottom:24px}.auth-tabs{background:#f3f4f6;border-radius:10px;display:flex;margin-bottom:24px;padding:4px}.auth-tab{background:#0000;border:none;border-radius:7px;color:#6b7280;cursor:pointer;flex:1 1;font-size:.88rem;font-weight:600;padding:9px;transition:all .18s}.auth-tab.active{background:#fff;box-shadow:0 1px 6px #0000001f;color:#4338ca}.auth-form{gap:16px}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:6px}.auth-field label{color:#374151;font-size:.82rem;font-weight:600}.auth-field input{background:#fafafa;border:1.5px solid #e5e7eb;border-radius:10px;font-family:inherit;font-size:.92rem;outline:none;padding:11px 14px;transition:border .18s,box-shadow .18s}.auth-field input:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.auth-error{background:#fef2f2;border:1px solid #fecaca;border-radius:9px;color:#dc2626;font-size:.83rem;padding:10px 14px}.auth-submit{align-items:center;background:linear-gradient(135deg,#4338ca,#6366f1);border:none;border-radius:11px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:700;gap:8px;justify-content:center;margin-top:4px;padding:13px;transition:opacity .18s,transform .1s}.auth-submit:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.auth-submit:disabled{cursor:not-allowed;opacity:.65}.auth-spinner{animation:spin .7s linear infinite;border:2.5px solid #ffffff59;border-radius:50%;border-top-color:#fff;display:inline-block;height:18px;width:18px}.auth-note{color:#9ca3af;font-size:.78rem;line-height:1.5;margin-top:16px;text-align:center}.pricing-page{background:#f4f3ff;display:flex;flex-direction:column;min-height:100vh}.pricing-header{background:linear-gradient(135deg,#1e1b4b,#312e81 65%,#4338ca);box-shadow:0 4px 24px #1e1b4b66;color:#fff;justify-content:space-between;padding:18px 28px}.pricing-brand,.pricing-header,.pricing-header-right{align-items:center;display:flex}.pricing-header-right{gap:14px}.pricing-user-email{color:#c7d2fe;font-size:.82rem}.pricing-logout-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#e0e7ff;cursor:pointer;font-size:.8rem;font-weight:500;padding:7px 14px;transition:background .18s}.pricing-logout-btn:hover{background:#fff3}.pricing-body{align-items:center;display:flex;flex:1 1;flex-direction:column;padding:48px 24px}.pricing-hero{margin-bottom:40px;text-align:center}.pricing-hero h2{color:#1e1b4b;font-size:1.9rem;font-weight:800}.pricing-hero p{color:#6b7280;font-size:1rem;margin-top:8px}.pricing-cards{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;max-width:760px;width:100%}.pricing-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 4px 24px #1e1b4b14;display:flex;flex-direction:column;padding:32px 28px;position:relative;transition:transform .2s,box-shadow .2s;width:320px}.pricing-card:hover{box-shadow:0 12px 40px #1e1b4b24;transform:translateY(-4px)}.pricing-card--featured{border-color:#6366f1;box-shadow:0 8px 36px #6366f138}.pricing-badge{background:linear-gradient(135deg,#4338ca,#6366f1);border-radius:20px;color:#fff;font-size:.75rem;font-weight:700;left:50%;padding:4px 16px;position:absolute;top:-12px;transform:translateX(-50%);white-space:nowrap}.pricing-plan-label{color:#374151;font-size:1rem;font-weight:700;margin-bottom:12px}.pricing-plan-price{align-items:baseline;display:flex;gap:4px;margin-bottom:4px}.pricing-amount{color:#1e1b4b;font-size:2.4rem;font-weight:800}.pricing-period{color:#9ca3af;font-size:.9rem}.pricing-per-month{color:#6366f1;font-size:.8rem;font-weight:600;margin-bottom:20px}.pricing-features{display:flex;flex:1 1;flex-direction:column;gap:10px;list-style:none;margin-bottom:24px;margin-top:16px}.pricing-features li{align-items:center;color:#374151;display:flex;font-size:.88rem;gap:8px}.pricing-check{color:#10b981}.pricing-check,.pricing-cta{font-size:.95rem;font-weight:700}.pricing-cta{background:#f3f4f6;border:none;border-radius:11px;color:#374151;cursor:pointer;font-family:inherit;padding:13px;transition:background .18s,transform .1s}.pricing-cta:hover{background:#e5e7eb;transform:translateY(-1px)}.pricing-cta--featured{background:linear-gradient(135deg,#4338ca,#6366f1);color:#fff}.pricing-cta--featured:hover{background:linear-gradient(135deg,#4338ca,#6366f1);opacity:.92}.pricing-fine{color:#9ca3af;font-size:.78rem;margin-top:24px;text-align:center}.payment-container{max-width:480px;width:100%}.payment-card{background:#fff;border-radius:20px;box-shadow:0 8px 40px #1e1b4b1f;padding:32px 32px 28px}.payment-back{background:none;border:none;color:#6366f1;cursor:pointer;font-family:inherit;font-size:.87rem;font-weight:600;margin-bottom:20px;padding:0}.payment-back:hover{text-decoration:underline}.payment-summary h3{color:#1e1b4b;font-size:1.2rem;font-weight:700;margin-bottom:8px}.payment-plan-pill{background:#ede9fe;border-radius:20px;color:#4338ca;display:inline-block;font-size:.83rem;margin-bottom:20px;padding:5px 14px}.payment-mock-badge{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#15803d;display:inline-flex;font-size:.8rem;font-weight:600;gap:6px;margin-bottom:24px;padding:7px 14px}.payment-form{gap:16px}.payment-field,.payment-form{display:flex;flex-direction:column}.payment-field{gap:6px}.payment-field label{color:#374151;font-size:.82rem;font-weight:600}.payment-field input{background:#fafafa;border:1.5px solid #e5e7eb;border-radius:10px;font-family:inherit;font-size:.92rem;outline:none;padding:11px 14px;transition:border .18s,box-shadow .18s}.payment-field input:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.payment-row{display:flex;gap:16px}.payment-row .payment-field{flex:1 1}.payment-error{background:#fef2f2;border:1px solid #fecaca;border-radius:9px;color:#dc2626;font-size:.83rem;padding:10px 14px}.payment-submit{align-items:center;background:linear-gradient(135deg,#4338ca,#6366f1);border:none;border-radius:11px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.95rem;font-weight:700;gap:8px;justify-content:center;padding:14px;transition:opacity .18s,transform .1s}.payment-submit:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.payment-submit:disabled{cursor:not-allowed;opacity:.65}.payment-spinner{animation:spin .7s linear infinite;border:2.5px solid #ffffff59;border-radius:50%;border-top-color:#fff;display:inline-block;height:16px;width:16px}.payment-disclaimer{color:#9ca3af;font-size:.75rem;margin-top:14px;text-align:center}.pricing-success{padding:60px 24px;text-align:center}.pricing-success-icon{font-size:3.5rem;margin-bottom:16px}.pricing-success h2{color:#1e1b4b;font-size:1.7rem;font-weight:800;margin-bottom:10px}.pricing-success p{color:#6b7280;font-size:.95rem}.pricing-success-hint{color:#9ca3af!important;font-size:.8rem!important;margin-top:8px}@keyframes spin{to{transform:rotate(1turn)}}.auth-forgot-row{display:flex;justify-content:flex-end;margin-top:-6px}.auth-link-btn{background:none;border:none;color:#6366f1;cursor:pointer;font-family:inherit;font-size:.82rem;font-weight:600;padding:0}.auth-link-btn:hover{text-decoration:underline}.auth-section-title{color:#1e1b4b;font-size:1.1rem;font-weight:700;margin-bottom:8px}.forgot-result{padding:8px 0;text-align:center}.forgot-result-title{color:#1e1b4b;font-size:1.1rem;font-weight:700;margin-bottom:10px}.forgot-result-note{color:#6b7280;font-size:.85rem;line-height:1.6;margin-bottom:16px}.forgot-token-box{background:#ede9fe;border-radius:12px;color:#4338ca;font-size:2rem;font-weight:800;letter-spacing:8px;padding:16px;text-align:center}.rm-settings-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#e0e7ff;cursor:pointer;font-family:inherit;font-size:.8rem;font-weight:500;padding:7px 14px;transition:background .18s;white-space:nowrap}.rm-settings-btn:hover{background:#fff3}.settings-page{background:#f4f3ff;display:flex;flex-direction:column;min-height:100vh}.settings-header{align-items:center;background:linear-gradient(135deg,#1e1b4b,#312e81 65%,#4338ca);box-shadow:0 4px 24px #1e1b4b66;display:flex;gap:16px;padding:16px 28px}.settings-back{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#e0e7ff;cursor:pointer;font-family:inherit;font-size:.82rem;font-weight:600;padding:7px 14px;transition:background .18s}.settings-back:hover{background:#fff3}.settings-header-title{color:#e0e7ff;flex:1 1;font-size:1rem;font-weight:700}.settings-signout{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#e0e7ff;cursor:pointer;font-family:inherit;font-size:.8rem;font-weight:500;padding:7px 14px;transition:background .18s}.settings-signout:hover{background:#fff3}.settings-body{display:flex;flex-direction:column;gap:24px;margin:40px auto;max-width:680px;padding:0 24px 60px;width:100%}.settings-section{background:#fff;border-radius:16px;box-shadow:0 2px 12px #1e1b4b12;padding:28px}.settings-section-title{border-bottom:1px solid #f0eeff;color:#1e1b4b;font-size:1rem;font-weight:700;margin-bottom:20px;padding-bottom:12px}.settings-profile-row{display:flex;flex-direction:column;gap:16px}.settings-field-group{display:flex;flex-direction:column;gap:5px}.settings-field-group label{color:#9ca3af;font-size:.78rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.settings-static{color:#1e1b4b;font-size:.95rem;font-weight:500}.settings-field-group input{background:#fafafa;border:1.5px solid #e5e7eb;border-radius:10px;font-family:inherit;font-size:.92rem;outline:none;padding:10px 13px;transition:border .18s,box-shadow .18s}.settings-field-group input:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.settings-sub-card{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.settings-sub-status{align-items:center;display:flex;gap:8px;margin-bottom:6px}.settings-sub-dot{border-radius:50%;height:8px;width:8px}.settings-sub-dot.active{background:#10b981}.settings-sub-dot.inactive{background:#ef4444}.settings-sub-label{color:#374151;font-size:.82rem;font-weight:600}.settings-sub-plan{color:#1e1b4b;font-size:1.05rem;font-weight:700;margin-bottom:4px}.settings-sub-expiry{color:#9ca3af;font-size:.82rem}.settings-sub-expiry.expired{color:#ef4444}.settings-upgrade-btn{background:linear-gradient(135deg,#4338ca,#6366f1);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:700;padding:10px 18px;transition:opacity .18s;white-space:nowrap}.settings-upgrade-btn:hover{opacity:.9}.settings-pw-form{display:flex;flex-direction:column;gap:14px}.settings-msg{border-radius:9px;font-size:.83rem;padding:10px 14px}.settings-msg.ok{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.settings-msg.err{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.settings-pw-btn{align-self:flex-start;background:linear-gradient(135deg,#4338ca,#6366f1);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:inherit;font-size:.92rem;font-weight:700;min-width:160px;padding:12px;transition:opacity .18s}.settings-pw-btn:hover:not(:disabled){opacity:.9}.settings-pw-btn:disabled{cursor:not-allowed;opacity:.6}.settings-google-wrap{display:flex;flex-direction:column;gap:12px}.settings-google-block{display:flex;flex-direction:column;gap:14px}.settings-google-block--connected{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:16px}.settings-google-desc{color:#6b7280;font-size:.88rem;line-height:1.55}.settings-notif-wrap{display:flex;flex-direction:column;gap:20px}.settings-notif-row{align-items:flex-start;display:flex;gap:20px;justify-content:space-between}.settings-notif-title{color:#1e1b4b;font-size:.92rem;font-weight:600;margin-bottom:4px}.settings-notif-desc{color:#6b7280;font-size:.83rem;line-height:1.5;max-width:420px}.settings-notif-note{color:#a0a0c8;font-size:.75rem;margin:0}.settings-toggle{border:none;border-radius:100px;cursor:pointer;flex-shrink:0;height:24px;padding:0;position:relative;transition:background .2s;width:42px}.settings-toggle.on{background:#6366f1}.settings-toggle.off{background:#d1d5db}.settings-toggle-knob{background:#fff;border-radius:50%;display:block;height:18px;left:3px;position:absolute;top:3px;transition:transform .2s;width:18px}.settings-toggle.on .settings-toggle-knob{transform:translateX(18px)}.settings-google-status-row{align-items:center;display:flex;gap:8px}.settings-google-biz-name{color:#1e1b4b;font-size:1rem;font-weight:600}.settings-google-btn{align-self:flex-start;background:linear-gradient(135deg,#4338ca,#6366f1);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.88rem;font-weight:600;padding:11px 22px;transition:opacity .18s}.settings-google-btn:hover:not(:disabled){opacity:.88}.settings-google-btn:disabled{cursor:not-allowed;opacity:.6}.settings-google-disconnect{align-self:flex-start;background:#fff;border:1.5px solid #fca5a5;border-radius:8px;color:#dc2626;cursor:pointer;font-size:.85rem;font-weight:500;padding:9px 18px;transition:background .15s,border-color .15s}.settings-google-disconnect:hover:not(:disabled){background:#fef2f2;border-color:#ef4444}.settings-google-disconnect:disabled{cursor:not-allowed;opacity:.6}.settings-google-loading{color:#9ca3af;font-size:.85rem;padding:8px 0}.settings-location-list{display:flex;flex-direction:column;gap:8px}.settings-location-item{align-items:flex-start;background:#fff;border:1.5px solid #ddd9ff;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:2px;padding:12px 16px;text-align:left;transition:border-color .15s,background .15s;width:100%}.settings-location-item:hover{background:#f5f3ff;border-color:#6366f1}.settings-location-name{color:#1e1b4b;font-size:.9rem;font-weight:600}.settings-location-addr{color:#9ca3af;font-size:.78rem}.rv-draft-google-row{border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:8px;margin-top:4px;padding-top:12px}.rv-draft-post-msg{border-radius:6px;font-size:.82rem;padding:8px 12px}.rv-draft-post-msg.ok{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.rv-draft-post-msg.err{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.rv-post-google-btn{align-self:flex-start;background:linear-gradient(135deg,#059669,#10b981);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.88rem;font-weight:600;padding:11px 20px;transition:opacity .18s}.rv-post-google-btn:hover:not(:disabled){opacity:.88}.rv-post-google-btn:disabled{cursor:not-allowed;opacity:.6}.lp-animate{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}.lp-animate.lp-visible{opacity:1;transform:translateY(0)}.lp-page{background:#fff;font-family:Plus Jakarta Sans,Segoe UI,system-ui,sans-serif;min-height:100vh}.lp-nav{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid #f0eeff;display:flex;height:64px;justify-content:space-between;padding:0 40px;position:sticky;top:0;z-index:100}.lp-nav-brand{cursor:pointer}.lp-nav-actions{align-items:center;display:flex;gap:12px}.lp-nav-signin{background:none;border:none;border-radius:8px;color:#374151;cursor:pointer;font-family:inherit;font-size:.88rem;font-weight:600;padding:8px 16px;transition:background .15s}.lp-nav-signin:hover{background:#f3f4f6}.lp-nav--scrolled{background:#fffffff7;box-shadow:0 2px 20px #00000012;height:54px}.lp-nav-cta{background:#0f172a;border:none;border-radius:9px;color:#fff;cursor:pointer;font-family:inherit;font-size:.88rem;font-weight:700;padding:9px 20px;transition:background .18s}.lp-nav-cta:hover{background:#1e293b}.lp-billing-toggle{align-items:center;display:flex;gap:12px;justify-content:center;margin-bottom:40px}.lp-toggle-label{color:#94a3b8;font-size:.88rem;font-weight:600;transition:color .18s}.lp-toggle-label--active{color:#0f172a}.lp-toggle-switch{background:#e2e8f0;border:none;border-radius:100px;cursor:pointer;flex-shrink:0;height:24px;padding:0;position:relative;transition:background .22s;width:44px}.lp-toggle-switch--on{background:#0f172a}.lp-toggle-knob{background:#fff;border-radius:50%;box-shadow:0 1px 4px #00000026;display:block;height:18px;left:3px;position:absolute;top:3px;transition:transform .22s;width:18px}.lp-toggle-switch--on .lp-toggle-knob{transform:translateX(20px)}.lp-toggle-save{background:#dcfce7;border-radius:20px;color:#166534;font-size:.7rem;font-weight:700;margin-left:4px;padding:2px 7px}.lp-nav-links{align-items:center;display:flex;gap:4px}.lp-nav-link{background:none;border:none;border-radius:8px;color:#374151;cursor:pointer;font-family:inherit;font-size:.87rem;font-weight:600;padding:8px 14px;transition:background .15s,color .15s}.lp-nav-link:hover{background:#f3f4f6;color:#1e1b4b}.lp-hero{background:#fff;border-bottom:1px solid #f1f5f9;overflow:hidden;padding:72px 40px 80px;position:relative}.lp-hero:before{background:radial-gradient(circle,#6366f112 0,#0000 68%);content:"";height:520px;pointer-events:none;position:absolute;right:-160px;top:-160px;width:520px}.lp-hero-inner{grid-gap:64px;align-items:center;display:grid;gap:64px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1160px}.lp-hero-badge{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:100px;color:#475569;display:inline-flex;font-size:.78rem;font-weight:600;gap:4px;letter-spacing:.2px;margin-bottom:24px;min-height:32px;padding:6px 16px}.lp-type-word{color:#4338ca;display:inline-block;font-weight:700;min-width:110px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.lp-type-cursor{animation:blink .9s step-end infinite;color:#4338ca;font-weight:300;margin-left:1px}.lp-hero-title{color:#0f172a;font-size:3rem;font-weight:800;letter-spacing:-1px;line-height:1.14;margin-bottom:20px}.lp-hero-accent{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#4338ca,#7c3aed);-webkit-background-clip:text;background-clip:text}.lp-hero-sub{color:#64748b;font-size:1rem;line-height:1.72;margin-bottom:32px}.lp-hero-btns{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:22px}.lp-btn-primary{background:#0f172a;border:none;border-radius:11px;box-shadow:0 1px 4px #00000026;color:#fff;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:700;padding:14px 28px;transition:background .18s,transform .1s}.lp-btn-primary:hover{background:#1e293b;transform:translateY(-1px)}.lp-btn-ghost{background:#fff;border:1.5px solid #e2e8f0;border-radius:11px;color:#0f172a;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:700;padding:14px 28px;transition:border-color .18s,background .18s}.lp-btn-ghost:hover{background:#f8fafc;border-color:#94a3b8}.lp-hero-trust{align-items:center;color:#94a3b8;display:flex;flex-wrap:wrap;font-size:.8rem;gap:10px}.lp-trust-dot{background:#cbd5e1;border-radius:50%;flex-shrink:0;height:3px;width:3px}.lp-hero-visual{position:relative}.lp-mockup-glow{background:radial-gradient(ellipse at 50% 55%,#6366f11f 0,#0000 65%);inset:-50px;pointer-events:none;position:absolute;z-index:0}@keyframes lp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.lp-mockup{animation:lp-float 5s ease-in-out infinite;background:#fff;border-radius:14px;box-shadow:0 32px 80px #0000008c,0 0 0 1px #ffffff14;overflow:hidden;position:relative;z-index:1}.lp-mockup-bar{align-items:center;background:#f1f3f5;border-bottom:1px solid #e5e7eb;display:flex;gap:6px;padding:10px 14px}.lp-mockup-dot{border-radius:50%;flex-shrink:0;height:11px;width:11px}.lp-mockup-url{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;flex:1 1;font-size:.7rem;margin-left:6px;padding:3px 10px;text-align:center}.lp-mockup-body{display:flex;flex-direction:column;gap:9px;padding:14px}.lp-mockup-header{border-bottom:1px solid #f3f4f6;padding-bottom:10px}.lp-mockup-biz{color:#1e1b4b;font-size:.88rem;font-weight:700;margin-bottom:3px}.lp-mockup-rating-row{align-items:center;display:flex;gap:6px}.lp-mockup-stars-sm{color:#f59e0b;font-size:.72rem}.lp-mockup-avg{color:#6b7280;font-size:.7rem}.lp-mockup-review{background:#fafafe;border:1px solid #f0eeff;border-radius:9px;padding:9px 11px}.lp-mockup-review--warn{background:#fffdf5;border-color:#fef3c7}.lp-mockup-rev-stars{color:#f59e0b;font-size:.72rem;margin-bottom:3px}.lp-rev-stars-low{color:#fbbf24}.lp-mockup-rev-text{color:#374151;font-size:.76rem;line-height:1.5;margin-bottom:3px}.lp-mockup-rev-meta{color:#9ca3af;font-size:.68rem;margin-bottom:6px}.lp-mockup-chip{background:linear-gradient(135deg,#4338ca,#6366f1);border-radius:5px;color:#fff;display:inline-block;font-size:.65rem;font-weight:700;padding:2px 8px}.lp-chip-warn{background:linear-gradient(135deg,#d97706,#f59e0b)}.lp-mockup-chart{border-top:1px solid #f3f4f6;padding-top:9px}.lp-mockup-chart-label{color:#6366f1;font-size:.66rem;font-weight:700;letter-spacing:.05em;margin-bottom:6px;text-transform:uppercase}.lp-mockup-chart-bars{align-items:flex-end;display:flex;gap:4px;height:44px}.lp-mockup-bar-col{align-items:flex-end;display:flex;flex:1 1;height:100%}.lp-mockup-bar-fill{background:linear-gradient(180deg,#818cf8,#4338ca);border-radius:3px 3px 0 0;width:100%}.lp-stats-bar{background:#0f172a;display:flex;justify-content:center}.lp-stat{border-right:1px solid #ffffff0d;flex:1 1;max-width:320px;padding:28px 24px;text-align:center}.lp-stat:last-child{border-right:none}.lp-stat-num{font-feature-settings:"tnum";color:#fff;display:block;font-size:2rem;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.5px;margin-bottom:4px}.lp-stat-label{color:#94a3b8;font-size:.8rem;font-weight:500}.lp-section{padding:88px 40px}.lp-section-inner{margin:0 auto;max-width:1100px}.lp-section-label{color:#6366f1;font-size:.75rem;font-weight:700;letter-spacing:1.5px;margin-bottom:12px;text-transform:uppercase}.lp-section-title{color:#1e1b4b;font-size:2rem;font-weight:800;letter-spacing:-.5px;margin-bottom:10px}.lp-section-sub{color:#6b7280;font-size:1rem;margin-bottom:48px}.lp-features-section{background:#f9f8ff}.lp-features-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.lp-feature-card{background:#fff;border:1px solid #ede9fe;border-radius:14px;padding:24px;transition:box-shadow .2s,transform .2s}.lp-feature-card:hover{box-shadow:0 8px 28px #6366f11a;transform:translateY(-2px)}.lp-feature-icon{align-items:center;background:linear-gradient(135deg,#ede9fe,#e0e7ff);border-radius:10px;color:#4338ca;display:flex;height:40px;justify-content:center;margin-bottom:14px;width:40px}.lp-feature-icon svg{height:20px;width:20px}.lp-feature-title{color:#1e1b4b;font-size:1rem;font-weight:700;margin-bottom:8px}.lp-feature-desc{color:#6b7280;font-size:.88rem;line-height:1.65}.lp-how-section{background:#fff}.lp-steps{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);position:relative}.lp-steps:before{background:linear-gradient(90deg,#6366f1,#c084fc);content:"";height:2px;left:calc(16.67% + 4px);opacity:.25;pointer-events:none;position:absolute;right:calc(16.67% + 4px);top:22px}.lp-step{background:#fafafe;border:1px solid #f0eeff;border-radius:16px;padding:28px}.lp-step-num{align-items:center;background:linear-gradient(135deg,#4338ca,#6366f1);border-radius:12px;color:#fff;display:flex;font-size:.84rem;font-weight:800;height:44px;justify-content:center;margin-bottom:16px;width:44px}.lp-step-title{color:#1e1b4b;font-size:1rem;font-weight:700;margin-bottom:8px}.lp-step-desc{color:#6b7280;font-size:.87rem;line-height:1.65}.lp-biztype-section{background:#f9f8ff}.lp-biztype-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}.lp-biztype-pill{background:#fff;border:1.5px solid #ede9fe;border-radius:100px;color:#4338ca;cursor:default;font-size:.87rem;font-weight:600;padding:8px 18px;transition:background .15s,border-color .15s}.lp-biztype-pill:hover{background:#ede9fe;border-color:#c7d2fe}.lp-pricing-section{background:#fff}.lp-pricing-cards{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.lp-plan-card{background:#fff;border:2px solid #f0eeff;border-radius:20px;display:flex;flex-direction:column;padding:32px 28px;position:relative;transition:transform .2s,box-shadow .2s;width:320px}.lp-plan-card:hover{box-shadow:0 12px 40px #1e1b4b1a;transform:translateY(-4px)}.lp-plan-card--featured{border-color:#6366f1;box-shadow:0 8px 36px #6366f12e}.lp-plan-badge{background:linear-gradient(135deg,#4338ca,#6366f1);border-radius:20px;color:#fff;font-size:.75rem;font-weight:700;left:50%;padding:4px 16px;position:absolute;top:-12px;transform:translateX(-50%);white-space:nowrap}.lp-plan-label{color:#374151;font-size:.95rem;font-weight:700;margin-bottom:12px}.lp-plan-price{align-items:baseline;display:flex;gap:4px;margin-bottom:4px}.lp-plan-amount{color:#1e1b4b;font-size:2.4rem;font-weight:800}.lp-plan-period{color:#9ca3af;font-size:.9rem}.lp-plan-equiv{color:#6366f1;font-size:.8rem;font-weight:600;margin-bottom:20px}.lp-plan-features{display:flex;flex:1 1;flex-direction:column;gap:10px;list-style:none;margin-bottom:24px;margin-top:16px}.lp-plan-features li{align-items:center;color:#374151;display:flex;font-size:.87rem;gap:8px}.lp-plan-check{color:#10b981;font-weight:700}.lp-plan-cta{background:#f3f4f6;border:none;border-radius:11px;color:#374151;cursor:pointer;font-family:inherit;font-size:.92rem;font-weight:700;padding:13px;transition:background .18s}.lp-plan-cta:hover{background:#e5e7eb}.lp-plan-cta--featured{background:linear-gradient(135deg,#4338ca,#6366f1);color:#fff}.lp-plan-cta--featured:hover{opacity:.92}.lp-cta-section{background:linear-gradient(135deg,#1e1b4b,#312e81);padding:80px 40px;text-align:center}.lp-cta-inner{margin:0 auto;max-width:580px}.lp-cta-title{color:#fff;font-size:2rem;font-weight:800;letter-spacing:-.5px;margin-bottom:12px}.lp-cta-sub{color:#a5b4fc;font-size:1rem;margin-bottom:32px}.lp-cta-btn{background:#fff;border:none;border-radius:12px;box-shadow:0 4px 24px #0003;color:#1e1b4b;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:700;padding:15px 36px;transition:opacity .15s,transform .1s}.lp-cta-btn:hover{opacity:.92;transform:translateY(-1px)}.rm-verify-banner{align-items:center;background:linear-gradient(90deg,#fef3c7,#fffbeb);border-bottom:1.5px solid #fcd34d;display:flex;flex-wrap:wrap;gap:16px;padding:10px 28px;position:sticky;top:0;z-index:90}.rm-verify-banner-left{align-items:center;display:flex;flex:1 1;gap:12px;min-width:220px}.rm-verify-icon{font-size:1.3rem}.rm-verify-title{color:#92400e;font-size:.88rem;font-weight:700}.rm-verify-sub{color:#a16207;font-size:.78rem}.rm-verify-banner-right{align-items:center;display:flex;gap:8px}.rm-verify-form{align-items:center;display:flex;gap:6px}.rm-verify-input{background:#fff;border:1.5px solid #fcd34d;border-radius:7px;font-family:inherit;font-size:.84rem;font-weight:700;letter-spacing:.12em;padding:6px 10px;text-transform:uppercase;width:110px}.rm-verify-input:focus{border-color:#f59e0b;outline:none}.rm-verify-btn{background:#d97706;border:none;border-radius:7px;color:#fff;cursor:pointer;font-family:inherit;font-size:.82rem;font-weight:700;padding:6px 16px;transition:background .15s}.rm-verify-btn:hover:not(:disabled){background:#b45309}.rm-verify-btn:disabled{cursor:not-allowed;opacity:.55}.rm-verify-dismiss{background:none;border:none;border-radius:5px;color:#a16207;cursor:pointer;font-size:1rem;line-height:1;padding:4px 6px;transition:background .15s}.rm-verify-dismiss:hover{background:#fde68a}.rm-verify-msg{font-size:.8rem;font-weight:600;padding:2px 0 0;width:100%}.rm-verify-msg.ok{color:#065f46}.rm-verify-msg.err{color:#991b1b}body.dark .rm-verify-banner{background:linear-gradient(90deg,#2d1f00,#3a2800);border-color:#92400e}body.dark .rm-verify-title{color:#fcd34d}body.dark .rm-verify-sub{color:#d97706}body.dark .rm-verify-input{background:#1a1730;border-color:#92400e;color:#fcd34d}body.dark .rm-verify-dismiss{color:#d97706}body.dark .rm-verify-dismiss:hover{background:#451a00}.auth-verify-icon{font-size:2.4rem;margin-bottom:6px;text-align:center}.auth-dev-code-box{align-items:center;background:#f5f3ff;border:1.5px dashed #a5b4fc;border-radius:10px;display:flex;gap:10px;justify-content:space-between;margin-bottom:18px;padding:12px 16px}.auth-dev-code-label{color:#6366f1;font-size:.75rem;font-weight:600}.auth-dev-code{color:#4338ca;font-family:monospace;font-size:1.1rem;font-weight:800;letter-spacing:.3em}.rm-welcome{overflow:hidden;position:relative}.rm-welcome>:not(.rm-welcome-bg){position:relative;z-index:1}.rm-welcome-bg{inset:0;overflow:hidden;pointer-events:none;position:absolute;z-index:0}.rm-wbg{color:#6366f1;position:absolute}.rm-wbg.i1{height:140px;opacity:.07;right:-18px;top:-18px;transform:rotate(18deg);width:140px}.rm-wbg.i2{bottom:30px;height:80px;left:-8px;opacity:.05;transform:rotate(-22deg);width:80px}.rm-wbg.i3{height:44px;opacity:.05;right:60px;top:52%;transform:rotate(35deg);width:44px}.rm-wbg.i4{height:115px;left:-12px;opacity:.05;top:10px;transform:rotate(-6deg);width:115px}.rm-wbg.i5{bottom:50px;height:66px;opacity:.04;right:60px;transform:rotate(12deg);width:66px}.rm-wbg.i6{height:88px;left:4%;opacity:.05;top:42%;width:88px}.rm-wbg.i7{height:72px;opacity:.05;right:14%;top:14%;transform:rotate(6deg);width:72px}.rm-wbg.i8{bottom:14%;height:100px;left:18%;opacity:.04;transform:rotate(-18deg);width:100px}.rm-wbg.i9{bottom:-8px;height:130px;opacity:.05;right:8%;width:130px}.rm-wbg.i10{height:54px;opacity:.04;right:4%;top:28%;width:54px}.rm-wbg.i11{height:32px;left:38%;opacity:.04;top:18%;transform:rotate(10deg);width:32px}.rm-wbg.i12{bottom:22%;height:28px;opacity:.04;right:30%;transform:rotate(-8deg);width:28px}body.dark .rm-wbg{color:#a5b4fc}body.dark .rm-wbg.i1{opacity:.08}body.dark .rm-wbg.i2,body.dark .rm-wbg.i3,body.dark .rm-wbg.i4{opacity:.06}body.dark .rm-wbg.i5{opacity:.05}body.dark .rm-wbg.i6,body.dark .rm-wbg.i7{opacity:.06}body.dark .rm-wbg.i8{opacity:.05}body.dark .rm-wbg.i9{opacity:.06}body.dark .rm-wbg.i10,body.dark .rm-wbg.i11,body.dark .rm-wbg.i12{opacity:.05}.rm-kw-trend{background:#fff;border:1.5px solid #e5e4f8;border-radius:14px;margin:0 0 18px;padding:16px 20px}.rm-kw-trend-title{color:#6366f1;font-size:.78rem;font-weight:700;letter-spacing:.06em;margin-bottom:12px;text-transform:uppercase}.rm-kw-trend-chips{display:flex;flex-wrap:wrap;gap:8px}.rm-kw-trend-chip{align-items:center;background:#f5f3ff;border:1.5px solid #ddd9ff;border-radius:20px;display:flex;font-size:.82rem;gap:6px;padding:4px 12px}.rm-kw-trend-word{color:#4338ca;font-weight:600}.rm-kw-trend-count{color:#9ca3af;font-size:.75rem;font-weight:500}.rm-kw-trend-delta{border-radius:8px;font-size:.72rem;font-weight:700;padding:1px 5px}.rm-kw-trend-delta.up{background:#d1fae5;color:#065f46}.rm-kw-trend-delta.down{background:#fee2e2;color:#991b1b}body.dark .rm-kw-trend{background:#1a1730;border-color:#3d3775}body.dark .rm-kw-trend-title{color:#a5b4fc}body.dark .rm-kw-trend-chip{background:#2a2550;border-color:#4c4690}body.dark .rm-kw-trend-word{color:#c7d2fe}body.dark .rm-kw-trend-count{color:#6b7280}body.dark .rm-kw-trend-delta.up{background:#064e3b;color:#6ee7b7}body.dark .rm-kw-trend-delta.down{background:#7f1d1d;color:#fca5a5}.rm-onboard{background:linear-gradient(135deg,#f5f3ff,#eef2ff);border:1.5px solid #c7d2fe;border-radius:14px;margin:0 0 20px;padding:18px 22px}.rm-onboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.rm-onboard-title{color:#4338ca;font-size:.92rem;font-weight:700}.rm-onboard-dismiss{background:none;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;font-size:.78rem;padding:2px 6px;transition:color .15s,background .15s}.rm-onboard-dismiss:hover{background:#ede9fe;color:#6366f1}.rm-onboard-steps{display:flex;flex-direction:column;gap:8px}.rm-onboard-step{align-items:center;color:#6b7280;display:flex;font-size:.86rem;gap:10px}.rm-onboard-step.done{color:#059669}.rm-onboard-icon{font-size:.9rem;font-weight:700;text-align:center;width:18px}.rm-onboard-label{font-weight:500}body.dark .rm-onboard{background:linear-gradient(135deg,#1a1730,#1e2a50);border-color:#3d3775}body.dark .rm-onboard-title{color:#a5b4fc}body.dark .rm-onboard-step{color:#9ca3af}body.dark .rm-onboard-step.done{color:#34d399}body.dark .rm-onboard-dismiss:hover{background:#2a2550}.rv-tone-bar{display:flex;gap:6px;margin-bottom:14px}.rv-tone-btn{background:#f5f3ff;border:1.5px solid #e5e4f8;border-radius:8px;color:#6366f1;cursor:pointer;flex:1 1;font-family:inherit;font-size:.8rem;font-weight:600;padding:6px 10px;transition:background .15s,border-color .15s,color .15s}.rv-tone-btn:hover{background:#ede9fe;border-color:#a5b4fc}.rv-tone-btn--active{background:linear-gradient(135deg,#4338ca,#6366f1);border-color:#0000;color:#fff}.rv-tone-btn:disabled{cursor:not-allowed;opacity:.5}.rv-unreplied-btn{background:#f5f3ff;border:1.5px solid #e5e4f8;border-radius:8px;color:#6b7280;cursor:pointer;font-family:inherit;font-size:.82rem;font-weight:600;padding:7px 14px;transition:all .15s;white-space:nowrap}.rv-unreplied-btn:hover{border-color:#a5b4fc;color:#6366f1}.rv-unreplied-btn--active{background:#fef3c7;border-color:#f59e0b;color:#92400e}.rv-review-link-btn{background:#eef2ff;border:1.5px solid #c7d2fe;border-radius:8px;color:#4338ca;cursor:pointer;font-family:inherit;font-size:.8rem;font-weight:600;padding:6px 14px;transition:all .15s;white-space:nowrap}.rv-review-link-btn:hover{background:#e0e7ff;border-color:#6366f1}body.dark .rv-tone-btn{background:#2a2550;border-color:#3d3775;color:#a5b4fc}body.dark .rv-tone-btn:hover{background:#35305e}body.dark .rv-tone-btn--active{background:linear-gradient(135deg,#4338ca,#6366f1);border-color:#0000;color:#fff}body.dark .rv-unreplied-btn{background:#2a2550;border-color:#3d3775;color:#9ca3af}body.dark .rv-unreplied-btn:hover{border-color:#6366f1;color:#a5b4fc}body.dark .rv-unreplied-btn--active{background:#44350d;border-color:#d97706;color:#fcd34d}body.dark .rv-review-link-btn{background:#1e2a50;border-color:#3d3775;color:#a5b4fc}body.dark .rv-review-link-btn:hover{background:#2a3870}.lp-footer{background:#0f0c29;padding:56px 40px 36px}.lp-footer-inner{border-bottom:1px solid #ffffff14;display:flex;flex-wrap:wrap;gap:48px;justify-content:space-between;margin:0 auto;max-width:1100px;padding-bottom:36px}.lp-footer-brand-col{display:flex;flex-direction:column;gap:10px;max-width:260px}.lp-footer-brand{align-items:center;display:flex}.lp-footer-copy{color:#4b5563;font-size:.78rem;margin-top:8px}.lp-footer-cols{display:flex;flex-wrap:wrap;gap:48px}.lp-footer-col{display:flex;flex-direction:column;gap:10px;min-width:120px}.lp-footer-col-title{color:#6b7280;font-size:.75rem;font-weight:700;letter-spacing:1px;margin-bottom:4px;text-transform:uppercase}.lp-footer-link{background:none;border:none;color:#9ca3af;cursor:pointer;font-family:inherit;font-size:.87rem;font-weight:500;padding:0;text-align:left;transition:color .15s}.lp-footer-link:hover{color:#fff}.ip-hero{background:linear-gradient(145deg,#0f0c29,#1e1b4b 55%,#312e81);padding:80px 40px 90px}.ip-hero-inner{margin:0 auto;max-width:700px;text-align:center}.ip-hero-title{color:#fff;font-size:2.4rem;font-weight:800;letter-spacing:-.5px;line-height:1.2;margin:14px 0 18px}.ip-hero-sub{color:#a5b4fc;font-size:1.05rem;line-height:1.65}.ip-section{background:#fff;padding:64px 40px}.ip-section--alt{background:#f5f3ff}.ip-section-inner{margin:0 auto;max-width:820px}.ip-section-title{color:#1e1b4b;font-size:1.5rem;font-weight:800;margin-bottom:20px}.ip-body{color:#374151;font-size:.97rem;line-height:1.75;margin-bottom:16px}.ip-link{color:#4338ca;font-weight:600;text-decoration:none}.ip-link:hover{text-decoration:underline}.ip-link-btn{background:none;border:none;color:#4338ca;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:600;padding:0}.ip-link-btn:hover{text-decoration:underline}.ip-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:8px}.ip-card{background:#fff;border:1.5px solid #e0e7ff;border-radius:14px;padding:24px 22px}.ip-card-title{color:#1e1b4b;font-size:1rem;font-weight:700;margin-bottom:8px}.ip-card-desc{color:#6b7280;font-size:.9rem;line-height:1.6}.ip-contact-layout{grid-gap:48px;align-items:start;display:grid;gap:48px;grid-template-columns:1fr 1.6fr}.ip-contact-item{margin-bottom:20px}.ip-contact-label{color:#9ca3af;font-size:.78rem;font-weight:700;letter-spacing:.8px;margin-bottom:4px;text-transform:uppercase}.ip-contact-value{color:#374151;font-size:.92rem}.ip-form{gap:16px}.ip-field,.ip-form{display:flex;flex-direction:column}.ip-field{gap:6px}.ip-label{color:#374151;font-size:.82rem;font-weight:600}.ip-input,.ip-textarea{background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;color:#1e1b4b;font-family:inherit;font-size:.92rem;outline:none;padding:10px 14px;resize:vertical;transition:border-color .15s}.ip-input:focus,.ip-textarea:focus{border-color:#6366f1}.ip-submit{align-self:flex-start;background:linear-gradient(135deg,#4338ca,#6366f1);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:inherit;font-size:.92rem;font-weight:700;padding:12px 28px;transition:opacity .15s}.ip-submit:hover{opacity:.88}.ip-sent{background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:14px;padding:32px 28px;text-align:center}.ip-sent-title{color:#065f46;font-size:1.1rem;font-weight:700;margin-bottom:8px}.ip-sent-sub{color:#047857;font-size:.9rem}.ip-faq-inner{display:flex;flex-direction:column;gap:0}.ip-faq-item{border-bottom:1px solid #e5e7eb}.ip-faq-q{align-items:center;background:none;border:none;color:#1e1b4b;cursor:pointer;display:flex;font-family:inherit;font-size:.97rem;font-weight:600;gap:16px;justify-content:space-between;padding:20px 0;text-align:left;transition:color .15s;width:100%}.ip-faq-item--open .ip-faq-q,.ip-faq-q:hover{color:#4338ca}.ip-faq-icon{color:#6366f1;flex-shrink:0;font-size:1.3rem;font-weight:400}.ip-faq-a{color:#4b5563;font-size:.92rem;line-height:1.72;padding:0 0 20px}.ip-legal-inner{display:flex;flex-direction:column;gap:32px}.ip-legal-section{border-bottom:1px solid #f3f4f6;padding-bottom:28px}.ip-legal-section:last-child{border-bottom:none}.ip-legal-h2{color:#1e1b4b;font-size:1.05rem;font-weight:700;margin-bottom:10px}@media (max-width:768px){.ip-hero{padding:60px 20px 70px}.ip-hero-title{font-size:1.8rem}.ip-section{padding:48px 20px}.ip-contact-layout{gap:32px;grid-template-columns:1fr}.lp-footer{padding:40px 20px 28px}.lp-footer-inner{flex-direction:column;gap:32px}.lp-footer-cols{gap:28px}.lp-nav-links{display:none}}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.rm-skeleton{animation:shimmer 1.4s linear infinite;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:600px 100%;border-radius:8px}.rm-skeleton-card{background:#fff;border:1.5px solid #e5e4f8;border-radius:14px;display:flex;flex-direction:column;gap:12px;padding:20px}.rm-skeleton-line{border-radius:6px;height:14px}.rm-skeleton-line.rm-skeleton{width:100%}.rm-skeleton-line.short{width:60%}.rm-skeleton-line.med{width:80%}.rm-skeleton-title{height:20px;margin-bottom:4px;width:45%}.rm-skeleton-stars{height:16px;width:100px}.rm-skeleton-avatar{border-radius:50%;flex-shrink:0;height:40px;width:40px}.rm-skeleton-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}
/*# sourceMappingURL=main.6aa029dd.css.map*/