*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(180deg,#0f3460,#16213e 40%,#1a1a2e);min-height:100vh;-webkit-font-smoothing:antialiased}.app-root{width:100%;max-width:600px;margin:0 auto;padding:0 16px 48px;position:relative}.app-root:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none;z-index:0}.hero{position:relative;text-align:center;padding:40px 24px 80px;margin:0 -16px;overflow:hidden;z-index:1}.hero:before{content:"";position:absolute;top:-60%;right:-40%;width:120%;height:120%;background:radial-gradient(circle,rgba(255,255,255,.07) 0%,transparent 60%);pointer-events:none}.hero-content{position:relative;z-index:1}.hero-logo{margin-bottom:28px}.hero-logo img{height:44px;width:auto;filter:brightness(0) invert(1)}.hero-icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#f97316,#f59e0b);display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px;color:#fff;box-shadow:0 4px 20px #f973164d}.hero-content h1{font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1.3}.hero-content p{font-size:.92rem;color:#ffffffa6;margin-top:8px;line-height:1.5;max-width:400px;margin-left:auto;margin-right:auto}.hero-badge{display:inline-flex;align-items:center;gap:6px;margin-top:14px;padding:6px 14px;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);border-radius:20px;font-size:.8rem;font-weight:600;color:#fff}.hero-badge svg{color:#f59e0b}.hero-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px}.back-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:8px;font-size:.82rem;font-weight:500;font-family:inherit;color:#ffffffb3;cursor:pointer;transition:all .2s}.back-btn:hover{background:#ffffff26;color:#fff;border-color:#fff3}.main-card{background:#fff;border-radius:16px;padding:28px;margin-top:-56px;position:relative;z-index:2;box-shadow:0 8px 32px #00000026}.pick-title{display:flex;align-items:center;gap:10px;font-size:.95rem;font-weight:700;color:#1a1a2e;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.cert-list{display:flex;flex-direction:column;gap:10px}.cert-card{display:flex;align-items:center;justify-content:space-between;width:100%;background:#f8f9fc;border:1px solid #e8ecf1;border-radius:12px;padding:18px 20px;cursor:pointer;text-align:left;font-family:inherit;transition:all .2s}.cert-card:hover{border-color:#c0c8d6;background:#fff;box-shadow:0 2px 12px #0000000d}.cert-card:active{transform:scale(.99)}.cert-card-left{display:flex;align-items:center;gap:14px}.cert-card-icon{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#1a1a2e,#0f3460);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.cert-card-left h2{font-size:.95rem;font-weight:700;color:#1a1a2e}.cert-card-left p{font-size:.82rem;color:#888;margin-top:2px}.cert-card-arrow{color:#bbb;flex-shrink:0;transition:transform .2s}.cert-card-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 7px;background:linear-gradient(135deg,#1a1a2e,#0f3460);color:#fff;font-size:.72rem;font-weight:700;border-radius:12px;flex-shrink:0}.cert-card:hover .cert-card-badge{background:linear-gradient(135deg,#f97316,#f59e0b)}.cert-card:hover .cert-card-arrow{transform:translate(4px)}.cert-loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:36px 0;color:#888;font-size:.88rem}.cert-empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:36px 0;color:#888;font-size:.88rem;text-align:center}.cert-empty svg{color:#c5cbd5}.retry-btn{display:inline-flex;align-items:center;gap:6px;margin-top:4px;padding:8px 18px;background:#f2f4f8;border:1px solid #e0e4ea;border-radius:8px;font-size:.82rem;font-weight:600;font-family:inherit;color:#1a1a2e;cursor:pointer;transition:all .2s}.retry-btn:hover{background:#e8ecf1}.search-box{display:flex;gap:10px}.search-input-wrap{flex:1;position:relative}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#aaa;pointer-events:none}.search-box input{width:100%;padding:13px 14px 13px 44px;border:1.5px solid #e0e4ea;border-radius:10px;font-size:.9rem;font-family:inherit;outline:none;background:#fafbfc;transition:border-color .2s,box-shadow .2s,background .2s}.search-box input:focus{border-color:#0f3460;background:#fff;box-shadow:0 0 0 3px #0f346014}.search-box input:disabled{background:#f3f4f6;cursor:not-allowed}.search-box button{display:flex;align-items:center;gap:6px;padding:13px 24px;background:linear-gradient(135deg,#1a1a2e,#0f3460);color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s;white-space:nowrap}.search-box button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0f34604d}.search-box button:active:not(:disabled){transform:scale(.97)}.search-box button:disabled{opacity:.5;cursor:not-allowed}.loading-bar{margin-top:20px;height:3px;background:#f0f0f0;border-radius:2px;overflow:hidden}.loading-bar-inner{height:100%;width:30%;background:linear-gradient(90deg,#1a1a2e,#0f3460);border-radius:2px;animation:loadingSlide 1s ease-in-out infinite}@keyframes loadingSlide{0%{transform:translate(-100%)}to{transform:translate(400%)}}.message{display:flex;align-items:center;gap:10px;padding:14px 18px;border-radius:10px;font-size:.9rem;margin-top:20px}.message.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.result{margin-top:24px;padding-top:24px;border-top:1px solid #f0f0f0}.result-header{display:flex;align-items:center;gap:14px;margin-bottom:24px}.result-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#1a1a2e,#0f3460);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:1.2rem;font-weight:700}.result-header h3{font-size:1.1rem;font-weight:700;color:#1a1a2e}.result-badge{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;font-weight:600;color:#059669;background:#ecfdf5;padding:3px 10px;border-radius:20px;margin-top:4px}.info-grid{display:flex;flex-direction:column;gap:0;margin-bottom:24px;border:1px solid #e8ecf1;border-radius:12px;overflow:hidden}.info-item{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid #f5f5f5}.info-item:last-child{border-bottom:none}.info-label{display:flex;align-items:center;gap:8px;font-size:.82rem;font-weight:600;color:#888}.info-value{font-size:.9rem;color:#1a1a2e;font-weight:500;text-align:right;max-width:55%;word-break:break-word}.info-value.mono{font-family:JetBrains Mono,Fira Code,monospace;font-size:.82rem}.cert-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;background:linear-gradient(135deg,#1a1a2e,#0f3460);color:#fff;text-decoration:none;border-radius:12px;font-size:.95rem;font-weight:600;transition:all .2s}.cert-link:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0f34604d}.cert-link:active{transform:scale(.98)}.spin{animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:640px){.app-root{padding:0 12px 32px}.hero{padding:28px 16px 72px;margin:0 -12px}.hero:before{top:-40%;right:-60%}.hero-top{margin-bottom:28px}.hero-icon{width:48px;height:48px;margin-bottom:16px}.hero-icon svg{width:24px;height:24px}.hero-content h1{font-size:1.25rem}.hero-content p{font-size:.85rem}.main-card{padding:20px;border-radius:12px;margin-top:-52px}.pick-title{font-size:.88rem;margin-bottom:16px;padding-bottom:12px}.cert-card{padding:14px 16px}.cert-card-left{gap:12px}.cert-card-icon{width:40px;height:40px}.cert-card-icon svg{width:20px;height:20px}.cert-card-left h2{font-size:.88rem}.search-box{flex-direction:column}.search-box button{justify-content:center;padding:12px}.result-header{flex-direction:column;align-items:center;text-align:center}.info-item{flex-direction:column;align-items:flex-start;gap:4px}.info-value{text-align:left;max-width:100%}.info-label{font-size:.78rem}}
