:root{--instagram-bg: #fafafa;--instagram-surface: #ffffff;--instagram-border: rgba(219, 219, 219, 1);--instagram-primary: #262626;--instagram-muted: #8e8e8e;--instagram-accent: #e4405f;--instagram-accent-soft: rgba(228, 64, 95, 0.1);--instagram-gradient: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)}body.single-tien-ich.instagram-page{background:var(--instagram-bg);color:var(--instagram-primary)}.instagram-page{min-height:100vh;padding:32px 0 96px}.instagram-page .hero{text-align:center;padding:48px 0;max-width:820px;margin:0 auto}.instagram-page .hero .eyebrow{text-transform:uppercase;letter-spacing:.3em;font-size:.75rem;color:var(--instagram-muted);margin-bottom:16px}.instagram-page .hero h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:16px}.instagram-page .hero .subtitle{color:var(--instagram-muted);font-size:1.1rem;line-height:1.6;margin-bottom:24px}.instagram-page .hero .hero-badges{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.instagram-page .hero .hero-badges .badge{padding:8px 16px;border-radius:999px;background:var(--instagram-accent-soft);color:var(--instagram-accent);font-size:.9rem;font-weight:600;border:1px solid rgba(228,64,95,.2)}.instagram-page .instagram-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));gap:32px;max-width:1280px;margin:0 auto;padding:0 24px}@media(max-width: 768px){.instagram-page .instagram-grid{grid-template-columns:1fr;gap:24px}}.instagram-page .panel{background:var(--instagram-surface);border:1px solid var(--instagram-border);border-radius:16px;padding:28px;box-shadow:0 2px 12px rgba(0,0,0,.08);display:flex;flex-direction:column;gap:24px}.instagram-page .panel-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.instagram-page .panel-heading h2{font-size:1.5rem;margin:0 0 8px}.instagram-page .panel-heading p{color:var(--instagram-muted);margin:0;font-size:.95rem}.instagram-page .panel-heading .secondary{background:rgba(0,0,0,0);border:1px solid var(--instagram-border);color:var(--instagram-primary);padding:8px 16px;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .2s}.instagram-page .panel-heading .secondary:hover{background:var(--instagram-bg)}.instagram-page .editor-card{display:flex;flex-direction:column;gap:12px}.instagram-page .editor-card .editor-toolbar{display:flex;justify-content:space-between;align-items:center;padding:0 4px}.instagram-page .editor-card .editor-toolbar .label{font-size:.9rem;color:var(--instagram-muted);font-weight:600}.instagram-page .editor-card .url-input{width:100%;padding:14px 18px;border:1px solid var(--instagram-border);border-radius:8px;font-size:1rem;font-family:"Be Vietnam Pro",sans-serif;transition:all .2s}.instagram-page .editor-card .url-input:focus{outline:none;border-color:var(--instagram-accent);box-shadow:0 0 0 3px var(--instagram-accent-soft)}.instagram-page .editor-card .url-input::placeholder{color:#c7c7c7}.instagram-page .editor-card .quick-actions{display:flex;gap:8px;flex-wrap:wrap}.instagram-page .editor-card .quick-actions .btn-template{padding:6px 12px;border:1px solid var(--instagram-border);background:var(--instagram-surface);border-radius:8px;font-size:.85rem;cursor:pointer;transition:all .2s}.instagram-page .editor-card .quick-actions .btn-template:hover{background:var(--instagram-bg);border-color:var(--instagram-accent);color:var(--instagram-accent)}.instagram-page .action-buttons{display:flex;gap:12px;flex-wrap:wrap}.instagram-page .action-buttons button{flex:1;min-width:160px;padding:14px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:"Be Vietnam Pro",sans-serif;display:flex;align-items:center;justify-content:center;gap:8px}.instagram-page .action-buttons button#instagramAnalyze{background:var(--instagram-gradient);color:#fff;box-shadow:0 4px 16px rgba(228,64,95,.3)}.instagram-page .action-buttons button#instagramAnalyze:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(228,64,95,.4)}.instagram-page .action-buttons button#instagramAnalyze:disabled{opacity:.6;cursor:not-allowed;transform:none}.instagram-page .status-card{padding:16px 20px;border-radius:8px;background:var(--instagram-bg);border:1px solid var(--instagram-border);font-size:.95rem;color:var(--instagram-muted);line-height:1.5}.instagram-page .status-card.success{background:rgba(0,186,124,.08);border-color:#00ba7c;color:#00ba7c}.instagram-page .status-card.error{background:rgba(239,68,68,.08);border-color:#ef4444;color:#dc2626}.instagram-page .status-card.loading{background:rgba(59,130,246,.08);border-color:#3b82f6;color:#2563eb}.instagram-page .preview-card{min-height:240px;display:flex;align-items:center;justify-content:center;border:2px dashed var(--instagram-border);border-radius:12px;padding:32px}.instagram-page .preview-card .preview-placeholder{text-align:center;color:var(--instagram-muted)}.instagram-page .preview-card .preview-placeholder .placeholder-icon{font-size:4rem;margin-bottom:16px;opacity:.5}.instagram-page .preview-card .preview-placeholder p{margin:0;font-size:.95rem}.instagram-page .post-info{display:flex;flex-direction:column;gap:20px}.instagram-page .post-info .post-preview{display:grid;grid-template-columns:repeat(auto-fill, minmax(120px, 1fr));gap:12px;max-height:400px;overflow-y:auto;padding:12px;background:var(--instagram-bg);border-radius:12px}.instagram-page .post-info .post-preview .media-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid rgba(0,0,0,0);transition:all .2s}.instagram-page .post-info .post-preview .media-item:hover{border-color:var(--instagram-accent);transform:scale(1.05)}.instagram-page .post-info .post-preview .media-item img,.instagram-page .post-info .post-preview .media-item video{width:100%;height:100%;object-fit:cover}.instagram-page .post-info .post-preview .media-item .video-placeholder,.instagram-page .post-info .post-preview .media-item .image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;gap:12px}.instagram-page .post-info .post-preview .media-item .video-placeholder svg,.instagram-page .post-info .post-preview .media-item .image-placeholder svg{opacity:.9}.instagram-page .post-info .post-preview .media-item .video-placeholder span,.instagram-page .post-info .post-preview .media-item .image-placeholder span{font-size:.9rem;font-weight:600;opacity:.9}.instagram-page .post-info .post-preview .media-item .media-badge{position:absolute;top:8px;right:8px;background:rgba(0,0,0,.75);color:#fff;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:600}.instagram-page .post-info .post-preview .media-item .media-index{position:absolute;bottom:8px;left:8px;background:rgba(0,0,0,.75);color:#fff;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:600}.instagram-page .post-info .post-details{display:flex;flex-direction:column;gap:12px}.instagram-page .post-info .post-details h3{margin:0;font-size:1.1rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.instagram-page .post-info .post-details .post-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:.9rem}.instagram-page .post-info .post-details .post-meta .meta-item{display:flex;align-items:center;gap:6px;color:var(--instagram-muted)}.instagram-page .post-info .post-details .post-meta .meta-item .meta-icon{font-size:1rem}.instagram-page .post-info .post-details .post-meta .meta-item strong{color:var(--instagram-primary)}.instagram-page .download-options{display:flex;flex-direction:column;gap:16px}.instagram-page .download-options h3{margin:0;font-size:1.2rem}.instagram-page .download-options .download-list{display:flex;flex-direction:column;gap:12px}.instagram-page .download-options .download-btn{display:flex;align-items:center;gap:16px;padding:16px 20px;background:var(--instagram-surface);border:1px solid var(--instagram-border);border-radius:12px;cursor:pointer;transition:all .2s;font-family:"Be Vietnam Pro",sans-serif}.instagram-page .download-options .download-btn:hover{border-color:var(--instagram-accent);background:var(--instagram-accent-soft);transform:translateX(4px)}.instagram-page .download-options .download-btn .download-icon{font-size:2rem;flex-shrink:0}.instagram-page .download-options .download-btn .download-info{flex:1;text-align:left;display:flex;flex-direction:column;gap:4px}.instagram-page .download-options .download-btn .download-info strong{font-size:1rem;color:var(--instagram-primary)}.instagram-page .download-options .download-btn .download-info small{font-size:.85rem;color:var(--instagram-muted)}.instagram-page .download-options .download-btn .download-action{font-size:.9rem;font-weight:600;color:var(--instagram-accent)}.instagram-page .download-options .download-all-btn{background:var(--instagram-gradient);color:#fff;border:none}.instagram-page .download-options .download-all-btn:hover{background:var(--instagram-gradient);transform:translateY(-2px)}.instagram-page .download-options .download-all-btn .download-info strong,.instagram-page .download-options .download-all-btn .download-info small,.instagram-page .download-options .download-all-btn .download-action{color:#fff}.instagram-page .faq{max-width:820px;margin:48px auto 0;padding:0 24px}.instagram-page .faq h2{font-size:1.8rem;margin-bottom:24px}.instagram-page .faq ul{display:flex;flex-direction:column;gap:16px;padding-left:20px}.instagram-page .faq ul li{color:var(--instagram-muted);line-height:1.6;font-size:1rem}.instagram-page .article-section{max-width:820px;margin:48px auto 0;padding:0 24px}.instagram-page .article-section .article-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px}.instagram-page .article-section .article-heading h2{font-size:1.8rem;margin:0 0 8px}.instagram-page .article-section .article-heading p{color:var(--instagram-muted);margin:0}.instagram-page .article-section .article-heading .btn-toggle{background:rgba(0,0,0,0);border:1px solid var(--instagram-border);padding:8px 16px;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .2s}.instagram-page .article-section .article-heading .btn-toggle:hover{background:var(--instagram-bg)}.instagram-page .article-section .article-content{position:relative;max-height:300px;overflow:hidden;transition:max-height .4s ease}.instagram-page .article-section .article-content.expanded{max-height:none}.instagram-page .article-section .article-content.expanded .article-fade{display:none}.instagram-page .article-section .article-content .article-content__inner{color:var(--instagram-muted);line-height:1.7}.instagram-page .article-section .article-content .article-content__inner h2,.instagram-page .article-section .article-content .article-content__inner h3{color:var(--instagram-primary);margin-top:32px}.instagram-page .article-section .article-content .article-content__inner p{margin:16px 0}.instagram-page .article-section .article-content .article-fade{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom, transparent, var(--instagram-bg));pointer-events:none}
