@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--neon-cyan:#00f0ff;--neon-cyan-dark:#00b8cc;--neon-cyan-glow:#00f0ff66;--deep-space:#070b14;--deep-space-light:#121826;--text-primary:#fff;--text-secondary:#8b9bb4;--glass-bg:#121826a6;--glass-border:#ffffff14;--status-received:#a78bfa;--status-diagnosing:#fbbf24;--status-repairing:#00f0ff;--status-ready:#34d399;--status-delivered:#a3e635}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--deep-space);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;position:relative;overflow-x:hidden}.particles-container{z-index:-2;background:radial-gradient(circle at 15%,#00f0ff0a,#0000 30%),radial-gradient(circle at 85% 30%,#8b5cf60a,#0000 30%);width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.particle{background:var(--neon-cyan);box-shadow:0 0 10px var(--neon-cyan), 0 0 20px var(--neon-cyan);pointer-events:none;filter:blur(1px);border-radius:50%;position:absolute}.container{z-index:1;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;padding:4rem 1.5rem;display:flex;position:relative}.header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.brand-badge{color:var(--neon-cyan);cursor:default;background:#00f0ff1a;border:1px solid #00f0ff33;border-radius:99px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.header h1{letter-spacing:-.03em;font-size:3.5rem;font-weight:700;line-height:1.1}.header .highlight{background:linear-gradient(135deg, var(--neon-cyan) 0%, #a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.header p{color:var(--text-secondary);max-width:400px;font-size:1.1rem}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:24px;transition:border-color .4s,box-shadow .4s;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.search-card{background:#121826cc;border-radius:100px;padding:.75rem}.search-card.focused{box-shadow:0 10px 40px -10px var(--neon-cyan-glow);border-color:#00f0ff4d}.search-container{gap:.5rem;height:60px;display:flex;position:relative}.search-input-wrapper{flex:1;height:100%;position:relative}.search-icon{color:var(--text-secondary);z-index:2;transition:color .3s;position:absolute;top:50%;left:1.5rem;transform:translateY(-50%)}.search-icon.active{color:var(--neon-cyan)}.search-input{width:100%;height:100%;color:var(--text-primary);z-index:1;background:0 0;border:none;border-radius:100px;padding:0 1rem 0 3.5rem;font-family:inherit;font-size:1.1rem;position:relative}.search-input:focus{outline:none}.search-input::placeholder{color:#8b9bb499}.input-glow{z-index:0;background:#ffffff05;border-radius:100px;transition:background .3s;position:absolute;inset:0}.search-input:focus+.input-glow{background:#00f0ff08}.search-button{background:var(--text-primary);color:var(--deep-space);cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;height:100%;padding:0 2rem;font-family:inherit;font-size:1.05rem;font-weight:600;display:flex}.search-button .button-content{align-items:center;gap:.5rem;display:flex}.search-button:disabled{opacity:.7;cursor:not-allowed;background:var(--text-secondary);color:var(--deep-space-light)}.details-wrapper{flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.status-card{padding:2.5rem;position:relative;overflow:hidden}.status-card:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);height:1px;position:absolute;top:0;left:0;right:0}.ticket-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.device-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.85rem}.device-name{font-size:1.8rem;font-weight:700}.ticket-id-badge{color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.4rem .8rem;font-family:monospace;font-size:.9rem}.dynamic-status-banner{background:#0003;border:1px solid #ffffff08;border-radius:16px;align-items:center;gap:1rem;margin-bottom:3rem;padding:1.5rem;display:flex}.status-indicator{border-radius:50%;width:16px;height:16px;animation:2s infinite pulse;box-shadow:0 0 15px}@keyframes pulse{0%{opacity:.8;transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:.8;transform:scale(.95)}}.status-text{letter-spacing:-.01em;font-size:1.5rem;font-weight:600}.pulse-RECEIVED{color:var(--status-received);background:var(--status-received)}.color-RECEIVED{color:var(--status-received)}.pulse-DIAGNOSING{color:var(--status-diagnosing);background:var(--status-diagnosing)}.color-DIAGNOSING{color:var(--status-diagnosing)}.pulse-REPAIRING{color:var(--status-repairing);background:var(--status-repairing)}.color-REPAIRING{color:var(--status-repairing)}.pulse-READY{color:var(--status-ready);background:var(--status-ready)}.color-READY{color:var(--status-ready)}.pulse-DELIVERED{color:var(--status-delivered);background:var(--status-delivered)}.color-DELIVERED{color:var(--status-delivered)}.timeline-container{padding:0 1rem;position:relative}.timeline-track{z-index:1;background:#ffffff0d;border-radius:4px;height:4px;position:absolute;top:24px;left:10%;right:10%}.timeline-fill{background:linear-gradient(90deg, var(--neon-cyan-dark), var(--neon-cyan));height:100%;box-shadow:0 0 15px var(--neon-cyan-glow);border-radius:4px}.timeline-steps{z-index:2;justify-content:space-between;display:flex;position:relative}.step-item{flex-direction:column;align-items:center;gap:1rem;width:80px;display:flex}.step-icon-wrapper{background:var(--deep-space);width:52px;height:52px;color:var(--text-secondary);border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.step-ping{border:2px solid var(--neon-cyan);z-index:-1;border-radius:50%;position:absolute;inset:-2px}.step-item.active .step-icon-wrapper{background:var(--neon-cyan);border-color:var(--neon-cyan);color:var(--deep-space);box-shadow:0 0 30px var(--neon-cyan-glow);transform:scale(1.1)}.step-item.completed .step-icon-wrapper{border-color:var(--neon-cyan);color:var(--neon-cyan);background:#00f0ff1a}.step-label{color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:color .3s}.step-item.active .step-label{color:var(--text-primary);font-weight:600}.step-item.completed .step-label{color:var(--text-primary)}.delivered-banner{text-align:center;padding:3rem 0 1rem}.delivered-icon{color:var(--status-delivered);filter:drop-shadow(0 0 20px #a3e63566);margin-bottom:1rem}.delivered-banner h3{color:var(--status-delivered);margin-bottom:.5rem;font-size:1.8rem}.delivered-banner p{color:var(--text-secondary)}.grid-2-col{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.stat-card{align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.stat-icon-wrapper{color:var(--neon-cyan);background:#ffffff0d;border-radius:12px;padding:.75rem}.stat-content{flex-direction:column;display:flex}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.85rem}.stat-value{color:var(--text-primary);font-size:1.5rem;font-weight:600}.stat-subtext{color:var(--text-secondary);border-top:1px dashed #ffffff1a;margin-top:.5rem;padding-top:.5rem;font-size:.85rem}.text-success{color:var(--status-ready);font-weight:600}.text-warning{color:var(--status-diagnosing);font-weight:600}.history-card{padding:2.5rem}.section-title{align-items:center;gap:.5rem;margin-bottom:2rem;font-size:1.25rem;font-weight:600;display:flex}.section-title:before{content:"";background:var(--neon-cyan);border-radius:4px;width:4px;height:20px;display:block}.history-list{flex-direction:column;padding-left:1rem;display:flex;position:relative}.history-list:before{content:"";background:#ffffff1a;width:2px;position:absolute;top:10px;bottom:10px;left:1rem}.history-item{padding-bottom:2rem;padding-left:2rem;position:relative}.history-item:last-child{padding-bottom:0}.history-dot{background:var(--deep-space);border:2px solid var(--text-secondary);z-index:2;border-radius:50%;width:12px;height:12px;transition:all .3s;position:absolute;top:6px;left:-5px}.history-item:first-child .history-dot{border-color:var(--neon-cyan);background:var(--neon-cyan);box-shadow:0 0 10px var(--neon-cyan-glow)}.history-content{background:#0003;border:1px solid #ffffff08;border-radius:12px;padding:1rem}.history-item:first-child .history-content{background:#00f0ff05;border-color:#00f0ff1a}.history-top{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.history-status{color:var(--text-primary);font-weight:600}.history-time{color:var(--text-secondary);font-size:.85rem}.history-note{color:#fffc;font-size:.95rem;line-height:1.5}.error-message{color:#fee2e2;background:#f43f5e1a;border:1px solid #f43f5e33;border-radius:12px;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1rem 1.5rem;font-size:.95rem;display:flex}@media (width<=768px){.header h1{font-size:2.5rem}.grid-2-col{grid-template-columns:1fr}.search-card{border-radius:24px;padding:1.5rem}.search-container{flex-direction:column;gap:1rem;height:auto}.search-input-wrapper{height:50px}.search-input{padding-left:3rem}.search-button{border-radius:12px;height:50px}.input-glow,.search-input{border-radius:12px}.timeline-track{top:20px}.step-icon-wrapper{width:44px;height:44px}.step-label{font-size:.8rem}.history-top{flex-direction:column;align-items:flex-start;gap:.25rem}}
