.wisdom-chat-toggle{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#1a5c4c,#2d7a6a);border:none;color:#fff;cursor:pointer;box-shadow:0 4px 16px #1a5c4c66;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:9999}.wisdom-chat-toggle:hover{transform:scale(1.1);box-shadow:0 6px 24px #1a5c4c80}.wisdom-chat-toggle.open{background:#374151}.wisdom-chat-window{position:fixed;bottom:96px;right:24px;width:380px;height:520px;background:#1a1f2e;border-radius:16px;box-shadow:0 8px 32px #0006;display:flex;flex-direction:column;overflow:hidden;z-index:9998;border:1px solid rgba(255,255,255,.1)}.wisdom-chat-header{background:linear-gradient(135deg,#1a5c4c,#2d7a6a);padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.wisdom-chat-title{display:flex;align-items:center;gap:8px;font-weight:600;font-size:16px;color:#fff}.wisdom-chat-icon{font-size:20px}.wisdom-chat-badge{background:#fff3;color:#fff;font-size:10px;padding:2px 8px;border-radius:10px;font-weight:500}.wisdom-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.wisdom-chat-message{max-width:85%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5}.wisdom-chat-message.user{align-self:flex-end;background:linear-gradient(135deg,#1a5c4c,#2d7a6a);color:#fff;border-bottom-right-radius:4px}.wisdom-chat-message.assistant{align-self:flex-start;background:#2d3548;color:#fff;border-bottom-left-radius:4px}.wisdom-chat-message.assistant .message-content{color:#fff;font-weight:400}.message-content.loading{display:flex;gap:4px;padding:4px 0}.message-content.loading .dot{width:8px;height:8px;background:#6b7280;border-radius:50%;animation:bounce 1.4s ease-in-out infinite}.message-content.loading .dot:nth-child(2){animation-delay:.2s}.message-content.loading .dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}}.wisdom-chat-quick{padding:8px 16px;display:flex;flex-wrap:wrap;gap:8px;border-top:1px solid rgba(255,255,255,.05)}.quick-question{background:#1a5c4c33;border:1px solid rgba(26,92,76,.4);color:#4ade80;font-size:12px;padding:6px 12px;border-radius:16px;cursor:pointer;transition:all .2s ease}.quick-question:hover{background:#1a5c4c66;border-color:#4ade80}.wisdom-chat-input-area{padding:12px 16px;background:#232938;display:flex;gap:8px;align-items:flex-end;border-top:1px solid rgba(255,255,255,.05)}.wisdom-chat-input-area textarea{flex:1;background:#1a1f2e;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 16px;color:#fff;font-size:14px;resize:none;max-height:100px;font-family:inherit}.wisdom-chat-input-area textarea:focus{outline:none;border-color:#1a5c4c}.wisdom-chat-input-area textarea::placeholder{color:#6b7280}.send-button{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#1a5c4c,#2d7a6a);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.send-button:hover:not(:disabled){transform:scale(1.05)}.send-button:disabled{opacity:.5;cursor:not-allowed}.wisdom-chat-messages::-webkit-scrollbar{width:6px}.wisdom-chat-messages::-webkit-scrollbar-track{background:transparent}.wisdom-chat-messages::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}@media (max-width: 480px){.wisdom-chat-window{width:calc(100vw - 32px);right:16px;bottom:88px;height:60vh}.wisdom-chat-toggle{right:16px;bottom:16px}}:root{--wm-gold: #A78B5B;--wm-gold-light: #C4A76C;--wm-gold-dark: #8B7347;--wm-bg-dark: #1a1a1a;--wm-bg-card: rgba(255,255,255,.05);--wm-border: rgba(167,139,91,.2);--wm-border-hover: rgba(167,139,91,.4);--wm-text: #ffffff;--wm-text-muted: rgba(255,255,255,.6);--wm-success: #4ade80;--wm-danger: #f87171}.wm-app{min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d2d2d,#1a1a1a);color:var(--wm-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.wm-header{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--wm-border)}.wm-header__logo{display:flex;align-items:center;gap:20px}.wm-header__logo-img{height:50px}.wm-header__logo-divider{width:1px;height:40px;background:#a78b5b66}.wm-header__logo-text{font-size:1.4rem;font-weight:600;letter-spacing:.5px;color:#fff}.wm-header__logo-text span{color:var(--wm-gold)}.wm-header__nav{display:flex;gap:2rem}.wm-header__nav-link{color:var(--wm-text-muted);text-decoration:none;font-weight:500;cursor:pointer;background:none;border:none;font-size:1rem;transition:color .3s}.wm-header__nav-link:hover,.wm-header__nav-link--active{color:var(--wm-gold)}.wm-header__new-badge{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;font-size:.6rem;font-weight:700;padding:.15rem .4rem;border-radius:3px;margin-left:.4rem;text-transform:uppercase;animation:badgePulse 2s ease infinite}@keyframes badgePulse{0%,to{opacity:1}50%{opacity:.7}}.wm-header__user-badge{background:linear-gradient(135deg,var(--wm-gold),var(--wm-gold-light));padding:8px 20px;border-radius:6px;font-weight:600;color:#1a1a1a}.wm-main{padding:2rem;max-width:1400px;margin:0 auto}.wm-page-title{font-size:2rem;margin-bottom:.5rem;font-weight:700}.wm-page-subtitle{color:var(--wm-text-muted);margin-bottom:2rem}.wm-alert-banner{background:linear-gradient(90deg,var(--wm-gold),var(--wm-gold-light));padding:1rem 2rem;border-radius:10px;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;color:#1a1a1a}.wm-alert-banner__icon{font-size:1.5rem}.wm-alert-banner__text{flex:1}.wm-alert-banner__text strong{display:block;margin-bottom:4px}.wm-alert-banner__action{background:#0003;color:#1a1a1a;padding:8px 20px;border-radius:6px;font-weight:600;cursor:pointer;border:none;transition:background .3s}.wm-alert-banner__action:hover{background:#0000004d}.wm-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}@media (max-width: 1024px){.wm-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.wm-kpi-grid{grid-template-columns:1fr}}.wm-kpi-card{background:var(--wm-bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;border:1px solid var(--wm-border);transition:transform .3s,box-shadow .3s,border-color .3s}.wm-kpi-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #a78b5b33;border-color:var(--wm-border-hover)}.wm-kpi-card__label{color:var(--wm-text-muted);font-size:.9rem;margin-bottom:.5rem}.wm-kpi-card__value{font-size:2rem;font-weight:700;color:var(--wm-gold)}.wm-kpi-card__change{font-size:.85rem;margin-top:.5rem}.wm-kpi-card__change--up{color:var(--wm-success)}.wm-kpi-card__change--down{color:var(--wm-danger)}.wm-content-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}@media (max-width: 900px){.wm-content-grid{grid-template-columns:1fr}}.wm-panel{background:var(--wm-bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;border:1px solid var(--wm-border)}.wm-panel__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.wm-panel__title{font-size:1.2rem;font-weight:600;display:flex;align-items:center;gap:10px}.wm-panel__badge{background:var(--wm-gold);color:#1a1a1a;padding:4px 12px;border-radius:6px;font-size:.75rem;font-weight:600}.wm-competitor-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff08;border-radius:10px;margin-bottom:.75rem;border-left:4px solid transparent;transition:all .3s}.wm-competitor-item:hover{background:#ffffff14}.wm-competitor-item--alert{border-left-color:var(--wm-gold-light);background:#a78b5b26}.wm-competitor-item--opportunity{border-left-color:var(--wm-success);background:#4ade801a}.wm-competitor-item__name,.wm-competitor-item__name-link{font-weight:600;color:#fff;text-decoration:none}.wm-competitor-item__name-link:hover{color:var(--wm-gold-light);text-decoration:underline}.wm-competitor-item__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.wm-competitor-item__link{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;background:#ffffff14;color:var(--wm-text-muted);text-decoration:none;font-size:.9rem;transition:all .2s}.wm-competitor-item__link:hover{background:#a78b5b4d;color:var(--wm-gold-light)}.wm-competitor-item__detail{color:var(--wm-text-muted);font-size:.85rem;margin-top:4px}.wm-competitor-item__action{background:#a78b5b33;color:var(--wm-gold-light);padding:6px 12px;border-radius:6px;font-size:.8rem;font-weight:500;border:none;cursor:pointer}.wm-wisdom-offer{background:linear-gradient(135deg,#10554699,#1464504d);border:1px solid rgba(74,222,128,.35);border-radius:10px;padding:1rem;margin-bottom:.75rem}.wm-wisdom-offer__header{display:flex;align-items:center;gap:12px;margin-bottom:.75rem}.wm-wisdom-offer__logo{width:36px;height:36px;background:linear-gradient(135deg,#4ade80,#22c55e);color:#0a2e1a;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem}.wm-wisdom-offer__title,.wm-wisdom-offer__title-link{font-weight:700;font-size:.95rem;color:#fff;text-decoration:none}.wm-wisdom-offer__title-link:hover{text-decoration:underline;color:#4ade80}.wm-wisdom-offer__badge{display:inline-block;background:#4ade8033;color:#4ade80;padding:2px 8px;border-radius:4px;font-size:.65rem;font-weight:700;letter-spacing:.05em;margin-top:3px}.wm-wisdom-offer__items{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:.5rem}.wm-wisdom-offer__tag{background:#4ade8026;color:#4ade80;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:600;border:1px solid rgba(74,222,128,.25)}.wm-wisdom-offer__detail,.wm-wisdom-offer__detail-link{color:#ffffff80;font-size:.75rem;text-decoration:none}.wm-wisdom-offer__detail-link:hover{color:#4ade80;text-decoration:underline}.wm-competitor-feed__divider{display:flex;align-items:center;gap:12px;margin:.75rem 0;color:#ffffff59;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.wm-competitor-feed__divider:before,.wm-competitor-feed__divider:after{content:"";flex:1;height:1px;background:#ffffff1f}.wm-ai-insight{background:linear-gradient(135deg,#a78b5b33,#c4a76c1a);border-radius:10px;padding:1.25rem;margin-bottom:1rem;border:1px solid rgba(167,139,91,.3)}.wm-ai-insight__header{display:flex;align-items:center;gap:10px;margin-bottom:.75rem;font-weight:600}.wm-ai-insight__icon{width:28px;height:28px;background:var(--wm-gold);border-radius:6px;display:flex;align-items:center;justify-content:center}.wm-ai-insight__text{color:#ffffffe6;line-height:1.6;font-size:.95rem}.wm-quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}.wm-quick-action{background:#ffffff0d;border:1px solid var(--wm-border);border-radius:10px;padding:1rem;text-align:center;cursor:pointer;transition:all .3s}.wm-quick-action:hover{background:#a78b5b33;border-color:var(--wm-gold)}.wm-quick-action__icon{font-size:1.5rem;margin-bottom:.5rem}.wm-quick-action__label{font-size:.85rem}.wm-wow-feature{background:linear-gradient(135deg,#2d2d2d,#1a1a1a);border:2px solid var(--wm-gold);border-radius:16px;padding:2rem;margin:2rem 0;position:relative;overflow:hidden}.wm-wow-feature:before{content:"WOW FEATURE";position:absolute;top:15px;right:-35px;background:var(--wm-gold);color:#1a1a1a;padding:5px 40px;font-size:.7rem;font-weight:700;transform:rotate(45deg)}.wm-wow-feature__title{font-size:1.5rem;margin-bottom:1rem;display:flex;align-items:center;gap:12px}.wm-wow-feature__description{color:#fffc;line-height:1.7;margin-bottom:1.5rem}.wm-wow-feature__demo{background:#0006;border-radius:10px;padding:1.5rem;border:1px solid var(--wm-border)}.wm-wow-feature__demo-header{display:flex;align-items:center;gap:10px;margin-bottom:1rem;color:var(--wm-success)}.wm-wow-feature__demo-content{font-family:monospace;color:#fff;line-height:1.8}.wm-typing-cursor{animation:wm-blink 1s infinite}@keyframes wm-blink{0%,50%{opacity:1}51%,to{opacity:0}}.wm-logout-btn{background:transparent;border:1px solid var(--wm-border);color:var(--wm-text-muted);padding:6px 12px;border-radius:6px;cursor:pointer;font-size:.85rem;margin-left:1rem;transition:all .3s}.wm-logout-btn:hover{border-color:var(--wm-gold);color:var(--wm-gold)}.wm-kpi-card__source{font-size:.75rem;color:var(--wm-text-muted);margin-top:.75rem;padding-top:.75rem;border-top:1px dashed var(--wm-border);font-style:italic;line-height:1.5}.wm-alert-banner__source{font-size:.8rem;opacity:.8;margin-top:8px;font-style:italic}.wm-land-releases{margin-top:1rem}.wm-land-releases__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.wm-land-releases__title{font-size:1.8rem;margin-bottom:.5rem}.wm-land-releases__subtitle{color:var(--wm-text-muted);display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.wm-land-releases__source-badge{display:inline-block;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;font-size:.7rem;font-weight:600;padding:3px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.wm-land-releases__api-link{display:inline-block;background:#16a34a33;color:#22c55e;font-size:.7rem;font-weight:600;padding:3px 8px;border-radius:4px;text-decoration:none;border:1px solid rgba(22,163,74,.4)}.wm-land-releases__api-link:hover{background:#16a34a4d}.wm-land-releases__meta{display:flex;gap:1.5rem;font-size:.8rem;color:var(--wm-text-muted);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.wm-land-releases__loading{text-align:center;padding:3rem;color:var(--wm-text-muted);font-size:1.1rem}.wm-land-releases__stats{display:flex;gap:2rem}.wm-land-releases__stat{text-align:center}.wm-land-releases__stat-value{display:block;font-size:2rem;font-weight:700;color:var(--wm-gold)}.wm-land-releases__stat-label{font-size:.85rem;color:var(--wm-text-muted)}.wm-land-releases__search-row{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap}.wm-land-releases__search{position:relative;flex:1;min-width:250px;max-width:400px}.wm-land-releases__search-input{width:100%;padding:10px 40px 10px 16px;border-radius:25px;border:1px solid var(--wm-border);background:var(--wm-bg-card);color:var(--wm-text);font-size:.95rem;transition:all .3s}.wm-land-releases__search-input:focus{outline:none;border-color:var(--wm-gold);box-shadow:0 0 0 3px #c8aa6e33}.wm-land-releases__search-input::placeholder{color:var(--wm-text-muted)}.wm-land-releases__search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:var(--wm-text-muted);color:var(--wm-bg);border:none;border-radius:50%;width:20px;height:20px;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.wm-land-releases__search-clear:hover{background:var(--wm-gold)}.wm-land-releases__no-results{text-align:center;padding:3rem;color:var(--wm-text-muted);font-size:1.1rem;background:var(--wm-bg-card);border-radius:12px;margin-bottom:1.5rem}.wm-land-card__promo{background:#22c55e26;color:#22c55e;padding:6px 10px;border-radius:6px;font-size:.8rem;margin-bottom:.75rem;border-left:3px solid #22c55e}.wm-modal__data-sources{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.wm-modal__data-source{background:#ffffff0d;padding:1rem;border-radius:8px;font-size:.9rem}.wm-modal__data-source ul{margin:.5rem 0 0;padding-left:1.2rem}.wm-modal__data-source li{margin-bottom:.3rem}.wm-modal__promo{background:#22c55e26;color:#22c55e;padding:10px 14px;border-radius:8px;font-weight:500}.wm-land-releases__alert{background:linear-gradient(135deg,#dc262626,#f59e0b1a);border:1px solid rgba(220,38,38,.4);border-radius:10px;padding:12px 16px;margin-bottom:1rem;display:flex;align-items:center;gap:10px}.wm-land-releases__alert-icon{font-size:1.2rem}.wm-land-releases__alert-text{font-size:.9rem;color:#fbbf24}.wm-land-card--urgent{border-color:#dc262680;background:linear-gradient(135deg,var(--wm-bg-card),rgba(220,38,38,.08))}.wm-land-card__badges{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.wm-land-card__stock-badge{font-size:.65rem;font-weight:700;padding:3px 8px;border-radius:4px;color:#fff;text-transform:uppercase;letter-spacing:.5px;animation:pulse-urgent 2s infinite}@keyframes pulse-urgent{0%,to{opacity:1}50%{opacity:.7}}.wm-modal__urgent-alert{background:linear-gradient(135deg,#dc262633,#f59e0b26);border:1px solid rgba(220,38,38,.5);color:#fbbf24;padding:12px 16px;border-radius:8px;font-weight:500;margin-bottom:1.5rem;text-align:center}.wm-modal__insights{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.wm-modal__insight-card{background:#ffffff08;border:1px solid var(--wm-border);border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:4px}.wm-modal__insight-label{font-size:.75rem;color:var(--wm-text-muted);text-transform:uppercase;letter-spacing:.5px}.wm-modal__insight-value{font-size:1.3rem;font-weight:600}.wm-modal__insight-context{font-size:.8rem;color:var(--wm-text-muted)}.wm-modal__actions-list{display:flex;flex-direction:column;gap:10px}.wm-modal__action{display:flex;align-items:center;gap:10px;background:#ffffff08;padding:12px 14px;border-radius:8px;font-size:.9rem}.wm-modal__action--urgent{background:#dc262626;border:1px solid rgba(220,38,38,.3)}.wm-modal__action-icon{font-size:1.1rem}.wm-land-releases__filters{display:flex;gap:.75rem}.wm-land-releases__filter{padding:8px 16px;border-radius:20px;border:1px solid var(--wm-border);background:transparent;color:var(--wm-text-muted);cursor:pointer;transition:all .3s}.wm-land-releases__filter:hover,.wm-land-releases__filter.active{background:var(--wm-gold);color:#1a1a1a;border-color:var(--wm-gold)}.wm-land-releases__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.wm-land-card{background:var(--wm-bg-card);border:1px solid var(--wm-border);border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s}.wm-land-card:hover{border-color:var(--wm-gold);transform:translateY(-2px)}.wm-land-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.wm-land-card__name{font-size:1.25rem;font-weight:600;margin:0}.wm-land-card__developer{color:var(--wm-text-muted);font-size:.9rem}.wm-land-card__status{padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600;color:#fff}.wm-land-card__location{color:var(--wm-text-muted);font-size:.9rem;margin-bottom:1rem}.wm-land-card__stats{display:flex;gap:1.5rem;margin-bottom:1rem;padding:.75rem;background:#0003;border-radius:8px}.wm-land-card__stat{text-align:center;flex:1}.wm-land-card__stat-value{display:block;font-size:1.1rem;font-weight:600;color:var(--wm-gold)}.wm-land-card__stat-label{font-size:.7rem;color:var(--wm-text-muted);text-transform:uppercase}.wm-land-card__price{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.wm-land-card__price-range{font-weight:600;font-size:1.1rem}.wm-land-card__growth{font-weight:600;font-size:.9rem}.wm-land-card__notes{font-size:.85rem;color:var(--wm-text-muted);margin-bottom:.5rem;line-height:1.5}.wm-land-card__source{font-size:.7rem;color:#16a34a;margin-bottom:1rem;font-weight:500}.wm-modal__source-note{font-size:.75rem;color:#16a34a;margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(22,163,74,.3);font-weight:500}.wm-land-card__actions{display:flex;gap:.75rem}.wm-land-card__btn{flex:1;padding:10px 16px;border-radius:6px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .3s}.wm-land-card__btn--primary{background:var(--wm-gold);color:#1a1a1a;border:none}.wm-land-card__btn--primary:hover{background:var(--wm-gold-light)}.wm-land-card__btn--secondary{background:transparent;color:var(--wm-gold);border:1px solid var(--wm-gold)}.wm-land-card__btn--secondary:hover{background:#a78b5b1a}.wm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.wm-modal{background:#2a2a2a;border:1px solid var(--wm-border);border-radius:16px;padding:2rem;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;position:relative}.wm-modal__close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--wm-text-muted);font-size:1.5rem;cursor:pointer}.wm-modal__close:hover{color:var(--wm-text)}.wm-modal__title{font-size:1.5rem;margin-bottom:.25rem}.wm-modal__subtitle{color:var(--wm-text-muted);margin-bottom:1.5rem}.wm-modal__section{margin-bottom:1.5rem}.wm-modal__section h4{color:var(--wm-gold);margin-bottom:.75rem;font-size:1rem}.wm-modal__ai-insight{background:#0000004d;padding:1rem;border-radius:8px;border-left:3px solid var(--wm-gold)}.wm-modal__ai-insight ul{margin:.5rem 0 0 1rem;padding:0}.wm-modal__ai-insight li{margin-bottom:.5rem;color:var(--wm-text-muted)}.wm-modal__match-count{text-align:center;margin-bottom:1rem}.wm-modal__match-number{font-size:2rem;font-weight:700;color:var(--wm-gold)}.wm-competitor-modal{background:#2a2a2a;border:1px solid var(--wm-border);border-radius:16px;padding:2rem;max-width:800px;width:100%;max-height:85vh;overflow-y:auto;position:relative}.wm-competitor-modal__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.wm-competitor-modal__title{font-size:1.75rem;margin:0 0 .25rem}.wm-competitor-modal__subtitle{color:var(--wm-text-muted);margin:0}.wm-competitor-modal__badge{padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;color:#fff}.wm-competitor-modal__alert{display:flex;align-items:center;gap:12px;background:#4ade801a;border:1px solid rgba(74,222,128,.3);border-radius:8px;padding:12px 16px;margin-bottom:1.5rem}.wm-competitor-modal__alert-icon{font-size:1.5rem}.wm-competitor-modal__alert-time{display:block;color:var(--wm-success);font-size:.85rem}.wm-competitor-modal__section{margin-bottom:1.5rem}.wm-competitor-modal__section h3{color:var(--wm-gold);font-size:1rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--wm-border)}.wm-competitor-modal__impact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.wm-competitor-modal__impact-card{display:flex;align-items:center;gap:12px;background:#0000004d;padding:1rem;border-radius:8px}.wm-competitor-modal__impact-icon{font-size:1.5rem}.wm-competitor-modal__impact-value{font-size:1.25rem;font-weight:700;color:var(--wm-gold)}.wm-competitor-modal__impact-label{font-size:.8rem;color:var(--wm-text-muted)}.wm-competitor-modal__table{width:100%;border-collapse:collapse}.wm-competitor-modal__table th,.wm-competitor-modal__table td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--wm-border)}.wm-competitor-modal__table th{color:var(--wm-text-muted);font-size:.8rem;text-transform:uppercase;font-weight:600}.wm-competitor-modal__table td{font-size:.9rem}.wm-competitor-modal__advantages{list-style:none;padding:0;margin:0}.wm-competitor-modal__advantages li{padding:8px 0;color:var(--wm-success);border-bottom:1px solid var(--wm-border)}.wm-competitor-modal__advantages li:last-child{border-bottom:none}.wm-competitor-modal__recommendation{background:#a78b5b1a;border:1px solid var(--wm-border);border-radius:8px;padding:1rem}.wm-competitor-modal__recommendation p{margin:.5rem 0}.wm-competitor-modal__actions{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.wm-competitor-modal__btn{padding:12px 20px;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s}.wm-competitor-modal__btn--primary{background:var(--wm-gold);color:#1a1a1a;border:none;flex:1}.wm-competitor-modal__btn--primary:hover{background:var(--wm-gold-light)}.wm-competitor-modal__btn--secondary{background:transparent;color:var(--wm-gold);border:1px solid var(--wm-gold)}.wm-competitor-modal__btn--secondary:hover{background:#a78b5b1a}.wm-coming-soon{text-align:center;padding:4rem 2rem;background:var(--wm-bg-card);border:1px dashed var(--wm-border);border-radius:12px;margin-top:2rem}.wm-coming-soon span{font-size:3rem;margin-bottom:1rem;display:block}.wm-coming-soon h3{color:var(--wm-gold);margin-bottom:.5rem}.wm-coming-soon p{color:var(--wm-text-muted)}.wm-ai-feature-banner{display:flex;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#a78b5b1a,#8b6e3e0d);border:1px solid rgba(167,139,91,.35);border-radius:12px;margin-bottom:1.5rem;cursor:pointer;transition:all .3s}.wm-ai-feature-banner:hover{background:linear-gradient(135deg,#a78b5b2e,#8b6e3e1a);border-color:#c4a76c8c;transform:translateY(-2px);box-shadow:0 8px 28px #a78b5b40}.wm-ai-feature-icon{font-size:2rem;flex-shrink:0}.wm-ai-feature-content{flex:1}.wm-ai-feature-content h3{color:#c4a76c;font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.wm-ai-feature-content p{color:var(--wm-text-muted);font-size:.9rem;margin:0}.wm-ai-feature-badge{background:linear-gradient(135deg,#a78b5b,#8b6e3e);color:#0a0d14;padding:.25rem .75rem;border-radius:20px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.wm-ai-feature-arrow{font-size:1.5rem;color:#c4a76c;opacity:.7;transition:transform .2s}.wm-ai-feature-banner:hover .wm-ai-feature-arrow{transform:translate(4px);opacity:1}.wm-ai-feature-banner--blue{background:linear-gradient(135deg,#3b82f61a,#6366f10d);border-color:#3b82f64d}.wm-ai-feature-banner--blue:hover{background:linear-gradient(135deg,#3b82f626,#6366f11a);border-color:#3b82f680;box-shadow:0 8px 24px #3b82f633}.wm-ai-feature-banner--blue .wm-ai-feature-content h3{color:#60a5fa}.wm-ai-feature-banner--blue .wm-ai-feature-badge{background:linear-gradient(135deg,#3b82f6,#6366f1)}.wm-ai-feature-banner--blue .wm-ai-feature-arrow{color:#60a5fa}@media (max-width: 768px){.wm-land-releases__header{flex-direction:column;gap:1rem}.wm-land-releases__grid,.wm-competitor-modal__impact-grid{grid-template-columns:1fr}.wm-competitor-modal__actions{flex-direction:column}.wm-ai-feature-banner{flex-direction:column;text-align:center;gap:1rem}.wm-ai-feature-arrow{display:none}}.momentum-page{padding:2rem}.momentum-header{text-align:center;margin-bottom:2rem}.momentum-logo{display:inline-flex;align-items:center;gap:1rem;margin-bottom:.5rem}.momentum-logo .logo-icon{width:48px;height:48px;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff}.momentum-logo .logo-text h1{font-size:1.75rem;font-weight:700;color:#fff;margin:0;letter-spacing:2px}.momentum-logo .logo-text span{font-size:.75rem;color:#10b981;letter-spacing:3px}.momentum-subtitle{color:#94a3b8;font-size:.95rem;margin-top:.5rem}.momentum-autoscout-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#1e3a5f,#2d4a6f);border:2px solid #4fd1c5;border-radius:8px;color:#4fd1c5;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.momentum-autoscout-btn:hover{background:linear-gradient(135deg,#4fd1c5,#38b2ac);color:#0a1628;transform:translateY(-2px);box-shadow:0 4px 15px #4fd1c54d}.momentum-autoscout-btn .autoscout-icon{font-size:1.2rem}.momentum-autoscout-btn .autoscout-badge{background:#4fd1c5;color:#0a1628;font-size:.65rem;font-weight:700;padding:.15rem .4rem;border-radius:3px;animation:livePulse 2s ease infinite}@keyframes livePulse{0%,to{opacity:1}50%{opacity:.6}}.momentum-design-selector{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-bottom:1.5rem}.design-btn{padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#94a3b8;cursor:pointer;transition:all .2s;font-size:.85rem}.design-btn:hover{background:#ffffff1a;color:#fff}.design-btn.active{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b981;color:#fff}.momentum-insight{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:12px;margin-bottom:1.5rem}.momentum-insight.positive{background:#10b98126;border:1px solid rgba(16,185,129,.3)}.momentum-insight.warning{background:#f59e0b26;border:1px solid rgba(245,158,11,.3)}.momentum-insight.neutral{background:#64748b26;border:1px solid rgba(100,116,139,.3)}.insight-icon{font-size:1.5rem}.insight-content p{margin:0;color:#fff;font-size:1rem}.insight-detail{color:#94a3b8;font-size:.85rem}.momentum-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 900px){.momentum-grid{grid-template-columns:1fr}}.momentum-chart-card{background:#1e293b99;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem}.momentum-chart-card h3{color:#fff;font-size:1.1rem;margin:0 0 1rem}.momentum-chart-subtitle{color:#94a3b8;font-size:.8rem;margin:-.5rem 0 1rem}.momentum-bar-chart{display:flex;flex-direction:column;gap:.75rem}.momentum-bar-row{display:flex;align-items:center;gap:1rem}.momentum-bar-label{width:120px;font-size:.8rem;color:#94a3b8;text-align:right;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.momentum-bar-container{flex:1;display:flex;align-items:center;gap:.75rem}.momentum-bar{height:28px;background:#475569;border-radius:6px;transition:width .5s ease}.momentum-bar.wisdom{background:linear-gradient(90deg,#10b981,#059669)}.momentum-bar-value{font-size:.85rem;color:#fff;font-weight:600;white-space:nowrap}.momentum-value-chart{display:flex;justify-content:space-around;align-items:flex-end;height:180px;padding-top:1rem}.momentum-value-bar-wrapper{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}.momentum-value-bar-container{width:40px;height:120px;display:flex;align-items:flex-end}.momentum-value-bar{width:100%;background:#475569;border-radius:6px 6px 0 0;transition:height .5s ease}.momentum-value-bar.wisdom{background:linear-gradient(180deg,#10b981,#059669)}.momentum-value-label{font-size:.7rem;color:#94a3b8;text-align:center}.momentum-value-amount{font-size:.7rem;color:#fff;font-weight:600}.momentum-matrix table{width:100%;border-collapse:collapse}.momentum-matrix th,.momentum-matrix td{padding:.5rem;text-align:center;font-size:.8rem;border-bottom:1px solid rgba(255,255,255,.05)}.momentum-matrix th{color:#94a3b8;font-weight:500}.momentum-matrix td:first-child{text-align:left;color:#94a3b8}.momentum-matrix .wisdom-col{background:#10b9811a}.momentum-matrix .check{color:#10b981;font-size:1.1rem}.momentum-matrix .cross{color:#ef4444;font-size:1.1rem}.momentum-matrix .partial{color:#f59e0b;font-size:1.1rem}.momentum-promos{display:flex;flex-direction:column;gap:.75rem}.no-promos{color:#64748b;font-style:italic;text-align:center;padding:1rem}.promo-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.promo-item.wisdom{background:#10b9811a;border-color:#10b98133}.promo-builder{font-size:.85rem;font-weight:600;color:#fff;min-width:80px}.promo-text{flex:1;font-size:.85rem;color:#94a3b8}.promo-savings{font-size:.8rem;color:#10b981;font-weight:600}.momentum-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#94a3b8}.momentum-loading .spinner{width:40px;height:40px;border:3px solid rgba(16,185,129,.2);border-top-color:#10b981;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.momentum-footer{text-align:center;padding:2rem 0 1rem;color:#64748b;font-size:.8rem}.net-price-card{grid-column:span 2}.net-savings{color:#10b981;font-size:.85rem;font-weight:500;margin-left:.5rem}.ai-battle-card-panel{background:linear-gradient(135deg,#10b98114,#0596690a);border:1px solid rgba(16,185,129,.25);border-radius:16px;padding:1.5rem;margin-bottom:2rem}.battle-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.battle-card-header .ai-icon{font-size:2rem}.battle-card-header h3{color:#10b981;font-size:1.2rem;margin:0}.battle-card-header p{color:#94a3b8;font-size:.85rem;margin:.25rem 0 0}.ai-badge-small{margin-left:auto;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.65rem;font-weight:700;letter-spacing:.5px}.battle-card-controls{margin-bottom:1.5rem}.battle-card-controls label{display:block;color:#cbd5e1;font-size:.9rem;margin-bottom:.75rem}.competitor-select-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.competitor-btn{padding:.5rem 1rem;background:#33415599;border:1px solid #475569;border-radius:8px;color:#e2e8f0;font-size:.85rem;cursor:pointer;transition:all .2s}.competitor-btn:hover{background:#475569cc}.competitor-btn.active{background:#10b98133;border-color:#10b981;color:#10b981}.generate-battle-card-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.generate-battle-card-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b9814d}.generate-battle-card-btn:disabled{opacity:.5;cursor:not-allowed}.battle-card-result{background:#1e293b99;border-radius:12px;padding:1.5rem;border:1px solid rgba(148,163,184,.1)}.battle-card-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(148,163,184,.1)}.battle-card-title h4{color:#f1f5f9;font-size:1.2rem;margin:0}.advantage-badge{padding:.25rem .75rem;border-radius:20px;font-size:.7rem;font-weight:700;letter-spacing:.5px}.advantage-badge.positive{background:#10b98133;color:#10b981}.advantage-badge.neutral{background:#eab30833;color:#eab308}.battle-card-section{margin-bottom:1.5rem}.battle-card-section:last-child{margin-bottom:0}.battle-card-section h5{color:#cbd5e1;font-size:.95rem;margin:0 0 .75rem;font-weight:600}.battle-card-section ul{list-style:none;padding:0;margin:0}.battle-card-section li{color:#e2e8f0;font-size:.9rem;padding:.5rem 0 .5rem 1.5rem;position:relative;line-height:1.5}.battle-card-section li:before{content:"✓";position:absolute;left:0;color:#10b981}.battle-card-section.objections li:before{content:""}.objection-item{background:#33415566;border-radius:8px;padding:1rem;margin-bottom:.75rem}.objection-item:last-child{margin-bottom:0}.objection-q{color:#f87171;font-size:.9rem;font-style:italic;margin-bottom:.5rem}.objection-a{color:#10b981;font-size:.9rem;line-height:1.5}.advantage-badge.ai-generated{background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff}.ai-response{background:#1e293b!important;border-radius:8px;padding:1.25rem}.ai-response-text{color:#e2e8f0!important;font-size:.9rem;line-height:1.7;white-space:pre-wrap}.ai-response-text p{margin:.5rem 0;color:#e2e8f0!important}.ai-response-text p:empty{display:none}@media (max-width: 768px){.battle-card-header{flex-wrap:wrap}.ai-badge-small{margin-left:0;margin-top:.5rem}.competitor-select-grid{flex-direction:column}.competitor-btn{width:100%}}.winloss-page{padding:2rem}.winloss-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.winloss-title h1{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 .25rem}.winloss-subtitle{color:#94a3b8;font-size:.9rem;margin:0}.winloss-period{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.period-label{color:#cbd5e1;font-size:.9rem;font-weight:500}.hubspot-badge{display:flex;align-items:center;gap:.5rem;background:#ff7a5926;color:#ff7a59;padding:.35rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.hubspot-dot{width:8px;height:8px;background:#ff7a59;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.summary-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.stat-card{background:#1e293bb3;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem;text-align:center}.stat-value{display:block;font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-value.won{color:#10b981}.stat-value.lost{color:#ef4444}.stat-value.competitor{font-size:1.1rem;color:#f97316}.stat-label{display:block;color:#94a3b8;font-size:.85rem;margin-bottom:.25rem}.stat-sub{display:block;color:#64748b;font-size:.75rem}.winloss-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.winloss-card{background:#1e293bb3;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem}.winloss-card h3{font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 .25rem}.card-subtitle{color:#64748b;font-size:.8rem;margin:0 0 1.25rem}.competitor-bars{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.competitor-row{display:flex;align-items:center;gap:1rem}.competitor-name{width:100px;font-size:.85rem;color:#cbd5e1;flex-shrink:0}.competitor-bar-container{flex:1;display:flex;align-items:center;gap:.75rem}.competitor-bar{height:24px;border-radius:4px;min-width:20px;transition:width .5s ease}.competitor-count{color:#94a3b8;font-size:.8rem;white-space:nowrap}.competitor-insight,.design-insight{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:1rem;margin-top:1rem}.competitor-insight p,.design-insight p{color:#fca5a5;font-size:.85rem;margin:.5rem 0 0;line-height:1.4}.insight-badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase}.insight-badge.warning{background:#f97316;color:#fff}.insight-badge.alert{background:#ef4444;color:#fff}.reason-pie{display:flex;flex-direction:column;gap:.75rem}.reason-item{display:flex;align-items:center;gap:.75rem}.reason-bar{width:60px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center}.reason-pct{color:#fff;font-size:.8rem;font-weight:600}.reason-label{flex:1;color:#cbd5e1;font-size:.9rem}.reason-count{color:#64748b;font-size:.8rem}.design-card{grid-column:span 2}.design-table{width:100%;border-collapse:collapse;margin-bottom:1rem}.design-table th{text-align:left;padding:.75rem;color:#64748b;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(255,255,255,.1)}.design-table td{padding:.75rem;color:#cbd5e1;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.05)}.design-table tr.low-performer td{background:#ef44440d}.design-table tr.high-performer td{background:#10b9810d}.won-cell{color:#10b981}.lost-cell{color:#ef4444}.win-rate{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-weight:600;font-size:.8rem}.win-rate.high{background:#10b98133;color:#10b981}.win-rate.low{background:#ef444433;color:#ef4444}.recent-card{grid-column:span 2}.recent-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.deal-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#0f172a80;border-radius:8px;border-left:3px solid transparent}.deal-item.won{border-left-color:#10b981}.deal-item.lost{border-left-color:#ef4444}.deal-status-indicator{width:8px;height:8px;border-radius:50%}.deal-item.won .deal-status-indicator{background:#10b981}.deal-item.lost .deal-status-indicator{background:#ef4444}.deal-info{flex:1;display:flex;flex-direction:column;gap:.15rem}.deal-name{color:#e2e8f0;font-size:.85rem;font-weight:500}.deal-design{color:#64748b;font-size:.75rem}.deal-meta{text-align:right;display:flex;flex-direction:column;gap:.15rem}.deal-value{color:#cbd5e1;font-size:.85rem;font-weight:500}.deal-competitor{color:#f87171;font-size:.7rem}.deal-won-badge{background:#10b981;color:#fff;padding:.15rem .4rem;border-radius:3px;font-size:.65rem;font-weight:600}.winloss-footer{text-align:center;padding:2rem 0 1rem;color:#64748b;font-size:.8rem}@media (max-width: 1024px){.summary-stats{grid-template-columns:repeat(2,1fr)}.winloss-grid{grid-template-columns:1fr}.design-card,.recent-card{grid-column:span 1}.recent-list{grid-template-columns:1fr}}.hotleads-page{padding:2rem}.hotleads-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.hotleads-title h1{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 .25rem}.hotleads-subtitle{color:#94a3b8;font-size:.9rem;margin:0}.sync-badge{display:flex;align-items:center;gap:.5rem;background:#10b98126;color:#10b981;padding:.35rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.sync-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s infinite}.quick-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.quick-stat{background:#1e293bb3;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem;text-align:center}.quick-stat .stat-num{display:block;font-size:2rem;font-weight:700;margin-bottom:.25rem}.quick-stat.hot .stat-num{color:#ef4444}.quick-stat.warm .stat-num{color:#f97316}.quick-stat.cooling .stat-num{color:#eab308}.quick-stat.value .stat-num{color:#10b981;font-size:1.5rem}.quick-stat .stat-text{color:#94a3b8;font-size:.85rem}.action-insights{background:#1e293bb3;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.action-insights h3{color:#fff;font-size:1rem;margin:0 0 1rem}.insights-list{display:flex;flex-direction:column;gap:.75rem}.insight-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-radius:8px;background:#0f172a80}.insight-item.urgent{border-left:3px solid #ef4444}.insight-item.warning{border-left:3px solid #eab308}.insight-item.info{border-left:3px solid #3b82f6}.insight-icon{font-size:1.25rem}.insight-content{flex:1;color:#cbd5e1;font-size:.9rem}.insight-content strong{color:#fff}.insight-action{display:block;color:#10b981;font-size:.8rem;margin-top:.25rem}.leads-section{background:#1e293bb3;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem}.leads-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.leads-header h2{color:#fff;font-size:1.1rem;margin:0}.filter-tabs{display:flex;gap:.5rem}.filter-tabs button{background:#0f172a80;border:1px solid rgba(255,255,255,.1);color:#94a3b8;padding:.4rem .75rem;border-radius:6px;font-size:.8rem;cursor:pointer;transition:all .2s}.filter-tabs button:hover{background:#ffffff0d}.filter-tabs button.active{background:#10b981;color:#fff;border-color:#10b981}.score-legend{display:flex;gap:1rem;margin-left:auto}.legend-item{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:#94a3b8}.legend-dot{width:10px;height:10px;border-radius:50%}.legend-item.hot .legend-dot{background:#ef4444}.legend-item.warm .legend-dot{background:#f97316}.legend-item.cooling .legend-dot{background:#eab308}.legend-item.cold .legend-dot{background:#64748b}.leads-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.lead-card{background:#0f172a99;border-radius:10px;border-left:4px solid #64748b;overflow:hidden}.lead-card.hot{border-left-color:#ef4444}.lead-card.warm{border-left-color:#f97316}.lead-card.cooling{border-left-color:#eab308}.lead-card.cold{border-left-color:#64748b}.lead-card-header{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#0003}.lead-score-badge{width:50px;height:50px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981,#059669);flex-shrink:0}.lead-card.hot .lead-score-badge{background:linear-gradient(135deg,#ef4444,#dc2626)}.lead-card.warm .lead-score-badge{background:linear-gradient(135deg,#f97316,#ea580c)}.lead-card.cooling .lead-score-badge{background:linear-gradient(135deg,#eab308,#ca8a04)}.score-value{font-size:1.1rem;font-weight:700;color:#fff;line-height:1}.score-label{font-size:.55rem;color:#fffc;text-transform:uppercase}.lead-info{flex:1}.lead-info h3{color:#fff;font-size:1rem;margin:0 0 .15rem}.lead-location{color:#64748b;font-size:.8rem}.strike-badge{background:#ef4444;color:#fff;padding:.25rem .6rem;border-radius:4px;font-size:.65rem;font-weight:700;animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 5px #ef444480}50%{box-shadow:0 0 15px #ef4444cc}}.cooling-badge{background:#eab308;color:#1e293b;padding:.25rem .6rem;border-radius:4px;font-size:.65rem;font-weight:700}.lead-card-body{padding:1rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.lead-details{display:flex;flex-direction:column;gap:.5rem}.detail-row{display:flex;justify-content:space-between;font-size:.85rem}.detail-label{color:#64748b}.detail-value{color:#e2e8f0;font-weight:500}.detail-value.budget-good{color:#10b981}.detail-value.budget-stretch{color:#eab308}.detail-value.budget-over{color:#ef4444}.lead-activity{display:flex;flex-direction:column;gap:.4rem}.activity-header{color:#64748b;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.activity-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.activity-icon{font-size:.9rem}.activity-text{flex:1;color:#cbd5e1}.activity-time{color:#64748b;font-size:.7rem}.lead-card-footer{display:flex;justify-content:space-between;padding:.75rem 1rem;background:#00000026;font-size:.75rem;color:#64748b}.hotleads-footer{text-align:center;padding:2rem 0 1rem;color:#64748b;font-size:.8rem}@media (max-width: 1200px){.leads-grid{grid-template-columns:1fr}}@media (max-width: 768px){.quick-stats{grid-template-columns:repeat(2,1fr)}.lead-card-body{grid-template-columns:1fr}.leads-header{flex-direction:column;align-items:flex-start}.score-legend{margin-left:0}}.landmatch-page{min-height:100vh;background:linear-gradient(135deg,#0a0d14,#0f172a 60%,#1a1208)}.landmatch-container{max-width:1200px;margin:0 auto;padding:2rem}.landmatch-form-section{background:#a78b5b0f;border-radius:16px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(167,139,91,.2);box-shadow:0 0 40px #a78b5b0d}.landmatch-form-section h2{color:#c4a76c;font-size:1.75rem;margin-bottom:.5rem;background:linear-gradient(135deg,#c4a76c,#a78b5b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landmatch-intro{color:#94a3b8;font-size:1rem;margin-bottom:2rem;line-height:1.6}.landmatch-form{display:flex;flex-direction:column;gap:1.5rem}.landmatch-field label{display:block;color:#c4a76c;font-weight:600;margin-bottom:.75rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.landmatch-budget-display{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#c4a76c,#a78b5b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;text-align:center}.landmatch-slider{width:100%;height:6px;border-radius:3px;background:linear-gradient(90deg,#A78B5B var(--pct, 50%),#1e2a3a var(--pct, 50%));outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.landmatch-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#c4a76c,#8b6e3e);cursor:pointer;box-shadow:0 0 0 3px #a78b5b40,0 2px 8px #a78b5b66}.landmatch-slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#c4a76c,#8b6e3e);cursor:pointer;border:none}.landmatch-range-labels{display:flex;justify-content:space-between;color:#64748b;font-size:.85rem;margin-top:.5rem}.landmatch-bed-options{display:flex;gap:1rem}.landmatch-bed-btn{flex:1;padding:1rem 1.5rem;background:#1e2a3acc;border:2px solid rgba(167,139,91,.2);border-radius:12px;color:#e2e8f0;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .25s}.landmatch-bed-btn:hover{background:#a78b5b1a;border-color:#a78b5b66}.landmatch-bed-btn.active{background:linear-gradient(135deg,#a78b5b40,#8b6e3e40);border-color:#a78b5b;color:#c4a76c;box-shadow:0 0 12px #a78b5b33}.landmatch-priorities{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.landmatch-priority-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#1e2a3acc;border:2px solid rgba(167,139,91,.15);border-radius:12px;color:#e2e8f0;font-size:.9rem;cursor:pointer;transition:all .25s}.landmatch-priority-btn:hover{background:#a78b5b14;transform:translateY(-2px);border-color:#a78b5b59}.landmatch-priority-btn.active{background:#a78b5b26;border-color:#a78b5b;color:#c4a76c;box-shadow:0 0 14px #a78b5b33}.priority-icon{font-size:1.5rem}.landmatch-ai-toggle{display:flex;align-items:center;gap:.75rem;cursor:pointer}.landmatch-ai-toggle input{width:20px;height:20px;cursor:pointer;accent-color:#A78B5B}.landmatch-ai-note{color:#64748b;font-size:.85rem;margin-top:.5rem}.landmatch-analyze-btn{width:100%;padding:1.25rem 2rem;background:linear-gradient(135deg,#c4a76c,#a78b5b,#8b6e3e);border:none;border-radius:12px;color:#0a0d14;font-size:1.2rem;font-weight:800;cursor:pointer;transition:all .3s;margin-top:1rem;letter-spacing:.02em;text-transform:uppercase;box-shadow:0 4px 20px #a78b5b59;position:relative;overflow:hidden}.landmatch-analyze-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 60%);opacity:0;transition:opacity .3s}.landmatch-analyze-btn:hover:not(:disabled):after{opacity:1}.landmatch-analyze-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 32px #a78b5b80}.landmatch-analyze-btn:disabled{opacity:.6;cursor:not-allowed}.lm-scan-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#07090ff7;animation:lmOverlayIn .4s ease both}.lm-scan-overlay.lm-overlay-out{animation:lmOverlayOut .5s ease both}@keyframes lmOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes lmOverlayOut{0%{opacity:1}to{opacity:0}}.lm-radar{position:relative;width:260px;height:260px;margin-bottom:2.5rem}.lm-radar-ring{position:absolute;border-radius:50%;border:1.5px solid rgba(167,139,91,.5);animation:lmRadarPulse 2s ease-out infinite;top:50%;left:50%;transform:translate(-50%,-50%)}.lm-radar-ring:nth-child(1){width:60px;height:60px;animation-delay:0s}.lm-radar-ring:nth-child(2){width:110px;height:110px;animation-delay:.3s}.lm-radar-ring:nth-child(3){width:160px;height:160px;animation-delay:.6s}.lm-radar-ring:nth-child(4){width:210px;height:210px;animation-delay:.9s}.lm-radar-ring:nth-child(5){width:260px;height:260px;animation-delay:1.2s}@keyframes lmRadarPulse{0%{opacity:.9;transform:translate(-50%,-50%) scale(.5)}70%{opacity:.3}to{opacity:0;transform:translate(-50%,-50%) scale(1.1)}}.lm-radar-sweep{position:absolute;top:50%;left:50%;width:50%;height:2px;background:linear-gradient(90deg,rgba(167,139,91,.8) 0%,transparent 100%);transform-origin:left center;animation:lmSweep 1.8s linear infinite}@keyframes lmSweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lm-radar-dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;background:#c4a76c;box-shadow:0 0 16px 4px #c4a76c99}.lm-ping{position:absolute;border-radius:50%;width:8px;height:8px;background:#c4a76c;box-shadow:0 0 8px #c4a76ccc;animation:lmPingPop .5s ease both}@keyframes lmPingPop{0%{transform:scale(0);opacity:0}60%{transform:scale(1.4);opacity:1}to{transform:scale(1);opacity:.9}}.lm-scan-status{font-size:1.35rem;font-weight:700;background:linear-gradient(135deg,#c4a76c,#a78b5b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;min-height:2rem;text-align:center;animation:lmStatusFade .35s ease}@keyframes lmStatusFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.lm-scan-sub{color:#64748b;font-size:.9rem;margin-bottom:2rem}.lm-progress-track{width:280px;height:4px;background:#a78b5b26;border-radius:2px;overflow:hidden}.lm-progress-fill{height:100%;background:linear-gradient(90deg,#a78b5b,#c4a76c);border-radius:2px;transition:width .4s ease}.landmatch-results-section{margin-top:2rem}.landmatch-results-section h2{color:#c4a76c;font-size:1.5rem;margin-bottom:1.5rem}.landmatch-ai-insight{background:linear-gradient(135deg,#a78b5b14,#8b6e3e14);border:1px solid rgba(167,139,91,.3);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.ai-insight-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.ai-badge{background:linear-gradient(135deg,#a78b5b,#8b6e3e);color:#0a0d14;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase}.ai-model{color:#94a3b8;font-size:.8rem}.ai-insight-content{color:#e2e8f0;line-height:1.8;font-size:1rem;white-space:pre-wrap}.landmatch-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem}.landmatch-result-card{background:#141c2af2;border-radius:16px;padding:1.5rem;border:1px solid rgba(167,139,91,.12);position:relative;transition:transform .25s,box-shadow .25s;opacity:0;transform:translateY(30px);animation:lmCardIn .55s cubic-bezier(.22,1,.36,1) forwards}@keyframes lmCardIn{to{opacity:1;transform:translateY(0)}}.landmatch-result-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #a78b5b26}.landmatch-result-card.rank-1{border-color:#a78b5b;box-shadow:0 0 24px #a78b5b2e}.landmatch-result-card.rank-2{border-color:#94a3b84d}.landmatch-result-card.rank-3{border-color:#b4530959}.result-rank{position:absolute;top:-12px;right:16px;background:linear-gradient(135deg,#a78b5b,#8b6e3e);color:#0a0d14;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem}.rank-1 .result-rank{background:linear-gradient(135deg,#c4a76c,#a78b5b);box-shadow:0 0 14px #c4a76c66}.rank-2 .result-rank{background:linear-gradient(135deg,#94a3b8,#64748b);color:#fff}.rank-3 .result-rank{background:linear-gradient(135deg,#d97706,#b45309);color:#fff}.result-header h3{color:#f1f5f9;font-size:1.3rem;margin-bottom:.25rem}.result-location{color:#94a3b8;font-size:.9rem}.result-match-score{margin:1.25rem 0}.score-bar{height:6px;background:#a78b5b1a;border-radius:3px;overflow:hidden;margin-bottom:.5rem}.score-fill{height:100%;background:linear-gradient(90deg,#8b6e3e,#c4a76c);border-radius:3px;transition:width .8s cubic-bezier(.22,1,.36,1)}.score-label{color:#a78b5b;font-size:.85rem;font-weight:600}.result-details{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.25rem 0;padding:1rem;background:#a78b5b0d;border-radius:8px;border:1px solid rgba(167,139,91,.08)}.result-stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{color:#64748b;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.stat-value{color:#e2e8f0;font-weight:600;font-size:.95rem}.stat-value.highlight{color:#fbbf24}.stat-value.growth{color:#c4a76c}.result-reasons{margin:1rem 0}.result-reasons h4{color:#a78b5b;font-size:.85rem;margin-bottom:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.result-reasons ul{list-style:none;padding:0;margin:0}.result-reasons li{color:#cbd5e1;font-size:.9rem;padding:.35rem 0 .35rem 1.25rem;position:relative}.result-reasons li:before{content:"✓";position:absolute;left:0;color:#a78b5b;font-weight:700}.result-promo{background:linear-gradient(135deg,#a78b5b26,#8b6e3e26);border:1px solid rgba(167,139,91,.3);color:#c4a76c;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;margin-top:1rem}.promo-source{font-size:.75rem;color:#94a3b8;font-style:italic;font-weight:400}.score-method{display:inline-block;margin-left:8px;font-size:.7rem;color:#a78b5b;cursor:help;border-bottom:1px dotted rgba(167,139,91,.5)}.stat-source{cursor:help;color:#64748b;font-size:.7em;margin-left:2px}.result-sources{display:flex;gap:10px;flex-wrap:wrap;margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.06)}.result-source-link{font-size:.75rem;color:#60a5fa;text-decoration:none;font-weight:600;transition:color .2s}.result-source-link:hover{color:#93c5fd;text-decoration:underline}.landmatch-ai-explain{margin-top:.6rem;padding:.75rem 1rem;border-radius:8px;background:#ffffff08;border:1px solid rgba(167,139,91,.15)}.landmatch-ai-explain.active{background:#a78b5b12;border-color:#a78b5b4d}.ai-explain-title{font-size:.78rem;font-weight:700;color:#c4a76c;margin-bottom:.4rem}.landmatch-ai-explain:not(.active) .ai-explain-title{color:#94a3b8}.ai-explain-list{list-style:none;padding:0;margin:0 0 .4rem;display:flex;flex-direction:column;gap:3px}.ai-explain-list li{font-size:.75rem;color:#94a3b8;padding-left:14px;position:relative}.ai-explain-list li:before{content:"·";position:absolute;left:4px;color:#a78b5b;font-weight:700}.landmatch-ai-explain.active .ai-explain-list li{color:#cbd5e1}.ai-explain-note{font-size:.7rem;color:#64748b;font-style:italic}.result-notes{color:#94a3b8;font-size:.85rem;font-style:italic;margin-top:1rem;line-height:1.5}.landmatch-cta{text-align:center;margin-top:3rem;padding:2rem;background:#a78b5b0d;border-radius:16px;border:1px solid rgba(167,139,91,.12)}.landmatch-cta p{color:#94a3b8;margin-bottom:1rem}.landmatch-contact-btn{padding:1rem 2.5rem;background:linear-gradient(135deg,#a78b5b,#8b6e3e);border:none;border-radius:8px;color:#0a0d14;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .25s}.landmatch-contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #a78b5b66}.landmatch-no-results{text-align:center;padding:3rem;background:#a78b5b0a;border-radius:16px;margin-top:2rem;border:1px solid rgba(167,139,91,.12)}.landmatch-no-results h3{color:#f1f5f9;margin-bottom:.5rem}.landmatch-no-results p{color:#94a3b8}@media (max-width: 768px){.landmatch-container{padding:1rem}.landmatch-form-section{padding:1.5rem}.landmatch-budget-display{font-size:2rem}.landmatch-bed-options{flex-direction:column}.landmatch-priorities{grid-template-columns:repeat(2,1fr)}.landmatch-results-grid,.result-details{grid-template-columns:1fr}}.pm-page{padding:2rem 2.5rem;max-width:1400px;margin:0 auto;color:#e2e8f0;font-family:Inter,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif}.pm-page__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.pm-page__header-icon{width:56px;height:56px;background:linear-gradient(135deg,#a78b5b,#c4a76c);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;color:#fff;letter-spacing:1px}.pm-page__title{font-size:1.75rem;font-weight:700;color:#fff;margin:0;letter-spacing:.5px}.pm-page__subtitle{color:#94a3b8;font-size:.9rem;margin:.25rem 0 0}.pm-hero{background:linear-gradient(135deg,#a78b5b14,#c4a76c0d);border:1px solid rgba(167,139,91,.18);border-radius:16px;padding:2rem 2.5rem;margin-bottom:1.5rem}.pm-hero__title{font-size:1.35rem;font-weight:700;color:#fff;margin:0 0 .75rem}.pm-hero__text{color:#94a3b8;font-size:.9rem;line-height:1.7;margin:0 0 1.5rem;max-width:720px}.pm-hero__stats{display:flex;gap:2rem}.pm-hero__stat{display:flex;flex-direction:column;gap:.2rem}.pm-hero__stat-value{font-size:1.1rem;font-weight:700;color:#a78b5b}.pm-hero__stat-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.pm-mode-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.pm-mode-tab{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:#1e293b80;border:1px solid rgba(148,163,184,.1);border-radius:10px;color:#94a3b8;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.pm-mode-tab:hover{background:#a78b5b14;border-color:#a78b5b40;color:#e2e8f0}.pm-mode-tab--active{background:#a78b5b1f;border-color:#a78b5b66;color:#fff}.pm-mode-tab__icon{width:24px;height:24px;background:linear-gradient(135deg,#a78b5b,#c4a76c);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800;color:#fff}.pm-page__layout{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.pm-page__upload-section,.pm-page__results-section{display:flex;flex-direction:column;gap:1.5rem}.pm-card{background:#1e293bb3;border:1px solid rgba(148,163,184,.1);border-radius:14px;padding:1.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.pm-card--summary{background:linear-gradient(135deg,#a78b5b1f,#c4a76c14);border-color:#a78b5b4d}.pm-card--analyzing{border-color:#a78b5b66}.pm-card__title{font-size:1rem;font-weight:600;color:#e2e8f0;margin:0 0 .75rem}.pm-card__desc{color:#94a3b8;font-size:.85rem;line-height:1.5;margin:0 0 1.25rem}.pm-card__notes{color:#cbd5e1;font-size:.85rem;line-height:1.6;margin:0}.pm-dropzone{border:2px dashed rgba(148,163,184,.25);border-radius:12px;padding:2.5rem 2rem;text-align:center;cursor:pointer;transition:all .2s}.pm-dropzone:hover,.pm-dropzone--active{border-color:#a78b5b;background:#a78b5b0d}.pm-dropzone.pm-upload--competitor:hover,.pm-dropzone.pm-upload--competitor.pm-dropzone--active{border-color:#f59e0b;background:#f59e0b0d}.pm-dropzone__icon{width:48px;height:48px;margin:0 auto .75rem;background:linear-gradient(135deg,#a78b5b,#c4a76c);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;color:#fff}.pm-upload--competitor .pm-dropzone__icon{background:linear-gradient(135deg,#f59e0b,#ef4444)}.pm-dropzone__text{color:#e2e8f0;font-size:.9rem;margin:0 0 .5rem}.pm-dropzone__hint{color:#64748b;font-size:.8rem;margin:0}.pm-preview{display:flex;flex-direction:column;gap:.75rem}.pm-preview__image-wrap{border-radius:10px;overflow:hidden;border:1px solid rgba(148,163,184,.15);background:#0f172a80}.pm-preview__image{width:100%;display:block;max-height:400px;object-fit:contain}.pm-preview__info{display:flex;align-items:center;gap:.75rem}.pm-preview__filename{color:#e2e8f0;font-size:.85rem;font-weight:500}.pm-preview__size{color:#64748b;font-size:.8rem}.pm-preview__actions{display:flex;gap:.75rem}.pm-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;border-radius:8px;font-size:.85rem;font-weight:600;border:none;cursor:pointer;transition:all .2s}.pm-btn:disabled{opacity:.6;cursor:not-allowed}.pm-btn--primary{background:linear-gradient(135deg,#a78b5b,#c4a76c);color:#fff}.pm-btn--primary:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.pm-btn--ghost{background:transparent;color:#94a3b8;border:1px solid rgba(148,163,184,.2)}.pm-btn--ghost:hover:not(:disabled){background:#94a3b81a;color:#e2e8f0}.pm-btn--outline{background:transparent;color:#a78b5b;border:1px solid rgba(167,139,91,.3);width:100%;justify-content:center}.pm-btn--outline:hover{background:#a78b5b1a}.pm-btn--compare{background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff;width:100%;justify-content:center;padding:.75rem 1.25rem;font-size:.9rem}.pm-btn--compare:hover{filter:brightness(1.1);transform:translateY(-1px)}.pm-single-actions{display:flex;flex-direction:column;gap:.75rem}.pm-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:pm-spin .6s linear infinite}@keyframes pm-spin{to{transform:rotate(360deg)}}.pm-error{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5;font-size:.85rem}.pm-error__icon{width:20px;height:20px;background:#ef44444d;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0}.pm-analyzing{text-align:center;padding:1rem 0}.pm-analyzing h3{color:#e2e8f0;font-size:1rem;margin:0 0 .5rem}.pm-analyzing p{color:#94a3b8;font-size:.85rem;margin:0 0 1.5rem}.pm-analyzing__pulse{width:48px;height:48px;margin:0 auto 1rem;background:linear-gradient(135deg,#a78b5b,#c4a76c);border-radius:50%;animation:pm-pulse 1.5s ease-in-out infinite}@keyframes pm-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.7}}.pm-analyzing__steps{display:flex;flex-direction:column;gap:.5rem;text-align:left;max-width:320px;margin:0 auto}.pm-analyzing__step{color:#475569;font-size:.8rem;padding-left:1.5rem;position:relative}.pm-analyzing__step:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:#334155}.pm-analyzing__step--done{color:#10b981}.pm-analyzing__step--done:before{background:#10b981}.pm-analyzing__step--active{color:#a78b5b}.pm-analyzing__step--active:before{background:#a78b5b;animation:pm-pulse 1s ease-in-out infinite}.pm-analyzing-mini{display:flex;align-items:center;gap:.75rem;padding:1rem;margin-top:.75rem;background:#a78b5b14;border:1px solid rgba(167,139,91,.2);border-radius:10px;color:#94a3b8;font-size:.85rem}.pm-analyzing-mini .pm-analyzing__pulse{width:24px;height:24px;margin:0;flex-shrink:0}.pm-summary{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.pm-summary__total,.pm-summary__count{text-align:center}.pm-summary__label{display:block;color:#94a3b8;font-size:.8rem;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.pm-summary__value{display:block;font-size:2rem;font-weight:700;color:#fff}.pm-results-block{margin-top:.5rem}.pm-mini-summary{display:flex;gap:1.5rem;margin-bottom:.75rem}.pm-mini-summary__item{display:flex;flex-direction:column;gap:.15rem}.pm-mini-summary__label{font-size:.7rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.pm-mini-summary__value{font-size:1.25rem;font-weight:700;color:#fff}.pm-results-table{border-radius:8px;overflow:hidden}.pm-results-table__header{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr;gap:.5rem;padding:.65rem .75rem;background:#0f172a80;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:#64748b;font-weight:600}.pm-results-table__row{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr;gap:.5rem;padding:.75rem;border-bottom:1px solid rgba(148,163,184,.06);align-items:center;font-size:.85rem;color:#cbd5e1}.pm-results-table__row--clickable{cursor:pointer;transition:background .15s}.pm-results-table__row--clickable:hover{background:#a78b5b14}.pm-results-table__row--editing{background:#a78b5b1a;border:1px solid rgba(167,139,91,.3);border-radius:6px;margin:2px 0}.pm-results-table__room{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#e2e8f0}.pm-results-table__dot{width:8px;height:8px;background:#a78b5b;border-radius:50%;flex-shrink:0}.pm-results-table__floor{color:#94a3b8}.pm-results-table__dims{font-family:JetBrains Mono,monospace;font-size:.8rem;color:#94a3b8;display:flex;align-items:center;gap:.35rem}.pm-results-table__edit-dims{display:flex;align-items:center;gap:.35rem}.pm-edit-input{width:60px;padding:.3rem .4rem;background:#0f172a99;border:1px solid rgba(167,139,91,.4);border-radius:4px;color:#e2e8f0;font-family:JetBrains Mono,monospace;font-size:.8rem;text-align:center;outline:none}.pm-edit-input:focus{border-color:#a78b5b;box-shadow:0 0 0 2px #a78b5b33}.pm-edit-x{color:#64748b;font-size:.75rem}.pm-results-table__edit-actions{display:flex;gap:.35rem;justify-content:flex-end}.pm-edit-save{padding:.25rem .6rem;background:#a78b5b;color:#fff;border:none;border-radius:4px;font-size:.7rem;font-weight:600;cursor:pointer}.pm-edit-save:hover{background:#8b6e3e}.pm-edit-cancel{padding:.25rem .6rem;background:transparent;color:#94a3b8;border:1px solid rgba(148,163,184,.2);border-radius:4px;font-size:.7rem;cursor:pointer}.pm-edit-cancel:hover{background:#94a3b81a}.pm-card__title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.pm-card__title-row .pm-card__title{margin-bottom:0}.pm-card__edit-hint{color:#64748b;font-size:.7rem;font-style:italic}.pm-results-table__area{font-weight:600;color:#a78b5b;text-align:right}.pm-results-table__footer{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr;gap:.5rem;padding:.75rem;background:#38bdf814;border-top:1px solid rgba(56,189,248,.2);font-weight:700;font-size:.85rem;color:#e2e8f0}.pm-results-table__total{color:#a78b5b;text-align:right}.pm-confidence{display:flex;align-items:center;gap:1rem}.pm-confidence-inline{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem}.pm-confidence__badge{padding:.35rem .75rem;border-radius:6px;font-size:.75rem;font-weight:700;letter-spacing:.5px;flex-shrink:0}.pm-confidence__badge--high{background:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.3)}.pm-confidence__badge--medium{background:#fbbf2426;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.pm-confidence__badge--low{background:#ef444426;color:#fca5a5;border:1px solid rgba(239,68,68,.3)}.pm-confidence__note{color:#94a3b8;font-size:.8rem;margin:0;line-height:1.4}.pm-compare-layout{display:flex;flex-direction:column;gap:1.5rem}.pm-compare-intro{text-align:center;max-width:700px;margin:0 auto}.pm-compare-intro__title{font-size:1.2rem;font-weight:700;color:#fff;margin:0 0 .5rem}.pm-compare-intro__text{color:#94a3b8;font-size:.85rem;line-height:1.6;margin:0}.pm-compare-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:start}.pm-compare-side{display:flex;flex-direction:column;gap:1rem}.pm-compare-side__badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;background:#a78b5b1f;border:1px solid rgba(167,139,91,.3);border-radius:8px;color:#60a5fa;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;width:fit-content}.pm-compare-side__badge--comp{background:#f59e0b1f;border-color:#f59e0b4d;color:#fbbf24}.pm-upload{background:#1e293bb3;border:1px solid rgba(148,163,184,.1);border-radius:14px;padding:1.25rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.pm-upload__label{font-size:.9rem;font-weight:600;color:#e2e8f0;margin:0 0 .75rem}.pm-compare-divider{display:flex;flex-direction:column;align-items:center;gap:0;padding-top:3rem;min-height:200px}.pm-compare-divider__line{width:2px;flex:1;background:linear-gradient(180deg,transparent,rgba(148,163,184,.2),transparent)}.pm-compare-divider__badge{width:40px;height:40px;background:linear-gradient(135deg,#f59e0b,#ef4444);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;color:#fff;flex-shrink:0}.pm-comparison-verdict{background:#1e293bcc;border:1px solid rgba(148,163,184,.15);border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.pm-verdict-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.75rem}.pm-verdict-badge{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pm-verdict-badge--advantage{background:linear-gradient(135deg,#10b98133,#10b9811a);border:1px solid rgba(16,185,129,.3)}.pm-verdict-badge--disadvantage{background:linear-gradient(135deg,#f59e0b33,#f59e0b1a);border:1px solid rgba(245,158,11,.3)}.pm-verdict-badge--neutral{background:linear-gradient(135deg,#c4a76c33,#c4a76c1a);border:1px solid rgba(196,167,108,.3)}.pm-verdict-badge__icon{font-size:1rem;font-weight:800;color:#fff}.pm-verdict-title{font-size:1.1rem;font-weight:700;color:#fff;margin:0}.pm-verdict-subtitle{color:#94a3b8;font-size:.85rem;margin:.25rem 0 0}.pm-verdict-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:center;margin-bottom:1.5rem;padding:1.25rem;background:#0f172a66;border-radius:12px}.pm-verdict-stat{text-align:center}.pm-verdict-stat__label{display:block;font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem}.pm-verdict-stat__value{display:block;font-size:1.75rem;font-weight:700}.pm-verdict-stat__value--wisdom{color:#60a5fa}.pm-verdict-stat__value--competitor{color:#fbbf24}.pm-verdict-stat__sub{display:block;font-size:.75rem;color:#64748b;margin-top:.2rem}.pm-verdict-vs{width:36px;height:36px;background:linear-gradient(135deg,#f59e0b,#ef4444);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800;color:#fff}.pm-verdict-metrics{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.pm-verdict-metric{background:#0f172a66;border-radius:10px;padding:1rem;text-align:center}.pm-verdict-metric__label{display:block;font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem}.pm-verdict-metric__value{font-size:1.1rem;font-weight:700;color:#e2e8f0}.pm-text-green{color:#34d399}.pm-text-red{color:#fbbf24}.pm-verdict-insight{display:flex;gap:.75rem;padding:1rem 1.25rem;background:#a78b5b0f;border:1px solid rgba(167,139,91,.15);border-radius:10px;margin-bottom:1.5rem}.pm-verdict-insight__icon{width:28px;height:28px;background:#a78b5b33;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#60a5fa;flex-shrink:0;margin-top:.1rem}.pm-verdict-insight__title{font-size:.8rem;font-weight:600;color:#e2e8f0;margin:0 0 .25rem}.pm-verdict-insight__text{font-size:.8rem;color:#94a3b8;line-height:1.6;margin:0}.pm-verdict-rooms{border-top:1px solid rgba(148,163,184,.1);padding-top:1.25rem}.pm-verdict-rooms__title{font-size:.85rem;font-weight:600;color:#e2e8f0;margin:0 0 .75rem}.pm-room-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.pm-room-compare-col{display:flex;flex-direction:column;gap:.4rem}.pm-room-compare-col__header{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding-bottom:.4rem;border-bottom:1px solid rgba(148,163,184,.1);margin-bottom:.25rem}.pm-room-compare-col__header--wisdom{color:#60a5fa}.pm-room-compare-col__header--comp{color:#fbbf24}.pm-room-compare-item{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0}.pm-room-compare-item__name{font-size:.8rem;color:#cbd5e1}.pm-room-compare-item__area{font-size:.8rem;font-weight:600;color:#a78b5b;font-family:JetBrains Mono,monospace}.pm-preview__pdf-wrap{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem;background:#0f172a80;border:1px solid rgba(148,163,184,.15);border-radius:10px}.pm-preview__pdf-icon{width:64px;height:64px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;color:#fff;letter-spacing:1px}.pm-preview__pdf-label{color:#94a3b8;font-size:.85rem}.pm-preview__pdf-tag{position:absolute;top:8px;right:8px;padding:.15rem .5rem;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:4px;color:#fff;font-size:.65rem;font-weight:800;letter-spacing:.5px}.pm-preview__image-wrap{position:relative}.pm-pdf-context{display:flex;gap:.75rem;padding:.75rem 1rem;background:#10b98114;border:1px solid rgba(16,185,129,.2);border-radius:8px;align-items:flex-start}.pm-pdf-context--loading{background:#a78b5b14;border-color:#a78b5b33;align-items:center;color:#94a3b8;font-size:.8rem;gap:.5rem}.pm-pdf-context__badge{padding:.2rem .5rem;background:#10b98133;border:1px solid rgba(16,185,129,.3);border-radius:4px;color:#34d399;font-size:.65rem;font-weight:800;letter-spacing:.5px;flex-shrink:0;margin-top:.1rem}.pm-pdf-context__info{display:flex;flex-direction:column;gap:.2rem}.pm-pdf-context__title{font-size:.8rem;font-weight:600;color:#e2e8f0}.pm-pdf-context__dims{font-size:.75rem;color:#94a3b8;font-family:JetBrains Mono,monospace}.pm-pdf-context__note{font-size:.7rem;color:#64748b;font-style:italic}.pm-spinner--small{width:14px;height:14px}.pm-compare-waiting{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#1e293b99;border:1px dashed rgba(148,163,184,.2);border-radius:12px;text-align:left}.pm-compare-waiting__icon{width:40px;height:40px;background:#c4a76c26;border:1px solid rgba(196,167,108,.25);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;color:#818cf8;flex-shrink:0}.pm-compare-waiting__text{color:#94a3b8;font-size:.85rem;line-height:1.5;margin:0}.pm-compare-footer{max-width:300px;margin:0 auto}.pm-value-section{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(148,163,184,.1)}.pm-value-section__title{font-size:1.2rem;font-weight:700;color:#fff;margin:0 0 1.25rem;text-align:center}.pm-value-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.pm-value-card{background:#1e293b80;border:1px solid rgba(148,163,184,.08);border-radius:14px;padding:1.5rem;text-align:center;transition:border-color .2s}.pm-value-card:hover{border-color:#a78b5b33}.pm-value-card__icon{width:44px;height:44px;margin:0 auto .75rem;background:linear-gradient(135deg,#a78b5b26,#c4a76c26);border:1px solid rgba(196,167,108,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:800;color:#60a5fa}.pm-value-card__title{font-size:.9rem;font-weight:600;color:#e2e8f0;margin:0 0 .5rem}.pm-value-card__text{color:#94a3b8;font-size:.8rem;line-height:1.6;margin:0}@media (max-width: 1100px){.pm-compare-grid{grid-template-columns:1fr}.pm-compare-divider{flex-direction:row;min-height:auto;padding-top:0}.pm-compare-divider__line{height:2px;width:auto}}@media (max-width: 900px){.pm-page__layout{grid-template-columns:1fr}.pm-page{padding:1.25rem}.pm-hero__stats{flex-direction:column;gap:1rem}.pm-value-grid{grid-template-columns:1fr}.pm-verdict-grid{grid-template-columns:1fr;text-align:center}.pm-verdict-metrics,.pm-room-compare-grid{grid-template-columns:1fr}}.pm-cache-badge{margin-top:.5rem;padding:.4rem .75rem;background:#22c55e26;border:1px solid rgba(34,197,94,.3);border-radius:6px;color:#4ade80;font-size:.75rem;font-weight:500;text-align:center}.pm-btn--small{padding:.3rem .75rem;font-size:.75rem}.pm-btn--outline{background:transparent;border:1px solid rgba(196,167,108,.5);color:#818cf8}.pm-btn--outline:hover{background:#c4a76c1a;border-color:#818cf8}.pm-results-source{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.4rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500}.pm-results-source--cached{background:#22c55e1f;border:1px solid rgba(34,197,94,.25);color:#4ade80}.pm-results-source--ai{background:#c4a76c1f;border:1px solid rgba(196,167,108,.25);color:#a5b4fc}.pm-results-source--ocr{background:#0ea5e91f;border:1px solid rgba(14,165,233,.25);color:#a78b5b}.pm-results-source--ocr-fallback{background:#fbbf241f;border:1px solid rgba(251,191,36,.25);color:#fbbf24}.pm-formula-card{margin-top:16px}.pm-formula-body{display:flex;flex-direction:column;gap:12px}.pm-formula-row{display:flex;align-items:baseline;gap:10px;font-size:14px}.pm-formula-label{color:var(--text-muted, #94a3b8);min-width:120px;flex-shrink:0}.pm-formula-eq{color:#a78bfa;font-weight:600;font-size:15px}.pm-formula-breakdown{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:12px 16px;display:flex;flex-direction:column;gap:6px}.pm-formula-line{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#cbd5e1}.pm-formula-room{font-weight:600;color:#e2e8f0;min-width:70px}.pm-formula-calc{color:#94a3b8;font-size:13px}.pm-formula-calc strong{color:#10b981}.pm-formula-total-line{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:700;border-top:1px solid rgba(255,255,255,.1);margin-top:4px;padding-top:8px;color:#10b981}.pm-formula-note{font-size:12px;color:var(--text-muted, #94a3b8);line-height:1.6;border-left:3px solid rgba(167,139,250,.3);padding-left:12px;font-style:italic}html{font-size:20px}:root{--bg: #f8fffc;--card: #ffffff;--accent: #00b59a;--accent-soft: rgba(26, 215, 179, .18);--text-main: #0f172a;--text-soft: #6b7280;--radius-xl: 32px;--radius-lg: 20px;--shadow-soft: 0 18px 40px rgba(0, 169, 143, .18);--shadow-subtle: 0 10px 24px rgba(15, 23, 42, .1)}.theme-c9{--bg: #f6f1e5;--card: #ffffff;--accent: #6f8f3b;--accent-soft: #e1edc7;--text-main: #202416;--text-soft: #5a633f;--shadow-soft: 0 18px 40px rgba(111, 143, 59, .22);--shadow-subtle: 0 10px 24px rgba(111, 143, 59, .16)}.theme-c9 .hero-card,.portal-layout--c9 .hero-card,.hero-card--c9{background:linear-gradient(135deg,#f7f0e5,#f2e2c7);box-shadow:0 18px 40px #6f8f3b2e}.theme-c9 .hero-card__eyebrow{color:#6f8f3b}.theme-c9 .hero-card__footer{color:#76845b}.theme-c9 .side-pill:hover,.portal-layout--c9 .side-pill:hover{background:#6f8f3b14}.theme-c9 .side-pill--active,.portal-layout--c9 .side-pill--active{background:#6f8f3b;color:#fff;box-shadow:0 18px 40px #6f8f3b4d}.theme-c9 .portal-main,.portal-layout--c9 .portal-main{background:#fffffff7}.theme-c9 .portal-sidebar__section-title{color:#6f8f3b}.theme-c9 .button-primary{background:linear-gradient(135deg,#88a94b,#6f8f3b);box-shadow:0 10px 22px #6f8f3b47}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;background:radial-gradient(circle at 0% 0%,#f8fffc,#c3f6e6 55%),radial-gradient(circle at 100% 100%,#c3f6e6,#f5fffb 60%);color:var(--text-main)}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-shell__header,.top-bar{display:flex;align-items:center;justify-content:space-between;padding:20px 48px;position:relative;background:linear-gradient(135deg,#e6fff9,#f0fdf4,#ecfeff);border-bottom:1px solid rgba(13,148,136,.12)}.brand{display:inline-flex;align-items:center;gap:14px;font-weight:600;font-size:20px;cursor:pointer}.brand-logo-large{height:120px;width:auto;object-fit:contain;transition:transform .2s ease;filter:drop-shadow(0 4px 12px rgba(13,92,99,.15))}.brand:hover .brand-logo-large{transform:scale(1.04)}.brand-text-large{display:flex;flex-direction:column;gap:4px}.brand-name-large{font-size:22px;font-weight:700;letter-spacing:-.01em;color:#0f172a}.brand-tagline-large{font-size:13px;font-weight:400;color:#64748b;letter-spacing:0}.brand-highlight{color:#0d9488;font-weight:500}@media (max-width: 768px){.brand-logo-large{height:60px}.brand-name-large{font-size:18px}.brand-tagline-large{font-size:12px}}.brand-badge{width:32px;height:32px;border-radius:999px;background:radial-gradient(circle at 20% 20%,#bffaf0 0,#00b59a 60%,#00aeef);box-shadow:0 8px 22px #00000040}.app-shell__header-right{display:flex;gap:12px;align-items:center}.button-primary,.button-ghost{border-radius:999px;padding:10px 22px;font-size:14px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:transform .12s ease,box-shadow .12s ease,background .12s ease,color .12s ease}.button-primary{background:linear-gradient(120deg,#1ad7b3,#00aeef);color:#fff;box-shadow:var(--shadow-soft)}.button-primary:hover{transform:translateY(-1px);box-shadow:0 20px 45px #00a98f3d}.button-ghost{background:transparent;color:var(--accent)}.button-ghost:hover{background:#ffffff8c}.app-shell__content{flex:1;padding:10px 40px 40px}.hero-card{background:linear-gradient(135deg,#1ad7b324,#00aeef14);border-radius:var(--radius-xl);padding:32px 34px;box-shadow:var(--shadow-soft)}.hero-card__eyebrow{font-size:13px;letter-spacing:.18em;font-weight:600;color:#0f172a;margin-bottom:14px}.hero-card__title{font-size:32px;font-weight:750;margin:0 0 8px}.hero-card__subtitle{margin:0;font-size:15px;color:var(--text-soft);max-width:620px}.hero-card__footer{margin-top:20px;font-size:13px;color:#8a76b0}.card-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:26px}.info-card{background:var(--card);border-radius:22px;padding:20px 22px;box-shadow:var(--shadow-subtle)}.info-card__eyebrow{font-size:13px;color:#835ad1;font-weight:600;margin-bottom:4px}.info-card__title{margin:0 0 6px;font-size:17px;font-weight:620}.info-card__body{margin:0;font-size:14px;color:var(--text-soft)}.login-split{display:flex;min-height:100vh}.login-split__left{flex:1;background:linear-gradient(145deg,#0f172a,#1e3a5f);padding:60px 50px;display:flex;flex-direction:column;justify-content:center;color:#fff;position:relative;overflow:hidden}.login-split__left--main{background:linear-gradient(135deg,#0d9488,#0891b2,#0284c7)}.login-split__left--yoguverse,.login-split__left--c9{background:linear-gradient(135deg,#2d3748,#1a202c);display:flex;align-items:center;justify-content:center}.login-split__product-images{display:flex;gap:20px;justify-content:center;align-items:flex-end;margin-top:30px}.login-split__product-img{max-height:280px;width:auto;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3))}.login-split__product-img--single{max-height:350px}.login-split__data-visual{margin-top:40px;display:flex;justify-content:center}.login-split__data-img{max-width:90%;max-height:320px;border-radius:16px;box-shadow:0 20px 50px #0006;object-fit:cover}.login-split__hero-text{font-size:1.5rem;font-style:italic;color:#fff;text-align:center;margin-bottom:8px;font-weight:300}.login-split__hero-subtext{font-size:1.1rem;color:#ffffffe6;text-align:center;margin-bottom:30px}.login-split__product-images--transparent{background:transparent;display:flex;gap:20px;justify-content:center;align-items:flex-end}.login-split__product-img--transparent{background:transparent;mix-blend-mode:multiply;max-height:200px;border-radius:12px;box-shadow:none;filter:contrast(1.1) saturate(1.2)}.login-split__features{display:flex;flex-wrap:wrap;gap:12px 24px;justify-content:center;margin-top:30px}.login-split__features span{color:#ffffffd9;font-size:.85rem;padding:6px 12px;background:#ffffff1a;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.login-split__powered-by{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px;color:#64748b;font-size:.85rem}.login-split__powered-logo{height:32px;width:auto;opacity:.8}.login-split__powered-tagline{font-size:.75rem;color:#0d9488;font-style:italic}.login-split__form{display:flex;flex-direction:column;gap:16px;width:100%;margin-top:8px}.login-split__label{display:flex;flex-direction:column;gap:6px;font-size:.875rem;color:#475569;font-weight:500}.login-split__input{padding:12px 14px;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .2s,box-shadow .2s}.login-split__input:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px #0d94881a}.login-split__input:disabled{background:#f1f5f9;cursor:not-allowed}.login-split__input::placeholder{color:#94a3b8}.login-split__error{color:#ef4444;font-size:.8rem;margin:0;padding:8px 12px;background:#fef2f2;border-radius:6px;border:1px solid #fecaca}.login-split__overlay--mint{background:linear-gradient(145deg,#0d948826,#0891b21a)}.login-split__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,#0f172ad9,#1e3a5fbf);z-index:1}.login-split__left-content{position:relative;z-index:2;display:flex;flex-direction:column;height:100%;justify-content:center}.login-split__tagline{display:flex;flex-direction:column;margin-bottom:20px}.login-split__tagline-top,.login-split__tagline-bottom{font-size:42px;font-weight:800;letter-spacing:-.02em;line-height:1.1}.login-split__tagline-top{color:#67e8f9}.login-split__tagline-bottom{color:#fff}.login-split__desc{font-size:16px;color:#94a3b8;line-height:1.6;max-width:400px;margin-bottom:40px}.login-split__mockup{margin-top:auto}.login-mockup-card{background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;gap:32px}.mockup-stat{display:flex;flex-direction:column;gap:4px}.mockup-stat__label{font-size:12px;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.mockup-stat__value{font-size:28px;font-weight:700;color:#fff}.mockup-stat__change{font-size:14px;color:#34d399;font-weight:600}.login-split__right{flex:1;background:linear-gradient(180deg,#f0fdfa,#e0f7f4);padding:40px 50px;display:flex;flex-direction:column}.login-back-btn{align-self:flex-end;background:none;border:none;color:#0d9488;font-size:14px;cursor:pointer;padding:8px 16px;border-radius:8px;transition:background .2s}.login-back-btn:hover{background:#0d948814}.login-split__content{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:400px;margin:0 auto;width:100%}.login-split__welcome{font-size:14px;color:#64748b;margin-bottom:8px}.login-split__logo{height:60px;width:auto;margin-bottom:40px}.login-split__brand-header{display:flex;align-items:center;gap:14px;margin-bottom:40px}.login-split__logo-icon{height:70px;width:auto}.login-split__logo-icon--c9{height:90px;width:auto}.login-split__brand-text--yoguverse .login-split__brand-tagline{color:#6b5b7a}.login-split__brand-text--c9 .login-split__brand-tagline{color:#9a8a3c}.login-split__brand-text{display:flex;flex-direction:column;gap:2px}.login-split__brand-name{font-size:22px;font-weight:700;color:#0f172a;letter-spacing:-.02em}.login-split__brand-tagline{font-size:13px;color:#0d9488;font-weight:500}.login-brand-emoji{font-size:48px;line-height:1}.login-split__brand-header--vertical{flex-direction:column;align-items:center;text-align:center}.login-brand-img{height:80px;width:auto;object-fit:contain}.login-split__brand-text--center{text-align:center;align-items:center}.login-split__heading{font-size:24px;font-weight:700;color:#0f172a;margin:0 0 24px}.login-brand-cards{display:flex;flex-direction:column;gap:16px}.login-brand-card{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.login-brand-card:hover{border-color:#0d9488;box-shadow:0 8px 24px #0d948826;transform:translateY(-2px)}.login-brand-card__icon{font-size:32px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f0fdfa,#e0f7f4);border-radius:12px}.login-brand-card__img{width:56px;height:56px;object-fit:contain;border-radius:8px}.login-brand-card__info h3{font-size:18px;font-weight:600;color:#0f172a;margin:0 0 4px}.login-brand-card__info p{font-size:14px;color:#64748b;margin:0}.login-brand-card__arrow{margin-left:auto;font-size:20px;color:#0d9488;opacity:0;transform:translate(-8px);transition:all .2s ease}.login-brand-card:hover .login-brand-card__arrow{opacity:1;transform:translate(0)}.login-split__footer{font-size:12px;color:#94a3b8;text-align:center;margin-top:auto}.login-split__logo--brand{height:80px}.login-split__subtext{font-size:15px;color:#64748b;line-height:1.6;margin-bottom:28px}.login-cta-btn{width:100%;padding:16px 24px;font-size:16px;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}.login-cta-btn--yoguverse{background:linear-gradient(135deg,#ec4899,#8b5cf6);color:#fff}.login-cta-btn--yoguverse:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ec489959}.login-cta-btn--c9{background:linear-gradient(135deg,#0d9488,#0891b2);color:#fff}.login-cta-btn--c9:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0d948859}@media (max-width: 900px){.login-split{flex-direction:column}.login-split__left{padding:40px 30px;min-height:auto}.login-split__tagline-top,.login-split__tagline-bottom{font-size:28px}.login-split__mockup{display:none}.login-split__right{padding:30px}}.portal-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:20px;margin-top:24px;min-height:calc(100vh - 160px)}.portal-sidebar{background:#ffffffe6;border-radius:26px;padding:18px 16px;box-shadow:var(--shadow-subtle);display:flex;flex-direction:column;gap:18px}.portal-sidebar__section-title{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-soft);margin:0 0 6px}.portal-sidebar__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.side-pill{border-radius:999px;padding:9px 14px;background:transparent;border:none;text-align:left;font-size:14px;cursor:pointer;color:var(--text-main);display:flex;align-items:center;justify-content:space-between;transition:background .12s ease,transform .08s ease}.side-pill:hover{background:#00b59a1a}.side-pill--active{background:var(--accent);color:#fff;box-shadow:var(--shadow-soft)}.portal-main{background:#fffffff2;border-radius:26px;padding:18px 20px 24px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:14px}.portal-main__title{font-size:22px;font-weight:720;margin:0}.portal-main__subtitle{margin:0;font-size:13px;color:var(--text-soft)}.portal-main__frame{margin-top:10px;flex:1;min-height:520px;border-radius:20px;overflow:hidden;background:#ffffff8c;border:1px solid rgba(148,163,184,.35)}.portal-main__placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:14px;color:var(--text-soft);text-align:center;padding:32px}.portal-main__welcome{display:flex;align-items:center;justify-content:center;height:100%;padding:32px}.welcome-card{max-width:500px;text-align:center;padding:40px 36px;background:linear-gradient(145deg,#fffffff2,#f5faf8e6);border-radius:24px;border:1px solid rgba(0,181,154,.2);box-shadow:0 12px 40px #00a98f1f}.welcome-card__icon{font-size:3rem;margin-bottom:16px}.welcome-card__title{font-size:1.5rem;font-weight:800;color:var(--text-main);margin:0 0 12px}.welcome-card__text{font-size:.95rem;color:var(--text-soft);margin:0 0 28px;line-height:1.5}.welcome-card__options{display:grid;grid-template-columns:1fr 1fr;gap:14px;text-align:left}.welcome-option{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:#00b59a0f;border-radius:14px;border:1px solid rgba(0,181,154,.12);transition:all .2s ease}.welcome-option:hover{background:#00b59a1a;border-color:#00b59a33}.welcome-option__icon{font-size:1.4rem;flex-shrink:0;margin-top:2px}.welcome-option strong{display:block;font-size:.9rem;color:var(--text-main);margin-bottom:4px}.welcome-option p{margin:0;font-size:.75rem;color:var(--text-soft);line-height:1.4}.theme-c9 .welcome-card{background:linear-gradient(145deg,#fffffff2,#f8f1e4e6);border-color:#6f8f3b33;box-shadow:0 12px 40px #6f8f3b1f}.theme-c9 .welcome-option{background:#88a94b14;border-color:#88a94b26}.theme-c9 .welcome-option:hover{background:#88a94b24;border-color:#88a94b40}.hero-benefits__list{margin-top:14px;padding-left:18px;display:flex;flex-direction:column;gap:6px;font-size:14px;color:var(--text-soft)}.hero-benefits__list li strong{color:var(--text-main)}.hero-flow-card{margin-top:26px;padding:22px 24px 26px;border-radius:32px;background:radial-gradient(circle at 0% 0%,#1ad7b329 0,#00aeef14 40%,#ffffffe6);box-shadow:0 18px 40px #00a98f29;border:1px solid rgba(0,181,154,.18)}.hero-flow-card__badge{display:inline-flex;align-items:center;justify-content:center;font-size:11px;letter-spacing:.18em;text-transform:uppercase;padding:4px 10px;border-radius:999px;background:#00b59a1f;color:#007c66;margin-bottom:8px}.hero-flow-card__caption{font-size:13px;color:var(--text-soft);max-width:900px;margin-bottom:14px}.hero-flow-card__image{display:block;width:100%;max-width:960px;margin:0 auto;border-radius:24px;background:#fff;padding:10px;box-shadow:0 10px 32px #00a98f29}.login-form{display:flex;flex-direction:column;gap:10px;margin-top:10px}.login-form__label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--text-soft)}.login-form__input{border-radius:14px;border:1px solid rgba(0,181,154,.25);padding:8px 10px;font-size:14px;outline:none}.login-form__input:focus{border-color:var(--accent);box-shadow:0 0 0 2px #00b59a2e}.qpanel-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#04132273;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:flex-end;z-index:999}.qpanel{background:#f8fffc;width:min(520px,100%);height:100%;box-shadow:-18px 0 45px #04132247;display:flex;flex-direction:column}.qpanel__header{padding:16px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(15,23,42,.1)}.qpanel__header h3{margin:0;font-size:15px}.qpanel__body{flex:1;background:#fff}.qpanel__iframe{border:none;width:100%;height:100%}.portal-error-banner{margin-top:12px;padding:10px 12px;background:#fee2e2;color:#991b1b;border-radius:10px;font-size:13px}.portal-sidebar{background:radial-gradient(circle at top left,#00b59a1f,#fffffffa);border-radius:26px;padding:20px 18px;box-shadow:0 14px 40px #0413221f;display:flex;flex-direction:column;gap:20px;border:1px solid rgba(0,181,154,.18)}.portal-sidebar__section-title{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-soft);margin:0 0 8px;display:flex;align-items:center;gap:6px}.portal-sidebar__section-title:before{content:"";width:6px;height:6px;border-radius:999px;background:linear-gradient(135deg,#1ad7b3,#00aeef);box-shadow:0 0 8px #00b59a8c}.side-pill{border-radius:999px;padding:9px 14px;background:transparent;border:none;text-align:left;font-size:14px;cursor:pointer;color:var(--text-main);display:flex;align-items:center;justify-content:space-between;gap:8px;transition:background .14s ease,transform .08s ease,box-shadow .12s ease}.side-pill span:before{content:"";display:inline-block;width:8px;height:8px;border-radius:999px;margin-right:6px;background:#00b59a40}.side-pill:hover{background:#00b59a1a;transform:translateY(-1px);box-shadow:0 8px 20px #0413222e}.side-pill--active{background:var(--accent);color:#fff;box-shadow:0 12px 26px #00a98f61}.brand-page{display:flex;flex-direction:column;gap:20px}.brand-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.brand-page__header--c9{background:#fdf4e8;padding:16px 24px;border-radius:16px;border:1px solid rgba(0,0,0,.04)}.brand-page__logo-wrap{display:flex;align-items:center;gap:16px}.brand-page__logo{height:52px;width:auto}.brand-page__brand-text{font-size:.9rem;opacity:.7}.brand-page__phone-pill{background:#6f8f3b;padding:10px 22px;border-radius:999px;color:#fff;font-weight:600;font-size:.95rem}.brand-page__phone-text{letter-spacing:.03em}.brand-page__hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.1fr);gap:40px;margin-top:12px}.brand-page__hero--c9{padding:32px;border-radius:24px;background-color:#f5d0a9;background-image:url(/c9_beige_bg.png);background-size:cover;background-position:center}.brand-page__hero-left{display:flex;flex-direction:column;gap:20px}.brand-page__tagline{text-transform:uppercase;font-size:.8rem;letter-spacing:.16em;opacity:.8}.brand-page__title{font-size:2.4rem;line-height:1.1;font-weight:700}.brand-page__title-highlight--c9{color:#6f8f3b}.brand-page__subtitle{font-size:1rem;max-width:520px;opacity:.9}.brand-page__badge-row{display:flex;flex-wrap:wrap;gap:16px}.brand-page__ai-pill{padding:14px 18px;border-radius:18px;display:flex;flex-direction:column;gap:2px;font-size:.9rem;box-shadow:0 10px 25px #00000029}.brand-page__ai-pill--c9{background:#6f8f3b;color:#fff}.brand-page__ai-pill-title{font-weight:700}.brand-page__ai-pill-sub{opacity:.9}.brand-page__badge{padding:14px 16px;border-radius:16px;background:#ffffffe6;font-size:.86rem;max-width:260px}.brand-page__badge-title{font-weight:600}.brand-page__badge-sub{opacity:.86}.brand-page__cta-row{display:flex;flex-wrap:wrap;gap:12px}.brand-page__cta-primary{padding:12px 24px;border-radius:999px;border:none;font-weight:600;cursor:pointer;font-size:.95rem}.brand-page__cta-primary--c9{background:#111;color:#fff}.brand-page__cta-secondary{padding:11px 22px;border-radius:999px;border:1px solid rgba(0,0,0,.15);background:#fffc;cursor:pointer;font-size:.95rem}.brand-page__bullets{margin-top:8px;padding-left:20px;font-size:.9rem}.brand-page__hero-right{position:relative;display:grid;grid-template-columns:1fr;gap:16px}.brand-page__image-card{border-radius:22px;overflow:hidden;background:#111;box-shadow:0 20px 45px #00000040}.brand-page__image-card--secondary{max-width:70%;margin-left:auto}.brand-page__image{display:block;width:100%;height:100%;object-fit:cover}.brand-page__floating-card{position:absolute;right:-10px;bottom:10px;width:65%;padding:14px 16px;border-radius:18px;background:#fffffff5;box-shadow:0 16px 35px #00000047;font-size:.85rem}.brand-page__floating-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;opacity:.6;margin-bottom:4px}.brand-page__floating-number{font-size:1.4rem;font-weight:700;color:#6f8f3b;margin-right:4px}.brand-page__floating-caption{display:block;opacity:.85}.brand-page__floating-footer{margin-top:6px;font-style:italic;opacity:.75}@media (max-width: 960px){.brand-page__hero{grid-template-columns:1fr}.brand-page__hero--c9{padding:22px}}.c9-shell{margin-top:18px;display:flex;flex-direction:column;gap:26px}.c9-shell__hero{position:relative;border-radius:32px;overflow:hidden;min-height:280px;box-shadow:0 24px 50px #0003}.c9-shell__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/c9_shellharbour_outside.jpg);background-size:cover;background-position:center;transform:scale(1.02)}.c9-shell__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top left,rgba(0,0,0,.25),transparent 45%),linear-gradient(to bottom right,#0000008c,#000000d1)}.c9-shell__hero-content{position:relative;z-index:1;padding:28px 32px 26px;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1.1fr);gap:26px;color:#fff}.c9-shell__hero-left{display:flex;flex-direction:column;gap:16px}.c9-shell__logo-row{display:flex;align-items:center;gap:18px}.c9-shell__logo{height:60px;width:auto;border-radius:16px;padding:6px 10px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.c9-shell__logo-sub{text-transform:uppercase;font-size:11px;letter-spacing:.16em;opacity:.8}.c9-shell__title{font-size:2.2rem;margin:3px 0 0}.c9-shell__subtitle{font-size:.98rem;max-width:520px;opacity:.9}.c9-shell__pill-row{display:flex;flex-wrap:wrap;gap:12px}.c9-shell__pill{padding:12px 14px;border-radius:18px;background:#1a1e12b3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.18);font-size:.85rem;max-width:260px}.c9-shell__pill--green{background:linear-gradient(135deg,#9a8a3c,#b39f4a);border:1px solid rgba(154,138,60,.3);box-shadow:0 0 12px #9a8a3c40}.c9-shell__pill-title{font-weight:700;display:block}.c9-shell__pill-sub{opacity:.92}.c9-shell__glance-row{display:flex;align-items:stretch;gap:14px;flex-wrap:nowrap;margin-top:4px}.c9-shell__pill--glance-text{flex:0 0 160px;display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(154,138,60,.5);box-shadow:0 0 12px #9a8a3c33}.c9-shell__sparkline-widget{flex:1 1 auto;min-width:300px;max-width:420px;padding:14px 18px;border-radius:18px;background:#1a1e12bf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);font-size:.85rem;color:#fff}@media (max-width: 700px){.c9-shell__glance-row{flex-wrap:wrap}.c9-shell__pill--glance-text{flex:1 1 100%}.c9-shell__sparkline-widget{flex:1 1 100%;max-width:100%}}.c9-shell__cta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.c9-shell__cta-primary,.c9-shell__cta-secondary{border-radius:999px;padding:10px 20px;font-size:.92rem;cursor:pointer;border:none}.c9-shell__cta-primary{background:linear-gradient(135deg,#9a8a3c,#b39f4a);color:#fff;font-weight:600;box-shadow:0 4px 12px #9a8a3c4d;transition:transform .2s,box-shadow .2s}.c9-shell__cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #9a8a3c66}.c9-shell__cta-secondary{background:#9a8a3c26;border:1px solid rgba(154,138,60,.5);color:#f2f2f2;transition:transform .2s,background .2s}.c9-shell__cta-secondary:hover{background:#9a8a3c4d;transform:translateY(-1px)}.c9-shell__cta-marketing{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:14px 20px;border-radius:16px;background:linear-gradient(135deg,#9a8a3c,#b39f4a);border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #9a8a3c4d}.c9-shell__cta-marketing:hover{transform:translateY(-2px);box-shadow:0 6px 16px #9a8a3c66}.c9-shell__cta-marketing-title{font-size:.95rem;font-weight:700;color:#fff;letter-spacing:.02em}.c9-shell__cta-marketing-sub{font-size:.8rem;color:#ffffffd9;font-weight:400}.c9-shell__hero-right{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.c9-shell__photo-main{border-radius:22px;overflow:hidden;width:100%;max-width:320px;box-shadow:0 18px 40px #000000d9}.c9-shell__photo-stack{display:flex;gap:12px;margin-top:6px;align-items:stretch}.c9-shell__photo-small{border-radius:18px;overflow:hidden;max-width:150px;box-shadow:0 14px 30px #000000bf}.c9-shell__photo-img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease,filter .3s ease}.c9-shell__photo-main:hover .c9-shell__photo-img,.c9-shell__photo-small:hover .c9-shell__photo-img{transform:scale(1.05);filter:brightness(1.1)}.c9-shell__stat-card{flex:1;min-width:200px;border-radius:18px;padding:12px 14px;background:#0e120ae6;border:1px solid rgba(255,255,255,.15);font-size:.82rem}.c9-shell__stat-eyebrow{font-size:.7rem;text-transform:uppercase;opacity:.7;letter-spacing:.16em}.c9-shell__stat-main{display:flex;flex-direction:column;margin-top:4px;margin-bottom:6px}.c9-shell__stat-number{font-size:1.4rem;font-weight:700}.c9-shell__stat-label{opacity:.88}.c9-shell__stat-footer{opacity:.82}.c9-shell__metrics{margin-top:6px}.c9-shell__metrics-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px}.c9-shell__metric-card{background:#fdf8f0;border-radius:20px;padding:14px 16px;box-shadow:0 14px 30px #6f8f3b1f;border:1px solid rgba(111,143,59,.12)}.c9-shell__metric-label{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#7c8456;margin-bottom:4px}.c9-shell__metric-value{font-size:1.1rem;font-weight:650;margin-bottom:4px;color:#283116}.c9-shell__metric-sub{font-size:.86rem;color:#62694b}.c9-shell__footer{margin-top:4px;background:linear-gradient(to right,#f8f1e4,#f5f7ea);border-radius:24px;padding:18px 20px;display:flex;gap:18px;align-items:center;justify-content:space-between;border:1px solid rgba(111,143,59,.18)}.c9-shell__footer-title{font-size:1.2rem;margin:0 0 6px;color:#222815}.c9-shell__footer-text{margin:0;font-size:.9rem;max-width:520px;color:#5e6645}.c9-shell__footer-actions{display:flex;flex-wrap:wrap;gap:10px}.c9-shell__action-pill{background:linear-gradient(135deg,#88a94b,#6f8f3b)}.c9-shell__metrics{margin-top:4px}.c9-shell__metrics-row{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.c9-shell__metrics-row--row2{grid-template-columns:repeat(4,1fr)}.c9-shell__metric-card{background:linear-gradient(145deg,#fffffff2,#f8f1e4f2);border-radius:10px;padding:8px 10px;border:1px solid rgba(111,143,59,.18);box-shadow:0 2px 8px #0000000d}.c9-shell__metric-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.02em;color:#6f8f3b;font-weight:700;margin-bottom:2px}.c9-shell__metric-value{font-size:1.05rem;font-weight:800;color:#222815;margin-bottom:4px}.c9-shell__metric-value--highlight{color:#4a5f2a}.c9-shell__metric-value--muted{color:#88a94b;font-style:italic;font-size:1.1rem}.c9-shell__metric-trend{font-size:.65rem;font-weight:600}.c9-shell__metric-trend--up{color:#4caf50}.c9-shell__metric-trend--down{color:#e57373}.c9-shell__metric-sub{font-size:.62rem;color:#5e6645;opacity:.9}.c9-shell__insights{background:linear-gradient(145deg,#222815e0,#1c2b18eb);border-radius:24px;padding:24px 28px;border:1px solid rgba(111,143,59,.25);box-shadow:0 8px 32px #00000040;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.c9-shell__insights-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.c9-shell__insights-icon{font-size:1.6rem}.c9-shell__insights-title{font-size:1.3rem;font-weight:800;color:#c8e6a0;margin:0;flex:1}.c9-shell__insights-badge{background:linear-gradient(135deg,#88a94b,#6f8f3b);color:#fff;padding:6px 14px;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.c9-shell__insights-narrative{background:#ffffff14;border-radius:14px;padding:16px 20px;margin-bottom:20px;border:1px solid rgba(200,230,160,.15)}.c9-shell__insights-narrative p{margin:0;font-size:.95rem;line-height:1.6;color:#e8f0d8}.c9-shell__insights-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.c9-shell__insights-section{background:#ffffff0f;border-radius:16px;padding:18px 20px;border:1px solid rgba(200,230,160,.12)}.c9-shell__insights-section-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:#a8c870;font-weight:700;margin:0 0 14px}.c9-shell__factors-list{display:flex;flex-direction:column;gap:12px}.c9-shell__factor-item{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#ffffff0d;border-radius:12px;border:1px solid rgba(200,230,160,.1)}.c9-shell__factor-icon{font-size:1.2rem}.c9-shell__factor-content{flex:1}.c9-shell__factor-name{font-weight:700;font-size:.95rem;color:#e8f0d8;margin-bottom:2px}.c9-shell__factor-detail{font-size:.8rem;color:#a8c870;opacity:.85}.c9-shell__factor-impact{font-weight:800;font-size:1.05rem;padding:4px 12px;border-radius:8px}.c9-shell__factor-impact--positive{background:#4caf5033;color:#81c784}.c9-shell__factor-impact--negative{background:#e5737333;color:#ef9a9a}.c9-shell__recommendations-list{display:flex;flex-direction:column;gap:10px}.c9-shell__recommendation-item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#ffffff0d;border-radius:12px;border:1px solid rgba(200,230,160,.1)}.c9-shell__recommendation-icon{font-size:1.1rem}.c9-shell__recommendation-action{flex:1;font-size:.9rem;color:#e8f0d8}.c9-shell__recommendation-priority{padding:4px 10px;border-radius:6px;font-size:.7rem;font-weight:700;text-transform:uppercase}.c9-shell__recommendation-priority--high{background:linear-gradient(135deg,#ef5350,#c62828);color:#fff}.c9-shell__recommendation-priority--medium{background:linear-gradient(135deg,#88a94b,#6f8f3b);color:#fff}.c9-shell__recommendation-priority--low{background:#a8c87040;color:#a8c870}@media (max-width: 960px){.c9-shell__hero-content{grid-template-columns:1fr}.c9-shell__hero-right{align-items:flex-start}.c9-shell__metrics-row{grid-template-columns:repeat(2,1fr)}.c9-shell__insights-grid{grid-template-columns:1fr}}.yv-shell{margin-top:18px;display:flex;flex-direction:column;gap:26px}.yv-main-row{display:flex;gap:12px;align-items:flex-start}.yv-sidebar-left{width:160px;flex-shrink:0}.yv-content-main{flex:1;background:#fffffff7;border-radius:12px;padding:24px;min-height:350px;max-height:500px;overflow-y:auto;box-shadow:0 2px 12px #00000026}.yv-sidebar-right{width:260px;flex-shrink:0}.yv-shell__hero{position:relative;border-radius:32px;overflow:hidden;min-height:260px;box-shadow:0 24px 50px #401f7859}.yv-shell__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/yogu_store1.webp);background-size:cover;background-position:center;transform:scale(1.03)}.yv-shell__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top left,rgba(64,31,120,.5),transparent 45%),linear-gradient(to bottom right,#0f0820bf,#110720e6)}.yv-shell__hero-content{position:relative;z-index:1;padding:26px 30px 22px;display:flex;flex-direction:column;gap:16px;color:#fff}.yv-shell__hero-left{display:flex;flex-direction:column;gap:16px}.yv-shell__logo-row{display:flex;align-items:center;gap:18px}.yv-shell__logo{height:64px;width:auto;border-radius:16px;padding:4px 10px;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.yv-shell__logo-sub{text-transform:uppercase;font-size:11px;letter-spacing:.16em;opacity:.8}.yv-shell__title{font-size:2.1rem;margin:4px 0 0}.yv-shell__subtitle{font-size:.98rem;max-width:520px;opacity:.9}.yv-shell__pill-row{display:flex;flex-wrap:wrap;gap:12px}.yv-shell__pill{padding:11px 14px;border-radius:18px;background:#1e1236d1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.16);font-size:.84rem;max-width:260px}.yv-shell__pill--purple{background:linear-gradient(135deg,#9b5bff,#4f2aa8);border:none}.yv-shell__pill-title{font-weight:700;display:block}.yv-shell__pill-sub{opacity:.94}.yv-shell__sidebar-menu{display:flex;flex-direction:column;gap:4px;background:#fffffff2;border-radius:16px;padding:12px;max-width:180px;box-shadow:0 4px 20px #0000001a;margin-bottom:16px}.yv-shell__menu-item{display:flex;align-items:center;gap:10px;padding:12px 14px;border:none;background:transparent;border-radius:10px;cursor:pointer;font-size:.9rem;color:#333;text-align:left;transition:all .2s ease}.yv-shell__menu-item:hover{background:#14b8a61a}.yv-shell__menu-item--active{background:#14b8a626;color:#14b8a6;font-weight:600}.yv-shell__menu-icon{font-size:1.1rem}.yv-shell__menu-label{white-space:nowrap}.yv-shell__quick-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.yv-shell__panel{padding:24px;margin:16px;background:#fffffff2;border-radius:16px;box-shadow:0 4px 20px #00000014}.yv-shell__panel-title{font-size:1.4rem;font-weight:700;color:#1a1f2e;margin-bottom:20px}.yv-shell__panel-empty{text-align:center;padding:40px;color:#666}.yv-shell__panel-empty-icon{font-size:3rem;display:block;margin-bottom:16px}.yv-shell__issues-list{display:flex;flex-direction:column;gap:12px}.yv-shell__issue-card{padding:16px;border-radius:12px;background:#f8f9fa;border-left:4px solid #f59e0b}.yv-shell__issue-card--high{border-left-color:#ef4444;background:#fef2f2}.yv-shell__issue-card--medium{border-left-color:#f59e0b;background:#fffbeb}.yv-shell__issue-title{font-weight:600;color:#1a1f2e;margin-bottom:4px}.yv-shell__issue-body{color:#666;font-size:.9rem}.yv-shell__briefing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.yv-shell__briefing-card{background:#f8f9fa;padding:20px;border-radius:12px}.yv-shell__briefing-card h3{font-size:.9rem;color:#666;margin-bottom:8px}.yv-shell__briefing-value{font-size:1.5rem;font-weight:700;color:#14b8a6;display:block}.yv-shell__briefing-trend{font-size:.85rem;color:#22c55e}.yv-shell__briefing-trend.down{color:#ef4444}.yv-shell__briefing-sub{font-size:.85rem;color:#666}.yv-shell__briefing-card--weather{background:linear-gradient(135deg,#e0f2fe,#bae6fd)}.yv-shell__pos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.yv-shell__pos-card{background:#f8f9fa;padding:20px;border-radius:12px;text-align:center}.yv-shell__pos-card h3{font-size:.9rem;color:#666;margin-bottom:8px}.yv-shell__pos-value{font-size:1.4rem;font-weight:700;color:#1a1f2e}.yv-shell__pos-pct{font-size:.85rem;color:#14b8a6}.yv-shell__pos-orders{font-size:.85rem;color:#666}.yv-shell__pos-card--status{display:flex;align-items:center;justify-content:center;gap:10px;background:#ecfdf5}.yv-shell__pos-status-dot{width:12px;height:12px;border-radius:50%}.yv-shell__pos-status-dot--online{background:#22c55e;box-shadow:0 0 8px #22c55e80}.yv-shell__cta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.yv-shell__cta-status{width:100%;font-size:.85rem;opacity:.95;padding-left:4px}.yv-shell__cta-primary,.yv-shell__cta-secondary{border-radius:999px;padding:10px 20px;font-size:.92rem;cursor:pointer;border:none}.yv-shell__cta-primary{background:#ffe9a7;color:#3b2407;font-weight:600}.yv-shell__cta-secondary{background:transparent;border:1px solid rgba(255,255,255,.6);color:#f4eefc}.yv-shell__hero-right{display:flex;flex-direction:column;gap:10px;align-items:flex-end;justify-content:center}.yv-shell__photo-main{border-radius:22px;overflow:hidden;width:100%;max-width:320px;box-shadow:0 20px 46px #100528e6}.yv-shell__photo-img{display:block;width:100%;height:100%;object-fit:cover}.yv-shell__stat-card{margin-top:10px;border-radius:20px;padding:12px 14px;background:#140a26eb;border:1px solid rgba(255,255,255,.18);font-size:.82rem;max-width:320px}.yv-shell__stat-eyebrow{font-size:.7rem;text-transform:uppercase;opacity:.7;letter-spacing:.16em}.yv-shell__stat-main{display:flex;flex-direction:column;margin-top:4px;margin-bottom:6px}.yv-shell__stat-number{font-size:1.4rem;font-weight:700}.yv-shell__stat-label{opacity:.88}.yv-shell__stat-footer{opacity:.86}.yv-shell__metrics{margin-top:4px}.yv-shell__metrics-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.yv-shell__metric-card{background:#1ad7b31a;border-radius:14px;padding:10px 12px;box-shadow:0 8px 20px #00a98f1a;border:1px solid rgba(0,181,154,.18)}.yv-shell__metric-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:#007c66;margin-bottom:3px}.yv-shell__metric-value{font-size:1rem;font-weight:650;margin-bottom:3px;color:var(--text-main)}.yv-shell__metric-sub{font-size:.78rem;color:var(--text-soft)}.yv-shell__footer{margin-top:4px;background:linear-gradient(to right,#1ad7b31f,#00aeef14);border-radius:24px;padding:18px 20px;display:flex;gap:18px;align-items:center;justify-content:space-between;border:1px solid rgba(0,181,154,.18)}.yv-shell__footer-title{font-size:1.2rem;margin:0 0 6px;color:var(--text-main)}.yv-shell__footer-text{margin:0;font-size:.9rem;max-width:520px;color:var(--text-soft)}.yv-shell__footer-actions{display:flex;flex-wrap:wrap;gap:10px}.yv-shell__action-pill{background:linear-gradient(135deg,#9b5bff,#4f2aa8)}@media (max-width: 960px){.yv-shell__hero-content{grid-template-columns:1fr}.yv-shell__hero-right{align-items:flex-start}}.yv-shell--premium{--yv-accent: #9575cd;--yv-accent-dark: #7e57c2;--yv-glow: rgba(149, 117, 205, .25)}.yv-shell__hero--premium{box-shadow:0 30px 70px #4e347559,0 0 0 1px #9575cd26 inset}.yv-shell__hero-bg--premium{filter:brightness(.85) saturate(1.2)}.yv-shell__hero-overlay--premium{background:radial-gradient(ellipse at 15% 10%,rgba(149,117,205,.2) 0%,transparent 50%),radial-gradient(ellipse at 85% 80%,rgba(126,87,194,.15) 0%,transparent 40%),linear-gradient(135deg,#372850d9,#191226eb)}.yv-shell__cta-primary--premium{background:linear-gradient(135deg,#9575cd,#7e57c2);color:#fff;font-weight:700;box-shadow:0 8px 24px #9575cd59;transition:transform .15s,box-shadow .15s}.yv-shell__cta-primary--premium:hover{transform:translateY(-2px);box-shadow:0 12px 32px #9575cd73}.yv-shell__cta-marketing{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:12px 18px;border-radius:14px;background:linear-gradient(135deg,#9575cd26,#7e57c240);border:1px solid rgba(149,117,205,.3);color:#fff;cursor:pointer;transition:background .15s,transform .15s}.yv-shell__cta-marketing:hover{background:linear-gradient(135deg,#9575cd40,#7e57c259);transform:translateY(-1px)}.yv-shell__cta-marketing-title{font-weight:700;font-size:.95rem}.yv-shell__cta-marketing-sub{font-size:.78rem;opacity:.85}.yv-shell__sidebar-card{background:#1e192ae6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:18px;padding:16px;border:1px solid rgba(149,117,205,.2);box-shadow:0 16px 40px #00000059;display:flex;flex-direction:column;gap:16px;max-width:320px;width:100%}.yv-shell__sidebar-section{display:flex;flex-direction:column;gap:8px}.yv-shell__sidebar-section--signals{border-top:1px solid rgba(168,85,247,.2);padding-top:14px}.yv-shell__sidebar-header{display:flex;align-items:center;gap:8px}.yv-shell__sidebar-icon{font-size:1.1rem}.yv-shell__sidebar-title{font-weight:700;font-size:.9rem;color:#fffffff2}.yv-shell__sidebar-main{font-size:.95rem;font-weight:600;color:#fff}.yv-shell__sidebar-sub{font-size:.82rem;color:#ffffffb3}.yv-shell__sidebar-body{font-size:.85rem;color:#fffc}.yv-shell__signal{background:#a855f71f;border-radius:10px;padding:10px 12px;border:1px solid rgba(168,85,247,.2)}.yv-shell__signal-title{font-weight:700;font-size:.85rem;color:#fff;margin-bottom:4px}.yv-shell__signal-body{font-size:.8rem;color:#ffffffd9;margin-bottom:6px}.yv-shell__signal-badge{display:inline-block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:3px 8px;border-radius:6px}.yv-shell__signal-badge--low{background:#4ade8040;color:#4ade80}.yv-shell__signal-badge--medium{background:#fbbf2440;color:#fbbf24}.yv-shell__signal-badge--high{background:#f8717140;color:#f87171}.yv-shell__sparkline-wrap{margin-top:8px}.yv-sparkline{display:block}.yv-sparkline-container{display:flex;flex-direction:column;gap:2px}.yv-sparkline-labels{display:flex;justify-content:space-between;padding:0 4px}.yv-sparkline-label{font-size:.65rem;color:#4ade80;font-weight:500}.yv-sparkline-label--current{color:#22c55e;font-weight:700}.yv-sparkline-values{display:flex;justify-content:space-between;padding:0 4px;margin-top:2px}.yv-sparkline-value{font-size:.6rem;color:#ffffffb3;font-weight:500}.yv-sparkline-value--current{color:#22c55e;font-weight:700}.yv-shell__pill--glance{min-width:220px}.yv-shell__metrics--premium{background:linear-gradient(135deg,#a855f714,#7c3aed0a);border-radius:18px;padding:12px;border:1px solid rgba(168,85,247,.15)}.yv-shell__metric-card--premium{background:linear-gradient(145deg,#581c8726,#a855f714);border:1px solid rgba(168,85,247,.2);box-shadow:0 6px 20px #581c871f;transition:transform .15s,box-shadow .15s;padding:10px 12px;border-radius:12px}.yv-shell__metric-card--premium:hover{transform:translateY(-1px);box-shadow:0 8px 24px #581c872e}.yv-shell__metric-card--premium .yv-shell__metric-label{color:#9575cd}.yv-shell__metric-value--highlight{color:#9575cd;font-size:1.15rem}.yv-shell__metric-value--muted{color:#ffffff80;font-size:.85rem;font-style:italic}.yv-shell__metric-trend{font-size:.72rem;font-weight:600}.yv-shell__metric-trend--up{color:#4ade80}.yv-shell__metric-trend--down{color:#f87171}.yv-shell__anomaly-badge{display:inline-block;font-size:.6rem;font-weight:700;padding:2px 6px;border-radius:4px;margin-left:8px;text-transform:uppercase;letter-spacing:.5px;animation:anomaly-pulse 2s infinite}.yv-shell__anomaly-badge--warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.yv-shell__anomaly-badge--critical{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.c9-shell__anomaly-badge{display:inline-block;font-size:.6rem;font-weight:700;padding:2px 6px;border-radius:4px;margin-left:8px;text-transform:uppercase;letter-spacing:.5px;animation:anomaly-pulse 2s infinite}.c9-shell__anomaly-badge--warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.c9-shell__anomaly-badge--critical{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}@keyframes anomaly-pulse{0%,to{opacity:1}50%{opacity:.7}}.yv-shell__footer--premium{background:linear-gradient(135deg,#a855f71f,#7c3aed14);border:1px solid rgba(168,85,247,.18)}.c9-dashboard{display:flex;flex-direction:column;gap:16px;padding:0}.c9-dashboard__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#1a2520,#0f1512);border-radius:16px;box-shadow:0 4px 20px #00000026}.c9-dashboard__brand{display:flex;align-items:center;gap:14px}.c9-dashboard__logo{height:48px;width:auto;border-radius:10px;padding:4px 8px;background:#ffffff14}.c9-dashboard__brand-text{display:flex;flex-direction:column;gap:2px}.c9-dashboard__brand-name{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.01em}.c9-dashboard__brand-sub{font-size:.8rem;color:#fff9}.c9-dashboard__controls{display:flex;gap:10px}.c9-dashboard__select{padding:8px 14px;border-radius:8px;border:1px solid rgba(154,138,60,.4);background:#9a8a3c1a;color:#fff;font-size:.85rem;cursor:pointer;transition:border-color .2s}.c9-dashboard__select:hover{border-color:#9a8a3cb3}.c9-dashboard__select option{background:#1a2520;color:#fff}.c9-dashboard__kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.c9-dashboard__kpi-card{background:linear-gradient(135deg,#1a2520,#243029);border-radius:14px;padding:16px 18px;display:flex;flex-direction:column;gap:4px;border:1px solid rgba(154,138,60,.2);box-shadow:0 4px 16px #0000001f;transition:transform .2s,box-shadow .2s}.c9-dashboard__kpi-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000002e}.c9-dashboard__kpi-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffff8c}.c9-dashboard__kpi-value{font-size:1.6rem;font-weight:700;color:#fff}.c9-dashboard__kpi-value--good{color:#4ade80}.c9-dashboard__kpi-trend{font-size:.8rem;color:#ffffff80}.c9-dashboard__kpi-trend--up{color:#4ade80}.c9-dashboard__kpi-trend--down{color:#f87171}.c9-dashboard__tabs{display:flex;gap:8px;padding:4px;background:#1a252099;border-radius:12px;border:1px solid rgba(255,255,255,.08)}.c9-dashboard__tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:none;border-radius:10px;background:transparent;color:#fff9;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.c9-dashboard__tab:hover{background:#9a8a3c26;color:#fff}.c9-dashboard__tab--active{background:linear-gradient(135deg,#9a8a3c,#b39f4a);color:#fff;font-weight:600;box-shadow:0 4px 12px #9a8a3c4d}.c9-dashboard__tab-icon{font-size:1.1rem}.c9-dashboard__tab-label{font-size:.9rem}.c9-dashboard__main{display:flex;flex-direction:column;gap:12px}.c9-dashboard__source-bar{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#1a252080;border-radius:10px;border:1px solid rgba(255,255,255,.06)}.c9-dashboard__source-label{font-size:.85rem;color:#ffffff80;white-space:nowrap}.c9-dashboard__source-pills{display:flex;gap:8px;flex-wrap:wrap}.c9-dashboard__source-pill{padding:8px 16px;border-radius:20px;border:1px solid rgba(255,255,255,.15);background:transparent;color:#ffffffb3;font-size:.85rem;cursor:pointer;transition:all .2s}.c9-dashboard__source-pill:hover{border-color:#9a8a3c80;background:#9a8a3c1a;color:#fff}.c9-dashboard__source-pill--active{background:linear-gradient(135deg,#9a8a3c,#b39f4a);border-color:transparent;color:#fff;font-weight:500}.c9-dashboard__content-wrapper{display:grid;grid-template-columns:1fr 280px;gap:16px;min-height:500px;transition:grid-template-columns .3s ease}.c9-dashboard__content-wrapper--collapsed{grid-template-columns:1fr 40px}.c9-dashboard__workspace{background:#ffffff08;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.c9-dashboard__workspace .portal-main{background:transparent;box-shadow:none;height:100%}.c9-dashboard__workspace .portal-main__title{color:#fff}.c9-dashboard__workspace .portal-main__subtitle{color:#fff9}.c9-dashboard__workspace .portal-main__frame{background:#ffffff05;border-color:#ffffff1a}.c9-dashboard__workspace .portal-main__placeholder{color:#ffffff80}.c9-dashboard__insights{display:flex;flex-direction:column;gap:12px;position:relative;transition:width .3s}.c9-dashboard__insights--collapsed{width:40px}.c9-dashboard__insights-toggle{position:absolute;top:10px;left:-12px;width:24px;height:24px;border-radius:50%;border:1px solid rgba(154,138,60,.4);background:#1a2520;color:#fff9;font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s}.c9-dashboard__insights-toggle:hover{background:#9a8a3c33;border-color:#9a8a3c99}.c9-dashboard__insight-card{background:linear-gradient(135deg,#1a2520,#202d26);border-radius:14px;padding:14px 16px;border:1px solid rgba(255,255,255,.08)}.c9-dashboard__insight-header{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.08)}.c9-dashboard__insight-icon{font-size:1.1rem}.c9-dashboard__insight-title{font-size:.85rem;font-weight:600;color:#fff}.c9-dashboard__insight-body{display:flex;flex-direction:column;gap:4px}.c9-dashboard__insight-main{font-size:.9rem;font-weight:500;color:#fff}.c9-dashboard__insight-sub{font-size:.8rem;color:#ffffff8c}.c9-dashboard__insight-card--signals{display:flex;flex-direction:column;gap:12px}.c9-dashboard__signal{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.c9-dashboard__signal:last-of-type{border-bottom:none;padding-bottom:0}.c9-dashboard__signal-title{font-size:.82rem;font-weight:600;color:#fff;margin-bottom:4px}.c9-dashboard__signal-body{font-size:.78rem;color:#ffffff8c;margin-bottom:6px;line-height:1.4}.c9-dashboard__signal-badge{display:inline-block;padding:3px 8px;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.c9-dashboard__signal-badge--low{background:#3b82f633;color:#60a5fa}.c9-dashboard__signal-badge--high{background:#f8717133;color:#f87171}.c9-dashboard__signal-badge--medium{background:#fbbf2433;color:#fbbf24}.c9-dashboard__insight-cta{width:100%;padding:12px 16px;border-radius:10px;border:none;background:linear-gradient(135deg,#9a8a3c,#b39f4a);color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #9a8a3c40}.c9-dashboard__insight-cta:hover{transform:translateY(-2px);box-shadow:0 6px 16px #9a8a3c59}.c9-dashboard__insight-cta:disabled{opacity:.6;cursor:not-allowed;transform:none}.c9-dashboard__agent-btn{background:linear-gradient(135deg,#9a8a3c,#b39f4a);box-shadow:0 4px 12px #9a8a3c4d}@media (max-width: 1100px){.c9-dashboard__content-wrapper{grid-template-columns:1fr}.c9-dashboard__insights{flex-direction:row;flex-wrap:wrap;gap:12px}.c9-dashboard__insight-card{flex:1;min-width:250px}.c9-dashboard__insights-toggle{display:none}}@media (max-width: 768px){.c9-dashboard__kpi-row{grid-template-columns:repeat(2,1fr)}.c9-dashboard__header{flex-direction:column;gap:12px;align-items:flex-start}.c9-dashboard__tabs{flex-wrap:wrap}.c9-dashboard__tab{flex:1 1 45%}}.yv-dashboard{display:flex;flex-direction:column;gap:16px;padding:0}.yv-dashboard__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#2d1b4e,#1a0f2e);border-radius:16px;box-shadow:0 4px 20px #6d28d926}.yv-dashboard__brand{display:flex;align-items:center;gap:14px}.yv-dashboard__logo{height:48px;width:auto;border-radius:10px;padding:4px 8px;background:#ffffff14}.yv-dashboard__brand-text{display:flex;flex-direction:column;gap:2px}.yv-dashboard__title{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.01em;margin:0}.yv-dashboard__subtitle{font-size:.8rem;color:#fff9}.yv-dashboard__kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.yv-dashboard__kpi-card{background:linear-gradient(135deg,#2d1b4e,#3d2463);border-radius:14px;padding:16px 18px;display:flex;flex-direction:column;gap:4px;border:1px solid rgba(168,85,247,.2);box-shadow:0 4px 16px #6d28d91f;transition:transform .2s,box-shadow .2s}.yv-dashboard__kpi-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6d28d92e}.yv-dashboard__kpi-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffff8c}.yv-dashboard__kpi-value{font-size:1.6rem;font-weight:700;color:#fff}.yv-dashboard__kpi-trend{font-size:.8rem;color:#ffffff80}.yv-dashboard__kpi-trend--up{color:#4ade80}.yv-dashboard__kpi-trend--down{color:#f87171}.yv-dashboard__tabs{display:flex;gap:8px;padding:4px;background:#2d1b4e99;border-radius:12px;border:1px solid rgba(255,255,255,.08)}.yv-dashboard__tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:none;border-radius:10px;background:transparent;color:#fff9;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.yv-dashboard__tab:hover{background:#a855f726;color:#fff}.yv-dashboard__tab--active{background:linear-gradient(135deg,#9333ea,#a855f7);color:#fff;font-weight:600;box-shadow:0 4px 12px #9333ea4d}.yv-dashboard__tab-icon{font-size:1.1rem}.yv-dashboard__tab-label{font-size:.9rem}.yv-dashboard__main{display:flex;flex-direction:column;gap:12px}.yv-dashboard__source-bar{display:flex;align-items:center;gap:12px;padding:10px 16px;background:#2d1b4e66;border-radius:10px;border:1px solid rgba(255,255,255,.06)}.yv-dashboard__source-label{font-size:.8rem;color:#ffffff80;white-space:nowrap}.yv-dashboard__source-pills{display:flex;gap:8px;flex-wrap:wrap}.yv-dashboard__source-pill{padding:6px 14px;border-radius:8px;border:1px solid rgba(168,85,247,.3);background:#a855f71a;color:#ffffffb3;font-size:.82rem;cursor:pointer;transition:all .2s}.yv-dashboard__source-pill:hover{background:#a855f733;border-color:#a855f780;color:#fff}.yv-dashboard__source-pill--active{background:linear-gradient(135deg,#9333ea,#a855f7);border-color:transparent;color:#fff;font-weight:600}.yv-dashboard__content-wrapper{display:grid;grid-template-columns:1fr 280px;gap:16px;min-height:520px}.yv-dashboard__content-wrapper--collapsed{grid-template-columns:1fr 40px}.yv-dashboard__workspace{background:#ffffff08;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.yv-dashboard__workspace .portal-main{background:transparent;box-shadow:none;height:100%}.yv-dashboard__workspace .portal-main__title{color:#fff}.yv-dashboard__workspace .portal-main__subtitle{color:#fff9}.yv-dashboard__workspace .portal-main__frame{background:#ffffff05;border-color:#ffffff1a}.yv-dashboard__workspace .portal-main__placeholder{color:#ffffff80}.yv-dashboard__insights{display:flex;flex-direction:column;gap:12px;position:relative;transition:width .3s}.yv-dashboard__insights--collapsed{width:40px}.yv-dashboard__insights-toggle{position:absolute;top:10px;left:-12px;width:24px;height:24px;border-radius:50%;border:1px solid rgba(168,85,247,.4);background:#2d1b4e;color:#fff9;font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s}.yv-dashboard__insights-toggle:hover{background:#a855f733;border-color:#a855f799}.yv-dashboard__insight-card{background:linear-gradient(135deg,#2d1b4e,#3a2259);border-radius:14px;padding:14px 16px;border:1px solid rgba(255,255,255,.08)}.yv-dashboard__insight-header{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.08)}.yv-dashboard__insight-icon{font-size:1.1rem}.yv-dashboard__insight-title{font-size:.85rem;font-weight:600;color:#fff}.yv-dashboard__insight-body{display:flex;flex-direction:column;gap:4px}.yv-dashboard__insight-main{font-size:.9rem;font-weight:500;color:#fff}.yv-dashboard__insight-sub{font-size:.8rem;color:#ffffff8c}.yv-dashboard__insight-card--signals{display:flex;flex-direction:column;gap:12px}.yv-dashboard__signal{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.yv-dashboard__signal:last-of-type{border-bottom:none;padding-bottom:0}.yv-dashboard__signal-title{font-size:.82rem;font-weight:600;color:#fff;margin-bottom:4px}.yv-dashboard__signal-body{font-size:.78rem;color:#ffffff8c;margin-bottom:6px;line-height:1.4}.yv-dashboard__signal-badge{display:inline-block;padding:3px 8px;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.yv-dashboard__signal-badge--low{background:#3b82f633;color:#60a5fa}.yv-dashboard__signal-badge--high{background:#f8717133;color:#f87171}.yv-dashboard__signal-badge--medium{background:#fbbf2433;color:#fbbf24}.yv-dashboard__insight-cta{width:100%;padding:12px 16px;border-radius:10px;border:none;background:linear-gradient(135deg,#9333ea,#a855f7);color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #9333ea40}.yv-dashboard__insight-cta:hover{transform:translateY(-2px);box-shadow:0 6px 16px #9333ea59}.yv-dashboard__insight-cta:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 1100px){.yv-dashboard__content-wrapper{grid-template-columns:1fr}.yv-dashboard__insights{flex-direction:row;flex-wrap:wrap;gap:12px}.yv-dashboard__insight-card{flex:1;min-width:250px}.yv-dashboard__insights-toggle{display:none}}@media (max-width: 768px){.yv-dashboard__kpi-row{grid-template-columns:repeat(2,1fr)}.yv-dashboard__header{flex-direction:column;gap:12px;align-items:flex-start}.yv-dashboard__tabs{flex-wrap:wrap}.yv-dashboard__tab{flex:1 1 45%}}.yv-shell__insights{margin:24px 0;padding:24px;background:linear-gradient(145deg,#581c87d9,#3b0764e6);border-radius:20px;border:1px solid rgba(168,85,247,.2)}.yv-shell__insights--premium{box-shadow:0 8px 32px #581c8780;border:1px solid rgba(168,85,247,.3)}.yv-shell__insights-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.yv-shell__insights-icon{font-size:1.5rem}.yv-shell__insights-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0;flex:1}.yv-shell__insights-badge{background:linear-gradient(135deg,#9575cd,#7e57c2);color:#fff;font-size:.7rem;font-weight:700;padding:4px 10px;border-radius:12px;text-transform:uppercase;letter-spacing:.05em}.yv-shell__insights-narrative{background:#ffffff1f;border-radius:12px;padding:16px;margin-bottom:20px;border-left:4px solid #a78bfa}.yv-shell__insights-narrative p{margin:0;color:#ffffffe6;font-size:.95rem;line-height:1.6}.yv-shell__insights-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 768px){.yv-shell__insights-grid{grid-template-columns:1fr}}.yv-shell__insights-section{background:#ffffff1a;border-radius:14px;padding:16px;border:1px solid rgba(255,255,255,.15)}.yv-shell__insights-section-title{font-size:.85rem;font-weight:600;color:#9575cd;text-transform:uppercase;letter-spacing:.05em;margin:0 0 14px}.yv-shell__factors-list{display:flex;flex-direction:column;gap:12px}.yv-shell__factor-item{display:flex;align-items:center;gap:12px;background:#ffffff1f;padding:10px 12px;border-radius:10px;transition:background .15s}.yv-shell__factor-item:hover{background:#ffffff2e}.yv-shell__factor-icon{font-size:1.2rem}.yv-shell__factor-content{flex:1}.yv-shell__factor-name{font-size:.9rem;font-weight:600;color:#fff}.yv-shell__factor-detail{font-size:.75rem;color:#fff9;margin-top:2px}.yv-shell__factor-impact{font-size:.85rem;font-weight:700;padding:4px 8px;border-radius:6px}.yv-shell__factor-impact--positive{background:#22c55e66;color:#4ade80;font-weight:800}.yv-shell__factor-impact--negative{background:#ef444466;color:#fca5a5;font-weight:800}.yv-shell__recommendations-list{display:flex;flex-direction:column;gap:10px}.yv-shell__recommendation-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:#ffffff1f;transition:all .15s}.yv-shell__recommendation-item:hover{background:#fff3;transform:translate(4px)}.yv-shell__recommendation-item--high{border-left:3px solid #f87171}.yv-shell__recommendation-item--medium{border-left:3px solid #fbbf24}.yv-shell__recommendation-item--low{border-left:3px solid #4ade80}.yv-shell__recommendation-icon{font-size:1.1rem}.yv-shell__recommendation-action{flex:1;font-size:.88rem;color:#fff;font-weight:500}.yv-shell__recommendation-priority{font-size:.65rem;font-weight:700;padding:3px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.03em}.yv-shell__recommendation-priority--high{background:#f8717140;color:#f87171}.yv-shell__recommendation-priority--medium{background:#fbbf2440;color:#fbbf24}.yv-shell__recommendation-priority--low{background:#4ade8040;color:#4ade80}.c9-shell__metric-card--delivery{position:relative}.c9-shell__add-data-btn{position:absolute;bottom:10px;right:10px;padding:4px 10px;border-radius:6px;border:1px solid rgba(154,138,60,.4);background:#9a8a3c26;color:#fffc;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .2s}.c9-shell__add-data-btn:hover{background:#9a8a3c4d;border-color:#9a8a3c99;color:#fff}.c9-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.c9-modal{background:linear-gradient(145deg,#1a2520,#0f1512);border-radius:20px;border:1px solid rgba(154,138,60,.3);box-shadow:0 20px 60px #00000080;width:100%;max-width:420px;overflow:hidden}.c9-modal__header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid rgba(255,255,255,.1);background:#9a8a3c1a}.c9-modal__title{font-size:1.1rem;font-weight:700;color:#fff;margin:0}.c9-modal__close{width:32px;height:32px;border-radius:8px;border:none;background:#ffffff1a;color:#ffffffb3;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.c9-modal__close:hover{background:#f8717133;color:#f87171}.c9-modal__form{padding:22px;display:flex;flex-direction:column;gap:16px}.c9-modal__field{display:flex;flex-direction:column;gap:6px}.c9-modal__field label{font-size:.82rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.c9-modal__field input{padding:12px 14px;border-radius:10px;border:1px solid rgba(154,138,60,.3);background:#ffffff0f;color:#fff;font-size:1rem;transition:all .2s}.c9-modal__field input:focus{outline:none;border-color:#9a8a3c99;background:#ffffff1a}.c9-modal__field input::placeholder{color:#ffffff59}.c9-modal__actions{display:flex;gap:12px;margin-top:8px}.c9-modal__actions .button-ghost{flex:1}.c9-modal__actions .button-primary{flex:1;background:linear-gradient(135deg,#9a8a3c,#b39f4a);border:none;color:#fff;padding:12px 20px;border-radius:10px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.c9-modal__actions .button-primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px #9a8a3c4d}.c9-modal__recent{padding:14px 22px 18px;background:#ffffff0a;border-top:1px solid rgba(255,255,255,.08)}.c9-modal__recent-title{font-size:.75rem;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.c9-modal__recent-data{font-size:.9rem;color:#fffc}.yv-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.yv-modal{background:linear-gradient(145deg,#2d1b4e,#1a0f2e);border-radius:20px;border:1px solid rgba(168,85,247,.3);box-shadow:0 20px 60px #00000080;width:100%;max-width:420px;overflow:hidden}.yv-modal__header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid rgba(255,255,255,.1);background:#a855f71a}.yv-modal__title{font-size:1.1rem;font-weight:700;color:#fff;margin:0}.yv-shell__add-data-btn{padding:4px 10px;border-radius:6px;border:1px solid rgba(168,85,247,.4);background:#a855f726;color:#fffc;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .2s}.yv-shell__add-data-btn:hover{background:#a855f74d;border-color:#a855f799;color:#fff}.c9-sparkline-container{display:flex;flex-direction:column;gap:6px;padding:10px 14px;background:#ffffff14;border-radius:12px;min-width:220px}.c9-sparkline{display:block}.c9-sparkline-values{display:flex;justify-content:space-between;font-size:.7rem;font-weight:600;color:#fffc}.c9-sparkline-value--current{color:#b39f4a;font-weight:700}.c9-sparkline-labels{display:flex;justify-content:space-between;font-size:.65rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.03em}.c9-sparkline-label--current{color:#b39f4a;font-weight:600}.c9-shell__metrics-row--delivery{margin-top:1rem}.c9-shell__metric-card--uber,.c9-shell__metric-card--doordash,.c9-shell__metric-card--comparison{position:relative}.c9-shell__delivery-icon{margin-right:.4rem;font-size:1.1rem}.c9-shell__metric-card--uber{border-left:3px solid #06c167}.c9-shell__metric-card--doordash{border-left:3px solid #ff3008}.c9-shell__metric-card--comparison{border-left:3px solid #b39f4a}.c9-shell__comparison-grid{display:flex;align-items:stretch;gap:.5rem;margin:.75rem 0}.c9-shell__comparison-item{display:flex;flex-direction:column;gap:.35rem;flex:1;text-align:center;padding:.5rem;background:#00000026;border-radius:8px}.c9-shell__comparison-label{font-size:.65rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.03em;font-weight:600}.c9-shell__comparison-value{font-size:1rem;font-weight:700}.c9-shell__comparison-value--pos{color:#b39f4a}.c9-shell__comparison-value--delivery{color:#06c167}.c9-shell__comparison-pct{font-size:.8rem;color:#ffffffb3;font-weight:600}.c9-shell__comparison-pct--large{font-size:1.4rem;font-weight:800;color:#fff;background:#ffffff26;padding:4px 10px;border-radius:6px;margin-top:4px;display:inline-block}.c9-shell__comparison-divider{font-size:.8rem;color:#ffffff80;font-weight:600;display:flex;align-items:center;padding:0 .25rem}.c9-shell__comparison-grid--compact{margin:.3rem 0;gap:.3rem}.c9-shell__comparison-grid--compact .c9-shell__comparison-item{padding:.3rem;gap:.15rem}.c9-shell__comparison-grid--compact .c9-shell__comparison-value{font-size:1.1rem;font-weight:800}.c9-shell__comparison-grid--compact .c9-shell__comparison-label{font-size:.55rem}.c9-shell__period-grid--compact{gap:.5rem;margin:.3rem 0}.c9-shell__period-grid--compact .c9-shell__period-item{text-align:center}.c9-shell__period-grid--compact .c9-shell__period-value{font-size:1rem}.c9-shell__period-grid--compact .c9-shell__period-label{font-size:.55rem}.c9-shell__metrics--compact{padding:.75rem 1rem}.c9-shell__metrics--compact .c9-shell__metrics-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:.6rem}.c9-shell__metric-card--sm{flex:1 1 140px;min-width:120px;max-width:180px;padding:10px 12px;border-radius:10px;background:#ffffffe6;box-shadow:0 2px 6px #00000014}.c9-shell__metric-card--sm .c9-shell__metric-label{font-size:.7rem;margin-bottom:2px}.c9-shell__metric-card--sm .c9-shell__metric-value{font-size:1.1rem;font-weight:800;color:#3d3528}.c9-shell__metric-card--sm .c9-shell__metric-sub{font-size:.75rem;color:#666;font-weight:500}.c9-shell__metric-delta{font-size:.75rem;font-weight:700}.c9-shell__metric-delta--up{color:#22c55e}.c9-shell__metric-delta--down{color:#ef4444}.c9-shell__add-btn{margin-top:6px;padding:4px 10px;font-size:.7rem;font-weight:700;border:none;border-radius:6px;background:#00000014;color:#3d3528;cursor:pointer;transition:background .15s}.c9-shell__add-btn:hover{background:#00000026}.c9-shell__metric-card--uber .c9-shell__add-btn{background:#06c56126;color:#059669}.c9-shell__metric-card--uber .c9-shell__add-btn:hover{background:#06c56140}.c9-shell__metric-card--doordash .c9-shell__add-btn{background:#ff31001f;color:#dc2626}.c9-shell__metric-card--doordash .c9-shell__add-btn:hover{background:#ff310033}.c9-shell__metric-card--weekly,.c9-shell__metric-card--monthly{min-width:200px;max-width:260px}.c9-shell__metric-card--trends{min-width:100px;max-width:140px}.c9-shell__metric-card--spacer{visibility:hidden}.c9-shell__metric-card-content{display:flex;align-items:flex-start;gap:8px}.c9-shell__metric-left{flex-shrink:0}.c9-shell__metric-right{flex:1;min-width:0}.c9-shell__metric-trend{font-size:.7rem;font-weight:600}.c9-shell__metric-trend--up{color:#22c55e}.c9-shell__metric-trend--down{color:#ef4444}.c9-shell__period-grid{display:flex;gap:12px;margin-top:4px}.c9-shell__period-item{display:flex;flex-direction:column;align-items:center}.c9-shell__period-value{font-size:1rem;font-weight:800}.c9-shell__period-label{font-size:.6rem;text-transform:uppercase;color:#666;font-weight:600}.c9-shell__sidebar-card{background:#2d3748f2;border-radius:16px;padding:16px;margin-top:12px;color:#fff;box-shadow:0 4px 20px #00000026}.c9-shell__sidebar-section{padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.c9-shell__sidebar-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.c9-shell__sidebar-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.c9-shell__sidebar-icon{font-size:1.1rem}.c9-shell__sidebar-title{font-size:.9rem;font-weight:700}.c9-shell__sidebar-main{font-size:1.1rem;font-weight:800;margin-bottom:4px}.c9-shell__sidebar-sub{font-size:.8rem;opacity:.85}.c9-shell__sidebar-body{font-size:.85rem;opacity:.8}.c9-shell__signal{background:#58508280;border-radius:10px;padding:10px;margin-bottom:8px;border-left:3px solid #a78bfa}.c9-shell__signal:last-child{margin-bottom:0}.c9-shell__signal-title{font-size:.85rem;font-weight:700;margin-bottom:4px}.c9-shell__signal-body{font-size:.75rem;opacity:.9;margin-bottom:6px}.c9-shell__signal-badge{display:inline-block;font-size:.6rem;font-weight:700;padding:2px 8px;border-radius:999px;text-transform:uppercase}.c9-shell__signal-badge--high{background:#ef4444;color:#fff}.c9-shell__signal-badge--medium{background:#f59e0b;color:#000}.c9-shell__signal-badge--low{background:#22c55e;color:#fff}.yv-shell__delivery-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.5rem}.yv-shell__metric-card--uber{border-left:3px solid #06c167}.yv-shell__metric-card--doordash{border-left:3px solid #ff3008}.yv-shell__metric-card--comparison{border-left:3px solid #8b5cf6}.yv-shell__metric-value--uber{color:#06c167}.yv-shell__metric-value--doordash{color:#ff3008}.yv-shell__delivery-icon{margin-right:.35rem}.yv-shell__add-delivery-btn{margin-top:.75rem;padding:.4rem .75rem;font-size:.75rem;font-weight:600;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease}.yv-shell__add-delivery-btn--uber{background:linear-gradient(135deg,#06c167,#05a758);color:#fff}.yv-shell__add-delivery-btn--uber:hover{background:linear-gradient(135deg,#05a758,#048a49)}.yv-shell__add-delivery-btn--doordash{background:linear-gradient(135deg,#ff3008,#e02b07);color:#fff}.yv-shell__add-delivery-btn--doordash:hover{background:linear-gradient(135deg,#e02b07,#c12506)}.yv-shell__comparison-grid{display:flex;align-items:stretch;gap:.5rem;margin:.75rem 0}.yv-shell__comparison-item{display:flex;flex-direction:column;gap:.35rem;flex:1;text-align:center;padding:.5rem;background:#8b5cf626;border-radius:8px}.yv-shell__comparison-label{font-size:.65rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.03em;font-weight:600}.yv-shell__comparison-value{font-size:1rem;font-weight:700}.yv-shell__comparison-value--pos{color:#8b5cf6}.yv-shell__comparison-value--delivery{color:#06c167}.yv-shell__comparison-pct{font-size:.8rem;color:#ffffffb3;font-weight:600}.yv-shell__comparison-pct--large{font-size:1.4rem;font-weight:800;color:#fff;background:#8b5cf640;padding:4px 10px;border-radius:6px;margin-top:4px;display:inline-block}.yv-shell__comparison-divider{font-size:.8rem;color:#ffffff80;font-weight:600;display:flex;align-items:center;padding:0 .25rem}.yv-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:10000;display:flex;align-items:center;justify-content:center}.yv-modal{background:linear-gradient(180deg,#581c87,#3b0764);border-radius:16px;padding:1.5rem;width:min(400px,90vw);box-shadow:0 20px 60px #00000080;color:#fff}.yv-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.yv-modal__title{font-size:1.25rem;font-weight:700;margin:0}.yv-modal__close{background:#ffffff1a;border:none;color:#fff;font-size:1.5rem;width:32px;height:32px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.yv-modal__close:hover{background:#fff3}.yv-modal__form{display:flex;flex-direction:column;gap:1rem}.yv-modal__field{display:flex;flex-direction:column;gap:.35rem}.yv-modal__field label{font-size:.85rem;font-weight:600;color:#fffc}.yv-modal__field input{padding:.75rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;font-size:1rem}.yv-modal__field input::placeholder{color:#ffffff80}.yv-modal__field input:focus{outline:none;border-color:#a855f7;background:#ffffff26}.yv-modal__actions{display:flex;gap:.75rem;margin-top:.5rem}.yv-modal__btn{flex:1;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.yv-modal__btn--cancel{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff}.yv-modal__btn--cancel:hover{background:#fff3}.yv-modal__btn--save{background:linear-gradient(135deg,#a855f7,#8b5cf6);border:none;color:#fff}.yv-modal__btn--save:hover{background:linear-gradient(135deg,#9333ea,#7c3aed)}.c9-shell__metrics-row--period{margin-top:1rem}.c9-shell__metric-card--weekly{border-left:3px solid #22c55e}.c9-shell__metric-card--monthly{border-left:3px solid #3b82f6}.c9-shell__metric-card--period-info{border-left:3px solid #f59e0b}.c9-shell__period-icon{margin-right:.35rem}.c9-shell__period-grid{display:flex;gap:1rem;margin:.75rem 0}.c9-shell__period-item{display:flex;flex-direction:column;gap:.25rem;flex:1;text-align:center;padding:.75rem;background:#00000026;border-radius:8px}.c9-shell__period-label{font-size:.7rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.03em;font-weight:600}.c9-shell__period-value{font-size:1.5rem;font-weight:800}.c9-shell__period-value--up{color:#22c55e}.c9-shell__period-value--down{color:#ef4444}.c9-shell__metric-card-content{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.c9-shell__metric-left{flex:1;min-width:0}.c9-shell__metric-right{flex-shrink:0}.c9-shell__bar-chart{display:flex;flex-direction:column;align-items:center}.c9-shell__bar-chart--demo{opacity:.7}.c9-shell__bar-svg{display:block}.c9-shell__bar-values{display:flex;gap:8px;margin-top:4px;padding-left:0}.c9-shell__bar-value{font-size:.65rem;color:#fff9;width:28px;text-align:center;margin-right:8px}.c9-shell__bar-value:last-child{margin-right:0}.c9-shell__bar-value--current{color:#fff;font-weight:700}.yv-shell__metrics-row--period{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}@media (max-width: 900px){.yv-shell__metrics-row--period{grid-template-columns:1fr}}.yv-shell__metric-card--weekly{border-left:3px solid #a855f7}.yv-shell__metric-card--monthly{border-left:3px solid #ec4899}.yv-shell__metric-card--period-info{border-left:3px solid #d946ef}.yv-shell__period-icon{margin-right:.35rem}.yv-shell__metric-card-content{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem}.yv-shell__metric-left{flex:1}.yv-shell__metric-right{flex-shrink:0}.yv-shell__metric-value--highlight{font-size:1.4rem;font-weight:800;color:#fff}.yv-shell__period-grid{display:flex;gap:1rem;margin:.75rem 0}.yv-shell__period-item{display:flex;flex-direction:column;gap:.25rem;flex:1;text-align:center;padding:.75rem;background:#00000026;border-radius:8px}.yv-shell__period-label{font-size:.7rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.03em;font-weight:600}.yv-shell__period-value{font-size:1.5rem;font-weight:800}.yv-shell__period-value--up{color:#22c55e}.yv-shell__period-value--down{color:#ef4444}.yv-shell__bar-chart{display:flex;flex-direction:column;align-items:center}.yv-shell__bar-chart--demo{opacity:.7}.yv-shell__bar-svg{display:block}.yv-shell__bar-demo-label{font-size:.6rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;margin-top:2px}.c9-shell__forecast{background:linear-gradient(135deg,#2a3a29,#1c2a1a);border-radius:20px;padding:1.5rem;margin-top:1.5rem;color:#fff;box-shadow:0 18px 40px #00000040}.c9-shell__forecast-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.c9-shell__forecast-icon{font-size:1.5rem}.c9-shell__forecast-title{margin:0;font-size:1.25rem;font-weight:700;color:#b39f4a}.c9-shell__forecast-badge{background:#b39f4a40;color:#b39f4a;padding:.25rem .75rem;border-radius:999px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.c9-shell__forecast-loading,.c9-shell__forecast-empty{text-align:center;padding:2rem;color:#ffffffb3}.c9-shell__forecast-empty p{margin-bottom:1rem}.c9-shell__forecast-content{display:flex;flex-direction:column;gap:1.5rem}.c9-shell__forecast-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 768px){.c9-shell__forecast-summary{grid-template-columns:1fr}}.c9-shell__forecast-card{background:#0003;border-radius:12px;padding:1rem;text-align:center}.c9-shell__forecast-card--variance{background:#b39f4a26;border:1px solid rgba(179,159,74,.3)}.c9-shell__forecast-card-label{font-size:.75rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.c9-shell__forecast-card-value{font-size:1.5rem;font-weight:800}.c9-shell__forecast-card-value--up{color:#22c55e}.c9-shell__forecast-card-value--down{color:#ef4444}.c9-shell__forecast-chart{background:#00000026;border-radius:12px;padding:1rem}.c9-shell__forecast-chart-title{font-size:.85rem;font-weight:600;color:#fffc;margin-bottom:1rem}.c9-shell__forecast-bars{display:flex;justify-content:space-around;align-items:flex-end;gap:.5rem;height:120px}.c9-shell__forecast-bar-group{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:1}.c9-shell__forecast-bar-wrapper{display:flex;gap:3px;align-items:flex-end;height:80px}.c9-shell__forecast-bar{width:12px;border-radius:3px 3px 0 0;transition:height .3s ease}.c9-shell__forecast-bar--forecast{background:#b39f4a66}.c9-shell__forecast-bar--actual{background:#b39f4a}.c9-shell__forecast-bar--beat{background:#22c55e}.c9-shell__forecast-bar--miss{background:#ef4444}.c9-shell__forecast-bar-label{font-size:.65rem;color:#fff9;text-transform:uppercase}.c9-shell__forecast-bar-variance{font-size:.6rem;font-weight:700}.c9-shell__forecast-bar-variance--up{color:#22c55e}.c9-shell__forecast-bar-variance--down{color:#ef4444}.c9-shell__forecast-legend{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}.c9-shell__forecast-legend-item{display:flex;align-items:center;gap:.35rem;font-size:.7rem;color:#ffffffb3}.c9-shell__forecast-legend-dot{width:10px;height:10px;border-radius:2px}.c9-shell__forecast-legend-dot--forecast{background:#b39f4a66}.c9-shell__forecast-legend-dot--actual{background:#b39f4a}.c9-shell__forecast-periods{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width: 600px){.c9-shell__forecast-periods{grid-template-columns:1fr}}.c9-shell__forecast-period{background:#00000026;border-radius:10px;padding:1rem}.c9-shell__forecast-period-label{font-size:.75rem;color:#fff9;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.c9-shell__forecast-period-values{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.85rem}.c9-shell__forecast-period-variance{font-weight:700}.c9-shell__forecast-period-variance--up{color:#22c55e}.c9-shell__forecast-period-variance--down{color:#ef4444}.hero-demo{margin-top:3rem;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:20px;padding:2rem;color:#fff;position:relative;overflow:hidden}.hero-demo__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.hero-demo__controls{display:flex;align-items:center;gap:.75rem}.hero-demo__play-btn,.hero-demo__sound-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:.4rem .6rem;cursor:pointer;font-size:1rem;transition:all .2s ease;opacity:.6}.hero-demo__play-btn:hover,.hero-demo__sound-btn:hover{background:#fff3;opacity:1}.hero-demo__play-btn--active{background:#00b59a4d;border-color:#00b59a80;opacity:1}.hero-demo__sound-btn--active{background:#40e0d033;border-color:#40e0d066;opacity:1}.hero-demo__title{font-size:1.1rem;font-weight:700;color:#94a3b8}.hero-demo__badge{background:#00b59a33;color:#00b59a;padding:.35rem .75rem;border-radius:999px;font-size:.7rem;font-weight:600;animation:pulse-badge 2s infinite}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.6}}.hero-demo__steps{display:flex;gap:1rem;position:relative}.hero-demo__step{flex:1;background:#ffffff0d;border-radius:12px;padding:1.25rem;opacity:.4;transform:translateY(10px);transition:all .5s ease}.hero-demo__step--active{opacity:1;transform:translateY(0);background:#00b59a1a;border:1px solid rgba(0,181,154,.3)}.hero-demo__step-number{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#00b59a4d;color:#00b59a;border-radius:50%;font-size:.75rem;font-weight:700;margin-bottom:.75rem}.hero-demo__step--active .hero-demo__step-number{background:#00b59a;color:#fff}.hero-demo__step-title{font-size:.9rem;font-weight:600;margin-bottom:.5rem}.hero-demo__step-desc{font-size:.75rem;color:#fff9;line-height:1.4}.hero-demo__value-display{margin-top:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.hero-demo__value-card{background:#ffffff0d;border-radius:10px;padding:1rem;text-align:center;opacity:0;transform:scale(.9);transition:all .4s ease}.hero-demo__value-card--visible{opacity:1;transform:scale(1)}.hero-demo__value-icon{font-size:1.5rem;margin-bottom:.5rem}.hero-demo__value-label{font-size:.7rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em}.hero-demo__value-amount{font-size:1.25rem;font-weight:800;color:#00b59a;margin-top:.25rem}.hero-demo__progress{margin-top:1.5rem;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden}.hero-demo__progress-bar{height:100%;background:linear-gradient(90deg,#00b59a,#00aeef);border-radius:2px;transition:width .3s linear}@media (max-width: 768px){.hero-demo__steps{flex-direction:column}.hero-demo__value-display{grid-template-columns:1fr}}.big-stats-section{padding:80px 40px;background:linear-gradient(135deg,#5b21b6,#7c3aed,#4c1d95);position:relative;overflow:hidden}.big-stats-section:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.big-stats-section:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(16,185,129,.15) 0%,transparent 70%);pointer-events:none}.big-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;max-width:1200px;margin:0 auto;position:relative;z-index:1}.big-stat{text-align:center}.big-stat-value{font-size:56px;font-weight:800;color:#fff;margin-bottom:8px;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.2)}.big-stat-label{font-size:16px;color:#fffc;font-weight:500}.animated-counter{display:inline-block;font-variant-numeric:tabular-nums}@media (max-width: 900px){.big-stats-grid{grid-template-columns:repeat(2,1fr);gap:32px}.big-stat-value{font-size:42px}}@media (max-width: 600px){.big-stats-section{padding:60px 24px}.big-stats-grid{grid-template-columns:1fr 1fr;gap:24px}.big-stat-value{font-size:32px}.big-stat-label{font-size:13px}}@media (max-width: 768px){.app-shell__header,.top-bar{padding:12px 16px;flex-wrap:wrap;gap:8px}.brand-logo-large{height:60px}.brand-name-large{font-size:16px}.brand-tagline-large{font-size:11px;display:none}.top-menu-btn,.button-primary,.button-outline{padding:8px 12px!important;font-size:12px!important}.portal-layout{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;padding:10px!important;gap:12px!important}.portal-sidebar{width:100%!important;max-width:100%!important;margin-bottom:0;order:-1}.portal-main{width:100%!important;padding:12px!important}.yv-shell{margin-top:10px;gap:16px}.yv-main-row{flex-direction:column!important;gap:16px}.yv-sidebar-left{width:100%!important;order:0}.yv-content-main{width:100%!important;padding:16px!important;max-height:none!important;min-height:auto!important;order:1}.yv-sidebar-right{width:100%!important;order:2}.yv-shell__hero{border-radius:16px;min-height:180px}.yv-shell__hero-content{padding:16px;grid-template-columns:1fr}.yv-shell__hero-title{font-size:1.4rem}.yv-shell__hero-sub{font-size:.85rem}.yv-shell__sidebar-menu{max-width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center;padding:8px}.yv-shell__menu-item{padding:10px 12px;font-size:.8rem}.yv-shell__menu-label{display:none}.yv-shell__menu-icon{font-size:1.3rem}.yv-shell__pills-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:8px}.yv-shell__pill{padding:12px;border-radius:12px}.yv-shell__pill-value{font-size:1.2rem}.yv-shell__pill-title{font-size:.75rem}.yv-shell__panel{padding:16px;margin:8px;border-radius:12px}.yv-shell__panel-title{font-size:1.1rem;margin-bottom:12px}.yv-shell__sidebar-card{padding:12px;margin:8px 0}.yv-shell__quick-actions{gap:6px;flex-wrap:wrap}.yv-shell__metrics-row,.c9-shell__metrics-row{grid-template-columns:1fr 1fr;gap:8px}.yv-shell__insights-grid,.c9-shell__insights-grid{grid-template-columns:1fr;gap:12px}.yv-shell__signal-card,.c9-shell__signal-card{padding:12px}.finance-modal-content{width:95vw!important;max-width:95vw!important;padding:12px!important}.finance-modal-header{padding:12px 16px!important;flex-wrap:wrap;gap:8px}.finance-modal-tabs{flex-wrap:wrap;gap:4px}.finance-modal-tab{padding:8px 12px!important;font-size:12px!important}.finance-insights-grid{grid-template-columns:1fr!important}.comp-modal-content{width:95vw!important;max-width:95vw!important;padding:12px!important}.campaign-modal-content{width:95vw!important;padding:12px!important}.yv-shell__issues-list{gap:8px}.yv-shell__issue-card{padding:12px}.roster-calendar{font-size:11px}.roster-day-header{padding:6px 2px;font-size:10px}.roster-shift-chip{padding:3px 6px;font-size:10px}}@media (max-width: 480px){.yv-shell__pills-grid{grid-template-columns:1fr}.yv-shell__sidebar-menu{gap:4px}.yv-shell__menu-item{padding:8px 10px}.brand-logo-large{height:48px}.brand-name-large{font-size:14px}.top-menu-btn{padding:6px 10px!important;font-size:11px!important}}@media (max-width: 768px){[style*="gridTemplateColumns: 'repeat(3"]{grid-template-columns:1fr!important}}:root{--bg-top: #f8fffc;--bg-bottom: #c3f6e6;--mint: #1ad7b3;--mint-deep: #00b59a;--navy: #0f172a;--navy-soft: #1e293b;--text-main: #0f172a;--text-muted: #6b7280;--pill-bg: #0f172a;--pill-soft: rgba(15, 23, 42, .85);--border-subtle: rgba(148, 163, 184, .3)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at 0% 0%,var(--bg-top),var(--bg-bottom) 55%),radial-gradient(circle at 100% 100%,var(--bg-bottom),#f5fffb 60%);color:var(--text-main)}.page{max-width:1120px;margin:0 auto;padding:32px 16px 80px}.top-bar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:40px}.brand{display:flex;align-items:center;gap:12px}.brand-logo{width:140px;height:140px;object-fit:contain}.brand-name{font-size:20px;font-weight:700;letter-spacing:.08em}.brand-tagline{margin-top:8px;font-size:30px;font-style:italic;font-weight:800;font-family:Brush Script MT,Lucida Handwriting,cursive;color:var(--text-main)}.brand-tagline-highlight{color:var(--mint-deep)}.nav-actions{display:flex;align-items:center;gap:12px}.nav-btn{border-radius:999px;padding:9px 18px;border:1px solid transparent;font-size:14px;cursor:pointer;background:transparent}.nav-btn.ghost{border-color:var(--border-subtle);color:var(--text-main);background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-btn.primary{background:linear-gradient(120deg,var(--mint),#00aeef);color:#fff;font-weight:600;box-shadow:0 12px 30px #00a98f66}.hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:40px;align-items:flex-start}.hero-left{max-width:540px}.hero-kicker{font-size:12px;letter-spacing:.25em;text-transform:uppercase;color:#0f172a;margin-bottom:16px}.hero-title{font-size:40px;line-height:1.1;margin:0 0 16px}.hero-body{font-size:15px;line-height:1.6;color:var(--text-muted);margin-bottom:24px}.hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.cta{border-radius:999px;padding:12px 22px;border:none;font-size:14px;cursor:pointer}.cta.primary{background:linear-gradient(120deg,var(--mint),#00aeef);color:#fff;font-weight:600;box-shadow:0 18px 40px #00a98f59}.cta.secondary{background:#0f172ae0;color:#f9fafb}.hero-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.pill{border-radius:999px;padding:8px 16px;border:none;font-size:12px;background:var(--pill-soft);color:#e5e7eb;cursor:default}.hero-right{display:flex;flex-direction:column;gap:12px}.hero-console{background:linear-gradient(145deg,#0f172a,#1e3a5f);border-radius:22px;padding:16px 18px 18px;color:#e5e7eb;box-shadow:0 24px 70px #0f172a80;border:1px solid rgba(99,179,237,.2)}.console-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.console-lights{display:flex;gap:4px}.dot{width:8px;height:8px;border-radius:999px;background:#4b5563}.dot.red{background:#f97373}.dot.yellow{background:#facc15}.dot.green{background:#4ade80}.console-title{font-size:13px;font-weight:500}.console-body{font-size:13px;line-height:1.7;margin-bottom:12px}.accent{color:#67e8f9;font-weight:600}.console-footer{display:flex;flex-wrap:wrap;gap:8px}.tag{border-radius:999px;padding:6px 14px;border:none;font-size:11px;cursor:default;background:#63b3ed26;color:#e5e7eb}.tag.ghost{background:transparent;border:1px solid rgba(148,163,184,.5)}.hero-stats{display:flex;flex-wrap:wrap;gap:10px}.stat-card{flex:1 1 0;min-width:130px;background:linear-gradient(145deg,#0f172a,#1e3a5f);border-radius:14px;padding:10px 12px;color:#e5e7eb;border:1px solid rgba(99,179,237,.15);box-shadow:0 8px 24px #0f172a66}.stat-label{font-size:11px;color:#94a3b8;margin-bottom:4px}.stat-value{font-size:18px;font-weight:600}.stat-value.low{color:#6ee7b7}.stat-change{font-size:11px;margin-top:2px;color:#9ca3af}.stat-change.positive{color:#4ade80}.stat-link{margin-top:4px;background:none;border:none;padding:0;font-size:11px;color:#fb7185;text-decoration:underline;cursor:pointer}.flow-section{margin-top:56px}.flow-card{background:#041322f5;border-radius:26px;padding:22px 24px 26px;color:#e5e7eb;box-shadow:0 24px 80px #0f172ad9}.flow-title{margin:0 0 4px;font-size:20px}.flow-body{margin:0 0 18px;font-size:13px;color:#cbd5f5;max-width:640px}.flow-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.flow-step h3{font-size:14px;margin:0 0 4px}.flow-step p{font-size:12px;line-height:1.7;color:#cbd5f5;margin:0}@media (max-width: 960px){.hero{grid-template-columns:minmax(0,1fr)}.hero-right{order:-1}.top-bar{flex-direction:column;align-items:flex-start}.nav-actions{align-self:stretch;justify-content:flex-start;flex-wrap:wrap}}@media (max-width: 640px){.page{padding:20px 14px 60px}.hero-title{font-size:30px}.flow-steps{grid-template-columns:minmax(0,1fr)}.brand-logo{width:64px;height:64px}}.ai-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;flex-direction:column}.ai-page-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.ai-back-btn{background:none;border:none;color:#64748b;font-size:.9rem;cursor:pointer;padding:.5rem 1rem;border-radius:6px;transition:all .2s}.ai-back-btn:hover{background:#f1f5f9;color:#334155}.ai-page-title{display:flex;align-items:center;gap:.75rem}.ai-page-icon{font-size:1.5rem}.ai-page-title h1{margin:0;font-size:1.25rem;font-weight:600;color:#1e293b}.ai-beta-tag{background:var(--brand-color, #7c3aed);color:#fff;font-size:.65rem;padding:.2rem .5rem;border-radius:4px;font-weight:600}.ai-page-brand{color:var(--brand-color, #7c3aed);font-weight:600}.ai-page-main{flex:1;display:flex;max-width:1400px;margin:0 auto;width:100%;padding:1.5rem;gap:1.5rem}.ai-sidebar{width:300px;flex-shrink:0;display:flex;flex-direction:column;gap:1.5rem}.ai-sidebar-section{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #00000014}.ai-sidebar-section h3{margin:0 0 1rem;font-size:.85rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.ai-sidebar-questions{display:flex;flex-direction:column;gap:.5rem}.ai-sidebar-question{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left}.ai-sidebar-question:hover{background:#f1f5f9;border-color:var(--brand-color, #7c3aed);transform:translate(4px)}.ai-q-icon{font-size:1.1rem}.ai-q-text{font-size:.85rem;color:#334155}.ai-capabilities{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.ai-capabilities li{font-size:.85rem;color:#475569;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.ai-capabilities li:last-child{border-bottom:none}.ai-powered-by{text-align:center;color:#94a3b8;font-size:.75rem}.ai-powered-by strong{display:block;color:#64748b;margin-top:.25rem}.ai-chat-area{flex:1;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;overflow:hidden}.ai-chat-messages{flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.ai-welcome{text-align:center;padding:3rem 2rem;max-width:500px;margin:auto}.ai-welcome-icon{font-size:4rem;margin-bottom:1rem}.ai-welcome h2{margin:0 0 1rem;color:#1e293b;font-size:1.5rem}.ai-welcome p{color:#64748b;margin:.5rem 0;line-height:1.6}.ai-welcome-chips{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:2rem}.ai-welcome-chip{background:#f8fafc;border:1px solid #e2e8f0;padding:.6rem 1rem;border-radius:20px;font-size:.85rem;cursor:pointer;transition:all .2s}.ai-welcome-chip:hover{background:var(--brand-color, #7c3aed);color:#fff;border-color:var(--brand-color, #7c3aed)}.ai-message{max-width:100%}.ai-message-user{display:flex;justify-content:flex-end}.ai-user-bubble{display:flex;align-items:center;gap:.75rem;background:var(--brand-color, #7c3aed);color:#fff;padding:.75rem 1.25rem;border-radius:20px 20px 4px;max-width:70%}.ai-user-icon{font-size:1rem}.ai-user-text{font-size:.95rem}.ai-response-bubble{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;max-width:90%}.ai-response-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.ai-response-icon{font-size:1.25rem}.ai-response-name{font-weight:600;color:#1e293b;font-size:.9rem}.ai-confidence{margin-left:auto;font-size:.75rem;color:#10b981;background:#ecfdf5;padding:.2rem .5rem;border-radius:4px}.ai-response-summary{font-size:1rem;color:#334155;line-height:1.6;margin-bottom:1rem}.ai-response-factors{margin-bottom:1rem}.ai-factors-label{font-size:.8rem;color:#64748b;margin-bottom:.5rem;font-weight:500}.ai-factor-row{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;margin:.25rem 0;border-radius:6px;background:#fff}.ai-factor-positive{border-left:3px solid #10b981}.ai-factor-negative{border-left:3px solid #ef4444}.ai-factor-neutral{border-left:3px solid #6b7280}.ai-factor-icon{font-size:1rem}.ai-factor-text{flex:1;font-size:.9rem;color:#334155}.ai-factor-badge{font-size:.8rem;font-weight:600;padding:.2rem .5rem;border-radius:4px}.ai-factor-positive .ai-factor-badge{color:#10b981;background:#ecfdf5}.ai-factor-negative .ai-factor-badge{color:#ef4444;background:#fef2f2}.ai-factor-neutral .ai-factor-badge{color:#6b7280;background:#f3f4f6}.ai-recommendation{display:flex;align-items:flex-start;gap:.75rem;background:linear-gradient(135deg,#fef3c7,#fde68a);padding:.75rem 1rem;border-radius:8px;margin-top:.5rem}.ai-rec-icon{font-size:1.1rem}.ai-rec-text{font-size:.9rem;color:#92400e;line-height:1.5}.ai-loading-bubble{display:flex;align-items:center;gap:1rem;background:#f8fafc;padding:1rem 1.5rem;border-radius:12px;border:1px solid #e2e8f0}.ai-typing-indicator{display:flex;gap:4px}.ai-typing-indicator span{width:8px;height:8px;background:var(--brand-color, #7c3aed);border-radius:50%;animation:typing 1.4s infinite}.ai-typing-indicator span:nth-child(2){animation-delay:.2s}.ai-typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.ai-loading-text{font-size:.9rem;color:#64748b}.ai-chat-input-area{padding:1rem 1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc;display:flex;align-items:center;gap:1rem}.ai-clear-btn{background:none;border:none;color:#94a3b8;font-size:.8rem;cursor:pointer;padding:.5rem;white-space:nowrap}.ai-clear-btn:hover{color:#64748b}.ai-input-wrapper{flex:1;display:flex;gap:.75rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:.25rem;transition:border-color .2s}.ai-input-wrapper:focus-within{border-color:var(--brand-color, #7c3aed)}.ai-input{flex:1;border:none;padding:.75rem 1rem;font-size:1rem;outline:none;background:transparent}.ai-send-btn{background:var(--brand-color, #7c3aed);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.ai-send-btn:hover:not(:disabled){filter:brightness(1.1)}.ai-send-btn:disabled{opacity:.5;cursor:not-allowed}.ai-chat-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0}.ai-chat-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.ai-icon{font-size:1.25rem}.ai-title{font-weight:600;color:#1e293b;flex:1}.ai-beta-badge{background:var(--brand-color, #7c3aed);color:#fff;font-size:.6rem;padding:.15rem .4rem;border-radius:4px;font-weight:600}.ai-chat-input-wrapper{display:flex;gap:.5rem;margin-bottom:.75rem}.ai-chat-input{flex:1;padding:.6rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;outline:none;transition:border-color .2s}.ai-chat-input:focus{border-color:var(--brand-color, #7c3aed)}.ai-chat-send{background:var(--brand-color, #7c3aed);color:#fff;border:none;padding:.6rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.ai-chat-send:hover:not(:disabled){filter:brightness(1.1)}.ai-chat-send:disabled{opacity:.5}.ai-suggestions{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.ai-suggestion-chip{background:#f8fafc;border:1px solid #e2e8f0;padding:.4rem .75rem;border-radius:16px;font-size:.75rem;cursor:pointer;transition:all .2s;color:#475569}.ai-suggestion-chip:hover{background:var(--brand-color, #7c3aed);color:#fff;border-color:var(--brand-color, #7c3aed)}.ai-loading{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f8fafc;border-radius:8px}.ai-loading-spinner{width:20px;height:20px;border:2px solid #e2e8f0;border-top-color:var(--brand-color, #7c3aed);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ai-response{background:#f8fafc;border-radius:8px;padding:1rem}.ai-response-summary{font-size:.9rem;color:#334155;margin-bottom:.75rem;line-height:1.5}.ai-response-factors{margin-bottom:.75rem}.ai-factors-title{font-size:.75rem;color:#64748b;margin-bottom:.4rem}.ai-factor{display:flex;align-items:center;gap:.5rem;padding:.4rem .5rem;margin:.25rem 0;border-radius:4px;font-size:.8rem;background:#fff}.ai-factor-positive{border-left:2px solid #10b981}.ai-factor-negative{border-left:2px solid #ef4444}.ai-factor-neutral{border-left:2px solid #6b7280}.ai-factor-label{flex:1;color:#334155}.ai-factor-impact{font-weight:600;font-size:.75rem}.ai-factor-positive .ai-factor-impact{color:#10b981}.ai-factor-negative .ai-factor-impact{color:#ef4444}.ai-response-recommendation{display:flex;align-items:flex-start;gap:.5rem;background:#fef3c7;padding:.6rem .75rem;border-radius:6px;font-size:.8rem;color:#92400e}.ai-rec-icon{font-size:.9rem}.ai-chat-history-toggle{margin-top:.75rem;text-align:center}.ai-chat-history-toggle button{background:none;border:none;color:#94a3b8;font-size:.75rem;cursor:pointer}.ai-chat-history-toggle button:hover{color:#64748b}@media (max-width: 900px){.ai-page-main{flex-direction:column}.ai-sidebar{width:100%;flex-direction:row;overflow-x:auto;gap:1rem}.ai-sidebar-section{min-width:250px;flex-shrink:0}}
