@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Noto+Sans+TC:wght@400;500;600;700;800&display=swap";:root{--pm-primary: #5b4df5;--pm-primary-hover: #4f46e5;--pm-primary-soft: #f0efff;--pm-primary-gradient: linear-gradient(135deg, #5b4df5 0%, #7c6cff 100%);--pm-text: #0f172a;--pm-text-secondary: #64748b;--pm-text-muted: #94a3b8;--pm-bg: #f6f7fb;--pm-bg-soft: #f8fafc;--pm-border: rgba(15, 23, 42, .1);--pm-border-light: rgba(15, 23, 42, .06);--pm-radius: 10px;--pm-radius-card: 18px;--pm-shadow: 0 10px 30px rgba(15, 23, 42, .06);--pm-shadow-elevated: 0 18px 46px rgba(15, 23, 42, .12)}*{box-sizing:border-box}body{margin:0;font-family:Inter,Noto Sans TC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--pm-bg);color:var(--pm-text)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000014;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00000026}::selection{background:#4f46e526;color:var(--pm-text)}.modern-sidebar .ant-layout-sider-children{display:flex;flex-direction:column}.modern-sidebar .ant-menu{background:transparent!important;border-right:none!important}.modern-sidebar .ant-menu-item{margin:4px 10px!important;border-radius:14px!important;font-size:14px!important;height:42px!important;line-height:42px!important;padding:0 12px 0 14px!important;color:var(--pm-text-secondary)!important;transition:all .2s ease!important;position:relative}.modern-sidebar .ant-menu-item:hover{color:var(--pm-primary)!important;background:#5b4df512!important}.modern-sidebar .ant-menu-item-selected{color:var(--pm-primary)!important;background:linear-gradient(90deg,#5b4df524,#7c6cff14)!important;font-weight:700!important;box-shadow:inset 0 0 0 1px #5b4df514}.modern-sidebar .ant-menu-item-selected:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:3px;border-radius:999px;background:var(--pm-primary-gradient)}.modern-sidebar .ant-menu-item-icon{color:var(--pm-text-muted)!important;font-size:16px!important;margin-right:10px!important;transition:color .2s ease!important}.modern-sidebar .ant-menu-item-selected .ant-menu-item-icon{color:var(--pm-primary)!important}.modern-sidebar .ant-menu-item:hover .ant-menu-item-icon{color:var(--pm-text-secondary)!important}.modern-card{border-radius:var(--pm-radius-card);border:1px solid var(--pm-border-light);box-shadow:var(--pm-shadow);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;background:#fff}.modern-card:hover{transform:translateY(-4px);border-color:#5b4df53d;box-shadow:0 20px 42px #5b4df51f,0 12px 28px #0f172a14}.modern-card-small{border-radius:var(--pm-radius-card);border:1px solid var(--pm-border-light);box-shadow:var(--pm-shadow);transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.modern-card-small:hover{border-color:var(--pm-border);box-shadow:0 3px 10px #0f172a0d}.section-panel{background:#fff;border-radius:18px;border:1px solid rgba(15,23,42,.06);box-shadow:var(--pm-shadow);padding:22px;margin-bottom:18px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.section-panel:hover{border-color:#5b4df529;box-shadow:0 18px 34px #0f172a14}.section-title{font-size:17px;font-weight:800;color:var(--pm-text);margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(15,23,42,.06);letter-spacing:-.2px}.metric-card{border-radius:var(--pm-radius-card);border:1px solid var(--pm-border-light);padding:20px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;cursor:pointer;box-shadow:var(--pm-shadow);border-top:3px solid transparent}.metric-card:hover{border-color:var(--pm-border);box-shadow:0 4px 14px #0f172a0f}.metric-card .metric-value{font-size:28px;font-weight:700;letter-spacing:-.5px;line-height:1.2}.metric-card .metric-label{font-size:14px;color:var(--pm-text-secondary);font-weight:500;margin-top:6px}.stat-card{background:#fff;border-radius:var(--pm-radius-card);border:1px solid var(--pm-border-light);padding:20px;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:var(--pm-shadow)}.stat-card:hover{border-color:var(--pm-border);box-shadow:0 4px 14px #0f172a0d}.stat-card .stat-label{font-size:14px;color:var(--pm-text-secondary);font-weight:500;margin-bottom:4px}.stat-card .stat-value{font-size:24px;font-weight:700;color:var(--pm-text);letter-spacing:-.3px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.page-header h4{margin:0;font-size:20px;font-weight:700;color:var(--pm-text);letter-spacing:-.3px}.page-header .page-header-subtitle{font-size:14px;color:var(--pm-text-muted);margin-top:4px}.ant-table-wrapper .ant-table{border-radius:0}.ant-table-wrapper .ant-table-thead>tr>th{font-weight:600;font-size:14px;color:var(--pm-text-secondary)!important;border-bottom:1px solid var(--pm-border-light)!important;padding:12px!important;background:var(--pm-bg-soft)!important}.ant-table-wrapper .ant-table-thead>tr>th:before{display:none!important}.ant-table-wrapper .ant-table-tbody>tr>td{border-bottom:1px solid var(--pm-border-light)!important;padding:12px;transition:background .15s ease;font-size:14px}.ant-table-wrapper .ant-table-tbody>tr:last-child>td{border-bottom:none!important}.ant-table-wrapper .ant-table-tbody>tr.ant-table-row:hover>td{background:var(--pm-bg)!important}.ant-table-wrapper .ant-pagination{margin:16px 0 0!important}.ant-pagination .ant-pagination-item{border-radius:6px;font-size:14px;min-width:28px;height:28px;line-height:28px;border:none}.ant-pagination .ant-pagination-item-active{background:#eef2ff;font-weight:600}.ant-pagination .ant-pagination-prev .ant-pagination-item-link,.ant-pagination .ant-pagination-next .ant-pagination-item-link{border-radius:6px;min-width:28px;height:28px;border:none}.filter-bar{background:#fff;padding:16px 20px;border-radius:var(--pm-radius-card);border:1px solid var(--pm-border-light);margin-bottom:16px;display:flex;gap:12px;flex-wrap:wrap;align-items:center;box-shadow:var(--pm-shadow)}.pm-page,.product-management-page{min-height:calc(100vh - 100px)}.pm-page-header,.product-page-header{margin-bottom:18px}.pm-page-header-icon,.page-header-icon.product-header-icon{width:46px;height:46px;border-radius:16px;background:var(--pm-primary-gradient);display:flex;align-items:center;justify-content:center;box-shadow:0 14px 28px #5b4df53d;flex-shrink:0}.pm-tone-primary,.pm-tone-purple{background:var(--pm-primary-gradient);box-shadow:0 14px 28px #5b4df53d}.pm-tone-blue{background:linear-gradient(135deg,#3b82f6,#60a5fa);box-shadow:0 14px 28px #3b82f638}.pm-tone-green{background:linear-gradient(135deg,#16a34a,#22c55e);box-shadow:0 14px 28px #22c55e33}.pm-tone-orange{background:linear-gradient(135deg,#f97316,#f59e0b);box-shadow:0 14px 28px #f9731638}.pm-tone-red{background:linear-gradient(135deg,#dc2626,#f43f5e);box-shadow:0 14px 28px #f43f5e33}.pm-page-title.ant-typography,.product-page-title.ant-typography{margin:0;font-size:24px;line-height:1.15;font-weight:800;color:var(--pm-text);letter-spacing:-.5px}.pm-page-subtitle.ant-typography,.product-page-subtitle.ant-typography{display:block;margin-top:5px;font-size:14px;color:var(--pm-text-secondary)}.pm-primary-button.ant-btn-primary,.gradient-primary-button.ant-btn-primary{height:42px;padding:0 22px;border-radius:14px!important;background:var(--pm-primary-gradient)!important;border:none!important;color:#fff!important;font-weight:700;cursor:pointer;box-shadow:0 14px 26px #5b4df53d!important}.pm-primary-button.ant-btn-primary:hover,.gradient-primary-button.ant-btn-primary:hover{background:var(--pm-primary-gradient)!important;transform:translateY(-1px);box-shadow:0 12px 24px #5b4df542!important}.pm-toolbar.filter-bar,.product-toolbar.filter-bar{padding:14px;border-radius:18px;border:1px solid rgba(15,23,42,.06);box-shadow:0 14px 34px #0f172a0e;margin-bottom:18px;gap:10px}.pm-table-card,.table-wrapper{background:#fff;border-radius:18px;border:1px solid rgba(15,23,42,.06);box-shadow:var(--pm-shadow)}.pm-stat-card.ant-card,.card-active.ant-card{border-radius:18px!important;border:1px solid rgba(15,23,42,.06)!important;box-shadow:var(--pm-shadow);cursor:pointer;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.pm-stat-card.ant-card:hover,.card-active.ant-card:hover{transform:translateY(-3px);border-color:#5b4df533!important;box-shadow:0 18px 34px #5b4df51a,0 10px 24px #0f172a14}.pm-stat-card-active.ant-card,.card-active.ant-card{border-color:#5b4df557!important;box-shadow:0 16px 34px #5b4df524}.pm-icon-action.ant-btn{color:var(--pm-text-secondary)}.pm-icon-action.ant-btn:hover{color:var(--pm-primary)!important;background:#5b4df514!important}.pm-icon-action-danger.ant-btn:hover{color:#dc2626!important;background:#fef2f2!important}.product-status-select.ant-select{width:132px;height:42px}.product-status-select .ant-select-selector{height:42px!important;align-items:center}.product-card-grid{margin-bottom:16px}.product-card.ant-card{height:100%;min-height:192px;border-radius:20px!important;overflow:hidden;border:1px solid rgba(15,23,42,.065)!important}.product-card .ant-card-body{height:100%}.product-card-main{flex:1;padding:22px 22px 14px}.product-card-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.product-card-icon{width:46px;height:46px;border-radius:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-card-icon.status-active{background:#ecfdf3}.product-card-icon.status-testing{background:#eff6ff}.product-card-icon.status-pending{background:#fff7ed}.product-card-icon.status-disabled{background:#fef2f2}.product-status-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;font-size:13px;font-weight:700;white-space:nowrap;line-height:1}.product-status-badge.status-active{color:#15803d;background:#ecfdf3;border:1px solid rgba(22,163,74,.12)}.product-status-badge.status-testing{color:#2563eb;background:#eff6ff;border:1px solid rgba(37,99,235,.12)}.product-status-badge.status-pending{color:#c2410c;background:#fff7ed;border:1px solid rgba(249,115,22,.14)}.product-status-badge.status-disabled{color:#dc2626;background:#fef2f2;border:1px solid rgba(220,38,38,.12)}.product-status-dot{width:7px;height:7px;border-radius:999px;background:currentColor;box-shadow:0 0 0 3px #ffffffdb}.product-card-content{min-width:0}.product-card-name{color:var(--pm-text);font-size:18px;font-weight:800;line-height:1.35;letter-spacing:-.3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card-owner.ant-typography{display:block;margin-top:8px;color:var(--pm-text-secondary);font-size:14px}.product-card-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding:14px 18px 16px 22px;border-top:1px solid rgba(15,23,42,.055);background:linear-gradient(180deg,#f8fafc52,#f8fafcb8)}.product-card-date.ant-typography{color:var(--pm-text-muted);font-size:13px}.product-card-action.ant-btn-text{width:30px;height:30px;border-radius:10px!important;color:#94a3b8!important;background:#ffffffbf!important;border:1px solid rgba(15,23,42,.06)!important}.product-card-action.ant-btn-text:hover{color:var(--pm-primary)!important;background:#f3f1ff!important;border-color:#5b4df533!important}.product-card-action-danger.ant-btn-text{color:#94a3b8!important}.product-card-action-danger.ant-btn-text:hover{color:#dc2626!important;background:#fef2f2!important;border-color:#dc26262e!important}.product-loading{text-align:center;padding:56px}.product-empty-card.ant-card{border-radius:20px!important;text-align:center;padding:40px;border:1px solid rgba(15,23,42,.06);box-shadow:var(--pm-shadow)}.header-user-card:hover{transform:translateY(-1px);border-color:#5b4df52e!important;box-shadow:0 14px 30px #5b4df51a,0 8px 20px #0f172a0f!important}.detail-tabs{margin-top:0}.detail-tabs .ant-tabs-nav{margin-bottom:18px!important;background:#fff;padding:8px;border-radius:18px;border:1px solid rgba(15,23,42,.06);box-shadow:0 14px 34px #0f172a0e}.detail-tabs .ant-tabs-nav:before{display:none}.detail-tabs .ant-tabs-tab{padding:10px 16px;border-radius:12px;font-size:14px;font-weight:700;transition:all .2s ease;margin:0 4px 0 0!important;color:var(--pm-text-secondary)}.detail-tabs .ant-tabs-tab:hover{color:var(--pm-primary)!important;background:#5b4df50f}.detail-tabs .ant-tabs-tab-active{background:#eef2ff;font-weight:800}.detail-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--pm-primary)!important}.detail-tabs .ant-tabs-ink-bar{display:none}.detail-tabs .ant-tabs-content-holder{background:transparent;padding:0;min-height:200px}.product-detail-tab-panel{display:flex;flex-direction:column;gap:12px}.product-detail-tab-panel>.ant-btn-primary,.product-detail-tab-panel .ant-btn-primary:not(.ant-btn-background-ghost),.section-panel>.ant-btn-primary,.section-panel .ant-btn-primary:not(.ant-btn-background-ghost){align-self:flex-start;height:40px;padding:0 18px;border-radius:14px!important;background:var(--pm-primary-gradient)!important;border:none!important;font-weight:700;box-shadow:0 12px 24px #5b4df533!important}.product-detail-tab-panel .ant-btn-primary:hover,.section-panel .ant-btn-primary:hover{background:var(--pm-primary-gradient)!important;transform:translateY(-1px);box-shadow:0 12px 24px #5b4df542!important}.product-detail-tab-panel>.ant-row{margin-bottom:0!important}.section-panel>.ant-btn-primary+.ant-table-wrapper,.section-panel>.ant-btn-primary+.ant-empty,.section-panel>.ant-btn-primary+.ant-timeline{margin-top:16px}.product-detail-tab-panel>.ant-table-wrapper,.product-detail-tab-panel .ant-table-wrapper:not(.pm-supervision-table-card .ant-table-wrapper){background:#fff;border-radius:18px;border:1px solid rgba(15,23,42,.06);box-shadow:var(--pm-shadow)}.product-detail-tab-panel .modern-card.ant-card{border-radius:18px!important;border:1px solid rgba(15,23,42,.06)!important;box-shadow:var(--pm-shadow)}.ant-modal-content{border-radius:var(--pm-radius-card)!important;padding:0!important;overflow:hidden;box-shadow:var(--pm-shadow-elevated)!important;border:1px solid var(--pm-border-light)!important}.ant-modal-header{padding:20px 24px 0!important;border-bottom:none!important}.ant-modal-body{padding:20px 24px 24px!important}.ant-modal-footer{padding:12px 24px 20px!important;border-top:1px solid var(--pm-border-light)!important}.ant-btn{border-radius:var(--pm-radius-card)!important;font-weight:500;transition:all .2s ease!important;border:none!important;box-shadow:none!important}.ant-btn-default{background:#fff!important;color:#475569!important;border:1px solid var(--pm-border)!important}.ant-btn-default:hover{border-color:var(--pm-primary)!important;color:var(--pm-primary)!important}.ant-btn-primary{background:var(--pm-primary)!important;color:#fff!important;box-shadow:0 8px 18px #5b4df533!important}.ant-btn-primary:hover{background:var(--pm-primary-hover)!important;transform:translateY(-1px);box-shadow:0 12px 24px #5b4df542!important}.ant-btn-text{background:transparent!important;color:var(--pm-text-secondary)!important}.ant-btn-text:hover{background:#f1f5f9!important;color:var(--pm-text)!important}.ant-btn-link{padding:0 4px!important;color:var(--pm-primary)!important}.ant-btn-link:hover{color:var(--pm-primary-hover)!important}.ant-btn-dangerous{color:#ef4444!important}.ant-btn-dangerous:hover{background:#fef2f2!important}.ant-modal .ant-btn{border-radius:14px!important}.ant-modal .ant-btn-primary{border:none!important}.ant-modal .ant-btn-default{border:1px solid var(--pm-border)!important}.ant-tag{border-radius:6px;padding:2px 8px;font-size:14px;font-weight:500;border:none;line-height:1.6;margin:0 4px 0 0}input.ant-input:not([readonly]):not(:disabled):not(.ant-input-affix-wrapper .ant-input),.ant-input-affix-wrapper,textarea.ant-input,.ant-select-selector,.ant-picker{border:1px solid #e5e7f0!important;border-radius:16px!important;background:#fff!important;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease!important}input.ant-input:not([readonly]):not(:disabled):not(.ant-input-affix-wrapper .ant-input):hover,.ant-input-affix-wrapper:hover,textarea.ant-input:hover,.ant-select-selector:hover,.ant-picker:hover{border-color:#6657ff!important}input.ant-input:not([readonly]):not(:disabled):not(.ant-input-affix-wrapper .ant-input):focus,input.ant-input:not([readonly]):not(:disabled):not(.ant-input-affix-wrapper .ant-input):focus-visible,input.ant-input:not([readonly]):not(:disabled):not(.ant-input-affix-wrapper .ant-input):active,.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper:focus-within,textarea.ant-input:focus,.ant-select-focused .ant-select-selector,.ant-picker-focused{border-color:#6657ff!important;box-shadow:0 0 0 4px #6657ff1f!important;outline:none!important}.ant-input-affix-wrapper:not(.ant-input-password) input.ant-input,.ant-input-affix-wrapper:not(.ant-input-password) input.ant-input:hover,.ant-input-affix-wrapper:not(.ant-input-password) input.ant-input:focus,.ant-input-affix-wrapper:not(.ant-input-password) input.ant-input:focus-visible,.ant-input-affix-wrapper:not(.ant-input-password) input.ant-input:active{border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important}.ant-input-affix-wrapper.ant-input-password .ant-input,.ant-input-affix-wrapper.ant-input-password .ant-input:focus,.ant-input-affix-wrapper.ant-input-password .ant-input:focus-visible,.ant-input-affix-wrapper.ant-input-password .ant-input:active{border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important}.filter-bar .ant-input-affix-wrapper:not(.ant-input-password){width:260px!important;height:42px}.user-voice-status-filter.ant-select,.user-voice-category-filter.ant-select{height:42px}.user-voice-status-filter .ant-select-selector,.user-voice-category-filter .ant-select-selector{height:42px!important;align-items:center}.auth-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:var(--pm-bg);position:relative;overflow:hidden}.auth-card{width:400px;max-width:92vw;position:relative;z-index:1}.auth-card .ant-card{border-radius:var(--pm-radius-card);border:1px solid var(--pm-border-light);box-shadow:var(--pm-shadow-elevated);overflow:hidden}.auth-card .ant-card-head{border-bottom:none;padding:32px 24px 0;text-align:center}.auth-card .ant-card-head-title{font-size:22px;font-weight:700}.auth-card .ant-card-body{padding:24px 32px 32px}.auth-logo{width:48px;height:48px;background:var(--pm-primary);border-radius:var(--pm-radius-card);display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 4px 12px #4f46e540}.auth-logo span{color:#fff;font-size:22px;font-weight:700}.notif-item-unread{background:var(--pm-bg)!important;border-radius:8px!important;border-left:3px solid var(--pm-primary)!important}.notif-item-read{border-radius:8px!important}.bell-icon{font-size:18px;color:var(--pm-text-secondary);transition:color .15s;cursor:pointer}.bell-icon:hover{color:var(--pm-primary)}.ant-descriptions-bordered .ant-descriptions-view{border:1px solid var(--pm-border-light)!important;border-radius:var(--pm-radius-card);overflow:hidden}.ant-descriptions-bordered .ant-descriptions-item-label{background:var(--pm-bg)!important;font-weight:500}.ant-collapse{border-radius:var(--pm-radius-card)!important;border:1px solid var(--pm-border-light)!important}.ant-collapse-item:last-child>.ant-collapse-content{border-radius:0 0 var(--pm-radius-card) var(--pm-radius-card)!important}.ant-timeline-item-tail{border-left:2px solid var(--pm-border-light)!important}.ant-empty{padding:24px 0}.ant-empty .ant-empty-description{color:var(--pm-text-muted);font-size:14px}.ant-table-filter-dropdown{border-radius:var(--pm-radius-card)!important;box-shadow:var(--pm-shadow-elevated)!important;border:1px solid var(--pm-border-light)!important;padding:8px!important}.ant-select-dropdown{border-radius:var(--pm-radius-card)!important;box-shadow:var(--pm-shadow-elevated)!important;border:1px solid var(--pm-border-light)!important}.ant-select-item-option{border-radius:6px!important;margin:2px 4px!important;padding:6px 10px!important;font-size:14px}.ant-drawer-content-wrapper{box-shadow:-4px 0 24px #0f172a14!important}.ant-drawer-content{border-radius:var(--pm-radius-card) 0 0 var(--pm-radius-card)!important}.ant-popover-inner{border-radius:var(--pm-radius-card)!important}.ant-popconfirm .ant-btn{border-radius:14px!important;border:none!important}.ant-divider-horizontal{margin:16px 0;border-block-start:1px solid var(--pm-border-light)}.dashboard-section{background:#fff;border-radius:var(--pm-radius-card);border:1px solid var(--pm-border-light);box-shadow:var(--pm-shadow);padding:24px;margin-bottom:20px}.dashboard-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--pm-border-light)}.dashboard-section-title{font-size:16px;font-weight:700;color:var(--pm-text);margin:0}.dashboard-section-subtitle{font-size:14px;color:var(--pm-text-muted);margin-top:2px}.soft-dashboard-page{position:relative;min-height:calc(100vh - 100px)}.soft-dashboard-hero{position:relative;overflow:hidden;min-height:210px;padding:34px 38px;margin-bottom:20px;border-radius:28px;border:1px solid rgba(129,140,248,.18);background:radial-gradient(circle at 85% 18%,#ffffffe6 0,#fff0 34%),linear-gradient(135deg,#f4f7ff,#eef2ff 46%,#f8fbff);box-shadow:0 24px 70px #5b4df51f}.soft-dashboard-hero:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:27px;border:1px solid rgba(255,255,255,.8);pointer-events:none}.soft-hero-content{position:relative;z-index:1;max-width:680px}.soft-hero-orb{position:absolute;border-radius:999px;filter:blur(2px);opacity:.86;pointer-events:none}.soft-hero-orb-one{width:210px;height:210px;right:-54px;top:-72px;background:linear-gradient(135deg,#5b4df542,#7dd3fc33)}.soft-hero-orb-two{width:150px;height:150px;right:160px;bottom:-76px;background:linear-gradient(135deg,#22d3ee38,#a78bfa2e)}.soft-kicker{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;margin-bottom:16px;border-radius:999px;color:#4f46e5;background:#ffffffc7;border:1px solid rgba(91,77,245,.12);box-shadow:0 10px 28px #4f46e514;font-size:13px;font-weight:700;letter-spacing:.08em}.soft-hero-title.ant-typography{margin:0 0 10px!important;color:#111827;font-size:32px;font-weight:800;letter-spacing:-.03em}.soft-hero-description.ant-typography{display:block;max-width:620px;color:#64748b;font-size:15px;line-height:1.8}.soft-hero-meta{display:inline-flex;align-items:center;margin-top:20px;padding:8px 13px;border-radius:999px;color:#475569;background:#ffffffb8;border:1px solid rgba(148,163,184,.18);font-size:13px;font-weight:600}.soft-summary-grid{margin-bottom:20px}.soft-summary-card.ant-card{position:relative;overflow:hidden;min-height:110px;border-radius:16px!important;border:1px solid rgba(226,232,240,.9)!important;background:#ffffffeb!important;box-shadow:0 8px 24px #0f172a0f!important;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.soft-summary-card.ant-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 88% 16%,rgba(91,77,245,.12),transparent 30%);opacity:.85;pointer-events:none}.soft-summary-card.ant-card:hover{transform:translateY(-4px);border-color:#818cf852!important;box-shadow:0 22px 58px #5b4df51f!important}.soft-summary-card .ant-card-body{position:relative;z-index:1;padding:14px 18px!important}.soft-summary-card .ant-statistic-title{color:#64748b;font-size:12px;font-weight:700}.soft-summary-card .ant-statistic .ant-statistic-content-value{font-size:26px!important}.soft-summary-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin-bottom:10px;border-radius:10px;color:#4f46e5;background:#f0efff;box-shadow:inset 0 0 0 1px #5b4df514}.soft-summary-green .soft-summary-icon{color:#16a34a;background:#ecfdf3}.soft-summary-blue .soft-summary-icon{color:#2563eb;background:#eff6ff}.soft-summary-orange .soft-summary-icon{color:#ea580c;background:#fff7ed}.soft-summary-hint.ant-typography{display:block;margin-top:4px;color:#94a3b8;font-size:12px}.soft-alert-card{margin-bottom:20px;padding:20px;border-radius:22px;border:1px solid rgba(248,113,113,.18);background:linear-gradient(135deg,#fffffff5,#fef2f2b8);box-shadow:0 18px 48px #ef444414}.soft-content-card.dashboard-section{padding:26px;border-radius:24px;background:#fffffff5;border:1px solid rgba(226,232,240,.95);box-shadow:0 20px 60px #0f172a12}.soft-section-header.dashboard-section-header{align-items:flex-start;margin-bottom:18px;padding-bottom:18px}.soft-section-kicker{margin-bottom:4px;color:#818cf8;font-size:12px;font-weight:800;letter-spacing:.12em}.soft-section-title.dashboard-section-title{font-size:22px;font-weight:800;letter-spacing:-.02em}.soft-section-subtitle.dashboard-section-subtitle{margin-top:6px;color:#94a3b8}.soft-count-tag.ant-tag{margin:2px 0 0;padding:6px 12px;border:0;border-radius:999px;color:#4f46e5;background:#f0efff;font-weight:800}.soft-task-block{padding:18px;margin-bottom:18px;border-radius:20px;border:1px solid rgba(226,232,240,.88);background:linear-gradient(180deg,#f8fafcc7,#fffffff5)}.soft-task-block-last{margin-bottom:0}.soft-task-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.soft-task-title.ant-typography{color:#0f172a;font-size:15px;font-weight:800}.soft-task-block .ant-table-wrapper,.soft-alert-card .ant-table-wrapper,.soft-content-card .ant-table-wrapper{overflow:hidden;border-radius:16px;border:1px solid rgba(226,232,240,.75);background:#fff}.soft-task-block .ant-table,.soft-alert-card .ant-table,.soft-content-card .ant-table{border-radius:16px}.soft-task-block .ant-table-thead>tr>th,.soft-alert-card .ant-table-thead>tr>th,.soft-content-card .ant-table-thead>tr>th{background:#f8fafc!important;color:#64748b!important;font-size:13px;font-weight:800!important}.soft-task-block .ant-btn-link,.soft-content-card .ant-btn-link{color:#5b4df5;font-weight:700}.soft-task-block .ant-tag,.soft-alert-card .ant-tag,.soft-content-card .ant-tag{border-radius:999px!important;padding-inline:9px;border:0}.overview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:20px}.table-wrapper{background:#fff;border-radius:var(--pm-radius-card);border:1px solid var(--pm-border-light);padding:0;box-shadow:var(--pm-shadow)}.table-wrapper .ant-table{border-radius:var(--pm-radius-card)}.table-wrapper .ant-table-pagination,.pm-supervision-table-card .ant-table-pagination,.section-panel .ant-table-pagination,.product-detail-tab-panel .ant-table-pagination{margin:16px 12px 12px!important}.pm-supervision-stat-card.ant-card{border:1px solid rgba(15,23,42,.06);border-radius:18px;box-shadow:var(--pm-shadow);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.pm-supervision-stat-card.ant-card:hover{transform:translateY(-3px);border-color:#5b4df533;box-shadow:0 18px 34px #5b4df51a,0 10px 24px #0f172a14}.pm-supervision-table-card{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:18px;box-shadow:var(--pm-shadow);overflow-x:auto;clip-path:inset(0 round 18px)}.pm-supervision-table .ant-table-thead>tr>th{background:#f8f9ff!important;color:#667085!important;font-size:12px;font-weight:900!important;border-bottom:1px solid #e8ecf5!important}.pm-supervision-table .ant-table-tbody>tr>td{padding:14px 16px!important;color:#667085;font-size:13px;font-weight:750;border-bottom:1px solid #eef1f7!important;background:#fff}.pm-supervision-table .ant-table-tbody>tr:hover>td{background:#fbfbff!important}.pm-supervision-table .ant-table-expanded-row>td{background:#f6f7fb!important;padding:0!important}.version-badge{display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:999px;background:#f0edff;color:#6657ff;font-size:12px;font-weight:900}.pm-supervision-badge.ant-tag{margin:0;padding:3px 10px;border:0;border-radius:999px;font-size:12px;font-weight:900}.pm-stage-current{background:#f0edff;color:#6657ff}.pm-stage-overdue,.pm-status-overdue,.risk-high{background:#fff1f1;color:#ef4444}.pm-status-dueSoon,.risk-mid{background:#fff7e6;color:#f59e0b}.pm-status-normal,.pm-status-done,.risk-low{background:#eafff3;color:#18b66f}.pm-status-unscheduled,.risk-muted{background:#f1f5f9;color:#94a3b8}.pm-status-pending{background:#f8fafc;color:#64748b}.pm-supervision-progress{display:flex;align-items:center;min-width:220px}.pm-supervision-step-wrap{display:flex;align-items:center}.pm-supervision-step{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:34px}.pm-supervision-step span{width:11px;height:11px;border-radius:999px;background:#d6dce8;box-shadow:0 0 0 4px #f4f6fb}.pm-supervision-step em{color:#94a3b8;font-size:11px;font-style:normal;font-weight:900}.pm-supervision-step-wrap i{width:24px;height:2px;margin:0 6px;border-radius:999px;background:#e8ecf5}.pm-step-done span{background:#18b66f;box-shadow:0 0 0 4px #eafff3}.pm-step-done em{color:#18b66f}.pm-step-current span{background:#6657ff;box-shadow:0 0 0 4px #f0edff}.pm-step-current em{color:#6657ff}.pm-step-overdue span{background:#ef4444;box-shadow:0 0 0 4px #fff1f1}.pm-step-overdue em{color:#ef4444}.pm-supervision-expanded{display:grid;grid-template-columns:repeat(auto-fit,minmax(168px,1fr));gap:12px;padding:18px;background:linear-gradient(135deg,#f6f8ff,#f8fafc)}.pm-import-error-row{background:#fff2f0!important}.pm-import-error-row:hover>td{background:#ffd8d2!important}.pm-supervision-node-card{padding:14px;border:1px solid #e8ecf5;border-radius:18px;background:#fff;box-shadow:0 10px 24px #242f560d}.pm-node-meta{color:#64748b;font-size:12px;font-weight:800;line-height:1.8}.pm-node-dot{width:10px;height:10px;border-radius:999px;background:#94a3b8}.pm-node-dot-done{background:#18b66f}.pm-node-dot-overdue{background:#ef4444}.pm-node-dot-pending{background:#6657ff}.pm-node-dot-unscheduled{background:#c4cbd6}.pm-node-dot-closed{background:#94a3b8;width:6px;height:6px}.pm-node-dot-muted{opacity:.5}.pm-row-closed{color:#94a3b8}.pm-status-muted{opacity:.5}.filter-bar .ant-select-multiple .ant-select-selection-overflow-item{flex:0 0 auto!important}.filter-bar .ant-select-selection-overflow{flex-wrap:nowrap!important}@media (max-width: 768px){.page-header{flex-direction:column;align-items:stretch;gap:12px}.filter-bar{flex-direction:column;align-items:stretch}.filter-bar .ant-input,.filter-bar .ant-input-affix-wrapper,.filter-bar .ant-select,.filter-bar .ant-picker{width:100%!important}.product-card-footer{align-items:flex-start;flex-direction:column}.soft-dashboard-hero{padding:26px 24px;border-radius:22px}.soft-dashboard-hero:after{border-radius:21px}.soft-hero-title.ant-typography{font-size:26px}.soft-section-header.dashboard-section-header,.soft-task-header{flex-direction:column;align-items:flex-start}.soft-content-card.dashboard-section{padding:20px;border-radius:20px}.soft-task-block,.soft-alert-card{padding:16px;border-radius:18px}.ant-modal{max-width:94vw!important}.ant-modal-content{max-height:90vh;overflow-y:auto}.pm-supervision-expanded{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.modern-card,.modern-card-small,.section-panel,.metric-card,.stat-card,.ant-btn{transition:none!important;animation:none!important;transform:none!important}}.requirement-detail-description{line-height:1.8}.requirement-detail-description>*:first-child{margin-top:0!important;padding-top:0!important}.requirement-detail-description>*:last-child{margin-bottom:0!important;padding-bottom:0!important}.requirement-detail-description p,.requirement-detail-description ul,.requirement-detail-description ol,.requirement-detail-description h1,.requirement-detail-description h2,.requirement-detail-description h3,.requirement-detail-description h4,.requirement-detail-description h5,.requirement-detail-description h6{margin-top:0;margin-bottom:0}.ql-editor{font-size:14px}
