*,*:before,*:after{box-sizing:border-box}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}#root{min-height:100vh}:root{--primary: #1a73e8;--primary-dark: #1557b0;--secondary: #34a853;--warning: #f9a825;--danger: #c62828;--dark: #1a1a2e;--light: #f8f9fa;--gray: #6c757d;--border: #e0e0e0;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 20px rgba(0, 0, 0, .15)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f0f2f5;color:#333;line-height:1.6}.developer-credit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 2rem;text-align:center}.credit-content{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.credit-label{font-size:.85rem;opacity:.9}.credit-name{color:#fff;font-weight:700;text-decoration:none;font-size:1rem;padding:.25rem .75rem;background:#fff3;border-radius:4px;transition:background .2s}.credit-name:hover{background:#ffffff4d}.credit-links{display:flex;gap:.75rem}.credit-links a{color:#ffffffe6;font-size:.8rem;text-decoration:none;padding:.2rem .5rem;border:1px solid rgba(255,255,255,.3);border-radius:4px;transition:all .2s}.credit-links a:hover{background:#fff3;border-color:#ffffff80}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,var(--dark) 0%,#16213e 100%);color:#fff;padding:2rem;box-shadow:var(--shadow-lg)}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo-section{display:flex;align-items:center;gap:1rem}.logo-icon{font-size:3rem}.header h1{font-size:2rem;font-weight:700;margin:0}.tagline{opacity:.9;font-size:.95rem;margin:0}.header-badge{display:flex;gap:.5rem;flex-wrap:wrap}.badge-warning{background:var(--warning);color:#333;padding:.4rem .8rem;border-radius:4px;font-weight:600;font-size:.85rem}.badge-info{background:#fff3;padding:.4rem .8rem;border-radius:4px;font-size:.85rem}.data-source{background:#fff;border-bottom:3px solid var(--primary);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;box-shadow:var(--shadow)}.source-info{display:flex;align-items:center;gap:.75rem}.source-icon{font-size:1.5rem}.source-date{margin-left:.5rem;color:var(--gray);font-size:.85rem}.source-stats{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.9rem}.source-stats span{display:flex;align-items:center;gap:.35rem;color:var(--gray)}.tabs{background:#fff;padding:.5rem 2rem;display:flex;justify-content:center;gap:.5rem;border-bottom:1px solid var(--border);overflow-x:auto;max-width:100%}.tab-btn{background:none;border:none;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;cursor:pointer;border-radius:8px 8px 0 0;transition:all .2s;white-space:nowrap;color:var(--gray)}.tab-btn:hover{background:var(--light);color:var(--primary)}.tab-btn.active{background:var(--primary);color:#fff}.content{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.tab-panel h2{color:var(--dark);margin-bottom:.5rem;font-size:1.75rem}.overview-header{margin-bottom:2rem}.expectation-banner{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-left:4px solid var(--warning);padding:1rem 1.5rem;margin-bottom:2rem;border-radius:0 8px 8px 0;display:flex;gap:1rem;align-items:flex-start}.warning-icon{font-size:1.5rem}.expectation-banner .emphasis{display:block;color:var(--danger);font-weight:600;margin-top:.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-bottom:2rem}.stats-grid.even-grid{grid-template-columns:repeat(4,1fr);max-width:1200px;margin-left:auto;margin-right:auto}@media(max-width:900px){.stats-grid.even-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.stats-grid.even-grid{grid-template-columns:1fr}}.stats-grid.centered{justify-items:center;max-width:1200px;margin-left:auto;margin-right:auto}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;text-align:center;box-shadow:var(--shadow);border-top:4px solid;transition:transform .2s}.stat-card:hover{transform:translateY(-2px)}.stat-icon{font-size:2rem;display:block;margin-bottom:.5rem}.stat-value{font-size:2rem;font-weight:700;color:var(--dark);display:block}.stat-label{font-size:.85rem;color:var(--gray)}.overview-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.overview-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:var(--shadow)}.overview-card h3{color:var(--dark);margin-bottom:1rem;font-size:1.1rem}.overview-card ul{list-style:none;padding:0}.overview-card li{padding:.5rem 0;border-bottom:1px solid var(--border)}.overview-card li:last-child{border-bottom:none}.overview-card.highlight{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border:1px solid var(--secondary)}.currency-note{font-size:.85rem;color:var(--gray);margin-bottom:1rem}.budget-table{width:100%;border-collapse:collapse}.budget-table td{padding:.5rem 0}.budget-table .amount{text-align:right;font-family:SF Mono,Monaco,monospace;font-size:.9rem}.budget-table .total{border-top:2px solid var(--secondary)}.rate-note{font-size:.75rem;color:var(--gray);margin-top:1rem;font-style:italic}.features-header{margin-bottom:1rem}.features-subtitle{color:var(--gray);font-size:.95rem}.filter-bar{background:#fff;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap;box-shadow:var(--shadow)}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-weight:500;font-size:.9rem}.filter-group select{padding:.5rem 1rem;border:1px solid var(--border);border-radius:6px;font-size:.9rem;cursor:pointer}.search-input{padding:.5rem 1rem;border:1px solid var(--border);border-radius:6px;font-size:.9rem;width:200px}.search-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #1a73e833}.filter-count{margin-left:auto;color:var(--gray);font-size:.9rem}.table-wrapper{overflow-x:auto;background:#fff;border-radius:12px;box-shadow:var(--shadow)}.features-table,.tasks-table,.infra-table,.performance-table,.risks-table{width:100%;border-collapse:collapse}table th{background:var(--dark);color:#fff;padding:1rem;text-align:left;font-weight:600;position:sticky;top:0}table td{padding:.75rem 1rem;border-bottom:1px solid var(--border);vertical-align:top}table tbody tr:hover{background:#f5f8ff}table tbody tr:last-child td{border-bottom:none}.category-cell{font-weight:600;font-size:.85rem}.feature-name{font-weight:500;color:var(--dark)}.cat-product .category-cell{color:#1565c0}.cat-search .category-cell{color:#7b1fa2}.cat-cart .category-cell{color:#00838f}.cat-checkout .category-cell{color:#2e7d32}.cat-payment .category-cell{color:#e65100}.cat-customer .category-cell{color:#ad1457}.cat-marketing .category-cell{color:#6a1b9a}.cat-social .category-cell{color:#0277bd}.cat-analytics .category-cell{color:#558b2f}.cat-content .category-cell{color:#4527a0}.cat-admin .category-cell{color:#c62828}.cat-technical .category-cell{color:#37474f}.priority{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.priority-must-have{background:#ffebee;color:#c62828}.priority-should-have{background:#fff8e1;color:#f57c00}.priority-nice-to-have{background:#e8f5e9;color:#2e7d32}.priority-critical{background:#ffcdd2;color:#b71c1c}.priority-high{background:#ffe0b2;color:#e65100}.priority-medium{background:#fff9c4;color:#f9a825}.status-live{color:var(--secondary);font-weight:500}.roles-header{margin-bottom:1.5rem}.roles-header p{color:var(--gray)}.roles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.role-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:var(--shadow);border-left:5px solid}.role-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.role-icon{font-size:2.5rem}.role-header h3{margin:0;color:var(--dark)}.role-count{font-size:.85rem;color:var(--gray)}.role-description{color:var(--gray);font-size:.9rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.role-permissions h4,.role-restrictions h4{font-size:.85rem;color:var(--dark);margin-bottom:.5rem}.role-permissions ul,.role-restrictions ul{list-style:none;padding:0;font-size:.85rem}.role-permissions li,.role-restrictions li{padding:.25rem 0;display:flex;align-items:flex-start;gap:.5rem}.check{color:var(--secondary);font-weight:700}.cross{color:var(--danger);font-weight:700}.role-restrictions{margin-top:1rem;padding-top:1rem;border-top:1px dashed var(--border)}.tech-header{margin-bottom:1.5rem}.tech-header p{color:var(--gray)}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem}.tech-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.tech-card-header{padding:1rem 1.5rem;color:#fff;display:flex;align-items:center;gap:.75rem}.tech-card-header h3{margin:0;font-size:1.1rem}.tech-icon{font-size:1.5rem}.tech-items{padding:1rem 1.5rem}.tech-item{padding:.75rem 0;border-bottom:1px solid var(--border)}.tech-item:last-child{border-bottom:none}.tech-item-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.version{background:var(--light);padding:.15rem .5rem;border-radius:4px;font-size:.75rem;color:var(--gray)}.tech-item p{font-size:.85rem;color:var(--gray);margin:0}.custom-badge{display:inline-block;margin-top:.25rem;background:#e3f2fd;color:var(--primary);padding:.15rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600}.tech-notes{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:var(--shadow)}.tech-notes h3{color:var(--dark);margin-bottom:1rem}.tech-notes ul{list-style:none;padding:0}.tech-notes li{padding:.5rem 0 .5rem 1.5rem;position:relative}.tech-notes li:before{content:"→";position:absolute;left:0;color:var(--primary)}.tech-notes code{background:#f5f5f5;padding:.15rem .4rem;border-radius:4px;font-family:SF Mono,Monaco,monospace;font-size:.85rem}.opt-header{margin-bottom:1rem}.opt-header p{color:var(--gray)}.sub-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.sub-tab{background:#fff;border:1px solid var(--border);padding:.6rem 1.25rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s}.sub-tab:hover{border-color:var(--primary);color:var(--primary)}.sub-tab.active{background:var(--primary);color:#fff;border-color:var(--primary)}.timeline-summary{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.timeline-item{background:#fff;padding:1rem 1.5rem;border-radius:8px;text-align:center;box-shadow:var(--shadow);min-width:140px}.phase-label{display:block;font-size:.75rem;color:var(--gray);margin-bottom:.25rem}.timeline-item strong{display:block;margin-bottom:.25rem}.timeline-item span:last-child{font-size:.85rem;color:var(--gray)}.timeline-item.prep{border-top:3px solid #42a5f5}.timeline-item.build{border-top:3px solid #66bb6a}.timeline-item.live{border-top:3px solid #ffa726}.timeline-item.opt{border-top:3px solid #ab47bc}.timeline-arrow{font-size:1.5rem;color:var(--gray)}.phase-cell{font-weight:600;font-size:.85rem}.task-name{font-weight:500}.duration{white-space:nowrap;color:var(--gray)}.infra-comparison{margin-bottom:2rem}.infra-comparison h3{margin-bottom:1rem;color:var(--dark)}.component{font-weight:600}.current{color:var(--gray);font-size:.9rem}.proposed{color:var(--secondary);font-weight:500}.cost{font-family:SF Mono,Monaco,monospace;font-weight:500;text-align:right}.scaling-diagram{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow)}.scaling-diagram h3{text-align:center;margin-bottom:1.5rem;color:var(--dark)}.diagram{display:flex;flex-direction:column;align-items:center;gap:.25rem}.diagram-row{display:flex;gap:1rem;justify-content:center}.diagram-row.servers{gap:.75rem}.diagram-box{background:#fff;border:2px solid var(--border);padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;text-align:center}.diagram-box.user{background:#e3f2fd;border-color:#1976d2}.diagram-box.cdn{background:#fce4ec;border-color:#c2185b}.diagram-box.lb{background:#fff3e0;border-color:#e65100}.diagram-box.server{background:#e8f5e9;border-color:#388e3c}.diagram-box.add{background:#f5f5f5;border-style:dashed}.diagram-box.cache{background:#fff8e1;border-color:#ffa000}.diagram-box.db{background:#ede7f6;border-color:#7b1fa2}.diagram-arrow{font-size:1.25rem;color:var(--gray)}.section-content h3{margin-bottom:1rem;color:var(--dark)}.metric{font-weight:500}.current-value{color:var(--danger)}.target-value{color:var(--secondary);font-weight:500}.improvement{color:var(--primary);font-style:italic}.risk-name{font-weight:500}.likelihood,.impact{text-transform:capitalize;font-weight:500}.likelihood.low,.impact.low{color:var(--secondary)}.likelihood.medium,.impact.medium{color:var(--warning)}.likelihood.high,.impact.high{color:var(--danger)}.likelihood.critical,.impact.critical{color:#b71c1c;font-weight:700}.footer{background:var(--dark);color:#fff;padding:1.5rem 2rem;text-align:center;margin-top:auto}.footer-content p{margin:.25rem 0;font-size:.9rem}.footer-note{opacity:.7;font-size:.85rem}.prd-header{margin-bottom:2rem}.prd-header h2{margin-bottom:.5rem}.prd-header p{color:var(--gray);margin-bottom:1rem}.prd-meta{display:flex;gap:2rem;flex-wrap:wrap;font-size:.9rem;color:var(--gray)}.prd-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem}.prd-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:var(--shadow)}.prd-card h3{color:var(--dark);margin-bottom:1rem;font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.section-icon{font-size:1.25rem}.prd-card ul{list-style:none;padding:0}.prd-card li{padding:.4rem 0 .4rem 1.25rem;position:relative;font-size:.9rem;color:#444}.prd-card li:before{content:"•";position:absolute;left:0;color:var(--primary);font-weight:700}.prd-integrations{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:var(--shadow);margin-bottom:2rem}.prd-integrations h3{color:var(--dark);margin-bottom:1rem}.integrations-table{width:100%;border-collapse:collapse}.integrations-table th{background:var(--light);color:var(--dark);padding:.75rem 1rem;text-align:left;font-weight:600}.integrations-table td{padding:.75rem 1rem;border-bottom:1px solid var(--border)}.service-name{font-weight:600;color:var(--primary)}.service-type{color:var(--gray);font-size:.9rem}.prd-priorities{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:var(--shadow);margin-bottom:2rem}.prd-priorities h3{color:var(--dark);margin-bottom:1.5rem}.priority-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:900px){.priority-columns{grid-template-columns:1fr}}.priority-column{background:var(--light);padding:1rem;border-radius:8px;border-top:4px solid}.priority-column h4{font-size:1rem;margin-bottom:.75rem}.priority-column ul{list-style:none;padding:0}.priority-column li{padding:.3rem 0;font-size:.85rem;color:#444}.priority-column li:before{content:"✓ ";color:inherit}.prd-targets{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:var(--shadow)}.prd-targets h3{color:var(--dark);margin-bottom:1.5rem}.targets-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media(max-width:900px){.targets-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.targets-grid{grid-template-columns:1fr}}.target-card{background:linear-gradient(135deg,#e3f2fd,#bbdefb);padding:1rem;border-radius:8px;text-align:center;display:flex;flex-direction:column;gap:.5rem}.target-metric{font-weight:600;color:var(--dark);font-size:.9rem}.target-current{font-size:.8rem;color:var(--danger)}.target-goal{font-size:.85rem;color:var(--secondary);font-weight:600}.marketing-header{margin-bottom:1.5rem}.marketing-header p{color:var(--gray)}.marketing-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.marketing-stat{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:12px;text-align:center;box-shadow:var(--shadow)}.marketing-stat .stat-icon{font-size:2rem}.marketing-stat .stat-value{font-size:2rem;font-weight:700;display:block}.marketing-stat .stat-label{font-size:.85rem;opacity:.9}.channels-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem}.channel-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:var(--shadow)}.channel-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.channel-icon{font-size:2rem}.channel-header h3{margin:0;color:var(--dark)}.platform{font-size:.8rem;color:var(--gray)}.status{margin-left:auto;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.status-active{background:#e8f5e9;color:#2e7d32}.channel-description{color:var(--gray);font-size:.9rem;margin-bottom:1rem}.channel-metric{padding-top:1rem;border-top:1px solid var(--border);font-size:.85rem;color:var(--primary);font-weight:500}.marketing-notes{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:var(--shadow)}.marketing-notes h3{margin-bottom:1rem;color:var(--dark)}.marketing-notes ul{list-style:none;padding:0}.marketing-notes li{padding:.5rem 0 .5rem 1.5rem;position:relative}.marketing-notes li:before{content:"→";position:absolute;left:0;color:var(--primary)}.analytics-header{margin-bottom:1.5rem}.analytics-header p{color:var(--gray)}.analytics-highlight{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.highlight-card{background:linear-gradient(135deg,#1a73e8,#0d47a1);color:#fff;padding:2rem;border-radius:12px;display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow-lg)}.highlight-icon{font-size:3rem}.highlight-content{display:flex;flex-direction:column}.highlight-value{font-size:2.5rem;font-weight:700;line-height:1}.highlight-label{font-size:.9rem;opacity:.9}.analytics-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem}.analytics-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:var(--shadow)}.analytics-card h3{margin-bottom:1rem;color:var(--dark)}.analytics-table{width:100%;border-collapse:collapse}.analytics-table th{background:var(--light);color:var(--dark);padding:.75rem;text-align:left;font-weight:600}.analytics-table td{padding:.75rem;border-bottom:1px solid var(--border)}.analytics-table .stat-value{font-weight:600;color:var(--primary)}.analytics-table .trend{font-size:.85rem}.analytics-table .period{color:var(--gray);font-size:.75rem}.sources-list{display:flex;flex-direction:column;gap:.75rem}.source-item{position:relative;display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.source-bar{height:24px;border-radius:4px;min-width:20px}.source-name{flex:1;font-size:.85rem}.source-percentage{font-weight:600;color:var(--dark)}.ecommerce-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.ecommerce-stat{text-align:center;padding:1rem;background:var(--light);border-radius:8px}.metric-value{display:block;font-size:1.5rem;font-weight:700;color:var(--primary)}.metric-name{display:block;font-size:.85rem;color:var(--dark);margin-top:.25rem}.benchmark{display:block;font-size:.75rem;color:var(--secondary);margin-top:.25rem}.analytics-notes{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:var(--shadow)}.analytics-notes h3{margin-bottom:1rem;color:var(--dark)}.analytics-notes ul{list-style:none;padding:0}.analytics-notes li{padding:.5rem 0 .5rem 1.5rem;position:relative}.analytics-notes li:before{content:"→";position:absolute;left:0;color:var(--primary)}@media(max-width:768px){.header-content{flex-direction:column;text-align:center}.logo-section{flex-direction:column}.data-source{flex-direction:column;text-align:center}.source-stats{justify-content:center}.tabs{padding:.5rem 1rem}.tab-btn{padding:.5rem 1rem;font-size:.85rem}.content{padding:1rem}.filter-bar{flex-direction:column;align-items:flex-start}.filter-count{margin-left:0}.timeline-summary{flex-direction:column}.timeline-arrow{transform:rotate(90deg)}.diagram-row.servers{flex-direction:column}}.security-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin:2rem 0}.security-stats .stat-card{background:linear-gradient(135deg,#1a1f36,#2d3561);padding:2rem;border-radius:15px;text-align:center;border:1px solid #3a4374}.security-stats .stat-icon{font-size:3rem;display:block;margin-bottom:1rem}.security-stats h3{color:#fff;font-size:1.5rem;margin:.5rem 0}.security-stats p{color:#b8c5d6;margin:0}.security-sections{display:grid;gap:2rem;margin:2rem 0}.security-section{background:#f8f9fa;padding:2rem;border-radius:15px;border-left:4px solid #28a745}.security-section h3{color:#2c3e50;font-size:1.4rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.security-features{display:grid;gap:1rem}.security-features .feature-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;padding:1rem;border-radius:8px;border:1px solid #e9ecef}.security-features .feature-icon{font-size:1.2rem;color:#28a745;flex-shrink:0}.security-monitoring{background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;border-radius:15px;color:#fff;margin-top:2rem}.security-monitoring h3{color:#fff;margin-bottom:1rem}.security-monitoring ul{list-style:none;padding:0}.security-monitoring li{margin:.8rem 0;padding-left:1.5rem;position:relative}.security-monitoring li:before{content:"🔒";position:absolute;left:0;top:0}.infra-table .totals-row{border-top:2px solid #ddd;background:#f8f9fa;font-weight:600}.infra-table .totals-row.proposed{background:linear-gradient(135deg,#e3f2fd,#f3e5f5)}.shop-header{text-align:center;margin-bottom:2rem}.shop-subtitle{color:#666;font-size:1.1rem}.shop-stats{display:grid;gap:3rem;margin-bottom:2rem}.stats-section h3{color:#2c3e50;font-size:1.4rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e9ecef}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center;border:1px solid #e9ecef;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00000026}.stat-value{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#6c757d;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-card.success{border-left:4px solid #28a745}.stat-card.warning{border-left:4px solid #ffc107}.stat-card.processing{border-left:4px solid #17a2b8}.stat-card.pending{border-left:4px solid #fd7e14}.stat-card.cancelled{border-left:4px solid #dc3545}.stat-card.refunded{border-left:4px solid #6f42c1}.shop-notes{background:#f8f9fa;padding:2rem;border-radius:15px;border-left:4px solid #007bff}.shop-notes h3{color:#495057;margin-bottom:1rem}.shop-notes ul{list-style:none;padding:0}.shop-notes li{margin:.8rem 0;padding-left:1.5rem;position:relative}.shop-notes li:before{content:"📋";position:absolute;left:0;top:0}.tech-item{position:relative}.tech-item .monthly-cost{position:absolute;top:8px;right:8px;background:#28a745;color:#fff;padding:2px 8px;border-radius:12px;font-size:.7rem;font-weight:500}.cost-summary{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:1.5rem;border-radius:8px;margin:1rem 0 2rem;border-left:4px solid #007bff}.cost-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #dee2e6}.cost-item:last-of-type{border-bottom:none}.cost-item.total{background:linear-gradient(135deg,#007bff,#6f42c1);color:#fff;padding:1rem;margin:1rem -1.5rem 0;border-radius:0 0 4px 4px;font-size:1.1rem}.total-amount{font-size:1.2rem;font-weight:700;color:#ffc107}.cost-note{margin-top:1rem;padding:.8rem;background:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;color:#856404;font-size:.9rem}@media print{.tabs,.filter-bar,.sub-tabs{display:none}.content{padding:0}.tab-panel{display:block!important}}
