@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap");

/* 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-29 .tc-wp-tool-root img, .wpc-scope-29 .tc-wp-tool-root video, .wpc-scope-29 .tc-wp-tool-root svg, .wpc-scope-29 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-29 .tc-wp-tool-root *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }.wpc-scope-29 .tc-wp-tool-root{
            
            --bg-gradient-1: #f8f9fa;
            --bg-gradient-2: #e9ecef;
            --bg-gradient-3: #dee2e6;
            --surface-dark: #ffffff;
            --surface-light: #ffffff;
            --glass-bg-dark: rgba(255, 255, 255, 0.95);

            
            --primary: #0d6efd;
            --secondary: #6c757d;
            --accent: #198754;
            --accent-secondary: #0dcaf0;
            --success: #198754;
            --warning: #ffc107;
            --error: #dc3545;

            
            --text-primary-light: #212529;
            --text-secondary-light: #495057;
            --text-muted-light: #6c757d;

            
            --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
            --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.08);
            --shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.1);
            --shadow-glow-primary: 0 0 15px rgba(13, 110, 253, 0.3);
            --shadow-glow-accent: 0 0 15px rgba(25, 135, 84, 0.3);

            
            --border-radius-sm: 8px;
            --border-radius-md: 12px;
            --border-radius-lg: 16px;
            --border-line-light: 1px solid rgba(0, 0, 0, 0.1);
            --transition-normal: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            --backdrop-blur: blur(10px);
        }.wpc-scope-29 .tc-wp-tool-root .instagram-story-viewer-wrapper{
	font-family: 'Outfit', sans-serif;
	background: linear-gradient(135deg, #f99a9a, #af79e6, #dd7bc4);
	color: var(--text-primary-light);
	line-height: 1.5;
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	margin:0px auto;
	padding:20px;
}.wpc-scope-29 .tc-wp-tool-root .hidden{
            display: none !important;
        }.wpc-scope-29 .tc-wp-tool-root .app-container{
            display: flex;
            min-height: 100vh;
            max-width: 1400px;
            margin: 40px auto;
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            height: 100vh;
        }.wpc-scope-29 .tc-wp-tool-root .app-container::before{
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle at center, transparent 30%, rgba(13, 110, 253, 0.03) 60%, rgba(25, 135, 84, 0.05) 100%);
            animation: rotate 60s linear infinite;
            z-index: -1;
        }@keyframes rotate{
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }.wpc-scope-29 .tc-wp-tool-root .side-panel{
            width: 420px;
            background: var(--glass-bg-dark);
            backdrop-filter: var(--backdrop-blur);
            -webkit-backdrop-filter: var(--backdrop-blur);
            border-right: var(--border-line-light);
            display: flex;
            flex-direction: column;
            z-index: 10;
            position: relative;
            overflow: hidden;
            max-height: 100vh;
        }.wpc-scope-29 .tc-wp-tool-root .side-panel::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100px;
            background: linear-gradient(to bottom, rgba(13, 110, 253, 0.1), transparent);
            z-index: -1;
        }.wpc-scope-29 .tc-wp-tool-root .side-panel::after{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100px;
            background: linear-gradient(to top, rgba(25, 135, 84, 0.1), transparent);
            z-index: -1;
        }.wpc-scope-29 .tc-wp-tool-root .app-header{
            padding: 0.75rem;
            border-bottom: var(--border-line-light);
            position: relative;
            overflow: hidden;
            flex-shrink: 0;
        }.wpc-scope-29 .tc-wp-tool-root .app-header::before{
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle at top left, rgba(13, 110, 253, 0.1), transparent 70%);
            z-index: -1;
        }.wpc-scope-29 .tc-wp-tool-root .app-logo{
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.5rem;
            position: relative;
        }.wpc-scope-29 .tc-wp-tool-root .logo-icon{
            width: 50px;
            height: 50px;
            background: linear-gradient(45deg, var(--primary), var(--accent-secondary), var(--accent));
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 20px;
            box-shadow: 0 8px 20px rgba(13, 110, 253, 0.2);
            position: relative;
            overflow: hidden;
            animation: pulse 3s infinite;
        }@keyframes pulse{
            0% {
                box-shadow: 0 8px 20px rgba(13, 110, 253, 0.2);
            }

            50% {
                box-shadow: 0 8px 25px rgba(25, 135, 84, 0.3);
            }

            100% {
                box-shadow: 0 8px 20px rgba(13, 110, 253, 0.2);
            }
        }.wpc-scope-29 .tc-wp-tool-root .logo-icon::before{
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3), transparent 70%);
            animation: rotate 10s linear infinite;
        }.wpc-scope-29 .tc-wp-tool-root .logo-icon::after{
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
        }.wpc-scope-29 .tc-wp-tool-root .app-title{
            font-size: 1.6rem;
            font-weight: 800;
            background: linear-gradient(to right, var(--primary), var(--accent-secondary), var(--accent));
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            letter-spacing: -0.5px;
            position: relative;
        }.wpc-scope-29 .tc-wp-tool-root .search-container{
            padding: 2rem;
            position: relative;
            flex-shrink: 0;
        }.wpc-scope-29 .tc-wp-tool-root .search-container::before{
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100px;
            height: 100px;
            background: radial-gradient(circle at top right, rgba(25, 135, 84, 0.1), transparent 70%);
            z-index: -1;
        }.wpc-scope-29 .tc-wp-tool-root #search-form{
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }.wpc-scope-29 .tc-wp-tool-root .form-label{
            font-size: 1rem;
            font-weight: 600;
            color: var(--text-secondary-light);
            margin-bottom: 0.5rem;
            letter-spacing: 0.5px;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }.wpc-scope-29 .tc-wp-tool-root .form-label svg{
            width: 18px;
            height: 18px;
            stroke: var(--primary);
        }.wpc-scope-29 .tc-wp-tool-root .input-group{
            position: relative;
        }.wpc-scope-29 .tc-wp-tool-root #username-input{
            width: 100%;
            padding: 1.2rem 1.5rem;
            background: rgba(255, 255, 255, 0.7);
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: var(--border-radius-lg);
            color: var(--text-primary-light);
            font-family: 'Outfit', sans-serif;
            font-size: 1rem;
            transition: var(--transition-normal);
        }.wpc-scope-29 .tc-wp-tool-root #username-input:focus{
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.15);
            background: rgba(255, 255, 255, 0.9);
        }.wpc-scope-29 .tc-wp-tool-root #username-input::placeholder{
            color: var(--text-muted-light);
        }.wpc-scope-29 .tc-wp-tool-root .input-icon{
            position: absolute;
            right: 1.5rem;
            top: 50%;
            transform: translateY(-50%);
            color: var(--text-muted-light);
        }.wpc-scope-29 .tc-wp-tool-root #search-btn{
            background: linear-gradient(45deg, var(--primary), var(--accent-secondary), var(--accent));
            color: white;
            border: none;
            border-radius: var(--border-radius-lg);
            padding: 1.2rem 1.5rem;
            font-family: 'Outfit', sans-serif;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0.8rem;
            transition: var(--transition-normal);
            box-shadow: 0 8px 20px rgba(13, 110, 253, 0.2);
            position: relative;
            overflow: hidden;
            letter-spacing: 0.5px;
        }.wpc-scope-29 .tc-wp-tool-root #search-btn::before{
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: var(--transition-normal);
        }.wpc-scope-29 .tc-wp-tool-root #search-btn:hover{
            transform: translateY(-5px);
            box-shadow: 0 12px 25px rgba(13, 110, 253, 0.3);
        }.wpc-scope-29 .tc-wp-tool-root #search-btn:hover::before{
            left: 100%;
            transition: 0.7s;
        }.wpc-scope-29 .tc-wp-tool-root #search-btn:active{
            transform: translateY(-2px);
            box-shadow: 0 8px 15px rgba(13, 110, 253, 0.2);
        }.wpc-scope-29 .tc-wp-tool-root .profile-section{
            flex: 1;
            overflow-y: auto;
            padding: 2rem;
            position: relative;
            max-height: calc(100vh - 200px);
        }.wpc-scope-29 .tc-wp-tool-root .profile-section::-webkit-scrollbar{
            width: 6px;
        }.wpc-scope-29 .tc-wp-tool-root .profile-section::-webkit-scrollbar-track{
            background: rgba(0, 0, 0, 0.05);
            border-radius: 10px;
        }.wpc-scope-29 .tc-wp-tool-root .profile-section::-webkit-scrollbar-thumb{
            background: linear-gradient(to bottom, var(--primary), var(--accent));
            border-radius: 10px;
        }.wpc-scope-29 .tc-wp-tool-root .loading-state{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 4rem 0;
        }.wpc-scope-29 .tc-wp-tool-root .spinner{
            width: 60px;
            height: 60px;
            position: relative;
            margin-bottom: 2rem;
        }.wpc-scope-29 .tc-wp-tool-root .spinner::before, .wpc-scope-29 .tc-wp-tool-root .spinner::after{
            content: '';
            position: absolute;
            border-radius: 50%;
        }.wpc-scope-29 .tc-wp-tool-root .spinner::before{
            width: 100%;
            height: 100%;
            background-image: linear-gradient(var(--primary), var(--accent-secondary), var(--accent));
            animation: spin 1s linear infinite;
        }.wpc-scope-29 .tc-wp-tool-root .spinner::after{
            top: 10%;
            left: 10%;
            right: 10%;
            bottom: 10%;
            background: var(--surface-dark);
            border-radius: 50%;
        }@keyframes spin{
            to {
                transform: rotate(360deg);
            }
        }.wpc-scope-29 .tc-wp-tool-root .loading-text{
            color: var(--text-secondary-light);
            font-size: 1.1rem;
            font-weight: 500;
            background: linear-gradient(to right, var(--primary), var(--accent));
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: shimmer 2s infinite;
            background-size: 200% 100%;
        }@keyframes shimmer{
            0% {
                background-position: -100% 0;
            }

            100% {
                background-position: 100% 0;
            }
        }.wpc-scope-29 .tc-wp-tool-root .profile-data{
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }.wpc-scope-29 .tc-wp-tool-root .profile-header{
            display: flex;
            align-items: center;
            gap: 1.5rem;
            padding: 1.8rem;
            background: rgba(255, 255, 255, 0.7);
            border-radius: var(--border-radius-lg);
            box-shadow: var(--shadow-md);
            transition: var(--transition-normal);
            border: 1px solid rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
        }.wpc-scope-29 .tc-wp-tool-root .profile-header:hover{
            transform: translateY(-5px) scale(1.02);
            box-shadow: var(--shadow-lg), var(--shadow-glow-primary);
        }.wpc-scope-29 .tc-wp-tool-root .profile-header::before{
            content: '';
            position: absolute;
            top: -100%;
            left: -100%;
            width: 300%;
            height: 300%;
            background: radial-gradient(circle at center, rgba(13, 110, 253, 0.1), transparent 70%);
            animation: rotate 20s linear infinite;
            z-index: -1;
        }.wpc-scope-29 .tc-wp-tool-root .profile-image-container{
            position: relative;
        }.wpc-scope-29 .tc-wp-tool-root .profile-image{
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid transparent;
            background:
                linear-gradient(var(--surface-dark), var(--surface-dark)) padding-box,
                linear-gradient(45deg, var(--primary), var(--accent-secondary), var(--accent)) border-box;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            transition: var(--transition-normal);
            animation: float 6s ease-in-out infinite;
        }@keyframes float{

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-8px);
            }
        }.wpc-scope-29 .tc-wp-tool-root .profile-image:hover{
            transform: scale(1.1);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15), var(--shadow-glow-primary);
        }.wpc-scope-29 .tc-wp-tool-root .profile-image-aura{
            position: absolute;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -10px;
            border-radius: 50%;
            background: linear-gradient(45deg, var(--primary), var(--accent-secondary), var(--accent));
            opacity: 0.15;
            filter: blur(10px);
            z-index: -1;
            animation: pulse-aura 3s ease-in-out infinite alternate;
        }@keyframes pulse-aura{
            0% {
                opacity: 0.1;
                transform: scale(1);
            }

            100% {
                opacity: 0.2;
                transform: scale(1.1);
            }
        }.wpc-scope-29 .tc-wp-tool-root .verified-indicator{
            position: absolute;
            bottom: 0;
            right: 0;
            width: 24px;
            height: 24px;
            background: linear-gradient(to right, var(--accent-secondary), var(--primary));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 12px;
            border: 2px solid var(--surface-dark);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }.wpc-scope-29 .tc-wp-tool-root .profile-info{
            flex: 1;
        }.wpc-scope-29 .tc-wp-tool-root .profile-username{
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: var(--text-primary-light);
            display: flex;
            align-items: center;
            gap: 0.5rem;
            letter-spacing: 0.5px;
        }.wpc-scope-29 .tc-wp-tool-root .profile-fullname{
            font-size: 1rem;
            color: var(--text-secondary-light);
            font-weight: 500;
        }.wpc-scope-29 .tc-wp-tool-root .stories-section-header{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1.5rem;
        }.wpc-scope-29 .tc-wp-tool-root .stories-section-title{
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--text-primary-light);
            display: flex;
            align-items: center;
            gap: 0.8rem;
            letter-spacing: 0.5px;
            position: relative;
        }.wpc-scope-29 .tc-wp-tool-root .stories-section-title svg{
            width: 20px;
            height: 20px;
            stroke: var(--accent);
        }.wpc-scope-29 .tc-wp-tool-root .stories-section-title::after{
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 40px;
            height: 3px;
            background: linear-gradient(to right, var(--primary), var(--accent));
            border-radius: 3px;
        }.wpc-scope-29 .tc-wp-tool-root .stories-count{
            font-size: 0.9rem;
            font-weight: 600;
            color: var(--text-secondary-light);
            background: rgba(0, 0, 0, 0.05);
            padding: 0.4rem 0.8rem;
            border-radius: 20px;
        }.wpc-scope-29 .tc-wp-tool-root .stories-grid{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
        }.wpc-scope-29 .tc-wp-tool-root .story-card{
            background: rgba(255, 255, 255, 0.7);
            border-radius: var(--border-radius-md);
            overflow: hidden;
            box-shadow: var(--shadow-md);
            cursor: pointer;
            transition: var(--transition-normal);
            border: 1px solid rgba(0, 0, 0, 0.1);
            position: relative;
            transform-style: preserve-3d;
            perspective: 1000px;
        }.wpc-scope-29 .tc-wp-tool-root .story-card:hover{
            transform: translateY(-8px) rotateX(5deg) rotateY(5deg);
            box-shadow: var(--shadow-lg), var(--shadow-glow-accent);
            border-color: rgba(0, 0, 0, 0.15);
        }.wpc-scope-29 .tc-wp-tool-root .story-card::before{
            content: '';
            position: absolute;
            inset: -2px;
            background: linear-gradient(45deg, var(--primary), var(--accent-secondary), var(--accent));
            border-radius: calc(var(--border-radius-md) + 2px);
            z-index: -1;
            opacity: 0;
            transition: var(--transition-normal);
        }.wpc-scope-29 .tc-wp-tool-root .story-card:hover::before{
            opacity: 1;
        }.wpc-scope-29 .tc-wp-tool-root .story-preview{
            width: 100%;
            height: 220px;
            overflow: hidden;
            position: relative;
        }.wpc-scope-29 .tc-wp-tool-root .story-preview img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
        }.wpc-scope-29 .tc-wp-tool-root .story-card:hover .story-preview img{
            transform: scale(1.1);
        }.wpc-scope-29 .tc-wp-tool-root .story-preview::after{
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.7));
            z-index: 1;
        }.wpc-scope-29 .tc-wp-tool-root .story-type-overlay{
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border-radius: 30px;
            padding: 0.5rem 1rem;
            color: white;
            font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: flex;
            align-items: center;
            gap: 6px;
            z-index: 2;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }.wpc-scope-29 .tc-wp-tool-root .story-type-overlay.video{
            background: rgba(25, 135, 84, 0.7);
        }.wpc-scope-29 .tc-wp-tool-root .story-type-overlay.image{
            background: rgba(13, 110, 253, 0.7);
        }.wpc-scope-29 .tc-wp-tool-root .story-timestamp-overlay{
            position: absolute;
            bottom: 15px;
            left: 15px;
            background: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border-radius: 30px;
            padding: 0.5rem 1rem;
            color: white;
            font-size: 0.8rem;
            font-weight: 500;
            z-index: 2;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }.wpc-scope-29 .tc-wp-tool-root .story-meta{
            padding: 1.2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: rgba(0, 0, 0, 0.05);
            border-top: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }.wpc-scope-29 .tc-wp-tool-root .story-meta::before{
            content: '';
            position: absolute;
            top: -100%;
            left: -100%;
            width: 300%;
            height: 300%;
            background: radial-gradient(circle at center, rgba(255, 255, 255, 0.05), transparent 70%);
            animation: rotate 20s linear infinite;
            z-index: -1;
        }.wpc-scope-29 .tc-wp-tool-root .story-info{
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }.wpc-scope-29 .tc-wp-tool-root .story-info svg{
            width: 18px;
            height: 18px;
            stroke: var(--accent);
        }.wpc-scope-29 .tc-wp-tool-root .story-time{
            font-size: 0.9rem;
            color: var(--text-secondary-light);
            font-weight: 500;
        }.wpc-scope-29 .tc-wp-tool-root .error-panel{
            padding: 3rem;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 2rem;
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: var(--backdrop-blur);
            -webkit-backdrop-filter: var(--backdrop-blur);
            border-radius: var(--border-radius-lg);
            box-shadow: var(--shadow-md);
            border: 1px solid rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
        }.wpc-scope-29 .tc-wp-tool-root .error-panel::before{
            content: '';
            position: absolute;
            top: -100%;
            left: -100%;
            width: 300%;
            height: 300%;
            background: radial-gradient(circle at center, rgba(220, 53, 69, 0.05), transparent 70%);
            animation: rotate 20s linear infinite;
            z-index: -1;
        }.wpc-scope-29 .tc-wp-tool-root .error-icon{
            width: 80px;
            height: 80px;
            background: rgba(220, 53, 69, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            color: var(--error);
            margin-bottom: 2rem;
            position: relative;
        }.wpc-scope-29 .tc-wp-tool-root .error-icon::after{
            content: '';
            position: absolute;
            inset: -8px;
            border-radius: 50%;
            border: 2px solid rgba(220, 53, 69, 0.2);
            animation: pulse-error 2s infinite;
        }@keyframes pulse-error{
            0% {
                transform: scale(1);
                opacity: 1;
            }

            100% {
                transform: scale(1.5);
                opacity: 0;
            }
        }.wpc-scope-29 .tc-wp-tool-root .error-message{
            color: var(--text-secondary-light);
            font-size: 1.1rem;
            max-width: 300px;
            line-height: 1.6;
            font-weight: 500;
        }.wpc-scope-29 .tc-wp-tool-root .error-action{
            margin-top: 2rem;
            padding: 0.8rem 1.5rem;
            background: linear-gradient(to right, var(--primary), var(--accent));
            color: white;
            border: none;
            border-radius: var(--border-radius-md);
            font-family: 'Outfit', sans-serif;
            font-size: 0.9rem;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition-normal);
            box-shadow: 0 4px 15px rgba(13, 110, 253, 0.2);
        }.wpc-scope-29 .tc-wp-tool-root .error-action:hover{
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
        }.wpc-scope-29 .tc-wp-tool-root .main-content{
            flex: 1;
            position: relative;
            background-color: var(--surface-dark);
            overflow: hidden;
            max-height: 100vh;
        }.wpc-scope-29 .tc-wp-tool-root .main-content::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background:
                radial-gradient(circle at 20% 20%, rgba(13, 110, 253, 0.05) 0%, transparent 40%),
                radial-gradient(circle at 80% 80%, rgba(25, 135, 84, 0.05) 0%, transparent 40%),
                radial-gradient(circle at 50% 50%, rgba(32, 201, 151, 0.03) 0%, transparent 60%);
            z-index: 0;
        }.wpc-scope-29 .tc-wp-tool-root .welcome-panel{
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 2rem;
            text-align: center;
            position: relative;
            z-index: 1;
            overflow-y: auto;
            max-height: 100vh;
					  background: hsla(344, 97%, 63%, 1);

background: linear-gradient(90deg, hsla(344, 97%, 63%, 1) 0%, hsla(232, 90%, 59%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(344, 97%, 63%, 1) 0%, hsla(232, 90%, 59%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(344, 97%, 63%, 1) 0%, hsla(232, 90%, 59%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FC4778", endColorstr="#3952F5", GradientType=1 );
        }.wpc-scope-29 .tc-wp-tool-root .welcome-illustration{
            width: 320px;
            height: 320px;
            margin-bottom: 3rem;
            position: relative;
            flex-shrink: 0;
        }.wpc-scope-29 .tc-wp-tool-root .welcome-illustration::before{
            content: '';
            position: absolute;
            width: 400px;
            height: 400px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: radial-gradient(circle, rgba(13, 110, 253, 0.1) 0%, rgba(25, 135, 84, 0.05) 50%, transparent 70%);
            border-radius: 50%;
            z-index: -1;
            animation: pulse-illustration 5s ease-in-out infinite alternate;
        }@keyframes pulse-illustration{
            0% {
                opacity: 0.5;
                transform: translate(-50%, -50%) scale(0.9);
            }

            100% {
                opacity: 0.8;
                transform: translate(-50%, -50%) scale(1.1);
            }
        }.wpc-scope-29 .tc-wp-tool-root .circle-1, .wpc-scope-29 .tc-wp-tool-root .circle-2, .wpc-scope-29 .tc-wp-tool-root .circle-3{
            position: absolute;
            border-radius: 50%;
            opacity: 0.8;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            filter: blur(30px);
        }.wpc-scope-29 .tc-wp-tool-root .circle-1{
            width: 200px;
            height: 200px;
            background: linear-gradient(45deg, var(--primary), var(--accent-secondary));
            animation: pulse-circle 8s ease-in-out infinite alternate;
        }.wpc-scope-29 .tc-wp-tool-root .circle-2{
            width: 150px;
            height: 150px;
            background: linear-gradient(45deg, var(--accent-secondary), var(--accent));
            animation: pulse-circle 6s ease-in-out infinite alternate-reverse;
        }.wpc-scope-29 .tc-wp-tool-root .circle-3{
            width: 100px;
            height: 100px;
            background: linear-gradient(45deg, var(--accent), var(--warning));
            animation: pulse-circle 4s ease-in-out infinite alternate;
        }@keyframes pulse-circle{
            0% {
                opacity: 0.4;
                transform: translate(-50%, -50%) scale(0.8);
            }

            100% {
                opacity: 0.7;
                transform: translate(-50%, -50%) scale(1.2);
            }
        }.wpc-scope-29 .tc-wp-tool-root .illustration-icon{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100px;
            height: 100px;
            z-index: 2;
            filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
        }.wpc-scope-29 .tc-wp-tool-root .welcome-title{
	font-size: 3rem;
	font-weight: 800;
	margin-bottom: 1.5rem;
	background: linear-gradient(to right, #ccf1ff, var(--accent-secondary), #f2dc24);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: -1px;
	position: relative;
}.wpc-scope-29 .tc-wp-tool-root .welcome-title::after{
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(to right, var(--primary), var(--accent));
            border-radius: 4px;
        }.wpc-scope-29 .tc-wp-tool-root .welcome-description{
	color: #f4f9fd;
	font-size: 1.2rem;
	max-width: 600px;
	margin-bottom: 4rem;
	line-height: 1.8;
	font-weight: 500;
}.wpc-scope-29 .tc-wp-tool-root .instashot-features-list{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 2rem;
            margin-top: 2rem;
            flex-shrink: 0;
        }.wpc-scope-29 .tc-wp-tool-root .instashot-feature-item{
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
            position: relative;
            padding: 2rem;
            border-radius: var(--border-radius-lg);
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: var(--backdrop-blur);
            -webkit-backdrop-filter: var(--backdrop-blur);
            box-shadow: var(--shadow-md);
            transition: var(--transition-normal);
            border: 1px solid rgba(0, 0, 0, 0.05);
            width: 180px;
            height: 180px;
            overflow: hidden;
        }.wpc-scope-29 .tc-wp-tool-root .instashot-feature-item:hover{
            transform: translateY(-10px) scale(1.05);
            box-shadow: var(--shadow-lg), var(--shadow-glow-primary);
            border-color: rgba(0, 0, 0, 0.1);
        }.wpc-scope-29 .tc-wp-tool-root .instashot-feature-icon{
            width: 60px;
            height: 60px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: white;
            position: relative;
            z-index: 1;
            box-shadow: 0 8px 20px rgba(13, 110, 253, 0.2);
        }.wpc-scope-29 .tc-wp-tool-root .instashot-feature-icon-1{
            background: linear-gradient(45deg, var(--primary), var(--accent-secondary));
        }.wpc-scope-29 .tc-wp-tool-root .instashot-feature-icon-2{
            background: linear-gradient(45deg, var(--accent-secondary), var(--accent));
        }.wpc-scope-29 .tc-wp-tool-root .instashot-feature-icon-3{
            background: linear-gradient(45deg, var(--accent), var(--warning));
        }.wpc-scope-29 .tc-wp-tool-root .instashot-feature-icon::before{
            content: '';
            position: absolute;
            inset: -5px;
            background: inherit;
            border-radius: inherit;
            filter: blur(10px);
            opacity: 0.5;
            z-index: -1;
        }.wpc-scope-29 .tc-wp-tool-root .instashot-feature-text{
            font-size: 1rem;
            color: var(--text-primary-light);
            font-weight: 600;
            text-align: center;
        }.wpc-scope-29 .tc-wp-tool-root .story-player{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            z-index: 5;
        }.wpc-scope-29 .tc-wp-tool-root .story-control-bar{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            padding: 1.5rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
            z-index: 15;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }.wpc-scope-29 .tc-wp-tool-root .story-user-data{
            display: flex;
            align-items: center;
            gap: 1rem;
        }.wpc-scope-29 .tc-wp-tool-root .story-user-image{
            width: 48px;
            height: 48px;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 0.8);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }.wpc-scope-29 .tc-wp-tool-root .story-username{
            font-size: 1.1rem;
            color: white;
            font-weight: 600;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }.wpc-scope-29 .tc-wp-tool-root .story-timestamp{
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.8);
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }.wpc-scope-29 .tc-wp-tool-root .story-actions{
            display: flex;
            gap: 1rem;
        }.wpc-scope-29 .tc-wp-tool-root .control-btn{
            width: 44px;
            height: 44px;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            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-normal);
            color: white;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        }.wpc-scope-29 .tc-wp-tool-root .control-btn:hover{
            background-color: rgba(255, 255, 255, 0.25);
            transform: translateY(-3px) scale(1.1);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        }.wpc-scope-29 .tc-wp-tool-root .progress-track{
            position: absolute;
            top: 90px;
            left: 0;
            right: 0;
            padding: 0 1.5rem;
            display: flex;
            gap: 8px;
            z-index: 10;
        }.wpc-scope-29 .tc-wp-tool-root .progress-indicator{
            height: 4px;
            flex: 1;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 4px;
            overflow: hidden;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }.wpc-scope-29 .tc-wp-tool-root .app-logo{
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
	position: relative;
	flex-direction: column !important;
}.wpc-scope-29 .tc-wp-tool-root .app-title{
	font-size: 1.6rem;
	font-weight: 800;
	background: linear-gradient(to right, var(--primary), var(--accent-secondary), var(--accent));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: -0.5px;
	position: relative;
	text-align: center;
}.wpc-scope-29 .tc-wp-tool-root .progress-fill{
            height: 100%;
            width: 0;
            background: linear-gradient(to right, var(--primary), var(--accent-secondary), var(--accent));
            border-radius: 4px;
            transition: width 0.1s linear;
        }.wpc-scope-29 .tc-wp-tool-root .progress-indicator.completed .progress-fill{
            width: 100%;
            background: white;
        }.wpc-scope-29 .tc-wp-tool-root .media-container{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #000;
        }.wpc-scope-29 .tc-wp-tool-root .media-container img, .wpc-scope-29 .tc-wp-tool-root .media-container video{
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }.wpc-scope-29 .tc-wp-tool-root .navigation-overlay{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            z-index: 5;
        }.wpc-scope-29 .tc-wp-tool-root .nav-area{
            flex: 1;
            background: transparent;
            border: none;
            cursor: pointer;
            position: relative;
        }.wpc-scope-29 .tc-wp-tool-root .nav-indicator{
            position: absolute;
            top: 50%;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            display: flex;
            align-items: center;
            justify-content: center;
            transform: translateY(-50%);
            opacity: 0;
            transition: var(--transition-normal);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: white;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }.wpc-scope-29 .tc-wp-tool-root .app-header{
	padding: 0.75rem;
	border-bottom: var(--border-line-light);
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	background: #201b59;
}.wpc-scope-29 .tc-wp-tool-root .profile-section{
	flex: 1;
	overflow-y: auto;
	padding: 2rem;
	position: relative;
	max-height: calc(100vh - 200px);
	background: #29276d;
}.wpc-scope-29 .tc-wp-tool-root .search-container{
	padding: 2rem;
	position: relative;
	flex-shrink: 0;
	background: #0e1c55;
}.wpc-scope-29 .tc-wp-tool-root .prev-area .nav-indicator{
            left: 30px;
        }.wpc-scope-29 .tc-wp-tool-root .next-area .nav-indicator{
            right: 30px;
        }.wpc-scope-29 .tc-wp-tool-root .nav-area:hover .nav-indicator{
            opacity: 1;
            transform: translateY(-50%) scale(1.1);
        }@keyframes fadeInUp{
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }.wpc-scope-29 .tc-wp-tool-root .animate-fade-in-up{
            animation: fadeInUp 0.6s ease forwards;
        }.wpc-scope-29 .tc-wp-tool-root .story-card:nth-child(1){
            animation-delay: 0.1s;
        }.wpc-scope-29 .tc-wp-tool-root .story-card:nth-child(2){
            animation-delay: 0.2s;
        }.wpc-scope-29 .tc-wp-tool-root .story-card:nth-child(3){
            animation-delay: 0.3s;
        }.wpc-scope-29 .tc-wp-tool-root .story-card:nth-child(4){
            animation-delay: 0.4s;
        }.wpc-scope-29 .tc-wp-tool-root .form-label{
	font-size: 1rem;
	font-weight: 600;
	color: #eff5fb;
	margin-bottom: 0.5rem;
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}@media (max-width: 1200px){.tc-wp-tool-root .app-container{
                margin: 0;
                height: 100vh;
            }}@media (max-width: 992px){.tc-wp-tool-root .app-container{
                flex-direction: column;
                height: 100vh;
                overflow: hidden;
            }.tc-wp-tool-root .side-panel{
                width: 100%;
                max-height: 50vh;
                border-right: none;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                overflow: hidden;
            }.tc-wp-tool-root .app-header, .tc-wp-tool-root .search-container, .tc-wp-tool-root .profile-section{
                padding: 1.5rem;
            }.tc-wp-tool-root .profile-section{
                max-height: calc(50vh - 200px);
                overflow-y: auto;
            }.tc-wp-tool-root .main-content{
                max-height: 50vh;
                overflow: hidden;
            }.tc-wp-tool-root .welcome-panel{
                max-height: 50vh;
                overflow-y: auto;
                padding: 1.5rem;
            }.tc-wp-tool-root .welcome-illustration{
                width: 200px;
                height: 200px;
                margin-bottom: 2rem;
            }.tc-wp-tool-root .welcome-title{
                font-size: 2.5rem;
            }.tc-wp-tool-root .welcome-description{
                font-size: 1rem;
                margin-bottom: 2rem;
            }.tc-wp-tool-root .instashot-features-list{
                gap: 1rem;
                margin-top: 1rem;
            }.tc-wp-tool-root .instashot-feature-item{
                width: 140px;
                height: 140px;
                padding: 1.5rem;
            }}@media (max-width: 768px){.tc-wp-tool-root .app-logo{
                margin-bottom: 1rem;
            }.tc-wp-tool-root .app-title{
                font-size: 1.5rem;
            }.tc-wp-tool-root .profile-header{
                padding: 1.2rem;
            }.tc-wp-tool-root .profile-image{
                width: 60px;
                height: 60px;
            }.tc-wp-tool-root .welcome-title{
                font-size: 2.2rem;
            }.tc-wp-tool-root .welcome-description{
                font-size: 1rem;
            }.tc-wp-tool-root .instashot-features-list{
                flex-direction: column;
                align-items: center;
                gap: 1.5rem;
            }.tc-wp-tool-root .welcome-illustration{
                width: 250px;
                height: 250px;
                margin-bottom: 2rem;
            }.tc-wp-tool-root .side-panel{
                max-height: 60vh;
            }.tc-wp-tool-root .main-content{
                max-height: 40vh;
            }}@media (max-width: 576px){.tc-wp-tool-root .stories-grid{
                grid-template-columns: 1fr;
            }.tc-wp-tool-root .story-preview{
                height: 220px;
            }.tc-wp-tool-root .story-control-bar{
                padding: 1.2rem;
            }.tc-wp-tool-root .story-user-image{
                width: 40px;
                height: 40px;
            }.tc-wp-tool-root .welcome-illustration{
                width: 200px;
                height: 200px;
                margin-bottom: 1.5rem;
            }.tc-wp-tool-root .welcome-title{
                font-size: 1.8rem;
            }.tc-wp-tool-root .welcome-description{
                font-size: 0.9rem;
                margin-bottom: 2.5rem;
            }.tc-wp-tool-root .progress-track{
                top: 80px;
            }.tc-wp-tool-root .instashot-feature-item{
                width: 150px;
                height: 150px;
                padding: 1.5rem;
            }.tc-wp-tool-root .instashot-feature-icon{
                width: 50px;
                height: 50px;
            }.tc-wp-tool-root .side-panel{
                max-height: 70vh;
            }.tc-wp-tool-root .main-content{
                max-height: 30vh;
            }.tc-wp-tool-root .welcome-panel{
                padding: 1rem;
            }.tc-wp-tool-root .search-container{
                padding: 1.5rem;
            }.tc-wp-tool-root .profile-section{
                padding: 1.5rem;
                max-height: calc(70vh - 250px);
            }}.wpc-scope-29 .tc-wp-tool-root .toast-container{
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 1000;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }.wpc-scope-29 .tc-wp-tool-root .toast{
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: var(--border-radius-md);
            padding: 1rem 1.5rem;
            color: var(--text-primary-light);
            font-size: 0.9rem;
            font-weight: 500;
            box-shadow: var(--shadow-lg);
            transform: translateX(100%);
            opacity: 0;
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            display: flex;
            align-items: center;
            gap: 0.8rem;
            min-width: 300px;
        }.wpc-scope-29 .tc-wp-tool-root .toast.show{
            transform: translateX(0);
            opacity: 1;
        }.wpc-scope-29 .tc-wp-tool-root .toast.success{
            border-left: 4px solid var(--success);
        }.wpc-scope-29 .tc-wp-tool-root .toast.error{
            border-left: 4px solid var(--error);
        }.wpc-scope-29 .tc-wp-tool-root .toast.info{
            border-left: 4px solid var(--accent-secondary);
        }.wpc-scope-29 .tc-wp-tool-root .toast-icon{
            width: 20px;
            height: 20px;
            flex-shrink: 0;
        }.wpc-scope-29 .tc-wp-tool-root .toast-message{
            flex: 1;
        }.wpc-scope-29 .tc-wp-tool-root .toast-close{
            background: none;
            border: none;
            color: var(--text-muted-light);
            cursor: pointer;
            padding: 0;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: var(--transition-normal);
        }.wpc-scope-29 .tc-wp-tool-root .toast-close:hover{
            color: var(--text-primary-light);
        }.wpc-scope-29 .tc-wp-tool-root .no-stories-message{
            padding: 3rem;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 2rem;
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: var(--backdrop-blur);
            -webkit-backdrop-filter: var(--backdrop-blur);
            border-radius: var(--border-radius-lg);
            box-shadow: var(--shadow-md);
            border: 1px solid rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
        }.wpc-scope-29 .tc-wp-tool-root .no-stories-message::before{
            content: '';
            position: absolute;
            top: -100%;
            left: -100%;
            width: 300%;
            height: 300%;
            background: radial-gradient(circle at center, rgba(255, 193, 7, 0.1), transparent 70%);
            animation: rotate 20s linear infinite;
            z-index: -1;
        }.wpc-scope-29 .tc-wp-tool-root .no-stories-icon{
            width: 80px;
            height: 80px;
            background: rgba(255, 193, 7, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            color: var(--warning);
            margin-bottom: 2rem;
            position: relative;
        }.wpc-scope-29 .tc-wp-tool-root .no-stories-icon::after{
            content: '';
            position: absolute;
            inset: -8px;
            border-radius: 50%;
            border: 2px solid rgba(255, 193, 7, 0.2);
            animation: pulse-accent 2s infinite;
        }@keyframes pulse-accent{
            0% {
                transform: scale(1);
                opacity: 1;
            }

            100% {
                transform: scale(1.5);
                opacity: 0;
            }
        }.wpc-scope-29 .tc-wp-tool-root .no-stories-title{
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--text-primary-light);
            margin-bottom: 1rem;
        }.wpc-scope-29 .tc-wp-tool-root .no-stories-description{
            color: var(--text-secondary-light);
            font-size: 1rem;
            max-width: 400px;
            line-height: 1.6;
            font-weight: 500;
        }.wpc-scope-29 .tc-wp-tool-root .play-pause-btn{
            width: 44px;
            height: 44px;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            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-normal);
            color: white;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        }.wpc-scope-29 .tc-wp-tool-root .play-pause-btn:hover{
            background-color: rgba(255, 255, 255, 0.25);
            transform: translateY(-3px) scale(1.1);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        }.wpc-scope-29 .tc-wp-tool-root .download-btn{
            width: 44px;
            height: 44px;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            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-normal);
            color: white;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        }.wpc-scope-29 .tc-wp-tool-root .download-btn:hover{
            background-color: rgba(255, 255, 255, 0.25);
            transform: translateY(-3px) scale(1.1);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        }.wpc-scope-29 .tc-wp-tool-root .download-btn:active{
            transform: translateY(-1px) scale(0.95);
        }.wpc-scope-29 .tc-wp-tool-root *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wpc-scope-29 .tc-wp-tool-root{
    --bg-gradient-1: #fff7fb;
    --bg-gradient-2: #f2f7ff;
    --bg-gradient-3: #eefdf8;
    --surface-dark: #ffffff;
    --surface-light: #fbfcff;
    --glass-bg-dark: rgba(255, 255, 255, 0.84);
    --primary: #6d5dfc;
    --secondary: #667085;
    --accent: #20c997;
    --accent-secondary: #ff4f9a;
    --success: #12b76a;
    --warning: #f59e0b;
    --error: #ef4444;
    --text-primary-light: #111827;
    --text-secondary-light: #344054;
    --text-muted-light: #667085;
    --shadow-sm: 0 4px 10px rgba(17, 24, 39, 0.06);
    --shadow-md: 0 14px 32px rgba(17, 24, 39, 0.1);
    --shadow-lg: 0 24px 60px rgba(17, 24, 39, 0.16);
    --shadow-glow-primary: 0 18px 44px rgba(109, 93, 252, 0.25);
    --shadow-glow-accent: 0 18px 44px rgba(32, 201, 151, 0.22);
    --border-radius-sm: 10px;
    --border-radius-md: 16px;
    --border-radius-lg: 24px;
    --border-line-light: 1px solid rgba(255, 255, 255, 0.34);
    --transition-normal: all 0.26s cubic-bezier(0.2, 0.8, 0.2, 1);
    --backdrop-blur: blur(18px);
}.wpc-scope-29 .tc-wp-tool-root .instagram-story-viewer-wrapper{
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    padding: 28px;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Outfit', sans-serif;
    color: var(--text-primary-light);
    line-height: 1.5;
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 79, 154, 0.34), transparent 30%),
        radial-gradient(circle at 88% 14%, rgba(109, 93, 252, 0.3), transparent 32%),
        radial-gradient(circle at 50% 100%, rgba(32, 201, 151, 0.22), transparent 36%),
        linear-gradient(135deg, var(--bg-gradient-1), var(--bg-gradient-2) 48%, var(--bg-gradient-3));
}.wpc-scope-29 .tc-wp-tool-root .hidden{
    display: none !important;
}.wpc-scope-29 .tc-wp-tool-root .app-container{
    display: flex;
    width: min(1400px, 100%);
    min-height: 760px;
    height: calc(100vh - 56px);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: var(--shadow-lg);
    isolation: isolate;
}.wpc-scope-29 .tc-wp-tool-root .app-container::before{
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background:
        radial-gradient(circle at center, transparent 30%, rgba(109, 93, 252, 0.07) 60%, rgba(255, 79, 154, 0.08) 100%);
    animation: rotate 70s linear infinite;
    z-index: -1;
}@keyframes rotate{
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}.wpc-scope-29 .tc-wp-tool-root .side-panel{
    width: 420px;
    max-height: 100%;
    background:
        linear-gradient(180deg, rgba(20, 24, 74, 0.96), rgba(24, 28, 88, 0.94)),
        var(--glass-bg-dark);
    backdrop-filter: var(--backdrop-blur);
    -webkit-backdrop-filter: var(--backdrop-blur);
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    flex-direction: column;
    z-index: 10;
    position: relative;
    overflow: hidden;
}.wpc-scope-29 .tc-wp-tool-root .side-panel::before{
    content: '';
    position: absolute;
    top: -120px;
    left: -120px;
    right: auto;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(255, 79, 154, 0.34), transparent 68%);
    z-index: -1;
}.wpc-scope-29 .tc-wp-tool-root .side-panel::after{
    content: '';
    position: absolute;
    bottom: -140px;
    right: -120px;
    left: auto;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(32, 201, 151, 0.28), transparent 70%);
    z-index: -1;
}.wpc-scope-29 .tc-wp-tool-root .app-header{
    padding: 28px 28px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    background: rgba(10, 15, 45, 0.28);
}.wpc-scope-29 .tc-wp-tool-root .app-header::before{
    content: '';
    position: absolute;
    top: -70%;
    left: -70%;
    width: 240%;
    height: 240%;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), transparent 62%);
    z-index: -1;
}.wpc-scope-29 .tc-wp-tool-root .app-logo{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0;
    position: relative;
    flex-direction: column !important;
    text-align: center;
}.wpc-scope-29 .tc-wp-tool-root .logo-icon{
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, var(--accent-secondary), var(--primary) 55%, var(--accent));
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 800;
    font-size: 20px;
    box-shadow: 0 16px 36px rgba(109, 93, 252, 0.32);
    position: relative;
    overflow: hidden;
    animation: pulse 3.6s infinite;
}@keyframes pulse{
    0% {
        box-shadow: 0 14px 34px rgba(109, 93, 252, 0.25);
    }

    50% {
        box-shadow: 0 18px 42px rgba(255, 79, 154, 0.34);
    }

    100% {
        box-shadow: 0 14px 34px rgba(109, 93, 252, 0.25);
    }
}.wpc-scope-29 .tc-wp-tool-root .logo-icon::before{
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.38), transparent 66%);
    animation: rotate 12s linear infinite;
}.wpc-scope-29 .tc-wp-tool-root .logo-icon::after{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 52%);
}.wpc-scope-29 .tc-wp-tool-root .app-title{
    font-size: 1.55rem;
    font-weight: 800;
    background: linear-gradient(90deg, #ffffff, #ffe6f1 45%, #9ff5dc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0;
    position: relative;
    text-align: center;
    line-height: 1.16;
}.wpc-scope-29 .tc-wp-tool-root .search-container{
    padding: 26px 28px;
    position: relative;
    flex-shrink: 0;
    background: rgba(12, 18, 56, 0.34);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}.wpc-scope-29 .tc-wp-tool-root .search-container::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle at top right, rgba(32, 201, 151, 0.18), transparent 72%);
    z-index: -1;
}.wpc-scope-29 .tc-wp-tool-root #search-form{
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}.wpc-scope-29 .tc-wp-tool-root .form-label{
    font-size: 0.96rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 0.65rem;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 0.55rem;
}.wpc-scope-29 .tc-wp-tool-root .form-label svg{
    width: 18px;
    height: 18px;
    stroke: #9ff5dc;
}.wpc-scope-29 .tc-wp-tool-root .input-group{
    position: relative;
}.wpc-scope-29 .tc-wp-tool-root #username-input{
    width: 100%;
    min-height: 56px;
    padding: 1rem 3.1rem 1rem 1.15rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 18px;
    color: var(--text-primary-light);
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    transition: var(--transition-normal);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 28px rgba(0, 0, 0, 0.12);
}.wpc-scope-29 .tc-wp-tool-root #username-input:focus{
    outline: none;
    border-color: rgba(255, 79, 154, 0.76);
    box-shadow: 0 0 0 5px rgba(255, 79, 154, 0.18), 0 18px 34px rgba(0, 0, 0, 0.16);
    background: #ffffff;
}.wpc-scope-29 .tc-wp-tool-root #username-input::placeholder{
    color: #98a2b3;
}.wpc-scope-29 .tc-wp-tool-root .input-icon{
    position: absolute;
    right: 1.15rem;
    top: 50%;
    transform: translateY(-50%);
    color: #667085;
    pointer-events: none;
}.wpc-scope-29 .tc-wp-tool-root #search-btn{
    min-height: 56px;
    background: linear-gradient(135deg, var(--accent-secondary), var(--primary) 55%, var(--accent));
    color: #ffffff;
    border: none;
    border-radius: 18px;
    padding: 1rem 1.35rem;
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    transition: var(--transition-normal);
    box-shadow: 0 18px 38px rgba(109, 93, 252, 0.32);
    position: relative;
    overflow: hidden;
    letter-spacing: 0;
}.wpc-scope-29 .tc-wp-tool-root #search-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.32), transparent);
    transition: var(--transition-normal);
}.wpc-scope-29 .tc-wp-tool-root #search-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(255, 79, 154, 0.32);
}.wpc-scope-29 .tc-wp-tool-root #search-btn:hover::before{
    left: 120%;
    transition: 0.72s;
}.wpc-scope-29 .tc-wp-tool-root #search-btn:active{
    transform: translateY(-1px) scale(0.99);
    box-shadow: 0 12px 24px rgba(109, 93, 252, 0.26);
}.wpc-scope-29 .tc-wp-tool-root #search-btn:focus-visible, .wpc-scope-29 .tc-wp-tool-root .error-action:focus-visible, .wpc-scope-29 .tc-wp-tool-root .control-btn:focus-visible, .wpc-scope-29 .tc-wp-tool-root .nav-area:focus-visible, .wpc-scope-29 .tc-wp-tool-root .toast-close:focus-visible{
    outline: 3px solid rgba(255, 255, 255, 0.72);
    outline-offset: 3px;
}.wpc-scope-29 .tc-wp-tool-root .profile-section{
    flex: 1;
    overflow-y: auto;
    padding: 28px;
    position: relative;
    max-height: none;
    background: rgba(14, 19, 59, 0.28);
}.wpc-scope-29 .tc-wp-tool-root .profile-section::-webkit-scrollbar{
    width: 8px;
}.wpc-scope-29 .tc-wp-tool-root .profile-section::-webkit-scrollbar-track{
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
}.wpc-scope-29 .tc-wp-tool-root .profile-section::-webkit-scrollbar-thumb{
    background: linear-gradient(to bottom, var(--accent-secondary), var(--primary), var(--accent));
    border-radius: 999px;
}.wpc-scope-29 .tc-wp-tool-root .loading-state{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
}.wpc-scope-29 .tc-wp-tool-root .spinner{
    width: 62px;
    height: 62px;
    position: relative;
    margin-bottom: 1.5rem;
}.wpc-scope-29 .tc-wp-tool-root .spinner::before, .wpc-scope-29 .tc-wp-tool-root .spinner::after{
    content: '';
    position: absolute;
    border-radius: 50%;
}.wpc-scope-29 .tc-wp-tool-root .spinner::before{
    width: 100%;
    height: 100%;
    background-image: conic-gradient(var(--accent-secondary), var(--primary), var(--accent), var(--accent-secondary));
    animation: spin 0.9s linear infinite;
}.wpc-scope-29 .tc-wp-tool-root .spinner::after{
    top: 12%;
    left: 12%;
    right: 12%;
    bottom: 12%;
    background: #171b54;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}@keyframes spin{
    to {
        transform: rotate(360deg);
    }
}.wpc-scope-29 .tc-wp-tool-root .loading-text{
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    font-weight: 700;
    background: linear-gradient(90deg, #ffffff, #9ff5dc, #ffd6e7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 2.2s infinite;
    background-size: 220% 100%;
}@keyframes shimmer{
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 100% 0;
    }
}.wpc-scope-29 .tc-wp-tool-root .profile-data{
    display: flex;
    flex-direction: column;
    gap: 1.55rem;
}.wpc-scope-29 .tc-wp-tool-root .profile-header{
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-md);
    transition: var(--transition-normal);
    border: 1px solid rgba(255, 255, 255, 0.6);
    position: relative;
    overflow: hidden;
}.wpc-scope-29 .tc-wp-tool-root .profile-header:hover{
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg), var(--shadow-glow-primary);
}.wpc-scope-29 .tc-wp-tool-root .profile-header::before{
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle at center, rgba(109, 93, 252, 0.1), transparent 70%);
    animation: rotate 24s linear infinite;
    z-index: -1;
}.wpc-scope-29 .tc-wp-tool-root .profile-image-container{
    position: relative;
    flex: 0 0 auto;
}.wpc-scope-29 .tc-wp-tool-root .profile-image{
    width: 78px;
    height: 78px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid transparent;
    background:
        linear-gradient(var(--surface-dark), var(--surface-dark)) padding-box,
        linear-gradient(135deg, var(--accent-secondary), var(--primary), var(--accent)) border-box;
    box-shadow: 0 14px 28px rgba(17, 24, 39, 0.14);
    transition: var(--transition-normal);
    animation: float 6s ease-in-out infinite;
}@keyframes float{
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}.wpc-scope-29 .tc-wp-tool-root .profile-image:hover{
    transform: scale(1.06);
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.18), var(--shadow-glow-primary);
}.wpc-scope-29 .tc-wp-tool-root .profile-image-aura{
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-secondary), var(--primary), var(--accent));
    opacity: 0.18;
    filter: blur(12px);
    z-index: -1;
    animation: pulse-aura 3s ease-in-out infinite alternate;
}@keyframes pulse-aura{
    0% {
        opacity: 0.12;
        transform: scale(1);
    }

    100% {
        opacity: 0.24;
        transform: scale(1.08);
    }
}.wpc-scope-29 .tc-wp-tool-root .verified-indicator{
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 25px;
    height: 25px;
    background: linear-gradient(135deg, var(--accent), var(--primary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 13px;
    border: 2px solid var(--surface-dark);
    box-shadow: 0 7px 14px rgba(17, 24, 39, 0.16);
}.wpc-scope-29 .tc-wp-tool-root .profile-info{
    flex: 1;
    min-width: 0;
}.wpc-scope-29 .tc-wp-tool-root .profile-username{
    font-size: 1.22rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
    color: var(--text-primary-light);
    display: flex;
    align-items: center;
    gap: 0.45rem;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}.wpc-scope-29 .tc-wp-tool-root .profile-fullname{
    font-size: 0.98rem;
    color: var(--text-secondary-light);
    font-weight: 600;
    overflow-wrap: anywhere;
}.wpc-scope-29 .tc-wp-tool-root .stories-section-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}.wpc-scope-29 .tc-wp-tool-root .stories-section-title{
    font-size: 1.12rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.94);
    display: flex;
    align-items: center;
    gap: 0.7rem;
    letter-spacing: 0;
    position: relative;
}.wpc-scope-29 .tc-wp-tool-root .stories-section-title svg{
    width: 20px;
    height: 20px;
    stroke: #9ff5dc;
}.wpc-scope-29 .tc-wp-tool-root .stories-section-title::after{
    content: '';
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-secondary), var(--accent));
    border-radius: 999px;
}.wpc-scope-29 .tc-wp-tool-root .stories-count{
    font-size: 0.85rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.12);
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    white-space: nowrap;
}.wpc-scope-29 .tc-wp-tool-root .stories-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}.wpc-scope-29 .tc-wp-tool-root .story-card{
    background: rgba(255, 255, 255, 0.92);
    border-radius: var(--border-radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    cursor: pointer;
    transition: var(--transition-normal);
    border: 1px solid rgba(255, 255, 255, 0.58);
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}.wpc-scope-29 .tc-wp-tool-root .story-card:hover{
    transform: translateY(-7px);
    box-shadow: var(--shadow-lg), var(--shadow-glow-accent);
    border-color: rgba(255, 255, 255, 0.9);
}.wpc-scope-29 .tc-wp-tool-root .story-card::before{
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, var(--accent-secondary), var(--primary), var(--accent));
    border-radius: calc(var(--border-radius-md) + 2px);
    z-index: -1;
    opacity: 0;
    transition: var(--transition-normal);
}.wpc-scope-29 .tc-wp-tool-root .story-card:hover::before{
    opacity: 1;
}.wpc-scope-29 .tc-wp-tool-root .story-preview{
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    background: #0b102f;
}.wpc-scope-29 .tc-wp-tool-root .story-preview img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}.wpc-scope-29 .tc-wp-tool-root .story-card:hover .story-preview img{
    transform: scale(1.08);
}.wpc-scope-29 .tc-wp-tool-root .story-preview::after{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 46%, rgba(3, 7, 18, 0.74));
    z-index: 1;
}.wpc-scope-29 .tc-wp-tool-root .story-type-overlay{
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(17, 24, 39, 0.58);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
    color: white;
    font-size: 0.73rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.16);
}.wpc-scope-29 .tc-wp-tool-root .story-type-overlay.video{
    background: rgba(32, 201, 151, 0.82);
}.wpc-scope-29 .tc-wp-tool-root .story-type-overlay.image{
    background: rgba(109, 93, 252, 0.82);
}.wpc-scope-29 .tc-wp-tool-root .story-timestamp-overlay{
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: rgba(17, 24, 39, 0.58);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
    color: white;
    font-size: 0.78rem;
    font-weight: 700;
    z-index: 2;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.16);
}.wpc-scope-29 .tc-wp-tool-root .story-meta{
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(248, 250, 252, 0.96);
    border-top: 1px solid rgba(17, 24, 39, 0.06);
    position: relative;
    overflow: hidden;
}.wpc-scope-29 .tc-wp-tool-root .story-meta::before{
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle at center, rgba(109, 93, 252, 0.06), transparent 70%);
    animation: rotate 22s linear infinite;
    z-index: -1;
}.wpc-scope-29 .tc-wp-tool-root .story-info{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}.wpc-scope-29 .tc-wp-tool-root .story-info svg{
    width: 18px;
    height: 18px;
    stroke: var(--accent);
}.wpc-scope-29 .tc-wp-tool-root .story-time{
    font-size: 0.88rem;
    color: var(--text-secondary-light);
    font-weight: 700;
}.wpc-scope-29 .tc-wp-tool-root .error-panel{
    padding: 2.4rem 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: var(--backdrop-blur);
    -webkit-backdrop-filter: var(--backdrop-blur);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(255, 255, 255, 0.62);
    position: relative;
    overflow: hidden;
}.wpc-scope-29 .tc-wp-tool-root .error-panel::before{
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle at center, rgba(239, 68, 68, 0.08), transparent 70%);
    animation: rotate 22s linear infinite;
    z-index: -1;
}.wpc-scope-29 .tc-wp-tool-root .error-icon{
    width: 76px;
    height: 76px;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.35rem;
    color: var(--error);
    margin-bottom: 1.45rem;
    position: relative;
    font-weight: 800;
}.wpc-scope-29 .tc-wp-tool-root .error-icon::after{
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid rgba(239, 68, 68, 0.18);
    animation: pulse-error 2s infinite;
}@keyframes pulse-error{
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}.wpc-scope-29 .tc-wp-tool-root .error-message{
    color: var(--text-secondary-light);
    font-size: 1rem;
    max-width: 320px;
    line-height: 1.65;
    font-weight: 600;
}.wpc-scope-29 .tc-wp-tool-root .error-action{
    margin-top: 1.5rem;
    padding: 0.85rem 1.4rem;
    background: linear-gradient(135deg, var(--accent-secondary), var(--primary));
    color: white;
    border: none;
    border-radius: 14px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    cursor: pointer;
    transition: var(--transition-normal);
    box-shadow: 0 14px 28px rgba(109, 93, 252, 0.26);
}.wpc-scope-29 .tc-wp-tool-root .error-action:hover{
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(255, 79, 154, 0.28);
}.wpc-scope-29 .tc-wp-tool-root .main-content{
    flex: 1;
    position: relative;
    background-color: var(--surface-dark);
    overflow: hidden;
    max-height: 100%;
}.wpc-scope-29 .tc-wp-tool-root .main-content::before{
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 79, 154, 0.12) 0%, transparent 36%),
        radial-gradient(circle at 80% 80%, rgba(32, 201, 151, 0.12) 0%, transparent 38%),
        radial-gradient(circle at 50% 50%, rgba(109, 93, 252, 0.1) 0%, transparent 58%);
    z-index: 0;
}.wpc-scope-29 .tc-wp-tool-root .welcome-panel{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(1.5rem, 4vw, 4rem);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow-y: auto;
    max-height: 100%;
    background:
        radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.22), transparent 30%),
        radial-gradient(circle at 80% 86%, rgba(32, 201, 151, 0.24), transparent 34%),
        linear-gradient(135deg, #ff4f9a 0%, #6d5dfc 54%, #13b8a6 100%);
}.wpc-scope-29 .tc-wp-tool-root .welcome-illustration{
    width: 310px;
    height: 310px;
    margin-bottom: 2.25rem;
    position: relative;
    flex-shrink: 0;
}.wpc-scope-29 .tc-wp-tool-root .welcome-illustration::before{
    content: '';
    position: absolute;
    width: 390px;
    height: 390px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(32, 201, 151, 0.12) 48%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
    animation: pulse-illustration 5s ease-in-out infinite alternate;
}@keyframes pulse-illustration{
    0% {
        opacity: 0.55;
        transform: translate(-50%, -50%) scale(0.92);
    }

    100% {
        opacity: 0.88;
        transform: translate(-50%, -50%) scale(1.08);
    }
}.wpc-scope-29 .tc-wp-tool-root .circle-1, .wpc-scope-29 .tc-wp-tool-root .circle-2, .wpc-scope-29 .tc-wp-tool-root .circle-3{
    position: absolute;
    border-radius: 50%;
    opacity: 0.82;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(28px);
}.wpc-scope-29 .tc-wp-tool-root .circle-1{
    width: 210px;
    height: 210px;
    background: linear-gradient(135deg, #ffffff, var(--accent-secondary));
    animation: pulse-circle 8s ease-in-out infinite alternate;
}.wpc-scope-29 .tc-wp-tool-root .circle-2{
    width: 160px;
    height: 160px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    animation: pulse-circle 6s ease-in-out infinite alternate-reverse;
}.wpc-scope-29 .tc-wp-tool-root .circle-3{
    width: 108px;
    height: 108px;
    background: linear-gradient(135deg, var(--accent), #ffd166);
    animation: pulse-circle 4.2s ease-in-out infinite alternate;
}@keyframes pulse-circle{
    0% {
        opacity: 0.42;
        transform: translate(-50%, -50%) scale(0.82);
    }

    100% {
        opacity: 0.72;
        transform: translate(-50%, -50%) scale(1.16);
    }
}.wpc-scope-29 .tc-wp-tool-root .illustration-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 104px;
    height: 104px;
    z-index: 2;
    filter: drop-shadow(0 14px 26px rgba(0, 0, 0, 0.22));
}.wpc-scope-29 .tc-wp-tool-root .welcome-title{
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 800;
    margin-bottom: 1.35rem;
    background: linear-gradient(90deg, #ffffff, #e9fbff 42%, #fff0a8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0;
    position: relative;
    line-height: 1.08;
}.wpc-scope-29 .tc-wp-tool-root .welcome-title::after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: 4px;
    background: linear-gradient(90deg, #ffffff, var(--accent));
    border-radius: 999px;
}.wpc-scope-29 .tc-wp-tool-root .welcome-description{
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.12rem;
    max-width: 650px;
    margin-bottom: 3rem;
    line-height: 1.75;
    font-weight: 500;
}.wpc-scope-29 .tc-wp-tool-root .instashot-features-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 1rem;
    flex-shrink: 0;
}.wpc-scope-29 .tc-wp-tool-root .instashot-feature-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.95rem;
    position: relative;
    padding: 1.5rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: var(--backdrop-blur);
    -webkit-backdrop-filter: var(--backdrop-blur);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.13);
    transition: var(--transition-normal);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 180px;
    min-height: 170px;
    overflow: hidden;
}.wpc-scope-29 .tc-wp-tool-root .instashot-feature-item:hover{
    transform: translateY(-8px);
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.18);
    border-color: rgba(255, 255, 255, 0.48);
}.wpc-scope-29 .tc-wp-tool-root .instashot-feature-icon{
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    position: relative;
    z-index: 1;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}.wpc-scope-29 .tc-wp-tool-root .instashot-feature-icon-1{
    background: linear-gradient(135deg, var(--accent-secondary), var(--primary));
}.wpc-scope-29 .tc-wp-tool-root .instashot-feature-icon-2{
    background: linear-gradient(135deg, var(--primary), var(--accent));
}.wpc-scope-29 .tc-wp-tool-root .instashot-feature-icon-3{
    background: linear-gradient(135deg, var(--accent), var(--warning));
}.wpc-scope-29 .tc-wp-tool-root .instashot-feature-icon::before{
    content: '';
    position: absolute;
    inset: -5px;
    background: inherit;
    border-radius: inherit;
    filter: blur(12px);
    opacity: 0.48;
    z-index: -1;
}.wpc-scope-29 .tc-wp-tool-root .instashot-feature-text{
    font-size: 1rem;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}.wpc-scope-29 .tc-wp-tool-root .story-player{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #020617;
    z-index: 5;
}.wpc-scope-29 .tc-wp-tool-root .story-control-bar{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.35rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(to bottom, rgba(2, 6, 23, 0.88), rgba(2, 6, 23, 0.14));
    z-index: 15;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}.wpc-scope-29 .tc-wp-tool-root .story-user-data{
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
}.wpc-scope-29 .tc-wp-tool-root .story-user-image{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
    object-fit: cover;
    flex: 0 0 auto;
}.wpc-scope-29 .tc-wp-tool-root .story-username{
    font-size: 1.05rem;
    color: white;
    font-weight: 800;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    overflow-wrap: anywhere;
}.wpc-scope-29 .tc-wp-tool-root .story-timestamp{
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.78);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    font-weight: 600;
}.wpc-scope-29 .tc-wp-tool-root .story-actions{
    display: flex;
    gap: 0.7rem;
    flex: 0 0 auto;
}.wpc-scope-29 .tc-wp-tool-root .control-btn{
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-normal);
    color: white;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}.wpc-scope-29 .tc-wp-tool-root .control-btn:hover{
    background-color: rgba(255, 255, 255, 0.28);
    transform: translateY(-2px) scale(1.08);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}.wpc-scope-29 .tc-wp-tool-root .progress-track{
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    padding: 0 1.5rem;
    display: flex;
    gap: 8px;
    z-index: 10;
}.wpc-scope-29 .tc-wp-tool-root .progress-indicator{
    height: 4px;
    flex: 1;
    background-color: rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}.wpc-scope-29 .tc-wp-tool-root .progress-fill{
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--accent-secondary), var(--primary), var(--accent));
    border-radius: 999px;
    transition: width 0.1s linear;
}.wpc-scope-29 .tc-wp-tool-root .progress-indicator.completed .progress-fill{
    width: 100%;
    background: #ffffff;
}.wpc-scope-29 .tc-wp-tool-root .media-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
}.wpc-scope-29 .tc-wp-tool-root .media-container img, .wpc-scope-29 .tc-wp-tool-root .media-container video{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}.wpc-scope-29 .tc-wp-tool-root .navigation-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 5;
}.wpc-scope-29 .tc-wp-tool-root .nav-area{
    flex: 1;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
}.wpc-scope-29 .tc-wp-tool-root .nav-indicator{
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    opacity: 0;
    transition: var(--transition-normal);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: white;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
}.wpc-scope-29 .tc-wp-tool-root .prev-area .nav-indicator{
    left: 30px;
}.wpc-scope-29 .tc-wp-tool-root .next-area .nav-indicator{
    right: 30px;
}.wpc-scope-29 .tc-wp-tool-root .nav-area:hover .nav-indicator{
    opacity: 1;
    transform: translateY(-50%) scale(1.08);
}@keyframes fadeInUp{
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}.wpc-scope-29 .tc-wp-tool-root .animate-fade-in-up{
    animation: fadeInUp 0.6s ease forwards;
}.wpc-scope-29 .tc-wp-tool-root .story-card:nth-child(1){
    animation-delay: 0.1s;
}.wpc-scope-29 .tc-wp-tool-root .story-card:nth-child(2){
    animation-delay: 0.2s;
}.wpc-scope-29 .tc-wp-tool-root .story-card:nth-child(3){
    animation-delay: 0.3s;
}.wpc-scope-29 .tc-wp-tool-root .story-card:nth-child(4){
    animation-delay: 0.4s;
}.wpc-scope-29 .tc-wp-tool-root .toast-container{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: calc(100vw - 40px);
}.wpc-scope-29 .tc-wp-tool-root .toast{
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-radius: 16px;
    padding: 1rem 1.2rem;
    color: var(--text-primary-light);
    font-size: 0.92rem;
    font-weight: 700;
    box-shadow: var(--shadow-lg);
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: min(330px, calc(100vw - 40px));
}.wpc-scope-29 .tc-wp-tool-root .toast.show{
    transform: translateX(0);
    opacity: 1;
}.wpc-scope-29 .tc-wp-tool-root .toast.success{
    border-left: 4px solid var(--success);
}.wpc-scope-29 .tc-wp-tool-root .toast.error{
    border-left: 4px solid var(--error);
}.wpc-scope-29 .tc-wp-tool-root .toast.info{
    border-left: 4px solid var(--accent-secondary);
}.wpc-scope-29 .tc-wp-tool-root .toast-icon{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}.wpc-scope-29 .tc-wp-tool-root .toast-message{
    flex: 1;
}.wpc-scope-29 .tc-wp-tool-root .toast-close{
    background: none;
    border: none;
    color: var(--text-muted-light);
    cursor: pointer;
    padding: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-normal);
}.wpc-scope-29 .tc-wp-tool-root .toast-close:hover{
    color: var(--text-primary-light);
    transform: scale(1.08);
}.wpc-scope-29 .tc-wp-tool-root .no-stories-message{
    padding: 2.4rem 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: var(--backdrop-blur);
    -webkit-backdrop-filter: var(--backdrop-blur);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(255, 255, 255, 0.62);
    position: relative;
    overflow: hidden;
}.wpc-scope-29 .tc-wp-tool-root .no-stories-message::before{
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle at center, rgba(245, 158, 11, 0.12), transparent 70%);
    animation: rotate 22s linear infinite;
    z-index: -1;
}.wpc-scope-29 .tc-wp-tool-root .no-stories-icon{
    width: 76px;
    height: 76px;
    background: rgba(245, 158, 11, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.35rem;
    color: var(--warning);
    margin-bottom: 1.45rem;
    position: relative;
}.wpc-scope-29 .tc-wp-tool-root .no-stories-icon::after{
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid rgba(245, 158, 11, 0.2);
    animation: pulse-accent 2s infinite;
}@keyframes pulse-accent{
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}.wpc-scope-29 .tc-wp-tool-root .no-stories-title{
    font-size: 1.24rem;
    font-weight: 800;
    color: var(--text-primary-light);
    margin-bottom: 0.75rem;
}.wpc-scope-29 .tc-wp-tool-root .no-stories-description{
    color: var(--text-secondary-light);
    font-size: 0.98rem;
    max-width: 420px;
    line-height: 1.65;
    font-weight: 600;
}.wpc-scope-29 .tc-wp-tool-root .play-pause-btn{
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-normal);
    color: white;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}.wpc-scope-29 .tc-wp-tool-root .play-pause-btn:hover{
    background-color: rgba(255, 255, 255, 0.28);
    transform: translateY(-2px) scale(1.08);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}.wpc-scope-29 .tc-wp-tool-root .mute-btn{
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-normal);
    color: white;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}.wpc-scope-29 .tc-wp-tool-root .mute-btn:hover{
    background-color: rgba(255, 255, 255, 0.28);
    transform: translateY(-2px) scale(1.08);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}.wpc-scope-29 .tc-wp-tool-root .download-btn{
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-normal);
    color: white;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}.wpc-scope-29 .tc-wp-tool-root .download-btn:hover{
    background-color: rgba(255, 255, 255, 0.28);
    transform: translateY(-2px) scale(1.08);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}.wpc-scope-29 .tc-wp-tool-root .download-btn:active{
    transform: translateY(-1px) scale(0.96);
}.wpc-scope-29 .tc-wp-tool-root .close-btn{
    width: 44px;
    height: 44px;
    background: rgba(239, 68, 68, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-normal);
    color: white;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}.wpc-scope-29 .tc-wp-tool-root .close-btn:hover{
    background-color: rgba(239, 68, 68, 0.34);
    transform: translateY(-2px) scale(1.08);
    box-shadow: 0 14px 30px rgba(239, 68, 68, 0.28);
}.wpc-scope-29 .tc-wp-tool-root .\$\{story\.is_video,
.\? {
    display: initial;
}

@media (max-width: 1200px) {
    .instagram-story-viewer-wrapper {
        padding: 18px;
    }

    .app-container {
        margin: 0;
        height: calc(100vh - 36px);
        min-height: 720px;
    }
}

@media (max-width: 992px) {
    .instagram-story-viewer-wrapper {
        padding: 14px;
    }

    .app-container {
        flex-direction: column;
        height: auto;
        min-height: 100vh;
        overflow: hidden;
    }

    .side-panel {
        width: 100%;
        max-height: none;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
        overflow: visible;
    }

    .app-header,
    .search-container,
    .profile-section {
        padding: 1.25rem;
    }

    .profile-section {
        max-height: none;
        overflow-y: visible;
    }

    .main-content {
        min-height: 560px;
        max-height: none;
        overflow: hidden;
    }

    .welcome-panel {
        min-height: 560px;
        max-height: none;
        overflow-y: auto;
        padding: 2rem 1.5rem;
    }

    .welcome-illustration {
        width: 220px;
        height: 220px;
        margin-bottom: 1.75rem;
    }

    .welcome-title {
        font-size: 2.45rem;
    }

    .welcome-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .instashot-features-list {
        gap: 1rem;
        margin-top: 1rem;
    }

    .instashot-feature-item {
        width: 150px;
        min-height: 145px;
        padding: 1.2rem;
    }
}

@media (max-width: 768px) {
    .instagram-story-viewer-wrapper {
        padding: 10px;
    }

    .app-container {
        border-radius: 22px;
    }

    .app-logo {
        margin-bottom: 0;
    }

    .app-title {
        font-size: 1.38rem;
    }

    .profile-header {
        padding: 1rem;
        align-items: flex-start;
    }

    .profile-image {
        width: 62px;
        height: 62px;
    }

    .stories-section-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .stories-count {
        align-self: flex-start;
    }

    .welcome-title {
        font-size: 2.08rem;
    }

    .welcome-description {
        font-size: 0.98rem;
    }

    .instashot-features-list {
        flex-direction: column;
        align-items: stretch;
        gap: 0.85rem;
        width: min(360px, 100%);
    }

    .instashot-feature-item {
        width: 100%;
        min-height: 112px;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }

    .welcome-illustration {
        width: 220px;
        height: 220px;
        margin-bottom: 1.5rem;
    }

    .side-panel {
        max-height: none;
    }

    .main-content {
        min-height: 540px;
        max-height: none;
    }

    .story-control-bar {
        align-items: flex-start;
        padding: 1rem;
    }

    .story-actions {
        gap: 0.45rem;
    }

    .control-btn,
    .play-pause-btn,
    .mute-btn,
    .download-btn,
    .close-btn {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .instagram-story-viewer-wrapper {
        padding: 0;
    }

    .app-container {
        border-radius: 0;
        min-height: 100vh;
        width: 100%;
    }

    .stories-grid {
        grid-template-columns: 1fr;
    }

    .story-preview {
        height: 240px;
    }

    .story-control-bar {
        padding: 0.85rem;
        gap: 0.7rem;
    }

    .story-user-data {
        gap: 0.65rem;
    }

    .story-user-image {
        width: 38px;
        height: 38px;
    }

    .story-username {
        font-size: 0.95rem;
    }

    .story-timestamp {
        font-size: 0.78rem;
    }

    .story-actions {
        gap: 0.35rem;
    }

    .control-btn,
    .play-pause-btn,
    .mute-btn,
    .download-btn,
    .close-btn {
        width: 36px;
        height: 36px;
    }

    .welcome-illustration {
        width: 190px;
        height: 190px;
        margin-bottom: 1.25rem;
    }

    .welcome-title {
        font-size: 1.78rem;
    }

    .welcome-description {
        font-size: 0.92rem;
        margin-bottom: 1.6rem;
        line-height: 1.65;
    }

    .progress-track {
        top: 74px;
        padding: 0 0.85rem;
    }

    .instashot-feature-item {
        min-height: 104px;
        padding: 1rem;
    }

    .instashot-feature-icon {
        width: 50px;
        height: 50px;
        border-radius: 16px;
    }

    .welcome-panel {
        padding: 1.4rem 1rem;
        min-height: 520px;
    }

    .search-container {
        padding: 1rem;
    }

    .profile-section {
        padding: 1rem;
        max-height: none;
    }

    #username-input,
    #search-btn {
        min-height: 52px;
    }

    .toast-container {
        top: 12px;
        right: 12px;
        left: 12px;
        max-width: none;
    }

    .toast {
        min-width: 0;
        width: 100%;
    }

    .prev-area .nav-indicator {
        left: 14px;
    }

    .next-area .nav-indicator {
        right: 14px;
    }

    .nav-indicator {
        width: 44px;
        height: 44px;
    }
}

/* 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;
}