@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-63 .tc-wp-tool-root img, .wpc-scope-63 .tc-wp-tool-root video, .wpc-scope-63 .tc-wp-tool-root svg, .wpc-scope-63 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-63 .tc-wp-tool-root *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }.wpc-scope-63 .tc-wp-tool-root{
            
            --primary: #E1306C;
            --primary-dark: #C13584;
            --secondary: #F77737;
            --purple: #833AB4;
            --purple-light: #C13584;
            --yellow: #FCAF45;
            --blue: #405DE6;
            
            
            --gradient-start: #E1306C;
            --gradient-mid: #C13584;
            --gradient-end: #833AB4;
            --orange-accent: #F77737;
            
            
            --success: #198754;
            --warning: #FCAF45;
            --error: #dc3545;

            
            --text-dark: #212529;
            --text-gray: #6c757d;
            --text-muted: #adb5bd;
            --text-white: #ffffff;

            
            --bg-page: linear-gradient(145deg, #fef9f9 0%, #fdf5f8 25%, #faf3f7 50%, #f8f4f9 75%, #fdf6f3 100%);
            --card-bg: rgba(255, 255, 255, 0.75);
            --input-bg: rgba(255, 255, 255, 0.95);
            
            
            --border-pink-subtle: 1px solid rgba(225, 48, 108, 0.15);
            --border-pink-focus: 2px solid rgba(225, 48, 108, 0.4);
            
            
            --shadow-sm: 0 2px 8px rgba(225, 48, 108, 0.08);
            --shadow-md: 0 4px 16px rgba(225, 48, 108, 0.12);
            --shadow-lg: 0 8px 24px rgba(225, 48, 108, 0.15);
            --shadow-glow: 0 0 20px rgba(225, 48, 108, 0.25);
            
            
            --radius-sm: 8px;
            --radius-md: 12px;
            --radius-lg: 16px;
            --radius-xl: 20px;
            
            
            --transition-fast: all 0.2s ease;
            --transition-normal: all 0.3s ease;
        }.wpc-scope-63 .tc-wp-tool-root .instagram-story-viewer-wrapper{
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            background: 
                
                radial-gradient(circle at 0% 0%, rgba(225, 48, 108, 0.12) 0%, transparent 35%),
                
                radial-gradient(circle at 100% 0%, rgba(131, 58, 180, 0.1) 0%, transparent 30%),
                
                radial-gradient(circle at 0% 100%, rgba(252, 175, 69, 0.1) 0%, transparent 30%),
                
                radial-gradient(circle at 100% 100%, rgba(225, 48, 108, 0.08) 0%, transparent 25%),
                
                linear-gradient(145deg, #fef9f9 0%, #fdf5f8 25%, #faf3f7 50%, #f8f4f9 75%, #fdf6f3 100%);
            background-attachment: fixed;
            min-height: 100vh;
            padding: 2rem 1rem;
            overflow-x: hidden;
        }.wpc-scope-63 .tc-wp-tool-root .container{
            max-width: 1200px;
            margin: 0 auto;
            width: 100%;
        }.wpc-scope-63 .tc-wp-tool-root .hidden{
            display: none !important;
        }.wpc-scope-63 .tc-wp-tool-root .header-section{
            text-align: center;
            margin-bottom: 2.5rem;
            padding: 0 1rem;
        }.wpc-scope-63 .tc-wp-tool-root .main-title{
            font-size: 2.5rem !important;
            font-weight: 800 !important;
            background: linear-gradient(135deg, var(--primary) 0%, var(--purple) 50%, var(--secondary) 100%) !important;
            -webkit-background-clip: text !important;
            background-clip: text !important;
            -webkit-text-fill-color: transparent !important;
            letter-spacing: -1px !important;
            margin-bottom: 1rem !important;
            line-height: 1.2 !important;
        }.wpc-scope-63 .tc-wp-tool-root .subtitle{
            font-size: 1.1rem;
            color: var(--text-gray);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }.wpc-scope-63 .tc-wp-tool-root .input-section{
            background: var(--card-bg);
            border-radius: var(--radius-xl);
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: var(--shadow-md);
            border: var(--border-pink-subtle);
            backdrop-filter: blur(10px);
        }.wpc-scope-63 .tc-wp-tool-root .input-wrapper{
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }.wpc-scope-63 .tc-wp-tool-root .form-label{
            font-size: 1rem;
            font-weight: 600;
            color: var(--text-dark);
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }.wpc-scope-63 .tc-wp-tool-root .form-label svg{
            width: 20px;
            height: 20px;
            stroke: var(--primary);
            flex-shrink: 0;
        }.wpc-scope-63 .tc-wp-tool-root .input-row{
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }.wpc-scope-63 .tc-wp-tool-root .input-group{
            position: relative;
            flex: 1;
            min-width: 200px;
        }.wpc-scope-63 .tc-wp-tool-root #username-input{
            width: 100%;
            padding: 1rem 1.25rem;
            background: var(--input-bg);
            border: 2px solid rgba(225, 48, 108, 0.2);
            border-radius: var(--radius-lg);
            color: var(--text-dark);
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            font-size: 1rem;
            transition: var(--transition-normal);
        }.wpc-scope-63 .tc-wp-tool-root #username-input:focus{
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 4px rgba(225, 48, 108, 0.1);
        }.wpc-scope-63 .tc-wp-tool-root #username-input::placeholder{
            color: var(--text-muted);
        }.wpc-scope-63 .tc-wp-tool-root .input-icon{
            position: absolute;
            right: 1rem;
            top: 50%;
            transform: translateY(-50%);
            color: var(--text-gray);
            pointer-events: none;
        }.wpc-scope-63 .tc-wp-tool-root #search-btn{
            background: linear-gradient(135deg, var(--primary) 0%, var(--purple) 100%);
            color: white;
            border: none;
            border-radius: var(--radius-lg);
            padding: 1rem 2rem;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            transition: var(--transition-normal);
            box-shadow: var(--shadow-md);
            white-space: nowrap;
        }.wpc-scope-63 .tc-wp-tool-root #search-btn:hover{
            transform: translateY(-2px);
            box-shadow: var(--shadow-lg), var(--shadow-glow);
        }.wpc-scope-63 .tc-wp-tool-root #search-btn:active{
            transform: translateY(0);
        }.wpc-scope-63 .tc-wp-tool-root .output-section{
            background: var(--card-bg);
            border-radius: var(--radius-xl);
            padding: 2rem;
            box-shadow: var(--shadow-md);
            border: var(--border-pink-subtle);
            backdrop-filter: blur(10px);
            min-height: 400px;
        }.wpc-scope-63 .tc-wp-tool-root .loading-state{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 4rem 2rem;
        }.wpc-scope-63 .tc-wp-tool-root .spinner{
            width: 50px;
            height: 50px;
            border: 3px solid rgba(225, 48, 108, 0.2);
            border-top-color: var(--primary);
            border-radius: 50%;
            margin-bottom: 1.5rem;
        }.wpc-scope-63 .tc-wp-tool-root .loading-text{
            color: var(--text-gray);
            font-size: 1rem;
            font-weight: 500;
        }.wpc-scope-63 .tc-wp-tool-root .profile-data{
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }.wpc-scope-63 .tc-wp-tool-root .profile-header{
            display: flex;
            align-items: center;
            gap: 1.25rem;
            padding: 1.5rem;
            background: rgba(255, 255, 255, 0.5);
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-sm);
            border: var(--border-pink-subtle);
            transition: var(--transition-normal);
        }.wpc-scope-63 .tc-wp-tool-root .profile-header:hover{
            box-shadow: var(--shadow-md);
            transform: translateY(-2px);
        }.wpc-scope-63 .tc-wp-tool-root .profile-image-container{
            position: relative;
            flex-shrink: 0;
        }.wpc-scope-63 .tc-wp-tool-root .profile-image{
            width: 70px;
            height: 70px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid transparent;
            background: linear-gradient(white, white) padding-box,
                        linear-gradient(135deg, var(--primary), var(--secondary)) border-box;
            box-shadow: 0 4px 12px rgba(225, 48, 108, 0.2);
            transition: var(--transition-normal);
        }.wpc-scope-63 .tc-wp-tool-root .profile-image:hover{
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(225, 48, 108, 0.3);
        }.wpc-scope-63 .tc-wp-tool-root .verified-indicator{
            position: absolute;
            bottom: 0;
            right: 0;
            width: 22px;
            height: 22px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 11px;
            border: 2px solid white;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }.wpc-scope-63 .tc-wp-tool-root .profile-info{
            flex: 1;
            min-width: 0;
        }.wpc-scope-63 .tc-wp-tool-root .profile-username{
            font-size: 1.25rem !important;
            font-weight: 700 !important;
            color: var(--text-dark) !important;
            margin-bottom: 0.25rem !important;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }.wpc-scope-63 .tc-wp-tool-root .profile-fullname{
            font-size: 0.95rem;
            color: var(--text-gray);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }.wpc-scope-63 .tc-wp-tool-root .stories-section-header{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1.25rem;
            flex-wrap: wrap;
            gap: 0.5rem;
        }.wpc-scope-63 .tc-wp-tool-root .stories-section-title{
            font-size: 1.1rem !important;
            font-weight: 700 !important;
            color: var(--text-dark) !important;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }.wpc-scope-63 .tc-wp-tool-root .stories-section-title svg{
            width: 20px;
            height: 20px;
            stroke: var(--primary);
            flex-shrink: 0;
        }.wpc-scope-63 .tc-wp-tool-root .stories-count{
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--primary);
            background: rgba(225, 48, 108, 0.1);
            padding: 0.35rem 0.75rem;
            border-radius: 20px;
        }.wpc-scope-63 .tc-wp-tool-root .stories-grid{
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 1.25rem;
        }.wpc-scope-63 .tc-wp-tool-root .story-card{
            background: rgba(255, 255, 255, 0.5);
            border-radius: var(--radius-md);
            overflow: hidden;
            box-shadow: var(--shadow-sm);
            cursor: pointer;
            transition: var(--transition-normal);
            border: var(--border-pink-subtle);
        }.wpc-scope-63 .tc-wp-tool-root .story-card:hover{
            transform: translateY(-4px);
            box-shadow: var(--shadow-md);
        }.wpc-scope-63 .tc-wp-tool-root .story-preview{
            width: 100%;
            aspect-ratio: 9/16;
            overflow: hidden;
            position: relative;
            background: linear-gradient(135deg, rgba(225, 48, 108, 0.1), rgba(131, 58, 180, 0.1));
        }.wpc-scope-63 .tc-wp-tool-root .story-preview img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: var(--transition-normal);
        }.wpc-scope-63 .tc-wp-tool-root .story-card:hover .story-preview img{
            transform: scale(1.05);
        }.wpc-scope-63 .tc-wp-tool-root .story-preview::after{
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.6));
        }.wpc-scope-63 .tc-wp-tool-root .story-type-overlay{
            position: absolute;
            top: 10px;
            right: 10px;
            background: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(4px);
            border-radius: 20px;
            padding: 0.4rem 0.75rem;
            color: white;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            display: flex;
            align-items: center;
            gap: 4px;
            z-index: 2;
        }.wpc-scope-63 .tc-wp-tool-root .story-type-overlay.video{
            background: rgba(225, 48, 108, 0.85);
        }.wpc-scope-63 .tc-wp-tool-root .story-type-overlay.image{
            background: rgba(131, 58, 180, 0.85);
        }.wpc-scope-63 .tc-wp-tool-root .story-timestamp-overlay{
            position: absolute;
            bottom: 10px;
            left: 10px;
            background: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(4px);
            border-radius: 20px;
            padding: 0.4rem 0.75rem;
            color: white;
            font-size: 0.75rem;
            font-weight: 500;
            z-index: 2;
        }.wpc-scope-63 .tc-wp-tool-root .story-meta{
            padding: 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: rgba(255, 255, 255, 0.3);
            border-top: var(--border-pink-subtle);
        }.wpc-scope-63 .tc-wp-tool-root .story-info{
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }.wpc-scope-63 .tc-wp-tool-root .story-info svg{
            width: 16px;
            height: 16px;
            stroke: var(--primary);
            flex-shrink: 0;
        }.wpc-scope-63 .tc-wp-tool-root .story-time{
            font-size: 0.85rem;
            color: var(--text-gray);
        }.wpc-scope-63 .tc-wp-tool-root .error-panel{
            padding: 3rem 2rem;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            background: rgba(220, 53, 69, 0.05);
            border-radius: var(--radius-lg);
            border: 1px solid rgba(220, 53, 69, 0.2);
        }.wpc-scope-63 .tc-wp-tool-root .error-icon{
            width: 60px;
            height: 60px;
            background: rgba(220, 53, 69, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.75rem;
            color: var(--error);
            margin-bottom: 1.5rem;
        }.wpc-scope-63 .tc-wp-tool-root .error-message{
            color: var(--text-gray);
            font-size: 1rem;
            max-width: 300px;
            line-height: 1.5;
            margin-bottom: 1.5rem;
        }.wpc-scope-63 .tc-wp-tool-root .error-action{
            padding: 0.75rem 1.5rem;
            background: linear-gradient(135deg, var(--primary) 0%, var(--purple) 100%);
            color: white;
            border: none;
            border-radius: var(--radius-md);
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            font-size: 0.9rem;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition-normal);
        }.wpc-scope-63 .tc-wp-tool-root .error-action:hover{
            transform: translateY(-2px);
            box-shadow: var(--shadow-md);
        }.wpc-scope-63 .tc-wp-tool-root .no-stories-message{
            padding: 3rem 2rem;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            background: rgba(252, 175, 69, 0.05);
            border-radius: var(--radius-lg);
            border: 1px solid rgba(252, 175, 69, 0.2);
        }.wpc-scope-63 .tc-wp-tool-root .no-stories-icon{
            width: 60px;
            height: 60px;
            background: rgba(252, 175, 69, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
        }.wpc-scope-63 .tc-wp-tool-root .no-stories-icon svg{
            width: 28px;
            height: 28px;
            stroke: var(--yellow);
        }.wpc-scope-63 .tc-wp-tool-root .no-stories-title{
            font-size: 1.25rem !important;
            font-weight: 700 !important;
            color: var(--text-dark) !important;
            margin-bottom: 0.5rem !important;
        }.wpc-scope-63 .tc-wp-tool-root .no-stories-description{
            color: var(--text-gray);
            font-size: 0.95rem;
            max-width: 350px;
            line-height: 1.5;
        }.wpc-scope-63 .tc-wp-tool-root .skeleton-loader{
            display: flex;
            flex-direction: column;
            gap: 1rem;
            padding: 2rem;
        }.wpc-scope-63 .tc-wp-tool-root .skeleton-header{
            display: flex;
            align-items: center;
            gap: 1rem;
        }.wpc-scope-63 .tc-wp-tool-root .skeleton-avatar{
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
            background-size: 200% 100%;
            animation: skeleton-shimmer 1.5s infinite;
        }.wpc-scope-63 .tc-wp-tool-root .skeleton-text{
            height: 12px;
            border-radius: 6px;
            background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
            background-size: 200% 100%;
            animation: skeleton-shimmer 1.5s infinite;
        }.wpc-scope-63 .tc-wp-tool-root .skeleton-text.short{
            width: 100px;
        }.wpc-scope-63 .tc-wp-tool-root .skeleton-text.long{
            width: 150px;
        }.wpc-scope-63 .tc-wp-tool-root .skeleton-media{
            width: 100%;
            aspect-ratio: 9/16;
            max-width: 400px;
            margin: 0 auto;
            border-radius: var(--radius-lg);
            background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
            background-size: 200% 100%;
            animation: skeleton-shimmer 1.5s infinite;
        }@keyframes skeleton-shimmer{
            0% { background-position: 200% 0; }
            100% { background-position: -200% 0; }
        }.wpc-scope-63 .tc-wp-tool-root .story-viewer-inline{
            display: none;
            flex-direction: column;
            background: #000;
            border-radius: var(--radius-xl);
            overflow: hidden;
            max-width: 500px;
            margin: 0 auto;
            width: 100%;
            position: relative;
            z-index: 50;
        }.wpc-scope-63 .tc-wp-tool-root .story-viewer-inline.active{
            display: flex;
        }.wpc-scope-63 .tc-wp-tool-root .inline-story-header{
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.75rem 1rem;
            background: rgba(0, 0, 0, 0.8);
        }.wpc-scope-63 .tc-wp-tool-root .inline-story-user{
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }.wpc-scope-63 .tc-wp-tool-root .inline-story-avatar{
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 2px solid var(--primary);
            object-fit: cover;
        }.wpc-scope-63 .tc-wp-tool-root .inline-story-info{
            display: flex;
            flex-direction: column;
        }.wpc-scope-63 .tc-wp-tool-root .inline-story-username{
            color: white;
            font-size: 0.85rem;
            font-weight: 600;
        }.wpc-scope-63 .tc-wp-tool-root .inline-story-time{
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.7rem;
        }.wpc-scope-63 .tc-wp-tool-root .inline-story-exit{
            width: 32px;
            height: 32px;
            background: rgba(255, 255, 255, 0.15);
            border: none;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: white;
            transition: var(--transition-fast);
        }.wpc-scope-63 .tc-wp-tool-root .inline-story-exit:hover{
            background: rgba(255, 255, 255, 0.25);
        }.wpc-scope-63 .tc-wp-tool-root .inline-progress-track{
            display: flex;
            gap: 4px;
            padding: 0.5rem 1rem;
            background: rgba(0, 0, 0, 0.8);
        }.wpc-scope-63 .tc-wp-tool-root .inline-progress-bar{
            height: 3px;
            flex: 1;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 2px;
            overflow: hidden;
        }.wpc-scope-63 .tc-wp-tool-root .inline-progress-fill{
            height: 100%;
            width: 0;
            background: white;
            border-radius: 2px;
            transition: width 0.1s linear;
        }.wpc-scope-63 .tc-wp-tool-root .inline-progress-bar.completed .inline-progress-fill{
            width: 100%;
        }.wpc-scope-63 .tc-wp-tool-root .inline-media-container{
            position: relative;
            aspect-ratio: 9/16;
            background: #000;
            display: flex;
            align-items: center;
            justify-content: center;
        }.wpc-scope-63 .tc-wp-tool-root .inline-media-container img, .wpc-scope-63 .tc-wp-tool-root .inline-media-container video{
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }.wpc-scope-63 .tc-wp-tool-root .inline-story-controls{
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 1rem;
            display: flex;
            justify-content: center;
            gap: 1rem;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
        }.wpc-scope-63 .tc-wp-tool-root .inline-control-btn{
            width: 48px;
            height: 48px;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: white;
            transition: var(--transition-fast);
        }.wpc-scope-63 .tc-wp-tool-root .inline-control-btn:hover{
            background: rgba(255, 255, 255, 0.3);
            transform: scale(1.05);
        }.wpc-scope-63 .tc-wp-tool-root .inline-control-btn svg{
            width: 20px;
            height: 20px;
        }.wpc-scope-63 .tc-wp-tool-root .inline-nav-overlay{
            position: absolute;
            top: 80px;
            left: 0;
            right: 0;
            bottom: 80px;
            display: flex;
            z-index: 100;
            pointer-events: none;
        }.wpc-scope-63 .tc-wp-tool-root .inline-nav-area{
            flex: 1;
            background: transparent;
            border: none;
            cursor: pointer;
            pointer-events: auto;
            -webkit-tap-highlight-color: transparent;
            outline: none;
            position: relative;
        }.wpc-scope-63 .tc-wp-tool-root .welcome-panel{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 3rem 2rem;
            min-height: 350px;
        }.wpc-scope-63 .tc-wp-tool-root .welcome-illustration{
            width: 120px;
            height: 120px;
            margin-bottom: 2rem;
            position: relative;
        }.wpc-scope-63 .tc-wp-tool-root .welcome-icon{
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, var(--primary) 0%, var(--purple) 100%);
            border-radius: var(--radius-xl);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: var(--shadow-lg);
        }.wpc-scope-63 .tc-wp-tool-root .welcome-icon svg{
            width: 60px;
            height: 60px;
            stroke: white;
        }.wpc-scope-63 .tc-wp-tool-root .welcome-title{
            font-size: 1.75rem !important;
            font-weight: 700 !important;
            color: var(--text-dark) !important;
            margin-bottom: 1rem !important;
        }.wpc-scope-63 .tc-wp-tool-root .welcome-description{
            color: var(--text-gray);
            font-size: 1rem;
            max-width: 450px;
            line-height: 1.6;
            margin-bottom: 2rem;
        }.wpc-scope-63 .tc-wp-tool-root .features-grid{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1rem;
        }.wpc-scope-63 .tc-wp-tool-root .feature-item{
            display: flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.75rem 1rem;
            background: rgba(225, 48, 108, 0.08);
            border-radius: var(--radius-md);
            border: var(--border-pink-subtle);
        }.wpc-scope-63 .tc-wp-tool-root .feature-item svg{
            width: 18px;
            height: 18px;
            stroke: var(--primary);
            flex-shrink: 0;
        }.wpc-scope-63 .tc-wp-tool-root .feature-text{
            font-size: 0.9rem;
            font-weight: 600;
            color: var(--text-dark);
        }.wpc-scope-63 .tc-wp-tool-root .story-player{
            position: fixed;
            top: 5vh;
            left: 0;
            width: 100%;
            height: 80vh;
            background: #000;
            z-index: 999999;
            display: flex;
            flex-direction: column;
        }.wpc-scope-63 .tc-wp-tool-root body .story-player, .wpc-scope-63 .tc-wp-tool-root .elementor .story-player, .wpc-scope-63 .tc-wp-tool-root .divi .story-player{
            transform: none !important;
            isolation: auto !important;
        }.wpc-scope-63 .tc-wp-tool-root .story-player button, .wpc-scope-63 .tc-wp-tool-root .story-player .nav-area, .wpc-scope-63 .tc-wp-tool-root .story-player .control-btn, .wpc-scope-63 .tc-wp-tool-root .story-player .inline-control-btn, .wpc-scope-63 .tc-wp-tool-root .story-player .inline-nav-area, .wpc-scope-63 .tc-wp-tool-root .story-player .inline-story-exit, .wpc-scope-63 .tc-wp-tool-root .story-player .floating-pause-btn{
            display: flex !important;
            padding: 0 !important;
            border: none !important;
            border-radius: unset !important;
            background: transparent !important;
            font-family: unset !important;
            font-size: unset !important;
            font-weight: unset !important;
            line-height: unset !important;
            color: unset !important;
            text-align: unset !important;
            vertical-align: unset !important;
            box-shadow: none !important;
            transition: none !important;
            -webkit-user-select: auto !important;
            -moz-user-select: auto !important;
            user-select: auto !important;
            box-sizing: border-box !important;
            transform: none !important;
            visibility: visible !important;
            opacity: 1 !important;
        }.wpc-scope-63 .tc-wp-tool-root #story-viewer-inline button, .wpc-scope-63 .tc-wp-tool-root #story-viewer-inline .inline-control-btn, .wpc-scope-63 .tc-wp-tool-root #story-viewer-inline .inline-nav-area, .wpc-scope-63 .tc-wp-tool-root #story-viewer-inline .inline-story-exit{
            display: flex !important;
            padding: 0 !important;
            border: none !important;
            border-radius: unset !important;
            background: transparent !important;
            font-family: unset !important;
            font-size: unset !important;
            font-weight: unset !important;
            line-height: unset !important;
            color: unset !important;
            text-align: unset !important;
            vertical-align: unset !important;
            box-shadow: none !important;
            transition: none !important;
            -webkit-user-select: auto !important;
            -moz-user-select: auto !important;
            user-select: auto !important;
            box-sizing: border-box !important;
            transform: none !important;
            visibility: visible !important;
            opacity: 1 !important;
        }.wpc-scope-63 .tc-wp-tool-root .control-btn{
            width: 40px !important;
            height: 40px !important;
            background: rgba(255, 255, 255, 0.15) !important;
            border: 1px solid rgba(255, 255, 255, 0.2) !important;
            border-radius: 50% !important;
            transition: var(--transition-fast) !important;
        }.wpc-scope-63 .tc-wp-tool-root .inline-control-btn{
            width: 48px !important;
            height: 48px !important;
            background: rgba(255, 255, 255, 0.2) !important;
            border: 1px solid rgba(255, 255, 255, 0.3) !important;
            border-radius: 50% !important;
            transition: var(--transition-fast) !important;
        }.wpc-scope-63 .tc-wp-tool-root .instagram-story-viewer-wrapper{
            position: relative;
            z-index: 1;
        }.wpc-scope-63 .tc-wp-tool-root body .story-player, .wpc-scope-63 .tc-wp-tool-root html body .story-player, .wpc-scope-63 .tc-wp-tool-root .elementor .story-player, .wpc-scope-63 .tc-wp-tool-root .divi .story-player{
            z-index: 999999 !important;
            position: fixed !important;
            transform: none !important;
            isolation: auto !important;
        }.wpc-scope-63 .tc-wp-tool-root body .story-player .nav-area, .wpc-scope-63 .tc-wp-tool-root html body .story-player .nav-area{
            z-index: 999999 !important;
            pointer-events: auto !important;
            position: relative !important;
        }.wpc-scope-63 .tc-wp-tool-root .story-control-bar{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            padding: 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
            z-index: 200;
        }.wpc-scope-63 .tc-wp-tool-root .story-user-data{
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }.wpc-scope-63 .tc-wp-tool-root .story-user-image{
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 0.8);
            object-fit: cover;
        }.wpc-scope-63 .tc-wp-tool-root .story-username{
            font-size: 0.95rem;
            color: white;
            font-weight: 600;
        }.wpc-scope-63 .tc-wp-tool-root .story-timestamp{
            font-size: 0.8rem;
            color: rgba(255, 255, 255, 0.8);
        }.wpc-scope-63 .tc-wp-tool-root .story-actions{
            display: flex;
            gap: 0.5rem;
        }.wpc-scope-63 .tc-wp-tool-root .control-btn{
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: var(--transition-fast);
            color: white;
            padding: 0;
        }.wpc-scope-63 .tc-wp-tool-root .control-btn:hover{
            background: rgba(255, 255, 255, 0.25);
            transform: scale(1.05);
        }.wpc-scope-63 .tc-wp-tool-root .control-btn svg{
            width: 18px;
            height: 18px;
        }.wpc-scope-63 .tc-wp-tool-root .progress-track{
            position: absolute;
            top: 70px;
            left: 0;
            right: 0;
            padding: 0 1rem;
            display: flex;
            gap: 6px;
            z-index: 150;
        }.wpc-scope-63 .tc-wp-tool-root .progress-indicator{
            height: 3px;
            flex: 1;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 3px;
            overflow: hidden;
        }.wpc-scope-63 .tc-wp-tool-root .progress-fill{
            height: 100%;
            width: 0;
            background: white;
            border-radius: 3px;
            transition: width 0.1s linear;
        }.wpc-scope-63 .tc-wp-tool-root .progress-indicator.completed .progress-fill{
            width: 100%;
        }.wpc-scope-63 .tc-wp-tool-root .media-container{
            flex: 1 !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            background: #000 !important;
            position: relative !important;
            transform: none !important;
        }.wpc-scope-63 .tc-wp-tool-root .media-container img, .wpc-scope-63 .tc-wp-tool-root .media-container video{
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            z-index: 1;
            position: relative;
        }.wpc-scope-63 .tc-wp-tool-root .media-container video{
            z-index: 1 !important;
        }.wpc-scope-63 .tc-wp-tool-root .navigation-overlay{
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            display: flex !important;
            z-index: 9999 !important;
            pointer-events: none !important;
        }.wpc-scope-63 .tc-wp-tool-root .nav-area{
            flex: 1 !important;
            background: transparent !important;
            border: none !important;
            cursor: pointer !important;
            position: relative !important;
            pointer-events: auto !important;
            -webkit-tap-highlight-color: transparent !important;
            outline: none !important;
            min-height: 100% !important;
            z-index: 10000 !important;
        }.wpc-scope-63 .tc-wp-tool-root .nav-indicator{
            position: absolute !important;
            top: 50% !important;
            width: 56px !important;
            height: 56px !important;
            border-radius: 50% !important;
            background: rgba(0, 0, 0, 0.6) !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            opacity: 1 !important;
            transition: var(--transition-fast) !important;
            border: 3px solid rgba(255, 255, 255, 0.9) !important;
            color: white !important;
            pointer-events: none !important;
            z-index: 10001 !important;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6), 0 0 0 2px rgba(225, 48, 108, 0.5) !important;
            
            will-change: opacity, transform !important;
        }.wpc-scope-63 .tc-wp-tool-root .elementor .nav-indicator, .wpc-scope-63 .tc-wp-tool-root .divi .nav-indicator, .wpc-scope-63 .tc-wp-tool-root body .nav-indicator{
            transform: none !important;
            top: auto !important;
            bottom: 50% !important;
            margin-bottom: -28px !important;
            opacity: 1 !important;
            display: flex !important;
            visibility: visible !important;
        }.wpc-scope-63 .tc-wp-tool-root .nav-indicator svg{
            width: 24px;
            height: 24px;
            stroke: #fff;
            stroke-width: 3;
        }.wpc-scope-63 .tc-wp-tool-root .prev-area .nav-indicator, .wpc-scope-63 .tc-wp-tool-root .inline-prev-area .nav-indicator{
            left: 20px !important;
        }.wpc-scope-63 .tc-wp-tool-root .next-area .nav-indicator, .wpc-scope-63 .tc-wp-tool-root .inline-next-area .nav-indicator{
            right: 20px !important;
        }.wpc-scope-63 .tc-wp-tool-root body .nav-area:hover .nav-indicator, .wpc-scope-63 .tc-wp-tool-root body .nav-area:focus .nav-indicator, .wpc-scope-63 .tc-wp-tool-root body .nav-area:active .nav-indicator{
            opacity: 1 !important;
            background: rgba(225, 48, 108, 0.8) !important;
            border-color: rgba(255, 255, 255, 1) !important;
            box-shadow: 0 4px 20px rgba(225, 48, 108, 0.6), 0 0 0 3px rgba(255, 255, 255, 0.8) !important;
            transform: scale(1.1) !important;
        }@media (hover: none) and (pointer: coarse){.tc-wp-tool-root .nav-indicator{
                opacity: 0.8 !important;
                width: 44px !important;
                height: 44px !important;
                margin-bottom: -22px !important;
                display: flex !important;
            }}.wpc-scope-63 .tc-wp-tool-root .toast-container{
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 1001;
            display: flex;
            flex-direction: column;
            gap: 10px;
            max-width: calc(100% - 40px);
        }.wpc-scope-63 .tc-wp-tool-root .toast{
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border: var(--border-pink-subtle);
            border-radius: var(--radius-md);
            padding: 1rem 1.25rem;
            color: var(--text-dark);
            font-size: 0.9rem;
            font-weight: 500;
            box-shadow: var(--shadow-lg);
            transform: translateX(120%);
            opacity: 0;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 0.75rem;
            min-width: 280px;
            max-width: 350px;
        }.wpc-scope-63 .tc-wp-tool-root .toast.show{
            transform: translateX(0);
            opacity: 1;
        }.wpc-scope-63 .tc-wp-tool-root .toast.success{
            border-left: 3px solid var(--success);
        }.wpc-scope-63 .tc-wp-tool-root .toast.error{
            border-left: 3px solid var(--error);
        }.wpc-scope-63 .tc-wp-tool-root .toast.info{
            border-left: 3px solid var(--blue);
        }.wpc-scope-63 .tc-wp-tool-root .toast-icon{
            width: 20px;
            height: 20px;
            flex-shrink: 0;
        }.wpc-scope-63 .tc-wp-tool-root .toast-message{
            flex: 1;
            line-height: 1.4;
        }.wpc-scope-63 .tc-wp-tool-root .toast-close{
            background: none;
            border: none;
            color: var(--text-gray);
            cursor: pointer;
            padding: 0;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: var(--transition-fast);
            flex-shrink: 0;
        }.wpc-scope-63 .tc-wp-tool-root .toast-close:hover{
            color: var(--text-dark);
        }@media (max-width: 1024px){.tc-wp-tool-root .instagram-story-viewer-wrapper{
                padding: 1.5rem 1rem;
            }.tc-wp-tool-root .main-title{
                font-size: 2rem !important;
            }.tc-wp-tool-root .stories-grid{
                grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            }}@media (max-width: 768px){.tc-wp-tool-root .instagram-story-viewer-wrapper{
                padding: 1rem;
            }.tc-wp-tool-root .main-title{
                font-size: 1.75rem !important;
            }.tc-wp-tool-root .subtitle{
                font-size: 1rem;
            }.tc-wp-tool-root .input-section, .tc-wp-tool-root .output-section{
                padding: 1.5rem;
            }.tc-wp-tool-root .input-row{
                flex-direction: column;
            }.tc-wp-tool-root #search-btn{
                width: 100%;
            }.tc-wp-tool-root .profile-header{
                padding: 1rem;
            }.tc-wp-tool-root .profile-image{
                width: 60px;
                height: 60px;
            }.tc-wp-tool-root .stories-grid{
                grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
                gap: 1rem;
            }.tc-wp-tool-root .story-preview{
                aspect-ratio: 3/4;
            }.tc-wp-tool-root .welcome-panel{
                padding: 2rem 1rem;
            }.tc-wp-tool-root .welcome-title{
                font-size: 1.5rem !important;
            }.tc-wp-tool-root .features-grid{
                flex-direction: column;
                align-items: stretch;
            }.tc-wp-tool-root .feature-item{
                justify-content: center;
            }.tc-wp-tool-root .story-control-bar{
                padding: 0.75rem;
            }.tc-wp-tool-root .progress-track{
                top: 60px;
            }.tc-wp-tool-root .toast-container{
                left: 20px;
                right: 20px;
            }.tc-wp-tool-root .toast{
                min-width: unset;
                max-width: unset;
                width: 100%;
            }}@media (max-width: 480px){.tc-wp-tool-root .instagram-story-viewer-wrapper{
                padding: 0.75rem;
            }.tc-wp-tool-root .main-title{
                font-size: 1.5rem !important;
            }.tc-wp-tool-root .subtitle{
                font-size: 0.9rem;
            }.tc-wp-tool-root .input-section, .tc-wp-tool-root .output-section{
                padding: 1.25rem;
                border-radius: var(--radius-lg);
            }.tc-wp-tool-root .header-section{
                margin-bottom: 1.5rem;
            }.tc-wp-tool-root .form-label{
                font-size: 0.95rem;
            }.tc-wp-tool-root #username-input{
                padding: 0.875rem 1rem;
                font-size: 16px; 
            }.tc-wp-tool-root #search-btn{
                padding: 0.875rem 1.5rem;
                font-size: 0.95rem;
            }.tc-wp-tool-root .profile-username{
                font-size: 1.1rem !important;
            }.tc-wp-tool-root .profile-fullname{
                font-size: 0.85rem;
            }.tc-wp-tool-root .stories-section-title{
                font-size: 1rem !important;
            }.tc-wp-tool-root .stories-grid{
                grid-template-columns: repeat(2, 1fr);
                gap: 0.75rem;
            }.tc-wp-tool-root .story-meta{
                padding: 0.75rem;
            }.tc-wp-tool-root .story-time{
                font-size: 0.75rem;
            }.tc-wp-tool-root .welcome-title{
                font-size: 1.25rem !important;
            }.tc-wp-tool-root .welcome-description{
                font-size: 0.9rem;
            }.tc-wp-tool-root .welcome-illustration{
                width: 100px;
                height: 100px;
            }.tc-wp-tool-root .welcome-icon svg{
                width: 50px;
                height: 50px;
            }.tc-wp-tool-root .feature-item{
                padding: 0.625rem 0.875rem;
            }.tc-wp-tool-root .feature-text{
                font-size: 0.85rem;
            }.tc-wp-tool-root .loading-state{
                padding: 3rem 1rem;
            }.tc-wp-tool-root .error-panel, .tc-wp-tool-root .no-stories-message{
                padding: 2rem 1rem;
            }.tc-wp-tool-root .error-icon, .tc-wp-tool-root .no-stories-icon{
                width: 50px;
                height: 50px;
                font-size: 1.5rem;
            }.tc-wp-tool-root .no-stories-icon svg{
                width: 24px;
                height: 24px;
            }.tc-wp-tool-root .error-message, .tc-wp-tool-root .no-stories-description{
                font-size: 0.9rem;
            }.tc-wp-tool-root .control-btn{
                width: 36px;
                height: 36px;
            }.tc-wp-tool-root .control-btn svg{
                width: 16px;
                height: 16px;
            }.tc-wp-tool-root .story-user-image{
                width: 36px;
                height: 36px;
            }.tc-wp-tool-root .story-username{
                font-size: 0.85rem;
            }.tc-wp-tool-root .story-timestamp{
                font-size: 0.7rem;
            }.tc-wp-tool-root .nav-indicator{
                width: 48px;
                height: 48px;
                margin-bottom: -24px;
            }.tc-wp-tool-root .nav-indicator svg{
                width: 22px;
                height: 22px;
            }.tc-wp-tool-root .prev-area .nav-indicator, .tc-wp-tool-root .inline-prev-area .nav-indicator{
                left: 10px !important;
            }.tc-wp-tool-root .next-area .nav-indicator, .tc-wp-tool-root .inline-next-area .nav-indicator{
                right: 10px !important;
            }@media (hover: none) and (pointer: coarse) {.tc-wp-tool-root .nav-indicator{
                    opacity: 1 !important;
                    width: 48px !important;
                    height: 48px !important;
                    margin-bottom: -24px !important;
                    display: flex !important;
                }}}@media (max-width: 360px){.tc-wp-tool-root .main-title{
                font-size: 1.35rem !important;
            }.tc-wp-tool-root .stories-grid{
                grid-template-columns: 1fr;
            }.tc-wp-tool-root .story-preview{
                aspect-ratio: 9/16;
            }}.wpc-scope-63 .tc-wp-tool-root *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wpc-scope-63 .tc-wp-tool-root{
    --primary: #e93475;
    --primary-dark: #b82478;
    --secondary: #ff8a3d;
    --purple: #7437c8;
    --purple-light: #a23ad6;
    --yellow: #ffbf4d;
    --blue: #3f67f2;
    --gradient-start: #ff3f83;
    --gradient-mid: #a23ad6;
    --gradient-end: #ff8a3d;
    --orange-accent: #ff7a35;
    --success: #16a36a;
    --warning: #f6a800;
    --error: #df3452;
    --text-dark: #171827;
    --text-gray: #606579;
    --text-muted: #9aa0b5;
    --text-white: #ffffff;
    --bg-page: linear-gradient(145deg, #fff7fb 0%, #f8f4ff 42%, #fff8f0 100%);
    --card-bg: rgba(255, 255, 255, 0.78);
    --input-bg: rgba(255, 255, 255, 0.96);
    --border-pink-subtle: 1px solid rgba(233, 52, 117, 0.16);
    --border-pink-focus: 2px solid rgba(233, 52, 117, 0.42);
    --shadow-sm: 0 8px 22px rgba(35, 18, 63, 0.06);
    --shadow-md: 0 18px 46px rgba(35, 18, 63, 0.1);
    --shadow-lg: 0 26px 70px rgba(35, 18, 63, 0.16);
    --shadow-glow: 0 0 0 5px rgba(233, 52, 117, 0.1), 0 16px 36px rgba(233, 52, 117, 0.24);
    --radius-sm: 10px;
    --radius-md: 14px;
    --radius-lg: 18px;
    --radius-xl: 26px;
    --transition-fast: all 0.18s ease;
    --transition-normal: all 0.28s ease;
}.wpc-scope-63 .tc-wp-tool-root .instagram-story-viewer-wrapper{
    position: relative;
    z-index: 1;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background:
        radial-gradient(circle at 8% 4%, rgba(255, 63, 131, 0.18) 0%, transparent 29%),
        radial-gradient(circle at 95% 8%, rgba(116, 55, 200, 0.14) 0%, transparent 28%),
        radial-gradient(circle at 12% 92%, rgba(255, 138, 61, 0.16) 0%, transparent 30%),
        var(--bg-page);
    min-height: 100vh;
    padding: clamp(1rem, 3vw, 3rem) 1rem;
    overflow-x: hidden;
    color: var(--text-dark);
}.wpc-scope-63 .tc-wp-tool-root .container{
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
}.wpc-scope-63 .tc-wp-tool-root .hidden{
    display: none !important;
}.wpc-scope-63 .tc-wp-tool-root .header-section{
    text-align: center;
    margin-bottom: clamp(1.5rem, 4vw, 3rem);
    padding: 0 1rem;
}.wpc-scope-63 .tc-wp-tool-root .main-title{
    font-size: clamp(1.85rem, 4vw, 3.25rem) !important;
    font-weight: 850 !important;
    background: linear-gradient(120deg, var(--primary) 0%, var(--purple) 48%, var(--secondary) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    letter-spacing: 0 !important;
    margin-bottom: 1rem !important;
    line-height: 1.12 !important;
}.wpc-scope-63 .tc-wp-tool-root .subtitle{
    font-size: clamp(0.98rem, 1.7vw, 1.15rem);
    color: var(--text-gray);
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.65;
}.wpc-scope-63 .tc-wp-tool-root .input-section, .wpc-scope-63 .tc-wp-tool-root .output-section{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.68));
    border-radius: var(--radius-xl);
    padding: clamp(1.25rem, 3vw, 2.25rem);
    box-shadow: var(--shadow-md);
    border: var(--border-pink-subtle);
    backdrop-filter: blur(18px);
}.wpc-scope-63 .tc-wp-tool-root .input-section{
    margin-bottom: 1.5rem;
}.wpc-scope-63 .tc-wp-tool-root .output-section{
    min-height: 400px;
}.wpc-scope-63 .tc-wp-tool-root .input-wrapper{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.wpc-scope-63 .tc-wp-tool-root .form-label{
    font-size: 1rem;
    font-weight: 750;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    gap: 0.55rem;
}.wpc-scope-63 .tc-wp-tool-root .form-label svg, .wpc-scope-63 .tc-wp-tool-root .stories-section-title svg, .wpc-scope-63 .tc-wp-tool-root .story-info svg, .wpc-scope-63 .tc-wp-tool-root .feature-item svg{
    flex-shrink: 0;
    stroke: var(--primary);
}.wpc-scope-63 .tc-wp-tool-root .form-label svg, .wpc-scope-63 .tc-wp-tool-root .stories-section-title svg{
    width: 20px;
    height: 20px;
}.wpc-scope-63 .tc-wp-tool-root .input-row{
    display: flex;
    gap: 1rem;
    align-items: stretch;
    flex-wrap: wrap;
}.wpc-scope-63 .tc-wp-tool-root .input-group{
    position: relative;
    flex: 1;
    min-width: min(100%, 220px);
}.wpc-scope-63 .tc-wp-tool-root #username-input{
    width: 100%;
    min-height: 58px;
    padding: 1rem 3rem 1rem 1.15rem;
    background: var(--input-bg);
    border: 1px solid rgba(116, 55, 200, 0.16);
    border-radius: var(--radius-lg);
    color: var(--text-dark);
    font-family: inherit;
    font-size: 1rem;
    transition: var(--transition-normal);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 8px 24px rgba(34, 20, 59, 0.05);
}.wpc-scope-63 .tc-wp-tool-root #username-input:hover{
    border-color: rgba(233, 52, 117, 0.32);
    box-shadow: 0 12px 28px rgba(34, 20, 59, 0.07);
}.wpc-scope-63 .tc-wp-tool-root #username-input:focus{
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 5px rgba(233, 52, 117, 0.12), 0 14px 34px rgba(34, 20, 59, 0.08);
}.wpc-scope-63 .tc-wp-tool-root #username-input::placeholder{
    color: var(--text-muted);
}.wpc-scope-63 .tc-wp-tool-root .input-icon{
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    pointer-events: none;
}.wpc-scope-63 .tc-wp-tool-root #search-btn, .wpc-scope-63 .tc-wp-tool-root .error-action{
    background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-mid) 52%, var(--gradient-end) 100%);
    color: var(--text-white);
    border: none;
    border-radius: var(--radius-lg);
    font-family: inherit;
    font-weight: 760;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    transition: var(--transition-normal);
    box-shadow: 0 14px 34px rgba(233, 52, 117, 0.24);
    white-space: nowrap;
}.wpc-scope-63 .tc-wp-tool-root #search-btn{
    min-height: 58px;
    padding: 1rem 2rem;
    font-size: 1rem;
}.wpc-scope-63 .tc-wp-tool-root #search-btn:hover, .wpc-scope-63 .tc-wp-tool-root .error-action:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow);
    filter: saturate(1.05);
}.wpc-scope-63 .tc-wp-tool-root #search-btn:active, .wpc-scope-63 .tc-wp-tool-root .error-action:active{
    transform: translateY(0);
}.wpc-scope-63 .tc-wp-tool-root #search-btn:focus-visible, .wpc-scope-63 .tc-wp-tool-root .error-action:focus-visible, .wpc-scope-63 .tc-wp-tool-root .control-btn:focus-visible, .wpc-scope-63 .tc-wp-tool-root .inline-control-btn:focus-visible, .wpc-scope-63 .tc-wp-tool-root .inline-story-exit:focus-visible, .wpc-scope-63 .tc-wp-tool-root .toast-close:focus-visible, .wpc-scope-63 .tc-wp-tool-root .nav-area:focus-visible, .wpc-scope-63 .tc-wp-tool-root .inline-nav-area:focus-visible{
    outline: 3px solid rgba(233, 52, 117, 0.28);
    outline-offset: 3px;
}.wpc-scope-63 .tc-wp-tool-root .loading-state{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(2.5rem, 7vw, 5rem) 1rem;
}.wpc-scope-63 .tc-wp-tool-root .spinner{
    width: 54px;
    height: 54px;
    border: 4px solid rgba(233, 52, 117, 0.14);
    border-top-color: var(--primary);
    border-right-color: var(--secondary);
    border-radius: 50%;
    margin-bottom: 1.5rem;
    animation: spinner-rotate 0.85s linear infinite;
}@keyframes spinner-rotate{
    to {
        transform: rotate(360deg);
    }
}.wpc-scope-63 .tc-wp-tool-root .loading-text{
    color: var(--text-gray);
    font-size: 1rem;
    font-weight: 650;
}.wpc-scope-63 .tc-wp-tool-root .profile-data{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.wpc-scope-63 .tc-wp-tool-root .profile-header{
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.35rem;
    background: rgba(255, 255, 255, 0.64);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: var(--border-pink-subtle);
    transition: var(--transition-normal);
}.wpc-scope-63 .tc-wp-tool-root .profile-header:hover{
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}.wpc-scope-63 .tc-wp-tool-root .profile-image-container{
    position: relative;
    flex-shrink: 0;
}.wpc-scope-63 .tc-wp-tool-root .profile-image{
    width: 74px;
    height: 74px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(135deg, var(--primary), var(--purple), var(--secondary)) border-box;
    box-shadow: 0 10px 26px rgba(233, 52, 117, 0.22);
    transition: var(--transition-normal);
}.wpc-scope-63 .tc-wp-tool-root .profile-image:hover{
    transform: scale(1.045);
}.wpc-scope-63 .tc-wp-tool-root .verified-indicator{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, var(--blue), var(--primary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    border: 2px solid white;
    box-shadow: 0 4px 12px rgba(31, 35, 58, 0.16);
}.wpc-scope-63 .tc-wp-tool-root .profile-info{
    flex: 1;
    min-width: 0;
}.wpc-scope-63 .tc-wp-tool-root .profile-username{
    font-size: 1.28rem !important;
    font-weight: 780 !important;
    color: var(--text-dark) !important;
    margin-bottom: 0.25rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.wpc-scope-63 .tc-wp-tool-root .profile-fullname{
    font-size: 0.95rem;
    color: var(--text-gray);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.wpc-scope-63 .tc-wp-tool-root .stories-section-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
    gap: 0.75rem;
}.wpc-scope-63 .tc-wp-tool-root .stories-section-title{
    font-size: 1.12rem !important;
    font-weight: 780 !important;
    color: var(--text-dark) !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}.wpc-scope-63 .tc-wp-tool-root .stories-count{
    font-size: 0.85rem;
    font-weight: 760;
    color: var(--primary-dark);
    background: rgba(233, 52, 117, 0.1);
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(233, 52, 117, 0.12);
}.wpc-scope-63 .tc-wp-tool-root .stories-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 1.25rem;
}.wpc-scope-63 .tc-wp-tool-root .story-card{
    background: rgba(255, 255, 255, 0.66);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    transition: var(--transition-normal);
    border: var(--border-pink-subtle);
}.wpc-scope-63 .tc-wp-tool-root .story-card:hover{
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: rgba(233, 52, 117, 0.28);
}.wpc-scope-63 .tc-wp-tool-root .story-preview{
    width: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(233, 52, 117, 0.12), rgba(116, 55, 200, 0.12));
}.wpc-scope-63 .tc-wp-tool-root .story-preview img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-normal);
}.wpc-scope-63 .tc-wp-tool-root .story-card:hover .story-preview img{
    transform: scale(1.055);
}.wpc-scope-63 .tc-wp-tool-root .story-preview::after{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(10, 10, 18, 0.72));
}.wpc-scope-63 .tc-wp-tool-root .story-type-overlay, .wpc-scope-63 .tc-wp-tool-root .story-timestamp-overlay{
    position: absolute;
    background: rgba(13, 14, 24, 0.62);
    backdrop-filter: blur(10px);
    border-radius: 999px;
    padding: 0.42rem 0.72rem;
    color: white;
    font-size: 0.72rem;
    font-weight: 760;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.16);
}.wpc-scope-63 .tc-wp-tool-root .story-type-overlay{
    top: 10px;
    right: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 4px;
}.wpc-scope-63 .tc-wp-tool-root .story-type-overlay.video{
    background: rgba(233, 52, 117, 0.9);
}.wpc-scope-63 .tc-wp-tool-root .story-type-overlay.image{
    background: rgba(116, 55, 200, 0.9);
}.wpc-scope-63 .tc-wp-tool-root .story-timestamp-overlay{
    bottom: 10px;
    left: 10px;
    font-weight: 650;
}.wpc-scope-63 .tc-wp-tool-root .story-meta{
    padding: 0.95rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.46);
    border-top: var(--border-pink-subtle);
}.wpc-scope-63 .tc-wp-tool-root .story-info{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}.wpc-scope-63 .tc-wp-tool-root .story-info svg{
    width: 16px;
    height: 16px;
}.wpc-scope-63 .tc-wp-tool-root .story-time{
    font-size: 0.85rem;
    color: var(--text-gray);
}.wpc-scope-63 .tc-wp-tool-root .error-panel, .wpc-scope-63 .tc-wp-tool-root .no-stories-message{
    padding: clamp(2rem, 5vw, 3.25rem) 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: var(--radius-lg);
}.wpc-scope-63 .tc-wp-tool-root .error-panel{
    background: linear-gradient(180deg, rgba(223, 52, 82, 0.08), rgba(255, 255, 255, 0.45));
    border: 1px solid rgba(223, 52, 82, 0.2);
}.wpc-scope-63 .tc-wp-tool-root .error-icon, .wpc-scope-63 .tc-wp-tool-root .no-stories-icon{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.35rem;
    box-shadow: var(--shadow-sm);
}.wpc-scope-63 .tc-wp-tool-root .error-icon{
    background: rgba(223, 52, 82, 0.12);
    font-size: 1.75rem;
    font-weight: 850;
    color: var(--error);
}.wpc-scope-63 .tc-wp-tool-root .error-message{
    color: var(--text-gray);
    font-size: 1rem;
    max-width: 340px;
    line-height: 1.55;
    margin-bottom: 1.5rem;
}.wpc-scope-63 .tc-wp-tool-root .error-action{
    padding: 0.78rem 1.55rem;
    font-size: 0.92rem;
}.wpc-scope-63 .tc-wp-tool-root .no-stories-message{
    background: linear-gradient(180deg, rgba(255, 191, 77, 0.09), rgba(255, 255, 255, 0.45));
    border: 1px solid rgba(255, 191, 77, 0.24);
}.wpc-scope-63 .tc-wp-tool-root .no-stories-icon{
    background: rgba(255, 191, 77, 0.14);
}.wpc-scope-63 .tc-wp-tool-root .no-stories-icon svg{
    width: 28px;
    height: 28px;
    stroke: var(--warning);
}.wpc-scope-63 .tc-wp-tool-root .no-stories-title{
    font-size: 1.28rem !important;
    font-weight: 780 !important;
    color: var(--text-dark) !important;
    margin-bottom: 0.55rem !important;
}.wpc-scope-63 .tc-wp-tool-root .no-stories-description{
    color: var(--text-gray);
    font-size: 0.95rem;
    max-width: 390px;
    line-height: 1.55;
}.wpc-scope-63 .tc-wp-tool-root .skeleton-loader{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
}.wpc-scope-63 .tc-wp-tool-root .skeleton-header{
    display: flex;
    align-items: center;
    gap: 1rem;
}.wpc-scope-63 .tc-wp-tool-root .skeleton-avatar, .wpc-scope-63 .tc-wp-tool-root .skeleton-text, .wpc-scope-63 .tc-wp-tool-root .skeleton-media{
    background: linear-gradient(90deg, rgba(233, 52, 117, 0.08) 25%, rgba(116, 55, 200, 0.12) 50%, rgba(233, 52, 117, 0.08) 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.35s infinite;
}.wpc-scope-63 .tc-wp-tool-root .skeleton-avatar{
    width: 42px;
    height: 42px;
    border-radius: 50%;
}.wpc-scope-63 .tc-wp-tool-root .skeleton-text{
    height: 12px;
    border-radius: 999px;
}.wpc-scope-63 .tc-wp-tool-root .skeleton-text.short{
    width: 100px;
}.wpc-scope-63 .tc-wp-tool-root .skeleton-text.long{
    width: 150px;
}.wpc-scope-63 .tc-wp-tool-root .skeleton-media{
    width: 100%;
    aspect-ratio: 9 / 16;
    max-width: 400px;
    margin: 0 auto;
    border-radius: var(--radius-lg);
}@keyframes skeleton-shimmer{
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}.wpc-scope-63 .tc-wp-tool-root .story-viewer-inline{
    display: none;
    flex-direction: column;
    background: #050507;
    border-radius: var(--radius-xl);
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 50;
    box-shadow: var(--shadow-lg);
}.wpc-scope-63 .tc-wp-tool-root .story-viewer-inline.active{
    display: flex;
}.wpc-scope-63 .tc-wp-tool-root .inline-story-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 1rem;
    background: rgba(0, 0, 0, 0.82);
}.wpc-scope-63 .tc-wp-tool-root .inline-story-user{
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-width: 0;
}.wpc-scope-63 .tc-wp-tool-root .inline-story-avatar{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid var(--primary);
    object-fit: cover;
    flex-shrink: 0;
}.wpc-scope-63 .tc-wp-tool-root .inline-story-info{
    display: flex;
    flex-direction: column;
    min-width: 0;
}.wpc-scope-63 .tc-wp-tool-root .inline-story-username{
    color: white;
    font-size: 0.86rem;
    font-weight: 720;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.wpc-scope-63 .tc-wp-tool-root .inline-story-time{
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
}.wpc-scope-63 .tc-wp-tool-root .inline-story-exit{
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    transition: var(--transition-fast);
    flex-shrink: 0;
}.wpc-scope-63 .tc-wp-tool-root .inline-story-exit:hover{
    background: rgba(255, 255, 255, 0.24);
    transform: scale(1.04);
}.wpc-scope-63 .tc-wp-tool-root .inline-progress-track{
    display: flex;
    gap: 4px;
    padding: 0.55rem 1rem;
    background: rgba(0, 0, 0, 0.82);
}.wpc-scope-63 .tc-wp-tool-root .inline-progress-bar{
    height: 3px;
    flex: 1;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    overflow: hidden;
}.wpc-scope-63 .tc-wp-tool-root .inline-progress-fill{
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, white, rgba(255, 255, 255, 0.78));
    border-radius: 999px;
    transition: width 0.1s linear;
}.wpc-scope-63 .tc-wp-tool-root .inline-progress-bar.completed .inline-progress-fill{
    width: 100%;
}.wpc-scope-63 .tc-wp-tool-root .inline-media-container{
    position: relative;
    aspect-ratio: 9 / 16;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}.wpc-scope-63 .tc-wp-tool-root .inline-media-container img, .wpc-scope-63 .tc-wp-tool-root .inline-media-container video{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}.wpc-scope-63 .tc-wp-tool-root .inline-story-controls{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    display: flex;
    justify-content: center;
    gap: 0.9rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72), transparent);
}.wpc-scope-63 .tc-wp-tool-root .inline-control-btn, .wpc-scope-63 .tc-wp-tool-root .control-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    padding: 0;
    border-radius: 50%;
    transition: var(--transition-fast);
}.wpc-scope-63 .tc-wp-tool-root .inline-control-btn{
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}.wpc-scope-63 .tc-wp-tool-root .inline-control-btn:hover, .wpc-scope-63 .tc-wp-tool-root .control-btn:hover{
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.06);
}.wpc-scope-63 .tc-wp-tool-root .inline-control-btn svg{
    width: 20px;
    height: 20px;
}.wpc-scope-63 .tc-wp-tool-root .inline-nav-overlay{
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 80px;
    display: flex;
    z-index: 100;
    pointer-events: none;
}.wpc-scope-63 .tc-wp-tool-root .inline-nav-area, .wpc-scope-63 .tc-wp-tool-root .nav-area{
    flex: 1;
    background: transparent;
    border: none;
    cursor: pointer;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    position: relative;
}.wpc-scope-63 .tc-wp-tool-root .welcome-panel{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: clamp(2rem, 5vw, 3.5rem) 1rem;
    min-height: 350px;
}.wpc-scope-63 .tc-wp-tool-root .welcome-illustration{
    width: 124px;
    height: 124px;
    margin-bottom: 2rem;
    position: relative;
}.wpc-scope-63 .tc-wp-tool-root .welcome-icon{
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary), var(--purple) 58%, var(--secondary));
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg), 0 0 0 10px rgba(233, 52, 117, 0.08);
}.wpc-scope-63 .tc-wp-tool-root .welcome-icon svg{
    width: 60px;
    height: 60px;
    stroke: white;
}.wpc-scope-63 .tc-wp-tool-root .welcome-title{
    font-size: clamp(1.35rem, 3vw, 1.85rem) !important;
    font-weight: 800 !important;
    color: var(--text-dark) !important;
    margin-bottom: 0.85rem !important;
}.wpc-scope-63 .tc-wp-tool-root .welcome-description{
    color: var(--text-gray);
    font-size: 1rem;
    max-width: 470px;
    line-height: 1.65;
    margin-bottom: 2rem;
}.wpc-scope-63 .tc-wp-tool-root .features-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
}.wpc-scope-63 .tc-wp-tool-root .feature-item{
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.78rem 1rem;
    background: rgba(255, 255, 255, 0.64);
    border-radius: var(--radius-md);
    border: var(--border-pink-subtle);
    box-shadow: var(--shadow-sm);
    transition: var(--transition-normal);
}.wpc-scope-63 .tc-wp-tool-root .feature-item:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}.wpc-scope-63 .tc-wp-tool-root .feature-item svg{
    width: 18px;
    height: 18px;
}.wpc-scope-63 .tc-wp-tool-root .feature-text{
    font-size: 0.9rem;
    font-weight: 720;
    color: var(--text-dark);
}.wpc-scope-63 .tc-wp-tool-root .story-player{
    position: fixed;
    top: 5vh;
    left: 0;
    width: 100%;
    height: 80vh;
    background: #000;
    z-index: 999999;
    display: flex;
    flex-direction: column;
}.wpc-scope-63 .tc-wp-tool-root body .story-player, .wpc-scope-63 .tc-wp-tool-root .elementor .story-player, .wpc-scope-63 .tc-wp-tool-root .divi .story-player{
    transform: none !important;
    isolation: auto !important;
}.wpc-scope-63 .tc-wp-tool-root .story-player button, .wpc-scope-63 .tc-wp-tool-root .story-player .nav-area, .wpc-scope-63 .tc-wp-tool-root .story-player .control-btn, .wpc-scope-63 .tc-wp-tool-root .story-player .inline-control-btn, .wpc-scope-63 .tc-wp-tool-root .story-player .inline-nav-area, .wpc-scope-63 .tc-wp-tool-root .story-player .inline-story-exit, .wpc-scope-63 .tc-wp-tool-root .story-player .floating-pause-btn, .wpc-scope-63 .tc-wp-tool-root #story-viewer-inline button, .wpc-scope-63 .tc-wp-tool-root #story-viewer-inline .inline-control-btn, .wpc-scope-63 .tc-wp-tool-root #story-viewer-inline .inline-nav-area, .wpc-scope-63 .tc-wp-tool-root #story-viewer-inline .inline-story-exit{
    display: flex !important;
    padding: 0 !important;
    border: none !important;
    border-radius: unset !important;
    background: transparent !important;
    font-family: unset !important;
    font-size: unset !important;
    font-weight: unset !important;
    line-height: unset !important;
    color: unset !important;
    text-align: unset !important;
    vertical-align: unset !important;
    box-shadow: none !important;
    transition: none !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
    box-sizing: border-box !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
}.wpc-scope-63 .tc-wp-tool-root .control-btn{
    width: 40px !important;
    height: 40px !important;
    background: rgba(255, 255, 255, 0.16) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 50% !important;
    transition: var(--transition-fast) !important;
}.wpc-scope-63 .tc-wp-tool-root .inline-control-btn{
    width: 48px !important;
    height: 48px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50% !important;
    transition: var(--transition-fast) !important;
}.wpc-scope-63 .tc-wp-tool-root body .story-player, .wpc-scope-63 .tc-wp-tool-root html body .story-player, .wpc-scope-63 .tc-wp-tool-root .elementor .story-player, .wpc-scope-63 .tc-wp-tool-root .divi .story-player{
    z-index: 999999 !important;
    position: fixed !important;
    transform: none !important;
    isolation: auto !important;
}.wpc-scope-63 .tc-wp-tool-root body .story-player .nav-area, .wpc-scope-63 .tc-wp-tool-root html body .story-player .nav-area{
    z-index: 999999 !important;
    pointer-events: auto !important;
    position: relative !important;
}.wpc-scope-63 .tc-wp-tool-root .story-control-bar{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.76), transparent);
    z-index: 200;
}.wpc-scope-63 .tc-wp-tool-root .story-user-data{
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}.wpc-scope-63 .tc-wp-tool-root .story-user-image{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.86);
    object-fit: cover;
    flex-shrink: 0;
}.wpc-scope-63 .tc-wp-tool-root .story-username{
    font-size: 0.96rem;
    color: white;
    font-weight: 720;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.wpc-scope-63 .tc-wp-tool-root .story-timestamp{
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.78);
}.wpc-scope-63 .tc-wp-tool-root .story-actions{
    display: flex;
    gap: 0.55rem;
    flex-shrink: 0;
}.wpc-scope-63 .tc-wp-tool-root .play-pause-btn, .wpc-scope-63 .tc-wp-tool-root .mute-btn, .wpc-scope-63 .tc-wp-tool-root .download-btn, .wpc-scope-63 .tc-wp-tool-root .close-btn{
    color: white !important;
}.wpc-scope-63 .tc-wp-tool-root .control-btn svg{
    width: 18px;
    height: 18px;
}.wpc-scope-63 .tc-wp-tool-root .progress-track{
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding: 0 1rem;
    display: flex;
    gap: 6px;
    z-index: 150;
}.wpc-scope-63 .tc-wp-tool-root .progress-indicator{
    height: 3px;
    flex: 1;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    overflow: hidden;
}.wpc-scope-63 .tc-wp-tool-root .progress-fill{
    height: 100%;
    width: 0;
    background: white;
    border-radius: 999px;
    transition: width 0.1s linear;
}.wpc-scope-63 .tc-wp-tool-root .progress-indicator.completed .progress-fill{
    width: 100%;
}.wpc-scope-63 .tc-wp-tool-root .media-container{
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #000 !important;
    position: relative !important;
    transform: none !important;
}.wpc-scope-63 .tc-wp-tool-root .media-container img, .wpc-scope-63 .tc-wp-tool-root .media-container video{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    z-index: 1;
    position: relative;
}.wpc-scope-63 .tc-wp-tool-root .media-container video{
    z-index: 1 !important;
}.wpc-scope-63 .tc-wp-tool-root .navigation-overlay{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    z-index: 9999 !important;
    pointer-events: none !important;
}.wpc-scope-63 .tc-wp-tool-root .nav-area{
    flex: 1 !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    position: relative !important;
    pointer-events: auto !important;
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
    min-height: 100% !important;
    z-index: 10000 !important;
}.wpc-scope-63 .tc-wp-tool-root .nav-indicator{
    position: absolute !important;
    top: 50% !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 50% !important;
    background: rgba(10, 10, 18, 0.64) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    transition: var(--transition-fast) !important;
    border: 2px solid rgba(255, 255, 255, 0.88) !important;
    color: white !important;
    pointer-events: none !important;
    z-index: 10001 !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.5), 0 0 0 3px rgba(233, 52, 117, 0.28) !important;
    will-change: opacity, transform !important;
}.wpc-scope-63 .tc-wp-tool-root .elementor .nav-indicator, .wpc-scope-63 .tc-wp-tool-root .divi .nav-indicator, .wpc-scope-63 .tc-wp-tool-root body .nav-indicator{
    transform: none !important;
    top: auto !important;
    bottom: 50% !important;
    margin-bottom: -28px !important;
    opacity: 1 !important;
    display: flex !important;
    visibility: visible !important;
}.wpc-scope-63 .tc-wp-tool-root .nav-indicator svg{
    width: 24px;
    height: 24px;
    stroke: #fff;
    stroke-width: 3;
}.wpc-scope-63 .tc-wp-tool-root .prev-area .nav-indicator, .wpc-scope-63 .tc-wp-tool-root .inline-prev-area .nav-indicator{
    left: 20px !important;
}.wpc-scope-63 .tc-wp-tool-root .next-area .nav-indicator, .wpc-scope-63 .tc-wp-tool-root .inline-next-area .nav-indicator{
    right: 20px !important;
}.wpc-scope-63 .tc-wp-tool-root body .nav-area:hover .nav-indicator, .wpc-scope-63 .tc-wp-tool-root body .nav-area:focus .nav-indicator, .wpc-scope-63 .tc-wp-tool-root body .nav-area:active .nav-indicator{
    opacity: 1 !important;
    background: rgba(233, 52, 117, 0.88) !important;
    border-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 8px 26px rgba(233, 52, 117, 0.5), 0 0 0 3px rgba(255, 255, 255, 0.72) !important;
    transform: scale(1.08) !important;
}.wpc-scope-63 .tc-wp-tool-root .toast-container{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: calc(100% - 40px);
}.wpc-scope-63 .tc-wp-tool-root .toast{
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: var(--border-pink-subtle);
    border-radius: var(--radius-md);
    padding: 1rem 1.25rem;
    color: var(--text-dark);
    font-size: 0.9rem;
    font-weight: 620;
    box-shadow: var(--shadow-lg);
    transform: translateX(120%);
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 280px;
    max-width: 350px;
}.wpc-scope-63 .tc-wp-tool-root .toast.show{
    transform: translateX(0);
    opacity: 1;
}.wpc-scope-63 .tc-wp-tool-root .toast.success{
    border-left: 4px solid var(--success);
}.wpc-scope-63 .tc-wp-tool-root .toast.error{
    border-left: 4px solid var(--error);
}.wpc-scope-63 .tc-wp-tool-root .toast.info{
    border-left: 4px solid var(--blue);
}.wpc-scope-63 .tc-wp-tool-root .toast-icon{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}.wpc-scope-63 .tc-wp-tool-root .toast-message{
    flex: 1;
    line-height: 1.4;
}.wpc-scope-63 .tc-wp-tool-root .toast-close{
    background: none;
    border: none;
    color: var(--text-gray);
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-fast);
    flex-shrink: 0;
}.wpc-scope-63 .tc-wp-tool-root .toast-close:hover{
    color: var(--text-dark);
}.wpc-scope-63 .tc-wp-tool-root .\$\{story\.is_video,
.\? {
    display: inline-flex;
}

@media (hover: none) and (pointer: coarse) {
    .nav-indicator {
        opacity: 0.9 !important;
        width: 46px !important;
        height: 46px !important;
        margin-bottom: -23px !important;
        display: flex !important;
    }
}

@media (max-width: 1024px) {
    .instagram-story-viewer-wrapper {
        padding: 1.5rem 1rem;
    }

    .stories-grid {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    }
}

@media (max-width: 768px) {
    .instagram-story-viewer-wrapper {
        padding: 1rem;
    }

    .input-section,
    .output-section {
        padding: 1.35rem;
    }

    .input-row {
        flex-direction: column;
    }

    #search-btn {
        width: 100%;
    }

    .profile-header {
        padding: 1rem;
    }

    .profile-image {
        width: 62px;
        height: 62px;
    }

    .stories-grid {
        grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
        gap: 1rem;
    }

    .story-preview {
        aspect-ratio: 3 / 4;
    }

    .features-grid {
        flex-direction: column;
        align-items: stretch;
    }

    .feature-item {
        justify-content: center;
    }

    .story-control-bar {
        padding: 0.75rem;
    }

    .progress-track {
        top: 60px;
    }

    .toast-container {
        left: 20px;
        right: 20px;
    }

    .toast {
        min-width: unset;
        max-width: unset;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .instagram-story-viewer-wrapper {
        padding: 0.75rem;
    }

    .subtitle {
        font-size: 0.92rem;
    }

    .input-section,
    .output-section {
        padding: 1rem;
        border-radius: var(--radius-lg);
    }

    .header-section {
        margin-bottom: 1.4rem;
    }

    .form-label {
        font-size: 0.95rem;
    }

    #username-input {
        min-height: 54px;
        padding: 0.9rem 2.75rem 0.9rem 1rem;
        font-size: 16px;
    }

    #search-btn {
        min-height: 54px;
        padding: 0.9rem 1.2rem;
        font-size: 0.95rem;
    }

    .profile-header {
        align-items: flex-start;
    }

    .profile-username {
        font-size: 1.1rem !important;
    }

    .profile-fullname {
        font-size: 0.85rem;
    }

    .stories-section-title {
        font-size: 1rem !important;
    }

    .stories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
    }

    .story-meta {
        padding: 0.75rem;
    }

    .story-time {
        font-size: 0.75rem;
    }

    .welcome-illustration {
        width: 98px;
        height: 98px;
    }

    .welcome-icon {
        border-radius: 24px;
    }

    .welcome-icon svg {
        width: 48px;
        height: 48px;
    }

    .feature-item {
        padding: 0.65rem 0.85rem;
    }

    .feature-text {
        font-size: 0.85rem;
    }

    .loading-state {
        padding: 3rem 1rem;
    }

    .error-icon,
    .no-stories-icon {
        width: 52px;
        height: 52px;
        font-size: 1.45rem;
    }

    .no-stories-icon svg {
        width: 24px;
        height: 24px;
    }

    .error-message,
    .no-stories-description {
        font-size: 0.9rem;
    }

    .control-btn {
        width: 36px !important;
        height: 36px !important;
    }

    .control-btn svg {
        width: 16px;
        height: 16px;
    }

    .story-user-image {
        width: 36px;
        height: 36px;
    }

    .story-username {
        font-size: 0.85rem;
    }

    .story-timestamp {
        font-size: 0.7rem;
    }

    .nav-indicator {
        width: 48px !important;
        height: 48px !important;
        margin-bottom: -24px !important;
    }

    .nav-indicator svg {
        width: 22px;
        height: 22px;
    }

    .prev-area .nav-indicator,
    .inline-prev-area .nav-indicator {
        left: 10px !important;
    }

    .next-area .nav-indicator,
    .inline-next-area .nav-indicator {
        right: 10px !important;
    }

    .story-actions {
        gap: 0.4rem;
    }

    @media (hover: none) and (pointer: coarse) {
        .nav-indicator {
            opacity: 1 !important;
            width: 48px !important;
            height: 48px !important;
            margin-bottom: -24px !important;
            display: flex !important;
        }
    }
}

@media (max-width: 360px) {
    .stories-grid {
        grid-template-columns: 1fr;
    }

    .story-preview {
        aspect-ratio: 9 / 16;
    }

    .story-control-bar {
        align-items: flex-start;
    }

    .story-actions {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

/* tc-layout-guard: stay in page body flow — do not overlap theme header/nav */
.tc-wp-tool-root {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}