:root{--gradient-from: #571747;--gradient-to: #251c31;--accent: #d9a566;--ink: #1a1420;--paper: #faf7f5;--muted: #7a6f7e;color-scheme:light}*{box-sizing:border-box}html{overflow-x:hidden}body{margin:0;overflow-x:hidden;font-family:Inter,system-ui,sans-serif;background:var(--paper);color:var(--ink)}a{color:var(--accent)}.btn{display:inline-block;padding:.7rem 1.4rem;border-radius:999px;border:none;font-weight:600;cursor:pointer;text-decoration:none;font-size:1rem}.btn.small{padding:.4rem .9rem;font-size:.85rem;min-height:2.25rem;display:inline-flex;align-items:center}.btn-accent{background:var(--accent);color:var(--ink)}.btn-ghost{background:transparent;border:1.5px solid var(--ink);color:var(--ink)}.btn-link{background:none;border:none;color:var(--accent);cursor:pointer;font:inherit;padding:.2rem 0}.btn-link.danger{color:#b3413a}.icon-btn{padding:.4rem .6rem;min-width:2.25rem;min-height:2.25rem;text-align:center}.landing-hero{background:linear-gradient(160deg,var(--gradient-from),var(--gradient-to));color:var(--paper);padding:5rem 1.5rem;text-align:center}.landing-hero h1{font-size:2.4rem;max-width:32rem;margin:0 auto 1rem}.landing-hero p{max-width:30rem;margin:0 auto 2rem;opacity:.9}.landing-actions{display:flex;gap:1rem;justify-content:center}.landing-actions .btn-ghost{border-color:var(--paper);color:var(--paper)}.landing-demo{text-align:center;padding:1.5rem;color:var(--muted)}.landing-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:60rem;margin:2rem auto 4rem;padding:0 1.5rem}.feature h3{margin-bottom:.4rem}.feature p{color:var(--muted);margin:0}.auth-page{max-width:22rem;margin:4rem auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:1rem}.auth-form{display:flex;flex-direction:column;gap:.8rem}.auth-form label,.profile-editor label,.new-profile-form input{display:flex;flex-direction:column;gap:.3rem;font-size:.9rem;font-weight:500}input,textarea,select{font-family:inherit;font-size:1rem;padding:.5rem .7rem;border-radius:.5rem;border:1px solid #d8d0d5;width:100%}.clearable-field{position:relative}.clearable-field input,.clearable-field textarea{padding-right:2.1rem}.clear-btn{position:absolute;right:.2rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--muted);font-size:1.3rem;line-height:1;cursor:pointer;padding:.35rem .5rem}.clearable-multiline .clear-btn{top:.4rem;transform:none}.clear-btn:hover{color:var(--ink)}.form-error{color:#b3413a;font-size:.85rem}.form-status{font-size:.85rem;color:var(--muted)}.dashboard{max-width:96rem;margin:0 auto;padding:1.5rem}.dashboard-banner{background:linear-gradient(160deg,var(--gradient-from),var(--gradient-to));color:#fff;padding:1.1rem 1.5rem;border-radius:.8rem;margin-bottom:1rem;display:flex;align-items:center;gap:1rem}.dashboard-banner-logo{height:2.5rem;width:auto;flex:0 0 auto}.dashboard-banner-title{margin:0;font-size:1.15rem;color:var(--accent)}.dashboard-banner-domain{margin:.15rem 0 0;font-size:.8rem;opacity:.8}.dashboard-toolbar{display:flex;justify-content:flex-end;margin-bottom:1rem}.dashboard-tabs{display:flex;gap:.5rem;border-bottom:1px solid #e5dee2;margin-bottom:1.5rem}.tab-btn{background:none;border:none;border-bottom:2px solid transparent;padding:.6rem .2rem;margin-bottom:-1px;font:inherit;font-weight:600;color:var(--muted);cursor:pointer}.tab-btn.active{color:var(--ink);border-bottom-color:var(--accent)}.tags-panel{max-width:40rem}.generate-tag-box{border:1px solid #e5dee2;border-radius:.6rem;padding:1rem;margin-bottom:1.5rem}.generate-tag-box h3{margin:0 0 .4rem}.generate-tag-row{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.generate-tag-row select{width:auto}.tags-panel-intro{font-size:1rem;color:var(--ink);margin-bottom:1rem}.tag-status{font-size:.85rem;color:var(--muted)}.coin-nickname-input{width:11rem;font-weight:600}.tag-notes-input{width:12rem;font-size:.85rem}.claimable-toggle{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--muted)}.claimable-toggle input{width:auto}.dashboard-body{display:grid;grid-template-columns:16rem 1fr;gap:2rem}.profile-list{display:flex;flex-direction:column;gap:.5rem}.profile-list-item{padding:.4rem .4rem .4rem .8rem;border-radius:.6rem;border:1px solid #e5dee2;background:#fff;display:flex;align-items:center;gap:.4rem}.profile-list-item.active{border-color:var(--accent);background:#fbf3e7}.profile-list-item-main{flex:1;min-width:0;text-align:left;background:none;border:none;cursor:pointer;padding:.2rem 0;display:flex;flex-direction:column;font:inherit;color:inherit}.profile-list-slug{font-size:.75rem;color:var(--muted)}.new-profile-form{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5dee2;display:flex;flex-direction:column;gap:.5rem}.new-profile-actions{display:flex;align-items:center;gap:1rem}.new-card-toggle{margin-top:1rem;width:100%;justify-content:center;gap:.4rem}.new-card-toggle span{font-size:1.1rem;line-height:1}.claim-banner{background:#fbf3e7;border:1px solid var(--accent);border-radius:.6rem;padding:1rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.claim-banner select{width:auto}.my-tags{max-width:30rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5dee2}.tag-row{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.5rem}.tag-row select{width:auto}.tag-row code{font-size:.85rem;color:var(--muted)}.profile-editor{display:flex;flex-direction:column;gap:1rem;max-width:40rem}.preview-label{font-size:.8rem;font-weight:600;color:var(--muted);margin:0;text-transform:uppercase;letter-spacing:.04em}.profile-editor-preview{border-radius:1rem;padding:2rem 1.5rem;color:#fff;text-align:center}.preview-photo{width:5rem;height:5rem;border-radius:50%;object-fit:cover;margin-bottom:.8rem}.share-link{font-size:.85rem;color:var(--muted);word-break:break-all}.share-preview-row{margin-top:.5rem;padding-top:1rem;border-top:1px solid #e5dee2;display:flex;flex-direction:column;gap:.6rem;align-items:flex-start}.theme-fields{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;border:1px solid #e5dee2;border-radius:.6rem;padding:1rem;min-width:0}.color-field{display:flex;flex-direction:column;align-items:center;gap:.5rem}.color-field-label{font-size:.8rem;font-weight:500;color:var(--muted);margin:0}.color-wheel.react-colorful{width:140px;height:140px}.color-hex-input{width:7rem;text-align:center;text-transform:uppercase;padding:.3rem .5rem}.nfc-fields{flex-direction:column;align-items:flex-start;gap:.6rem}.cta-field{display:flex;flex-direction:column;gap:.6rem;border:1px solid #e5dee2;border-radius:.6rem;padding:1rem}.cta-field input{width:100%}.section-editor{border:1px solid #e5dee2;border-radius:.6rem;padding:1rem;margin-bottom:1rem}.section-editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem;gap:.5rem}.section-title-wrap{display:flex;align-items:center;gap:.4rem;min-width:0;flex:1}.section-title-edit-icon{color:var(--muted);font-size:.9rem;flex:0 0 auto}.section-title-input{flex:1;min-width:0;font-weight:600;border:none;background:none;font-size:1rem;padding:.2rem 0}.link-card{position:relative;display:flex;flex-direction:column;gap:.6rem;min-width:0;border:1px solid #e5dee2;border-radius:.6rem;padding:.8rem 2.6rem .8rem .8rem;margin-bottom:.7rem;background:#fff}.link-controls{position:absolute;top:.3rem;right:.3rem;display:flex;flex-direction:column;align-items:center;gap:.1rem}.link-controls .icon-btn{min-width:1.9rem;min-height:1.9rem;padding:.2rem}.link-move{background:none;border:none;color:var(--muted);cursor:pointer;font-size:1rem;line-height:1}.link-move:hover:not(:disabled){color:var(--ink)}.link-move:disabled{opacity:.3;cursor:default}.link-field{display:flex;flex-direction:column;gap:.25rem;min-width:0}.link-prefix{font-size:.85rem;color:var(--muted)}.link-note{font-size:.8rem;color:var(--muted);font-style:italic;margin:.2rem 0 0}@media (min-width: 640px){.link-card{flex-direction:row;flex-wrap:wrap;align-items:flex-end}.link-field{flex:1 1 9rem}.link-field-value{flex-basis:100%}}.add-section-row{display:flex;gap:.5rem;flex-wrap:wrap}.page-center{max-width:30rem;margin:6rem auto;text-align:center;color:var(--muted)}@media (max-width: 640px){.dashboard-body{grid-template-columns:1fr;gap:1.5rem}.dashboard{padding:1rem}.dashboard-header h1{font-size:1.3rem}.color-wheel.react-colorful{width:120px;height:120px}.landing-hero{padding:3.5rem 1.25rem}.landing-hero h1{font-size:1.8rem}.landing-actions{flex-direction:column;align-items:center}.landing-actions .btn{width:100%;max-width:18rem;text-align:center}.landing-features{grid-template-columns:1fr;gap:1.5rem;margin:1.5rem auto 3rem}.auth-page{margin:2rem auto}.theme-fields{justify-content:center;gap:1.2rem}.section-editor-header{flex-wrap:wrap;gap:.5rem}.add-section-row .btn{flex:1 1 calc(50% - .5rem)}}@media (max-width: 400px){.profile-editor-preview{padding:1.5rem 1rem}}@media (min-width: 1024px){.landing-hero h1{font-size:2.8rem}.dashboard{padding:2rem 2.5rem}.dashboard-body{grid-template-columns:18rem 1fr;gap:2.5rem}.profile-editor{max-width:48rem}}
