.hero-section{background-color:#fdfbf7;border-bottom:4px solid #000;padding:80px 20px 60px;text-align:center}.hero-container{position:relative}.meta-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:3px solid #000;padding:8px 16px;font-weight:800;font-size:14px;text-transform:uppercase;box-shadow:4px 4px #000;margin-bottom:32px}.hero-title{font-size:48px;font-weight:900;color:#000;line-height:1.1;letter-spacing:-.03em;margin-bottom:24px;max-width:900px;margin-left:auto;margin-right:auto}@media(min-width:768px){.hero-title{font-size:64px}}.highlight-green{background:#00d084;color:#000;padding:4px 16px;border:4px solid #000;box-shadow:6px 6px #000;display:inline-block;transform:rotate(-2deg);margin:0 4px}.hero-subtitle{font-size:18px;color:#4b5563;line-height:1.6;max-width:700px;margin:0 auto;font-weight:500}.generator-container{max-width:1400px;margin:0 auto;padding:40px 20px}.dual-column-layout{display:grid;grid-template-columns:1fr;gap:40px;align-items:start}@media(min-width:1024px){.dual-column-layout{grid-template-columns:4fr 3fr}}.left-column{display:flex;flex-direction:column;gap:20px;max-height:calc(100vh - 140px);overflow-y:auto;padding-right:20px}.left-column::-webkit-scrollbar{width:8px}.left-column::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.left-column::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.left-column::-webkit-scrollbar-thumb:hover{background:#94a3b8}.input-wrapper label{display:block;font-weight:800;margin-bottom:8px;font-size:16px;text-transform:uppercase;letter-spacing:.05em}.input-wrapper.sticker-input{position:sticky;top:0;z-index:10;background:#fff;padding-bottom:20px;border-bottom:2px dashed #ccc}.input-wrapper textarea{width:100%;padding:20px;font-size:20px;font-weight:600;color:#000;border:4px solid #000;box-shadow:8px 8px #a855f7;outline:none;resize:vertical;min-height:100px;transition:box-shadow .2s ease}.input-wrapper textarea:focus{box-shadow:4px 4px #a855f7;transform:translate(4px,4px)}.font-list{display:flex;flex-direction:column;gap:16px}.font-item-card{display:flex;align-items:center;justify-content:space-between;background:#fff;border:3px solid #000;padding:20px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.font-item-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #00d084}.font-item-card.selected{background:#f0fdf4;border-color:#00d084;box-shadow:6px 6px #000}.font-item-card.selected .font-item-result{color:#000}.font-item-content{flex:1;overflow:hidden;padding-right:16px}.font-item-name{display:block;font-size:12px;font-weight:800;color:#6b7280;text-transform:uppercase;margin-bottom:6px}.font-item-result{font-size:24px;word-break:break-all;color:#1f2937}.font-copy-btn{background:#fff;border:3px solid #000;padding:8px 16px;font-weight:800;text-transform:uppercase;cursor:pointer;transition:all .2s;box-shadow:3px 3px #000;white-space:nowrap}.font-copy-btn:hover{background:#f3f4f6;transform:translate(1px,1px);box-shadow:2px 2px #000}.font-copy-btn.copied{background:#10b981;color:#fff}.right-column{position:relative}.preview-sticky-wrapper{width:100%}.preview-heading{font-size:20px;font-weight:800;text-transform:uppercase;border-bottom:3px solid #000;padding-bottom:12px;margin-bottom:24px}.ig-profile-preview{background:#fafafa;border:4px solid #000;max-width:400px;margin:0 auto;border-radius:4px;overflow:hidden;box-shadow:12px 12px #fbbf24}.ig-header{background:#fff;border-bottom:1px solid #dbdbdb;padding:12px 16px}.ig-header-top{display:flex;align-items:center;justify-content:space-between}.ig-header-name{display:flex;flex-direction:column;align-items:center}.ig-header-name strong{font-size:16px;font-weight:700}.ig-header-name span{font-size:12px;color:#8e8e8e}.ig-icon{width:24px;height:24px}.ig-profile-info{padding:16px;background:#fff}.profile-pic-row{display:flex;align-items:center;margin-bottom:16px}.profile-pic{width:80px;height:80px;border-radius:50%;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);padding:3px;margin-right:24px;flex-shrink:0}.profile-pic:after{content:"";display:block;width:100%;height:100%;background:#fff;border-radius:50%;border:2px solid #fff}.profile-stats{display:flex;justify-content:space-around;flex:1}.stat-box{display:flex;flex-direction:column;align-items:center}.stat-box strong{font-size:16px}.stat-box span{font-size:14px}.profile-bio{margin-bottom:16px;font-size:14px;line-height:1.4}.profile-bio strong{display:block;margin-bottom:4px}#preview-bio-text{margin:0 0 4px;white-space:pre-wrap;color:#000}.bio-link{color:#00376b;font-weight:600;text-decoration:none;display:block}.profile-actions{display:flex;gap:8px}.ig-btn{background:#efefef;border:none;border-radius:8px;padding:8px;flex:1;font-weight:600;font-size:14px;cursor:pointer}.ig-tabs{display:flex;background:#fff;border-top:1px solid #dbdbdb}.tab{flex:1;display:flex;justify-content:center;padding:12px;color:#8e8e8e;border-top:1px solid transparent}.tab.active{color:#000;border-top:1px solid #000}.tab svg{width:24px;height:24px}.ig-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#dbdbdb}.grid-item{aspect-ratio:1;background:#efefef}.toast{position:absolute;bottom:-60px;left:50%;transform:translate(-50%);background:#10b981;color:#fff;padding:12px 24px;border:3px solid #000;box-shadow:4px 4px #000;font-weight:800;display:flex;align-items:center;gap:8px;transition:opacity .3s,transform .3s;z-index:50;white-space:nowrap}.toast.hidden{opacity:0;pointer-events:none;transform:translate(-50%,20px)}.seo-content-section{margin:80px auto;max-width:1200px;padding:0 20px}.seo-content-section h2{font-size:36px;font-weight:900;margin-bottom:24px;text-align:center;color:#000}.seo-article .lead-text{font-size:18px;line-height:1.6;color:#1f2937;max-width:800px;margin:0 auto 40px;text-align:center;font-weight:500}.seo-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.seo-grid{grid-template-columns:repeat(2,1fr)}}.seo-card{background:#fff;border:3px solid #000;padding:32px;box-shadow:6px 6px #000;transition:transform .2s ease}.seo-card:hover{transform:translate(-3px,-3px);box-shadow:9px 9px #000}.seo-card h4{font-size:20px;font-weight:800;margin-bottom:16px;color:#000;display:flex;align-items:center;gap:12px}.seo-card h4 i{color:#10b981}.seo-card p{color:#4b5563;line-height:1.6;font-size:16px}.internal-links-section{margin-top:80px;background:#000;color:#fff;padding:60px 40px}.internal-links-section h2{font-size:32px;font-weight:900;margin-bottom:32px;text-align:center;color:#fff}.links-grid{display:grid;grid-template-columns:1fr;gap:16px;max-width:1200px;margin:0 auto}@media(min-width:768px){.links-grid{grid-template-columns:repeat(2,1fr)}}.internal-link-card{background:#fff;color:#000;border:3px solid #000;padding:24px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;justify-content:center}.internal-link-card:hover{transform:translate(-4px,-4px);box-shadow:8px 8px #fbbf24}.internal-link-card h3{font-size:20px;font-weight:800;margin-bottom:8px}.internal-link-card p{font-size:15px;color:#4b5563;font-weight:500;margin:0}
