:root{--bg: #fff6ef;--panel: #ffffff;--primary: #4ac2a7;--secondary: #a1c3bc;--accent: #38e5c0;--success: #9fd3c7;--danger: #f2a1a1;--text: #3b2f2a;--muted: #8c7b73;--border: #f1ddd3}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(180deg,#fff1e8,#fff6ef);color:var(--text);min-height:100vh}h1,h2,h3{margin:0 0 .5rem}p{margin:0;font-size:.9rem;color:var(--muted)}a{color:var(--primary);text-decoration:none;font-weight:500;transition:color .2s ease}a:hover{color:var(--secondary);text-decoration:underline}button{border:none;border-radius:12px;padding:.4rem .75rem;font-size:.75rem;cursor:pointer;transition:opacity .2s ease}button:hover{opacity:.9}button:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-secondary{background:#fff;border:1px solid var(--border);color:var(--text)}.btn-danger{background:var(--danger);color:#5b1e1e}.app{max-width:1250px;margin:0 auto;padding:2rem 1.5rem 4rem}.flex{display:flex}.header-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.meta{font-size:.75rem;color:var(--muted)}.icon{font-size:2.5rem;margin-bottom:.5rem}.list{display:grid;gap:.75rem;margin-top:1rem}.list-item{border:1px solid var(--border);border-radius:16px;padding:1rem;background:#fffdfb}.pill{display:inline-block;font-size:.7rem;padding:.25rem .5rem;border-radius:8px;background:var(--accent);color:#6b2a3a;margin-right:.25rem}.hint{margin-top:1rem;background:#fff0e6;border-left:5px solid var(--primary);padding:1rem;border-radius:14px;font-size:.85rem}.panel{background:var(--panel);border:1px solid var(--border);border-radius:24px;padding:2rem}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.panel-header h2{margin:0}.columns{display:grid;grid-template-columns:1fr 1fr;gap:2rem}#header{display:flex;justify-content:flex-start;align-items:center}#header #bi-logo{max-height:50px}#header .logo-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#fff;border:2px solid #4ac2a7;margin-left:1rem;box-shadow:0 2px 5px #4ac2a74d}#header .logo-avatar img{width:100%;height:100%;object-fit:cover}#header h1{display:inline-block;flex-grow:0;font-family:Mont AS,sans-serif;font-size:1.5rem;font-weight:600;color:#4ac2a7;margin-left:1rem;margin-right:1rem}#header h2:nth-of-type(2){font-family:Mont AS,sans-serif;font-size:1.5rem;font-weight:600;color:#4ac2a7;margin-left:1rem;flex-grow:0}#header h2{font-size:1.25rem;flex-grow:1}.sub-section{margin-bottom:1rem}.sub-section:last-child{margin-bottom:0}.sub-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:.5rem}.sub-section h4{margin:0;font-size:.9rem;color:var(--text);font-weight:600}.sub-empty{font-size:.85rem;color:var(--muted);font-style:italic;margin:.5rem 0}.sub-list{list-style:none;padding:0;margin:0}.sub-list-item{padding:.5rem .75rem;margin-bottom:.25rem;background:var(--panel);border:1px solid var(--border);border-radius:12px;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.sub-list-item:hover{background:#fffdfb;border-color:var(--primary)}.sub-item-content{flex:1;cursor:pointer;display:flex;flex-direction:column;gap:.25rem}.sub-item-content:hover{opacity:.8}.sub-item-name{font-weight:500;color:var(--text);display:flex;align-items:center;gap:.5rem}.default-badge{display:inline-block;font-size:.65rem;padding:.15rem .4rem;background:var(--success);color:var(--text);border-radius:6px;font-weight:600;letter-spacing:.5px}.sub-item-description{font-size:.85rem;color:var(--muted);font-style:italic}.btn-small{padding:.25rem .5rem;font-size:.7rem;min-width:auto}@media (max-width: 768px){.columns{grid-template-columns:1fr}}
