.cp-browser{width:100%;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #00000026;border:1px solid rgba(0,0,0,.05);background:#f8fafc;font-family:Inter,sans-serif}.cp-app{display:flex;flex-direction:column;height:700px}.cp-topbar{height:50px;background:#7ca8aa;display:flex;justify-content:space-between;align-items:center;padding:0 20px 0 0}.cp-logo{width:220px;height:100%;background:#0000001a;display:flex;align-items:center;padding-left:20px}.cp-logo-icon{width:30px;height:30px;background:#334155;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;border-radius:4px;letter-spacing:-1px}.cp-user-menu{color:#fff;font-size:.85rem;font-weight:500;display:flex;align-items:center;gap:8px;cursor:pointer}.cp-layout{display:flex;flex:1;overflow:hidden}.cp-sidebar{width:220px;background:#f1f5f9;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;justify-content:space-between}.cp-nav{list-style:none;padding:16px 0;margin:0;overflow-y:auto}.cp-nav-item{padding:10px 20px;display:flex;align-items:center;gap:12px;color:#475569;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.cp-nav-item:hover{background:#7ca8aa1a}.cp-nav-item.active{background:#fff;color:#0f172a;font-weight:600;box-shadow:0 1px 2px #00000005}.cp-nav-item.active svg{color:#0d9488}.cp-sidebar-footer{padding:16px;border-top:1px solid #e2e8f0}.cp-credit{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:12px;display:flex;justify-content:space-between;align-items:center;font-size:.75rem;margin-bottom:12px}.cp-credit span{color:#64748b}.cp-credit strong{color:#0f172a;font-weight:700}.cp-settings{display:flex;align-items:center;gap:12px;color:#475569;font-size:.85rem;font-weight:500;padding:8px 4px;cursor:pointer}.cp-main{flex:1;background:#f8fafc;overflow-y:auto;padding:32px}.cp-tab-pane{display:none;animation:fadeUp .3s ease forwards}.cp-tab-pane.active{display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cp-welcome h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 4px}.cp-welcome p{font-size:.9rem;color:#64748b;margin:0 0 24px}.cp-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.cp-stat-card{background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:20px;position:relative;box-shadow:0 1px 3px #00000005}.cp-stat-card span{display:block;font-size:.75rem;font-weight:600;color:#64748b;margin-bottom:8px}.cp-stat-card strong{font-size:1.5rem;font-weight:800;color:#0f172a}.cp-stat-icon{position:absolute;right:20px;top:20px;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cp-dash-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.cp-card{background:#fff;border-radius:8px;border:1px solid #e2e8f0;overflow:hidden}.cp-card-header{padding:16px 20px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.cp-card-header h3{margin:0;font-size:.9rem;font-weight:700;color:#0f172a}.cp-card-header a{font-size:.75rem;color:#0d9488;text-decoration:none;font-weight:500}.cp-card-body{padding:20px}.cp-empty{color:#94a3b8;font-size:.85rem;display:flex;align-items:center;justify-content:center;height:200px}.cp-list{display:flex;flex-direction:column}.cp-list-item{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #f1f5f9}.cp-list-item:last-child{border-bottom:none}.cp-list-info strong{display:block;font-size:.8rem;color:#1e293b;margin-bottom:4px}.cp-list-info span{font-size:.75rem;color:#64748b}.cp-list-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.cp-list-meta strong{font-size:.85rem;color:#0f172a}.cp-badge{padding:2px 8px;border-radius:50px;font-size:.65rem;font-weight:600;text-transform:uppercase}.cp-badge-blue{background:#e0f2fe;color:#0284c7}.cp-badge-green{background:#dcfce7;color:#16a34a}.cp-badge-purple{background:#f3e8ff;color:#9333ea}.cp-badge-gray{background:#f1f5f9;color:#475569}.cp-po-card{background:#fff;border-radius:8px;border:1px solid #e2e8f0;max-width:800px}.cp-po-blue-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:16px;display:flex;align-items:center;gap:24px}.cp-po-label{font-size:.8rem;color:#1e293b;font-weight:500}.cp-radio{font-size:.8rem;color:#334155;display:flex;align-items:center;gap:6px}.cp-po-types{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.cp-type-box{border:1px solid #e2e8f0;border-radius:6px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:12px;font-size:.85rem;color:#475569;cursor:pointer}.cp-type-box.active{border-color:#3b82f6;color:#1d4ed8;background:#eff6ff;box-shadow:0 0 0 1px #3b82f6}.cp-input{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:.85rem;font-family:inherit;outline:none}.cp-input:focus{border-color:#3b82f6}.cp-input-disabled{background:#f8fafc;color:#94a3b8}.cp-po-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.cp-page-header{margin-bottom:24px}.cp-page-header h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 4px}.cp-page-header p{font-size:.9rem;color:#64748b;margin:0}.cp-res-list{display:flex;flex-direction:column;gap:16px}.cp-res-card{background:#fff;border-radius:8px;border:1px solid #e2e8f0;overflow:hidden}.cp-res-header{padding:16px 20px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:16px}.cp-res-header strong{font-size:.9rem;color:#1e293b}.cp-res-body{padding:20px;display:grid;grid-template-columns:2fr 1fr;gap:24px}.cp-res-info{display:flex;gap:12px;align-items:flex-start}.cp-res-info strong{display:block;font-size:.75rem;color:#64748b;margin-bottom:4px;text-transform:uppercase}.cp-res-info span{font-size:.85rem;color:#0f172a;line-height:1.4}.cp-res-footer{padding:12px 20px;background:#f8fafc;border-top:1px solid #f1f5f9;font-size:.75rem;color:#64748b;text-align:right}.cp-btn{padding:8px 16px;border-radius:6px;border:none;font-size:.85rem;font-weight:600;cursor:pointer}.cp-btn-teal{background:#0d9488;color:#fff}.cpm-tab-pane[data-astro-cid-d3jwejsb]{display:none;animation:cpmFadeIn .3s ease-in-out}.cpm-tab-pane[data-astro-cid-d3jwejsb].active{display:block}@keyframes cpmFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cpm-screen[data-astro-cid-d3jwejsb]::-webkit-scrollbar{display:none}.cpm-screen[data-astro-cid-d3jwejsb]{-ms-overflow-style:none;scrollbar-width:none}.cpm-nav-item[data-astro-cid-d3jwejsb]{display:flex;align-items:center;justify-content:flex-start;text-align:left;gap:12px;padding:10px 16px;color:#475569;font-size:1rem;font-weight:600;cursor:pointer;border-radius:8px}.cpm-nav-item[data-astro-cid-d3jwejsb].active{background:#eff6ff;color:#2563eb}.of-badge{display:inline-flex;align-items:center;gap:8px;background:#2f455014;color:var(--primary, #2F4550);padding:5px 16px;border-radius:49px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}@media(max-width:1200px){.cpm-phone-wrapper{position:relative!important;right:auto!important;bottom:auto!important;margin:40px auto 0!important;display:block!important}.cp-browser{margin:0 auto!important}}@media(max-width:992px){.cp-browser{display:none!important}.cpm-phone-wrapper{margin:0 auto!important}.cp-hero-mock-wrapper>p{display:none!important}}@media(max-width:768px){.of-hero-section{padding:120px 20px 48px!important}.of-hero-title{font-size:2rem!important}.cp-hero-mock-wrapper{zoom:.95}}@media(max-width:480px){.cp-hero-mock-wrapper{zoom:.85}}
