@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-34 .tc-wp-tool-root img, .wpc-scope-34 .tc-wp-tool-root video, .wpc-scope-34 .tc-wp-tool-root svg, .wpc-scope-34 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-34 .tc-wp-tool-root *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }.wpc-scope-34 .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-34 .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-34 .tc-wp-tool-root .hidden{
            display: none !important;
        }.wpc-scope-34 .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-34 .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-34 .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-34 .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-34 .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-34 .tc-wp-tool-root .app-header{
            padding: 0.75rem;
            border-bottom: var(--border-line-light);
            position: relative;
            overflow: hidden;
            flex-shrink: 0;
        }.wpc-scope-34 .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-34 .tc-wp-tool-root .app-logo{
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.5rem;
            position: relative;
        }.wpc-scope-34 .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-34 .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-34 .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-34 .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-34 .tc-wp-tool-root .search-container{
            padding: 2rem;
            position: relative;
            flex-shrink: 0;
        }.wpc-scope-34 .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-34 .tc-wp-tool-root #search-form{
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }.wpc-scope-34 .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-34 .tc-wp-tool-root .form-label svg{
            width: 18px;
            height: 18px;
            stroke: var(--primary);
        }.wpc-scope-34 .tc-wp-tool-root .input-group{
            position: relative;
        }.wpc-scope-34 .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-34 .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-34 .tc-wp-tool-root #username-input::placeholder{
            color: var(--text-muted-light);
        }.wpc-scope-34 .tc-wp-tool-root .input-icon{
            position: absolute;
            right: 1.5rem;
            top: 50%;
            transform: translateY(-50%);
            color: var(--text-muted-light);
        }.wpc-scope-34 .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-34 .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-34 .tc-wp-tool-root #search-btn:hover{
            transform: translateY(-5px);
            box-shadow: 0 12px 25px rgba(13, 110, 253, 0.3);
        }.wpc-scope-34 .tc-wp-tool-root #search-btn:hover::before{
            left: 100%;
            transition: 0.7s;
        }.wpc-scope-34 .tc-wp-tool-root #search-btn:active{
            transform: translateY(-2px);
            box-shadow: 0 8px 15px rgba(13, 110, 253, 0.2);
        }.wpc-scope-34 .tc-wp-tool-root .profile-section{
            flex: 1;
            overflow-y: auto;
            padding: 2rem;
            position: relative;
            max-height: calc(100vh - 200px);
        }.wpc-scope-34 .tc-wp-tool-root .profile-section::-webkit-scrollbar{
            width: 6px;
        }.wpc-scope-34 .tc-wp-tool-root .profile-section::-webkit-scrollbar-track{
            background: rgba(0, 0, 0, 0.05);
            border-radius: 10px;
        }.wpc-scope-34 .tc-wp-tool-root .profile-section::-webkit-scrollbar-thumb{
            background: linear-gradient(to bottom, var(--primary), var(--accent));
            border-radius: 10px;
        }.wpc-scope-34 .tc-wp-tool-root .loading-state{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 4rem 0;
        }.wpc-scope-34 .tc-wp-tool-root .spinner{
            width: 60px;
            height: 60px;
            position: relative;
            margin-bottom: 2rem;
        }.wpc-scope-34 .tc-wp-tool-root .spinner::before, .wpc-scope-34 .tc-wp-tool-root .spinner::after{
            content: '';
            position: absolute;
            border-radius: 50%;
        }.wpc-scope-34 .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-34 .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-34 .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-34 .tc-wp-tool-root .profile-data{
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }.wpc-scope-34 .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-34 .tc-wp-tool-root .profile-header:hover{
            transform: translateY(-5px) scale(1.02);
            box-shadow: var(--shadow-lg), var(--shadow-glow-primary);
        }.wpc-scope-34 .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-34 .tc-wp-tool-root .profile-image-container{
            position: relative;
        }.wpc-scope-34 .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-34 .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-34 .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-34 .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-34 .tc-wp-tool-root .profile-info{
            flex: 1;
        }.wpc-scope-34 .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-34 .tc-wp-tool-root .profile-fullname{
            font-size: 1rem;
            color: var(--text-secondary-light);
            font-weight: 500;
        }.wpc-scope-34 .tc-wp-tool-root .stories-section-header{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1.5rem;
        }.wpc-scope-34 .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-34 .tc-wp-tool-root .stories-section-title svg{
            width: 20px;
            height: 20px;
            stroke: var(--accent);
        }.wpc-scope-34 .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-34 .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-34 .tc-wp-tool-root .stories-grid{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
        }.wpc-scope-34 .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-34 .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-34 .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-34 .tc-wp-tool-root .story-card:hover::before{
            opacity: 1;
        }.wpc-scope-34 .tc-wp-tool-root .story-preview{
            width: 100%;
            height: 220px;
            overflow: hidden;
            position: relative;
        }.wpc-scope-34 .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-34 .tc-wp-tool-root .story-card:hover .story-preview img{
            transform: scale(1.1);
        }.wpc-scope-34 .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-34 .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-34 .tc-wp-tool-root .story-type-overlay.video{
            background: rgba(25, 135, 84, 0.7);
        }.wpc-scope-34 .tc-wp-tool-root .story-type-overlay.image{
            background: rgba(13, 110, 253, 0.7);
        }.wpc-scope-34 .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-34 .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-34 .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-34 .tc-wp-tool-root .story-info{
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }.wpc-scope-34 .tc-wp-tool-root .story-info svg{
            width: 18px;
            height: 18px;
            stroke: var(--accent);
        }.wpc-scope-34 .tc-wp-tool-root .story-time{
            font-size: 0.9rem;
            color: var(--text-secondary-light);
            font-weight: 500;
        }.wpc-scope-34 .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-34 .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-34 .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-34 .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-34 .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-34 .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-34 .tc-wp-tool-root .error-action:hover{
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
        }.wpc-scope-34 .tc-wp-tool-root .main-content{
            flex: 1;
            position: relative;
            background-color: var(--surface-dark);
            overflow: hidden;
            max-height: 100vh;
        }.wpc-scope-34 .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-34 .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-34 .tc-wp-tool-root .welcome-illustration{
            width: 320px;
            height: 320px;
            margin-bottom: 3rem;
            position: relative;
            flex-shrink: 0;
        }.wpc-scope-34 .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-34 .tc-wp-tool-root .circle-1, .wpc-scope-34 .tc-wp-tool-root .circle-2, .wpc-scope-34 .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-34 .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-34 .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-34 .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-34 .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-34 .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-34 .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-34 .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-34 .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-34 .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-34 .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-34 .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-34 .tc-wp-tool-root .instashot-feature-icon-1{
            background: linear-gradient(45deg, var(--primary), var(--accent-secondary));
        }.wpc-scope-34 .tc-wp-tool-root .instashot-feature-icon-2{
            background: linear-gradient(45deg, var(--accent-secondary), var(--accent));
        }.wpc-scope-34 .tc-wp-tool-root .instashot-feature-icon-3{
            background: linear-gradient(45deg, var(--accent), var(--warning));
        }.wpc-scope-34 .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-34 .tc-wp-tool-root .instashot-feature-text{
            font-size: 1rem;
            color: var(--text-primary-light);
            font-weight: 600;
            text-align: center;
        }.wpc-scope-34 .tc-wp-tool-root .story-player{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            z-index: 5;
        }.wpc-scope-34 .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-34 .tc-wp-tool-root .story-user-data{
            display: flex;
            align-items: center;
            gap: 1rem;
        }.wpc-scope-34 .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-34 .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-34 .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-34 .tc-wp-tool-root .story-actions{
            display: flex;
            gap: 1rem;
        }.wpc-scope-34 .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-34 .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-34 .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-34 .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-34 .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-34 .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-34 .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-34 .tc-wp-tool-root .progress-indicator.completed .progress-fill{
            width: 100%;
            background: white;
        }.wpc-scope-34 .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-34 .tc-wp-tool-root .media-container img, .wpc-scope-34 .tc-wp-tool-root .media-container video{
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }.wpc-scope-34 .tc-wp-tool-root .navigation-overlay{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            z-index: 5;
        }.wpc-scope-34 .tc-wp-tool-root .nav-area{
            flex: 1;
            background: transparent;
            border: none;
            cursor: pointer;
            position: relative;
        }.wpc-scope-34 .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-34 .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-34 .tc-wp-tool-root .profile-section{
	flex: 1;
	overflow-y: auto;
	padding: 2rem;
	position: relative;
	max-height: calc(100vh - 200px);
	background: #29276d;
}.wpc-scope-34 .tc-wp-tool-root .search-container{
	padding: 2rem;
	position: relative;
	flex-shrink: 0;
	background: #0e1c55;
}.wpc-scope-34 .tc-wp-tool-root .prev-area .nav-indicator{
            left: 30px;
        }.wpc-scope-34 .tc-wp-tool-root .next-area .nav-indicator{
            right: 30px;
        }.wpc-scope-34 .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-34 .tc-wp-tool-root .animate-fade-in-up{
            animation: fadeInUp 0.6s ease forwards;
        }.wpc-scope-34 .tc-wp-tool-root .story-card:nth-child(1){
            animation-delay: 0.1s;
        }.wpc-scope-34 .tc-wp-tool-root .story-card:nth-child(2){
            animation-delay: 0.2s;
        }.wpc-scope-34 .tc-wp-tool-root .story-card:nth-child(3){
            animation-delay: 0.3s;
        }.wpc-scope-34 .tc-wp-tool-root .story-card:nth-child(4){
            animation-delay: 0.4s;
        }.wpc-scope-34 .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-34 .tc-wp-tool-root .toast-container{
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 1000;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }.wpc-scope-34 .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-34 .tc-wp-tool-root .toast.show{
            transform: translateX(0);
            opacity: 1;
        }.wpc-scope-34 .tc-wp-tool-root .toast.success{
            border-left: 4px solid var(--success);
        }.wpc-scope-34 .tc-wp-tool-root .toast.error{
            border-left: 4px solid var(--error);
        }.wpc-scope-34 .tc-wp-tool-root .toast.info{
            border-left: 4px solid var(--accent-secondary);
        }.wpc-scope-34 .tc-wp-tool-root .toast-icon{
            width: 20px;
            height: 20px;
            flex-shrink: 0;
        }.wpc-scope-34 .tc-wp-tool-root .toast-message{
            flex: 1;
        }.wpc-scope-34 .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-34 .tc-wp-tool-root .toast-close:hover{
            color: var(--text-primary-light);
        }.wpc-scope-34 .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-34 .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-34 .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-34 .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-34 .tc-wp-tool-root .no-stories-title{
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--text-primary-light);
            margin-bottom: 1rem;
        }.wpc-scope-34 .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-34 .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-34 .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-34 .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-34 .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-34 .tc-wp-tool-root .download-btn:active{
            transform: translateY(-1px) scale(0.95);
        }.wpc-scope-34 /* 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;
}.wpc-scope-34 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .close-btn{}.wpc-scope-34 .tc-wp-tool-root .mute-btn{}