:root{--navy: #0B1423;--navy-light: #141f33;--navy-mid: #1a2940;--gold: #C9A96E;--gold-light: #d4ba85;--gold-dark: #b8944d;--cream: #F5F0E8;--cream-dark: #e8e0d2;--white: #FAFAF8;--red: #E53E3E;--red-light: #FED7D7;--green: #38A169;--green-light: #C6F6D5;--blue: #3182CE;--blue-light: #BEE3F8;--orange: #DD6B20;--orange-light: #FEEBC8;--shadow-sm: 0 1px 3px rgba(11, 20, 35, .08);--shadow-md: 0 4px 12px rgba(11, 20, 35, .1);--shadow-lg: 0 8px 30px rgba(11, 20, 35, .12);--shadow-xl: 0 20px 60px rgba(11, 20, 35, .15);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 9999px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:#e8e0d2;color:var(--navy);overflow-x:hidden;min-height:100vh;min-height:100dvh}#root{min-height:100vh;min-height:100dvh;display:flex;justify-content:center;align-items:flex-start}h1,h2,h3,h4,h5,h6{font-family:"DM Serif Display",Georgia,serif;font-weight:400}input,textarea,select,button{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;border:none;outline:none;background:none}button{cursor:pointer;-webkit-tap-highlight-color:transparent}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gold-dark)}::selection{background:var(--gold);color:var(--navy)}body{overscroll-behavior-y:contain}.app-shell{width:100%;max-width:430px;min-height:100vh;min-height:100dvh;background:var(--white);position:relative;overflow:hidden}@media(min-width:431px){.app-shell{border-left:1px solid var(--cream-dark);border-right:1px solid var(--cream-dark);box-shadow:var(--shadow-xl)}}.login-screen{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--navy);position:relative;overflow:hidden}.login-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.04;background-image:radial-gradient(circle at 25% 25%,var(--gold) 1px,transparent 1px),radial-gradient(circle at 75% 75%,var(--gold) 1px,transparent 1px);background-size:40px 40px}.login-top{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 32px 40px;position:relative;z-index:1}.login-logo-container{width:80px;height:80px;border-radius:20px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 8px 32px #c9a96e4d}.login-logo-container svg{color:var(--navy)}.login-title{font-size:28px;color:var(--white);margin-bottom:4px;text-align:center}.login-subtitle{font-size:14px;color:var(--gold);letter-spacing:2px;text-transform:uppercase;font-weight:500}.login-bottom{background:var(--white);border-radius:28px 28px 0 0;padding:36px 28px 48px;position:relative;z-index:1}.login-welcome{font-size:22px;color:var(--navy);margin-bottom:4px}.login-desc{font-size:14px;color:#6b7280;margin-bottom:28px}.login-field{margin-bottom:16px}.login-label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:6px;letter-spacing:.3px}.login-input{width:100%;padding:14px 16px;background:var(--cream);border:2px solid transparent;border-radius:var(--radius-md);font-size:15px;color:var(--navy);transition:all .2s ease}.login-input:focus{border-color:var(--gold);background:var(--white);box-shadow:0 0 0 4px #c9a96e26}.login-input::placeholder{color:#9ca3af}.login-remember{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;margin-top:4px}.login-remember label{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280;cursor:pointer}.login-remember input[type=checkbox]{width:18px;height:18px;accent-color:var(--gold);cursor:pointer}.login-forgot{font-size:13px;color:var(--gold-dark);font-weight:600;cursor:pointer}.login-btn{width:100%;padding:16px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--navy);font-size:16px;font-weight:700;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;box-shadow:0 4px 16px #c9a96e59}.login-btn:active{transform:scale(.98);box-shadow:0 2px 8px #c9a96e40}.login-footer{text-align:center;margin-top:24px;font-size:13px;color:#9ca3af}.login-footer span{color:var(--gold-dark);font-weight:600;cursor:pointer}.main-layout{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--cream)}.screen-content{flex:1;overflow-y:auto;overflow-x:hidden;padding-bottom:90px;-webkit-overflow-scrolling:touch}.top-bar{background:var(--navy);padding:16px 20px 18px;position:sticky;top:0;z-index:50}.top-bar-inner{display:flex;align-items:center;justify-content:space-between}.top-bar-left{display:flex;align-items:center;gap:12px}.top-bar-avatar{width:40px;height:40px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--gold),var(--gold-dark));display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;color:var(--navy)}.top-bar-greeting{font-size:12px;color:#fff9;font-weight:500}.top-bar-name{font-size:16px;color:var(--white);font-weight:700}.top-bar-right{display:flex;align-items:center;gap:8px}.top-bar-icon-btn{width:40px;height:40px;border-radius:var(--radius-full);background:#ffffff14;display:flex;align-items:center;justify-content:center;color:var(--white);position:relative;transition:background .2s}.top-bar-icon-btn:active{background:#ffffff26}.notification-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;background:var(--red);border-radius:var(--radius-full);border:2px solid var(--navy)}.stats-section{padding:20px 20px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stat-card{background:var(--white);border-radius:var(--radius-lg);padding:16px 14px;box-shadow:var(--shadow-sm);text-align:center}.stat-icon-wrap{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.stat-icon-wrap.blue{background:var(--blue-light);color:var(--blue)}.stat-icon-wrap.green{background:var(--green-light);color:var(--green)}.stat-icon-wrap.orange{background:var(--orange-light);color:var(--orange)}.stat-number{font-size:24px;font-weight:800;color:var(--navy);line-height:1;margin-bottom:4px}.stat-label{font-size:11px;color:#6b7280;font-weight:500}.new-request-cta{margin:20px 20px 0;padding:20px;background:linear-gradient(135deg,var(--navy),var(--navy-light));border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.new-request-cta:before{content:"";position:absolute;top:-50%;right:-20%;width:200px;height:200px;background:radial-gradient(circle,rgba(201,169,110,.12) 0%,transparent 70%);pointer-events:none}.cta-text h3{font-size:18px;color:var(--white);margin-bottom:4px}.cta-text p{font-size:13px;color:#fff9}.cta-button{padding:12px 24px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--navy);font-size:14px;font-weight:700;border-radius:var(--radius-full);display:flex;align-items:center;gap:6px;white-space:nowrap;box-shadow:0 4px 16px #c9a96e4d;transition:all .2s;position:relative;z-index:1}.cta-button:active{transform:scale(.96)}.section-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 12px}.section-title{font-size:18px;color:var(--navy)}.section-link{font-size:13px;color:var(--gold-dark);font-weight:600}.activity-feed{padding:0 20px;display:flex;flex-direction:column;gap:10px}.activity-card{background:var(--white);border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow-sm);display:flex;align-items:center;gap:14px;cursor:pointer;transition:all .2s}.activity-card:active{transform:scale(.99);box-shadow:var(--shadow-md)}.activity-icon-wrap{width:44px;height:44px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-icon-wrap.pending{background:var(--orange-light);color:var(--orange)}.activity-icon-wrap.assigned{background:var(--blue-light);color:var(--blue)}.activity-icon-wrap.in-progress{background:#e9d5ff;color:#7c3aed}.activity-icon-wrap.completed{background:var(--green-light);color:var(--green)}.activity-info{flex:1;min-width:0}.activity-type{font-size:14px;font-weight:600;color:var(--navy);margin-bottom:2px}.activity-property{font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.activity-right{text-align:right;flex-shrink:0}.activity-time{font-size:11px;color:#9ca3af;margin-bottom:4px}.status-badge{display:inline-block;padding:3px 10px;border-radius:var(--radius-full);font-size:11px;font-weight:600;white-space:nowrap}.status-badge.pending{background:var(--orange-light);color:var(--orange)}.status-badge.assigned{background:var(--blue-light);color:var(--blue)}.status-badge.in-progress{background:#e9d5ff;color:#7c3aed}.status-badge.completed{background:var(--green-light);color:var(--green)}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;background:var(--white);border-top:1px solid var(--cream-dark);display:flex;align-items:center;justify-content:space-around;padding:8px 8px calc(8px + env(safe-area-inset-bottom));z-index:100;box-shadow:0 -4px 20px #0b14230f}.nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 12px;border-radius:var(--radius-md);transition:all .2s;position:relative}.nav-item.active{color:var(--gold-dark)}.nav-item:not(.active){color:#9ca3af}.nav-item-label{font-size:11px;font-weight:600}.nav-active-indicator{position:absolute;top:-8px;left:50%;transform:translate(-50%);width:24px;height:3px;background:var(--gold);border-radius:0 0 3px 3px}.screen-header{display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--navy);position:sticky;top:0;z-index:50}.back-btn{width:36px;height:36px;border-radius:var(--radius-full);background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:var(--white);transition:background .2s}.back-btn:active{background:#fff3}.screen-header-title{font-size:18px;color:var(--white);font-family:"DM Serif Display",Georgia,serif}.form-section{padding:20px}.form-section-title{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:14px;display:flex;align-items:center;gap:8px}.form-section-title svg{color:var(--gold)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:6px}.category-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 6px;border-radius:var(--radius-md);background:var(--white);border:2px solid var(--cream-dark);transition:all .2s ease;cursor:pointer;gap:8px}.category-card:active{transform:scale(.96)}.category-card.selected{border-color:var(--gold);background:#c9a96e14;box-shadow:0 0 0 3px #c9a96e26}.category-card svg{color:var(--navy);opacity:.6;transition:all .2s}.category-card.selected svg{color:var(--gold-dark);opacity:1}.category-label{font-size:10px;font-weight:600;color:#6b7280;text-align:center;line-height:1.2}.category-card.selected .category-label{color:var(--navy)}.priority-toggle-wrap{display:flex;background:var(--cream);border-radius:var(--radius-md);padding:4px;margin-bottom:6px}.priority-option{flex:1;padding:12px;border-radius:10px;font-size:14px;font-weight:600;text-align:center;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px;color:#6b7280}.priority-option.active-normal{background:var(--white);color:var(--navy);box-shadow:var(--shadow-sm)}.priority-option.active-urgent{background:var(--red);color:#fff;box-shadow:0 4px 12px #e53e3e4d}.form-select,.form-input,.form-textarea{width:100%;padding:14px 16px;background:var(--white);border:2px solid var(--cream-dark);border-radius:var(--radius-md);font-size:15px;color:var(--navy);transition:all .2s ease;-webkit-appearance:none}.form-select:focus,.form-input:focus,.form-textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px #c9a96e1f}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px;cursor:pointer}.form-textarea{min-height:100px;resize:vertical}.form-field{margin-bottom:16px}.form-field-label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:6px}.photo-upload{border:2px dashed var(--cream-dark);border-radius:var(--radius-lg);padding:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:var(--white);cursor:pointer;transition:all .2s}.photo-upload:active{border-color:var(--gold);background:#c9a96e0a}.photo-upload svg{color:var(--gold)}.photo-upload-text{font-size:14px;font-weight:600;color:var(--navy)}.photo-upload-hint{font-size:12px;color:#9ca3af}.submit-btn{width:100%;padding:16px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--navy);font-size:16px;font-weight:700;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 20px #c9a96e59;transition:all .15s ease;margin-top:8px}.submit-btn:active{transform:scale(.98);box-shadow:0 2px 10px #c9a96e40}.success-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b1423e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:200;padding:32px}.success-icon-wrap{width:96px;height:96px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--gold),var(--gold-dark));display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 8px 40px #c9a96e66}.success-icon-wrap svg{color:var(--navy)}.success-title{font-size:26px;color:var(--white);margin-bottom:8px;text-align:center}.success-desc{font-size:15px;color:#fff9;text-align:center;max-width:280px;line-height:1.5;margin-bottom:8px}.success-ref{font-size:14px;color:var(--gold);font-weight:700;margin-bottom:32px}.success-btn{padding:14px 40px;background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--navy);font-size:15px;font-weight:700;border-radius:var(--radius-full);box-shadow:0 4px 16px #c9a96e4d;transition:all .2s}.success-btn:active{transform:scale(.96)}.request-list{padding:0 20px;display:flex;flex-direction:column;gap:10px}.filter-tabs{display:flex;gap:8px;padding:16px 20px 0;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.filter-tabs::-webkit-scrollbar{display:none}.filter-tab{padding:8px 16px;border-radius:var(--radius-full);font-size:13px;font-weight:600;white-space:nowrap;transition:all .2s;color:#6b7280;background:var(--white);border:1px solid var(--cream-dark)}.filter-tab.active{background:var(--navy);color:var(--white);border-color:var(--navy)}.request-card{background:var(--white);border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow-sm);cursor:pointer;transition:all .2s}.request-card:active{transform:scale(.99);box-shadow:var(--shadow-md)}.request-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:10px}.request-card-type{display:flex;align-items:center;gap:10px}.request-type-icon{width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;background:var(--cream);color:var(--navy)}.request-type-name{font-size:15px;font-weight:600;color:var(--navy)}.request-type-id{font-size:12px;color:#9ca3af}.request-card-details{display:flex;align-items:center;gap:16px;padding-top:10px;border-top:1px solid var(--cream)}.request-detail-item{display:flex;align-items:center;gap:5px;font-size:12px;color:#6b7280}.request-detail-item svg{color:#9ca3af}.detail-hero{padding:24px 20px;background:var(--navy);position:relative}.detail-hero:after{content:"";position:absolute;bottom:-16px;left:0;right:0;height:32px;background:var(--cream);border-radius:20px 20px 0 0}.detail-status-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.detail-title{font-size:22px;color:var(--white);margin-bottom:4px}.detail-subtitle{font-size:14px;color:#ffffff80}.detail-body{padding:20px;position:relative;z-index:1}.timeline{background:var(--white);border-radius:var(--radius-xl);padding:20px;margin-bottom:16px;box-shadow:var(--shadow-sm)}.timeline-title{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:16px;display:flex;align-items:center;gap:8px}.timeline-title svg{color:var(--gold)}.timeline-steps{display:flex;flex-direction:column;gap:0;position:relative}.timeline-step{display:flex;align-items:flex-start;gap:14px;padding-bottom:20px;position:relative}.timeline-step:last-child{padding-bottom:0}.timeline-step-line{position:absolute;left:15px;top:32px;bottom:0;width:2px;background:var(--cream-dark)}.timeline-step:last-child .timeline-step-line{display:none}.timeline-step.completed .timeline-step-line{background:var(--green)}.timeline-step.active .timeline-step-line{background:linear-gradient(to bottom,var(--gold) 50%,var(--cream-dark) 50%)}.timeline-dot{width:32px;height:32px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}.timeline-dot.completed{background:var(--green);color:#fff}.timeline-dot.active{background:var(--gold);color:var(--navy);box-shadow:0 0 0 4px #c9a96e40}.timeline-dot.pending{background:var(--cream);color:#9ca3af}.timeline-step-info{flex:1;padding-top:4px}.timeline-step-label{font-size:14px;font-weight:600;margin-bottom:2px}.timeline-step.completed .timeline-step-label{color:var(--green)}.timeline-step.active .timeline-step-label{color:var(--navy)}.timeline-step.pending .timeline-step-label{color:#9ca3af}.timeline-step-time{font-size:12px;color:#9ca3af}.tech-card{background:var(--white);border-radius:var(--radius-xl);padding:20px;margin-bottom:16px;box-shadow:var(--shadow-sm)}.tech-card-title{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:14px;display:flex;align-items:center;gap:8px}.tech-card-title svg{color:var(--gold)}.tech-profile{display:flex;align-items:center;gap:14px;margin-bottom:16px}.tech-avatar{width:52px;height:52px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--navy),var(--navy-light));display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:20px;font-weight:700}.tech-name{font-size:16px;font-weight:700;color:var(--navy)}.tech-role{font-size:13px;color:#6b7280}.tech-rating{display:flex;align-items:center;gap:4px;margin-top:2px}.tech-rating svg{color:var(--gold)}.tech-rating span{font-size:12px;font-weight:600;color:var(--navy)}.tech-eta{display:flex;align-items:center;gap:10px;padding:14px;background:var(--cream);border-radius:var(--radius-md);margin-bottom:14px}.tech-eta svg{color:var(--gold)}.tech-eta-label{font-size:12px;color:#6b7280}.tech-eta-value{font-size:16px;font-weight:700;color:var(--navy)}.chat-btn{width:100%;padding:14px;background:var(--navy);color:var(--white);font-size:14px;font-weight:600;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.chat-btn:active{opacity:.9;transform:scale(.98)}.detail-info-card{background:var(--white);border-radius:var(--radius-xl);padding:20px;margin-bottom:16px;box-shadow:var(--shadow-sm)}.detail-info-title{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:14px;display:flex;align-items:center;gap:8px}.detail-info-title svg{color:var(--gold)}.detail-info-row{display:flex;justify-content:space-between;align-items:flex-start;padding:10px 0;border-bottom:1px solid var(--cream)}.detail-info-row:last-child{border-bottom:none}.detail-info-label{font-size:13px;color:#6b7280}.detail-info-value{font-size:14px;font-weight:600;color:var(--navy);text-align:right;max-width:60%}.profile-header{background:var(--navy);padding:40px 20px 50px;display:flex;flex-direction:column;align-items:center;position:relative}.profile-header:after{content:"";position:absolute;bottom:-16px;left:0;right:0;height:32px;background:var(--cream);border-radius:20px 20px 0 0}.profile-avatar-big{width:80px;height:80px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--gold),var(--gold-dark));display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800;color:var(--navy);margin-bottom:12px;border:3px solid rgba(255,255,255,.15)}.profile-name{font-size:22px;color:var(--white);margin-bottom:4px}.profile-role{font-size:14px;color:#ffffff80}.profile-body{padding:20px;position:relative;z-index:1}.profile-section{background:var(--white);border-radius:var(--radius-xl);padding:6px;margin-bottom:16px;box-shadow:var(--shadow-sm)}.profile-item{display:flex;align-items:center;gap:14px;padding:14px;border-radius:var(--radius-lg);cursor:pointer;transition:background .2s}.profile-item:active{background:var(--cream)}.profile-item-icon{width:40px;height:40px;border-radius:var(--radius-md);background:var(--cream);display:flex;align-items:center;justify-content:center;color:var(--navy)}.profile-item-text{flex:1}.profile-item-label{font-size:14px;font-weight:600;color:var(--navy)}.profile-item-desc{font-size:12px;color:#9ca3af}.profile-item-arrow{color:#d1d5db}.logout-btn{width:100%;padding:16px;border:2px solid var(--red);color:var(--red);font-size:15px;font-weight:600;border-radius:var(--radius-md);text-align:center;transition:all .2s;background:var(--white)}.logout-btn:active{background:var(--red-light)}.history-month{padding:16px 20px 6px;font-size:13px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.history-card{background:var(--white);margin:0 20px 10px;border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow-sm);display:flex;align-items:center;gap:14px}.history-icon{width:40px;height:40px;border-radius:var(--radius-md);background:var(--green-light);color:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0}.history-info{flex:1}.history-type{font-size:14px;font-weight:600;color:var(--navy)}.history-property{font-size:12px;color:#6b7280}.history-date{font-size:11px;color:#9ca3af;text-align:right}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 32px;text-align:center}.empty-state svg{color:var(--cream-dark);margin-bottom:16px}.empty-state h3{font-size:18px;color:var(--navy);margin-bottom:8px}.empty-state p{font-size:14px;color:#9ca3af;line-height:1.5}@keyframes pulse-ring{0%{transform:scale(1);opacity:.5}to{transform:scale(1.5);opacity:0}}.pulse-dot{position:relative}.pulse-dot:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:var(--radius-full);background:var(--gold);animation:pulse-ring 2s infinite}
