:root{--bg: #0f0f0f;--surface: #1a1a1a;--text: #e8e8e8;--muted: #888;--border: #333;--吉: #2d8a5e;--凶: #b84a4a;--中: #b8860b}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh}#app{max-width:960px;margin:0 auto;padding:1.5rem}.header{margin-bottom:2rem}.header-row{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem}.header-title-group{display:flex;align-items:center;gap:.75rem}.header h1{margin:0;font-size:1.75rem;font-weight:600}.home-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:var(--text);opacity:.75;transition:opacity .2s ease}.home-link:hover{opacity:1}.home-icon{display:inline-flex;width:24px;height:24px}.home-icon svg{width:100%;height:100%;stroke:currentColor}.breadcrumb-separator{color:var(--muted);font-size:1.2rem}.header-app-icon{display:inline-flex;align-items:center;justify-content:center;background:#ffffff14;border-radius:12px;padding:.25rem}.subtitle{margin:0;color:var(--muted);font-size:.95rem}.lookup-section{margin-bottom:2.5rem}.lookup-section label{display:block;margin-bottom:.5rem;font-weight:500}.lookup-section input{width:100%;max-width:20rem;padding:.75rem 1rem;font-size:1.1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text)}.lookup-section input:focus{outline:none;border-color:var(--muted)}.result-box{margin-top:1rem;padding:1rem;border-radius:8px;font-size:1rem;min-height:2.5rem}.result-box.result-吉{background:#2d8a5e33;border:1px solid var(--吉);color:#8fdcb4}.result-box.result-凶{background:#b84a4a33;border:1px solid var(--凶);color:#e8a0a0}.result-box.result-中{background:#b8860b33;border:1px solid var(--中);color:#e8c86a}.result-box.result-error{background:#b84a4a26;border:1px solid var(--凶);color:#e8a0a0}.result-detail{margin-top:.75rem;padding:1rem;background:var(--surface);border-radius:8px;font-size:.95rem;border:1px solid var(--border)}.result-detail p{margin:.25rem 0}.table-section h2{margin:0 0 1rem;font-size:1.25rem;font-weight:600}.table-wrapper{overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.lookup-table{width:100%;border-collapse:collapse;font-size:.85rem}.lookup-table th,.lookup-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--border)}.lookup-table th{font-weight:600;color:var(--muted);white-space:nowrap}.lookup-table td:first-child,.lookup-table td:nth-child(4){font-weight:500;color:var(--muted);width:2rem}.lookup-table .result-cell{font-weight:600;width:2.5rem}.lookup-table .result-cell.result-吉{color:var(--吉)}.lookup-table .result-cell.result-凶{color:var(--凶)}.lookup-table .result-cell.result-中{color:var(--中)}.lookup-table tbody tr:last-child td{border-bottom:none}@media(max-width:640px){.lookup-table{font-size:.75rem}.lookup-table th,.lookup-table td{padding:.4rem .5rem}}
