.interest-toggle-btn{border:none;border-radius:999px;width:1.6rem;height:1.6rem;padding:0;font-size:.9rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.interest-toggle-btn--add{background-color:#16a34a;color:#fff}.interest-toggle-btn--remove{background-color:#dc2626;color:#fff}.interest-toggle-btn svg{width:.9rem;height:.9rem}:root{color-scheme:light}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#e5edf7;color:#0f172a}input,select,textarea{background-color:#fff;color:#0f172a;-moz-appearance:none;appearance:none;-webkit-appearance:none}.center-message{font-size:1.15rem;font-weight:500;text-align:center;color:#0f172a}main{min-height:100vh;display:flex;flex-direction:column}.app-shell{flex:1;display:flex;flex-direction:column;padding:1rem 1.25rem 4.5rem}.layout-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .75rem}.layout-header-left,.layout-header-right{display:flex;align-items:center;gap:.75rem}.avatar{width:40px;height:40px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#4f46e5);display:flex;align-items:center;justify-content:center;color:#e5edff;font-weight:600;font-size:1.05rem}.logo-circle{width:40px;height:40px;border-radius:999px;overflow:hidden;background:#0f172a;display:flex;align-items:center;justify-content:center}.logo-img{width:100%;height:100%;object-fit:cover}.app-title{font-weight:600;letter-spacing:-.01em}.avatar-img{width:100%;height:100%;border-radius:999px;object-fit:cover}.user-fullname{font-weight:600;letter-spacing:-.01em}.user-username-subtle{font-size:.85rem;color:#64748b}.layout-content{display:flex;justify-content:center;align-items:flex-start;padding:0 1.25rem 1rem;overflow-y:auto}.tabs-footer{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.9rem 1.25rem;border-top:1px solid rgba(15,23,42,.06);background:#f8fafcfa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tab-button{border-radius:999px;padding:.75rem;border:1px solid rgba(15,23,42,.06);background:#f8fafc;color:#0f172a;font-size:.9rem;font-weight:500;text-align:center;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.tab-button--active{background:#0f172a;color:#e5edff;box-shadow:0 10px 25px #0f172a47}.tab-list{list-style:none;padding:0;margin:0}.tab-list-item{padding:.5rem .25rem;border-bottom:1px solid rgba(148,163,184,.35);font-size:.95rem;display:flex;justify-content:space-between;align-items:center;gap:.6rem;transition:background .12s ease}.tab-list-item:hover{background:#f1f5f9cc}.tab-list-item:last-child{border-bottom:none}.tab-list-item span{display:inline-block}.tab-list-item-main{display:flex;align-items:center;gap:.55rem}.tab-list-item-text{display:flex;flex-direction:column}.avatar--small{width:32px;height:32px;font-size:.85rem}.network-category{margin-bottom:.75rem}.network-category-header{width:100%;text-align:left;border:none;background:transparent;padding:.35rem .25rem .15rem;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;cursor:pointer}.network-category-list{margin-top:.15rem}.network-category--collapsed .network-category-list{display:none}.pill-small{border-radius:999px;background:#0f172a0d;padding:.1rem .5rem;font-size:.75rem;color:#475569}.me-interests-grid{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.me-interest-pill{border-radius:999px;padding:.25rem .65rem;background:#e0f2fe;color:#0f172a;font-size:.8rem}.me-add-form{margin-top:1rem;display:flex;gap:.5rem;justify-content:center}.me-add-form input[type=text]{flex:1;border-radius:999px;border:1px solid rgba(148,163,184,.8);padding:.35rem .75rem;font-size:.9rem}.me-add-form--section{justify-content:flex-start;margin-top:.75rem}h1{margin:0 0 .75rem;font-size:clamp(1.75rem,2vw + 1rem,2.35rem);letter-spacing:-.02em}p{margin:0 0 .75rem;color:#475569;line-height:1.6}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .8rem;border-radius:999px;background:#0f172a;color:#e2e8f0;font-weight:600;font-size:.9rem;letter-spacing:-.01em;box-shadow:0 10px 30px #0f172a40}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:1.5rem}.card{padding:1rem 1.25rem;border-radius:14px;border:1px solid rgba(148,163,184,.35);background:#fff;box-shadow:0 2px 6px #0f172a0f;width:100%;max-width:720px}.card h2{margin:0 0 .5rem;font-size:1rem;letter-spacing:-.01em;color:#0f172a}.card p{margin:.15rem 0;color:#334155}pre{margin:.75rem 0 0;padding:.9rem 1rem;background:#0f172a;color:#e2e8f0;border-radius:12px;overflow:auto;max-height:240px;font-size:.9rem}.alert{margin-top:1.5rem;padding:1rem 1.25rem;border-radius:12px;background:#0f172a0d;border:1px solid rgba(15,23,42,.12);color:#0f172a;line-height:1.5}code{background:#0f172a14;border-radius:6px;padding:.15rem .35rem;font-size:.95rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;z-index:40}.modal{background:#fff;border-radius:16px;padding:1.25rem 1.5rem;width:min(420px,100% - 2rem);box-shadow:0 10px 30px #0f172a2e}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.modal-title{font-weight:600}.modal-close{background:transparent;border:none;font-size:1.1rem;cursor:pointer;color:#94a3b8}.modal-close:hover{background:#94a3b826;border-radius:999px}.modal-body{display:flex;flex-direction:column;gap:.75rem}.modal-step-head{display:flex;align-items:center;gap:.5rem}.modal-body--scrollable{max-height:60vh;overflow-y:auto}.modal-field{display:flex;flex-direction:column;gap:.25rem}.modal-field label{font-size:.85rem;color:#475569}.modal-field input[type=text],.modal-field input[type=number],.modal-field select{border-radius:999px;border:1px solid rgba(148,163,184,.8);padding:.35rem .75rem;font-size:.9rem}.modal-field input[type=text]:focus,.modal-field input[type=number]:focus,.modal-field select:focus{outline:none;border-color:#0f172a}.modal-suggestions{margin-top:.25rem;border-radius:12px;border:1px solid rgba(148,163,184,.4);background:#f8fafcfa;padding-inline:.25rem}.modal-suggestions .tab-list-item{border-bottom-color:#94a3b840}.modal-suggestions .tab-list-item:hover{background:#e2e8f0e6}.modal-suggestions .tab-list-item--selected{background:#bae6fd73;border-color:#38bdf873}.modal-suggestion-meta{margin-left:auto;padding:.15rem .5rem;border-radius:999px;background:#94a3b838;color:#475569;font-size:.75rem;font-weight:600}.modal-footer{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.scroll-hidden{scrollbar-width:none;-ms-overflow-style:none}.scroll-hidden::-webkit-scrollbar{display:none}.spinner-circle{width:32px;height:32px;border-radius:999px;border:3px solid rgba(148,163,184,.4);border-top-color:#0f172a;animation:spinner-rotate .7s linear infinite}@keyframes spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-secondary{border-radius:999px;border:none;padding:.5rem .9rem;background:#e2e8f0;color:#0f172a;font-size:.9rem;cursor:pointer;transition:background .12s ease}.btn-primary{border-radius:999px;border:none;padding:.5rem .9rem;background:#0f172a;color:#e5edff;font-size:.9rem;cursor:pointer;transition:background .12s ease}.btn-primary:hover{background:#020617}.btn-secondary:hover{background:#cbd5e1}.btn-back{position:fixed;top:4.5rem;left:1rem;z-index:100;display:inline-flex;align-items:center;gap:.25rem;padding:.4rem .75rem;border-radius:999px;border:none;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#0f172a;font-size:.85rem;font-weight:500;cursor:pointer;box-shadow:0 2px 8px #0f172a1f;transition:all .15s ease}.btn-back:hover{background:#fff;box-shadow:0 4px 12px #0f172a2e;transform:translate(-2px)}.btn-back:active{transform:translate(0)}.followers-badge{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.5rem .9rem;border-radius:12px;border:1px solid rgba(148,163,184,.3);background:#f8fafc;cursor:pointer;transition:all .15s ease}.followers-badge:hover{background:#f1f5f9;border-color:#94a3b880;transform:translateY(-1px)}.followers-badge-count{font-size:1.1rem;font-weight:700;color:#0f172a;line-height:1}.followers-badge-label{font-size:.7rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.btn-follow{border-radius:999px;border:none;padding:.6rem 1.2rem;background:#2563eb;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 8px #2563eb40}.btn-follow:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb59}.btn-follow:active{transform:translateY(0)}.btn-follow--following{background:#e2e8f0;color:#475569;box-shadow:0 2px 8px #0f172a14}.btn-follow--following:hover{background:#cbd5e1;color:#334155;box-shadow:0 4px 12px #0f172a1f}.btn-follow-compact{border-radius:999px;border:none;width:28px;height:28px;padding:0;background:#2563eb;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-follow-compact:hover{background:#1d4ed8;transform:scale(1.1)}.btn-follow-compact:active{transform:scale(1)}.btn-follow-compact--following{background:#e2e8f0;color:#16a34a}.btn-follow-compact--following:hover{background:#cbd5e1}@media (max-width: 480px){.app-shell{padding-top:.75rem;padding-inline:1rem}.layout-header,.layout-content,.tabs-footer{padding-inline:1rem}}@media (min-width: 768px){.app-shell{padding:1.5rem 2.5rem 4.5rem}.layout-header{padding:1.25rem 2.5rem .75rem}.layout-content{padding:0 2.5rem 1.5rem}.tabs-footer{padding:1rem 2.5rem}}
