.quote-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;opacity:0;background-color:#0f172abf;justify-content:center;align-items:center;padding:1rem;animation:.3s forwards fadeIn;display:flex;position:fixed;inset:0}.quote-modal-content{opacity:0;background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:650px;max-height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) .1s forwards slideUp;display:flex;position:relative;overflow-y:auto;transform:translateY(20px)scale(.95);box-shadow:0 25px 50px -12px #00000040}.quote-modal-header{z-index:10;background:#fff;border-bottom:1px solid #e2e8f0;border-radius:24px 24px 0 0;padding:2rem 2.5rem 1.5rem;position:sticky;top:0}.quote-modal-header h2{color:#1e293b;align-items:center;gap:.75rem;margin:0;font-size:1.75rem;font-weight:800;display:flex}.quote-modal-header p{color:#64748b;margin:.5rem 0 0;font-size:1rem}.quote-modal-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.quote-modal-close:hover{color:#0f172a;background:#e2e8f0}.quote-modal-body{padding:2rem 2.5rem}.quote-form-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.quote-form-group{flex-direction:column;gap:.5rem;display:flex}.quote-form-group.full-width{grid-column:1/-1}.quote-form-label{color:#334155;font-size:.875rem;font-weight:600}.quote-form-label span{color:#ef4444;margin-left:.25rem}.quote-form-input,.quote-form-select,.quote-form-textarea{color:#1e293b;background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.quote-form-input:focus,.quote-form-select:focus,.quote-form-textarea:focus{background-color:#fff;border-color:#8b5cf6;outline:none;box-shadow:0 0 0 4px #8b5cf61a}.quote-form-input.error,.quote-form-select.error,.quote-form-textarea.error{background-color:#fef2f2;border-color:#ef4444}.quote-error-text{color:#ef4444;margin-top:.25rem;font-size:.8rem}.quote-checkbox-group{align-items:flex-start;gap:.75rem;margin-top:1rem;display:flex}.quote-checkbox-group input[type=checkbox]{accent-color:#8b5cf6;width:1.15rem;height:1.15rem;margin-top:.25rem}.quote-checkbox-label{color:#475569;font-size:.9rem;line-height:1.5}.quote-modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;border-radius:0 0 24px 24px;padding:1.5rem 2.5rem 2rem}.quote-btn-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #8b5cf64d}.quote-btn-submit:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #8b5cf666}.quote-btn-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.quote-success-view{text-align:center;padding:1rem 0}.quote-success-icon{color:#10b981;background:#d1fae5;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.quote-success-view h3{color:#1e293b;margin:0 0 .5rem;font-size:1.75rem}.quote-success-view p{color:#64748b;margin-bottom:2rem;font-size:1.1rem}.quote-summary-card{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:2rem;padding:1.5rem}.quote-summary-header{border-bottom:1px solid #cbd5e1;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;display:flex}.quote-summary-header strong{color:#8b5cf6;font-size:1.1rem}.quote-summary-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.quote-summary-item{flex-direction:column;display:flex}.quote-summary-item span{text-transform:uppercase;color:#64748b;font-size:.8rem;font-weight:600}.quote-summary-item strong{color:#1e293b;font-size:1rem}.quote-btn-download{color:#4f46e5;cursor:pointer;background:#fff;border:2px solid #4f46e5;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .2s;display:flex}.quote-btn-download:hover{background:#f5f3ff}.quote-floating-btn{color:#fff;cursor:pointer;z-index:9998;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 25px -5px #8b5cf680}.quote-floating-btn:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 15px 30px -5px #8b5cf699}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.quote-form-grid,.quote-summary-grid{grid-template-columns:1fr}.quote-modal-header{padding:1.5rem 1.5rem 1rem}.quote-modal-body,.quote-modal-footer{padding:1.5rem}.quote-floating-btn{padding:.875rem 1.25rem;font-size:1rem;bottom:1.5rem;right:1.5rem}}:root{--sidebar-width:280px;--bg-primary:#f8fafc;--bg-sidebar:linear-gradient(185deg, #0f172a 0%, #1e293b 100%);--accent-color:#6366f1;--accent-glow:#6366f126;--text-main:#0f172a;--text-muted:#64748b;--sidebar-text:#e2e8f0;--sidebar-text-muted:#94a3b8;--sidebar-hover:#ffffff0f;--sidebar-active:#6366f126}.dashboard-layout{background:var(--bg-primary);min-height:100vh;color:var(--text-main);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;display:flex}.dashboard-sidebar{width:var(--sidebar-width);background:var(--bg-sidebar);color:var(--sidebar-text);z-index:100;flex-direction:column;height:100vh;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;box-shadow:4px 0 24px #0f172a14}.sidebar-header{border-bottom:1px solid #ffffff0f;padding:2.5rem 1.75rem}.sidebar-logo{align-items:center;gap:.75rem;margin-bottom:.4rem;display:flex}.logo-icon{color:#818cf8;filter:drop-shadow(0 0 8px #818cf873)}.sidebar-header h2{color:#fff;letter-spacing:-.5px;background:linear-gradient(135deg,#fff 0%,#cbd5e1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:28px;font-weight:800}.sidebar-header p{color:var(--sidebar-text-muted);text-transform:uppercase;letter-spacing:1.2px;margin:0;font-size:16px;font-weight:600}.sidebar-nav{flex:1;padding:2rem 1rem}.sidebar-nav ul{margin:0;padding:0;list-style:none}.sidebar-nav li{margin-bottom:.35rem}.sidebar-nav a{color:var(--sidebar-text-muted);border-radius:10px;align-items:center;gap:.95rem;padding:.95rem 1.25rem;font-size:19px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.sidebar-nav a:hover{background:var(--sidebar-hover);color:#fff;transform:translate(4px)}.sidebar-nav a.active{background:var(--sidebar-active);color:#fff;font-weight:700;box-shadow:inset 0 0 0 1px #6366f14d}.sidebar-nav a.active .nav-icon{color:#818cf8}.nav-icon{color:var(--sidebar-text-muted);transition:color .2s}.sidebar-nav a:hover .nav-icon{color:#fff}.sidebar-footer{border-top:1px solid #ffffff0f;padding:1.5rem}.back-to-site{color:var(--sidebar-text);background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1rem;font-size:17px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.back-to-site:hover{color:#fff;background:#ffffff1a;box-shadow:0 4px 12px #00000026}.dashboard-main{margin-left:var(--sidebar-width);box-sizing:border-box;flex:1;min-height:100vh;padding:2.5rem;overflow-y:auto}.dashboard-sidebar::-webkit-scrollbar{width:5px}.dashboard-sidebar::-webkit-scrollbar-track{background:0 0}.dashboard-sidebar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}@media (width<=992px){.dashboard-sidebar{width:80px}.sidebar-header h2,.sidebar-header p,.nav-label,.back-to-site span{display:none}.sidebar-header{text-align:center;padding:1.5rem 0}.sidebar-nav{padding:1.5rem .5rem}.sidebar-nav a{justify-content:center;padding:.85rem}.sidebar-nav a:hover{transform:none}.dashboard-main{margin-left:80px;padding:1.5rem}.back-to-site{padding:.85rem}}@media (width<=576px){.dashboard-layout{flex-direction:column}.dashboard-sidebar{width:100%;height:auto;position:relative}.sidebar-header h2,.sidebar-header p,.nav-label,.back-to-site span{display:block}.sidebar-header{padding:1.5rem}.sidebar-nav{padding:1rem}.sidebar-nav a{justify-content:flex-start}.dashboard-main{margin-left:0}}.section-head .subtitle{letter-spacing:.5px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:600}.section-head .title{letter-spacing:-.5px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:700}.section-head .description{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:400;line-height:1.8}.service-card-v2 h2.service-card-num{letter-spacing:-.3px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:700}.service-card-v2 .service-para{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:400;line-height:1.7}.contact-form .input-field{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:400}.tmp-btn .btn-text{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:600}.latest-service-area,.get-in-touch-area{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}:root{--bg-card:#fff;--border-light:#f1f5f9;--border-hover:#e2e8f0;--indigo-primary:#6366f1;--indigo-glow:#6366f114;--indigo-border:#6366f126;--teal-primary:#0d9488;--teal-glow:#0d948814;--teal-border:#0d948826;--emerald-primary:#10b981;--emerald-glow:#10b98114;--emerald-border:#10b98126;--amber-primary:#f59e0b;--amber-glow:#f59e0b14;--amber-border:#f59e0b26;--rose-primary:#f43f5e;--rose-glow:#f43f5e14;--shadow-sm:0 1px 3px #00000005;--shadow-md:0 4px 20px -2px #0f172a0a, 0 2px 8px -1px #0f172a05;--shadow-lg:0 20px 25px -5px #0f172a14, 0 10px 10px -5px #0f172a08}.dashboard-page{max-width:1200px;margin:0 auto;animation:.4s ease-out fadeIn}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.page-header h1{color:#0f172a;letter-spacing:-.75px;margin:0 0 .5rem;font-size:42px;font-weight:800}.page-header p{color:#64748b;margin:0;font-size:20px;font-weight:400}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.stat-card{background:var(--bg-card);border:1px solid var(--border-light);box-shadow:var(--shadow-md);border-radius:16px;align-items:center;gap:1.25rem;padding:1.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.stat-card:hover{box-shadow:var(--shadow-lg);border-color:var(--border-hover);transform:translateY(-4px)}.stat-icon-wrapper{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s;display:flex}.stat-card.projects{border-left:5px solid var(--indigo-primary)}.stat-card.projects .stat-icon-wrapper{background:var(--indigo-glow);color:var(--indigo-primary)}.stat-card.projects:hover .stat-icon-wrapper{background:var(--indigo-primary);color:#fff}.stat-card.services{border-left:5px solid var(--teal-primary)}.stat-card.services .stat-icon-wrapper{background:var(--teal-glow);color:var(--teal-primary)}.stat-card.services:hover .stat-icon-wrapper{background:var(--teal-primary);color:#fff}.stat-card.active-services{border-left:5px solid var(--emerald-primary)}.stat-card.active-services .stat-icon-wrapper{background:var(--emerald-glow);color:var(--emerald-primary)}.stat-card.active-services:hover .stat-icon-wrapper{background:var(--emerald-primary);color:#fff}.stat-card.revenue{border-left:5px solid var(--amber-primary)}.stat-card.revenue .stat-icon-wrapper{background:var(--amber-glow);color:var(--amber-primary)}.stat-card.revenue:hover .stat-icon-wrapper{background:var(--amber-primary);color:#fff}.stat-content h3{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .25rem;font-size:17px;font-weight:600}.stat-number{color:#0f172a;letter-spacing:-.5px;margin:0;font-size:40px;font-weight:800}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}@media (width<=768px){.dashboard-grid{grid-template-columns:1fr}}.dashboard-section{background:var(--bg-card);border:1px solid var(--border-light);box-shadow:var(--shadow-md);border-radius:16px;padding:1.75rem}.section-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.section-header h2{color:#0f172a;margin:0;font-size:26px;font-weight:700}.view-all{color:var(--indigo-primary);align-items:center;gap:.25rem;font-size:18px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.view-all:hover{color:#4f46e5;transform:translate(3px)}.recent-list{flex-direction:column;gap:.85rem;display:flex}.recent-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:1.15rem 1.35rem;transition:all .2s}.recent-item:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translate(4px)}.recent-item.flex-between{justify-content:space-between;align-items:center;display:flex}.item-header{align-items:center;gap:.6rem;margin-bottom:.35rem;display:flex}.item-header h4{color:#1e293b;margin:0;font-size:21px;font-weight:600}.recent-item p{color:#64748b;margin:0;font-size:18px;line-height:1.5}.item-meta .price-tag{background:var(--indigo-glow);color:var(--indigo-primary);border:1px solid var(--indigo-border);border-radius:8px;padding:.4rem .8rem;font-size:19px;font-weight:700}.project-badge{color:#475569;background:#e2e8f0;border-radius:6px;margin-top:.35rem;padding:.25rem .6rem;font-size:14px;font-weight:500;display:inline-block}.text-indigo{color:var(--indigo-primary)}.text-teal{color:var(--teal-primary)}.no-data{color:#94a3b8;text-align:center;padding:2rem;font-size:17px;font-style:italic}.quick-actions{background:var(--bg-card);border:1px solid var(--border-light);box-shadow:var(--shadow-md);border-radius:16px;margin-bottom:2.5rem;padding:1.75rem}.quick-actions h2{color:#0f172a;margin-bottom:1.5rem;font-size:22px;font-weight:700}.actions-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.action-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;align-items:center;gap:1.15rem;padding:1.35rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.action-card:hover{box-shadow:var(--shadow-md);background:#fff;border-color:#cbd5e1;transform:translateY(-2px)}.action-icon-wrapper{border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.action-icon-wrapper.indigo{background:var(--indigo-glow);color:var(--indigo-primary)}.action-icon-wrapper.teal{background:var(--teal-glow);color:var(--teal-primary)}.action-body{flex:1}.action-body h3{color:#0f172a;margin:0 0 .25rem;font-size:18px;font-weight:600}.action-body p{color:#64748b;margin:0;font-size:15px}.action-arrow{color:#cbd5e1;transition:all .3s}.action-card:hover .action-arrow{color:var(--indigo-primary);transform:translate(3px,-3px)}.loading-container{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:400px;font-size:18px;display:flex}.spinner{border:3px solid #e2e8f0;border-top-color:var(--indigo-primary);border-radius:50%;width:44px;height:44px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.btn-primary{background:var(--indigo-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.35rem;font-size:18px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #6366f133}.btn-primary:hover{background:#4f46e5;transform:translateY(-1px);box-shadow:0 6px 16px #6366f14d}.btn-danger{background:var(--rose-glow);color:var(--rose-primary);cursor:pointer;border:1px solid #f43f5e33;border-radius:8px;align-items:center;gap:.35rem;padding:.55rem .95rem;font-size:17px;font-weight:600;transition:all .2s;display:flex}.btn-danger:hover{background:var(--rose-primary);color:#fff;border-color:var(--rose-primary)}.items-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.item-card{background:var(--bg-card);border:1px solid var(--border-light);box-shadow:var(--shadow-md);border-radius:16px;flex-direction:column;padding:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.item-card:hover{box-shadow:var(--shadow-lg);border-color:var(--border-hover);transform:translateY(-4px)}.item-card h3{color:#0f172a;margin:0 0 .6rem;font-size:24px;font-weight:700}.item-card p{color:#64748b;flex:1;margin:0 0 1.25rem;font-size:18px;line-height:1.6}.item-card .price{color:var(--indigo-primary);margin:0 0 .5rem;font-size:24px;font-weight:800}.item-card .project-name{color:#475569;background:#f1f5f9;border-radius:6px;align-self:flex-start;margin:0 0 .75rem;padding:.3rem .7rem;font-size:14px;font-weight:500;display:inline-block}.item-card .card-meta{color:#94a3b8;align-items:center;gap:.4rem;margin-top:auto;font-size:14px;display:flex}.item-card .status{text-transform:uppercase;border-radius:20px;align-self:flex-start;align-items:center;margin-bottom:.75rem;padding:.3rem .7rem;font-size:14px;font-weight:600;display:inline-flex}.item-card .status.active{color:#15803d;background:#dcfce7}.item-card .status.inactive{color:#b91c1c;background:#fee2e2}.item-card .status.pending{color:#b45309;background:#fef3c7}.card-actions{border-top:1px solid var(--border-light);justify-content:flex-end;gap:.5rem;margin-top:1.25rem;padding-top:1.25rem;display:flex}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a66;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--bg-card);width:90%;max-width:480px;box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:20px;padding:2.25rem;animation:.3s cubic-bezier(.4,0,.2,1) slideUp}.modal h2{color:#0f172a;letter-spacing:-.3px;margin:0 0 1.5rem;font-size:26px;font-weight:700}.modal form{flex-direction:column;gap:1.15rem;display:flex}.modal input,.modal textarea,.modal select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:.85rem 1.15rem;font-size:18px;transition:all .2s}.modal input:focus,.modal textarea:focus,.modal select:focus{border-color:var(--indigo-primary);box-shadow:0 0 0 4px var(--indigo-glow);outline:none}.modal textarea{resize:vertical;min-height:120px}.modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.modal-actions button{cursor:pointer;border:none;border-radius:10px;padding:.75rem 1.35rem;font-size:18px;font-weight:600;transition:all .2s}.modal-actions button[type=button]{color:#475569;background:#f1f5f9}.modal-actions button[type=button]:hover{background:#e2e8f0}.modal-actions button[type=submit]{background:var(--indigo-primary);color:#fff;box-shadow:0 4px 12px #6366f133}.modal-actions button[type=submit]:hover{background:#4f46e5}.back-link{color:var(--indigo-primary);align-items:center;gap:.4rem;margin-bottom:1rem;font-size:18px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.back-link:hover{color:#4f46e5;transform:translate(-2px)}.service-detail{max-width:720px}.detail-card{background:var(--bg-card);border:1px solid var(--border-light);box-shadow:var(--shadow-md);border-radius:20px;padding:2rem}.detail-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.detail-header h2{color:#0f172a;margin:0;font-size:30px;font-weight:700}.detail-project{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;margin-bottom:1.75rem;padding:1.25rem}.detail-project h3{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .35rem;font-size:15px;font-weight:600}.detail-project p{color:#0f172a;margin:0;font-size:22px;font-weight:600}.detail-section{margin-bottom:1.75rem}.detail-section h3{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;font-size:15px;font-weight:600}.detail-description{color:#334155;margin:0;font-size:19px;line-height:1.7}.detail-price{color:var(--indigo-primary);margin:0;font-size:36px;font-weight:800}.detail-meta{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.75rem;padding:1.25rem;display:grid}.meta-item{flex-direction:column;gap:.2rem;display:flex}.meta-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.meta-value{color:#0f172a;font-size:16px;font-weight:500}.detail-actions{border-top:1px solid var(--border-light);gap:.75rem;padding-top:1.5rem;display:flex}.item-card.clickable{cursor:pointer}.item-card.clickable:hover{transform:translateY(-5px)}
