body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#181a20;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.App{background:#23262f;border-radius:12px;box-shadow:0 2px 16px #0004;margin:3rem auto;max-width:400px;padding:2rem}button,input{border:none;border-radius:6px;display:block;font-size:1rem;margin:.5rem 0;padding:.75rem;width:100%}input{background:#2c2f36;color:#fff}button{background:#ff007a;color:#fff;cursor:pointer;font-weight:700;transition:background .2s}button:hover{background:#d6006b}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--bg-primary:#f8f9fa;--bg-secondary:#fff;--bg-tertiary:#e9ecef;--text-primary:#212529;--text-secondary:#6c757d;--border-color:#dee2e6;--accent-color:#ff007a;--accent-hover:#d6006b;--shadow:#0000001a;color-scheme:light}:root[data-theme=dark],[data-theme=dark],body.dark{--bg-primary:linear-gradient(135deg,#181a20,#23262f);--bg-secondary:#181a20;--bg-tertiary:#23262f;--text-primary:#fff;--text-secondary:#adb5bd;--border-color:#282c34;--accent-color:#ff007a;--accent-hover:#d6006b;--shadow:#0000004d;color-scheme:dark}:root[data-theme=light],[data-theme=light],body.light{--bg-primary:#f8f9fa;--bg-secondary:#fff;--bg-tertiary:#e9ecef;--text-primary:#212529;--text-secondary:#6c757d;--border-color:#dee2e6;--accent-color:#ff007a;--accent-hover:#d6006b;--shadow:#0000001a;color-scheme:light}.insta-home{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-touch-callout:none;background:#f8f9fa;background:var(--bg-primary);color:#212529;color:var(--text-primary);font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Arial,sans-serif;min-height:100vh;transform:translateZ(0);-webkit-user-select:none;user-select:none}.insta-home.dark{--bg-primary:linear-gradient(135deg,#181a20,#23262f);--bg-secondary:#181a20;--bg-tertiary:#23262f;--text-primary:#fff;--text-secondary:#adb5bd;--border-color:#282c34}.insta-header{align-items:center;background:#fff;background:var(--bg-secondary);border-bottom:1px solid #dee2e6;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;min-height:60px;padding:1rem 1.5rem;position:relative}.insta-header-left,.insta-header-right{align-items:center;display:flex;flex:1 1}.insta-header-left{justify-content:flex-start}.insta-header-right{justify-content:flex-end}.insta-logo{color:#ff007a;color:var(--accent-color);font-size:1.8rem;font-weight:700;left:50%;letter-spacing:1px;position:absolute;transform:translateX(-50%)}.insta-menu-btn{align-items:center;background:none;border:2px solid #dee2e6;border:2px solid var(--border-color);border-radius:50%;cursor:pointer;display:flex;height:48px;justify-content:center;padding:0;transition:all .2s ease;width:48px}.insta-menu-btn:hover{background:#ff007a0d;border-color:#ff007a;border-color:var(--accent-color);box-shadow:0 4px 12px #ff007a33;transform:scale(1.05)}.insta-menu-icon{color:#212529;color:var(--text-primary);display:block;font-size:1.5rem;line-height:1;transform:rotate(0deg);transition:all .2s ease}.insta-menu-btn:hover .insta-menu-icon{color:#ff007a;color:var(--accent-color);transform:rotate(90deg) scale(1.1)}.insta-credit-clock{align-items:center;background:none;border:2px solid #dee2e6;border:2px solid var(--border-color);border-radius:50%;cursor:pointer;display:flex;height:48px;justify-content:center;transition:all .2s ease;width:48px}.insta-credit-clock:hover{background:#ff007a0d;background-color:#e9ecef;background-color:var(--bg-tertiary);border-color:#ff007a;border-color:var(--accent-color);box-shadow:0 4px 12px #ff007a33;transform:scale(1.05)}.clock-icon{color:#212529;color:var(--text-primary);height:24px;transition:all .2s ease;width:24px}.insta-credit-clock:hover .clock-icon{color:#ff007a;color:var(--accent-color);transform:scale(1.1)}.insta-header-login-btn{align-items:center;background:none;border:2px solid #dee2e6;border:2px solid var(--border-color);border-radius:50%;cursor:pointer;display:flex;height:48px;justify-content:center;transition:all .2s ease;width:48px}.insta-header-login-btn:hover{background:#ff007a0d;border-color:#ff007a;border-color:var(--accent-color);box-shadow:0 4px 12px #ff007a33;transform:scale(1.05)}.insta-header-login-btn .user-icon{color:#212529;color:var(--text-primary);height:24px;transition:all .2s ease;width:24px}.insta-header-login-btn:hover .user-icon{color:#ff007a;color:var(--accent-color);transform:scale(1.1)}.insta-auth-buttons{display:flex;gap:.5rem}.insta-auth-section,.user-header-controls{align-items:center;display:flex;gap:1rem}.theme-toggle-btn{align-items:center;background:none;border:2px solid #dee2e6;border:2px solid var(--border-color);border-radius:50%;color:#212529;color:var(--text-primary);cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:all .2s;width:40px}.theme-toggle-btn:hover{background-color:#e9ecef;background-color:var(--bg-tertiary);border-color:#ff007a;border-color:var(--accent-color);transform:scale(1.05)}.theme-toggle-btn{box-shadow:0 2px 4px #0000001a;box-shadow:0 2px 4px var(--shadow)}.theme-toggle-btn:active{transform:scale(.95)}.insta-auth-buttons button{background:#ff007a!important;background:var(--accent-color)!important;border:none;border-radius:8px;box-shadow:0 2px 8px #ff007a4d;color:#fff!important;cursor:pointer;font-size:1rem;font-weight:600;outline:none;padding:.8rem 1.5rem;text-decoration:none;text-shadow:none!important;transition:all .2s}.insta-auth-buttons button:hover{background:#d6006b!important;background:var(--accent-hover)!important;box-shadow:0 4px 12px #ff007a66;color:#fff!important;transform:translateY(-1px)}.insta-auth-buttons button:active{box-shadow:0 2px 6px #ff007a4d;transform:translateY(0)}.insta-profile-btn{background:#23262f;border:1px solid #ff007a;border-radius:6px;color:#ff007a;cursor:pointer;font-size:1rem;font-weight:600;margin-left:1rem;padding:.6rem 1.2rem;transition:background .2s,color .2s}.insta-profile-btn:hover{background:#ff007a;color:#fff}.insta-profile,.insta-support{background:#e9ecef;background:var(--bg-tertiary);border-radius:12px;color:#212529;color:var(--text-primary);margin:2rem auto;max-width:800px;padding:2rem}.insta-back-btn{background:#ff007a;background:var(--accent-color);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;margin-bottom:2rem;padding:.8rem 1.5rem;transition:background .2s}.insta-back-btn:hover{background:#d6006b;background:var(--accent-hover)}.profile-section,.support-section{background:#fff;background:var(--bg-secondary);border:1px solid #dee2e6;border:1px solid var(--border-color);border-radius:8px;margin:2rem 0;padding:1.5rem}.profile-section h3,.support-section h3{color:#ff007a;color:var(--accent-color);margin-bottom:1rem}.profile-section button{background:#23262f;border:1px solid #ff007a;border-radius:6px;color:#ff007a;cursor:pointer;margin:.5rem .5rem .5rem 0;padding:.6rem 1.2rem;transition:all .2s}.profile-section button:hover,.support-section button:hover{background:#ff007a;color:#fff}.faq-item{background:#23262f;border-radius:6px;margin:1.5rem 0;padding:1rem}.faq-item h4{color:#ff007a;margin-bottom:.5rem}.support-section ul{list-style:none;padding:0}.support-section li{border-bottom:1px solid #282c34;padding:.5rem 0}.support-section li:before{color:#ff007a;content:"✓ ";font-weight:700;margin-right:.5rem}.support-section button{background:#ff007a;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.8rem 1.5rem;transition:background .2s}.insta-nav select{background:#23262f;border:1px solid #ff007a;color:#fff;font-weight:600}.insta-help-btn{background:#ff007a;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-left:1rem;padding:.6rem 1.2rem;transition:background .2s}.insta-help-btn:hover{background:#d6006b}.insta-hero{background:linear-gradient(135deg,#23262f 60%,#181a20);padding:3rem 1rem 2rem;text-align:center}.insta-hero h1{color:#ff007a;font-size:2.5rem;margin-bottom:1rem}.insta-hero p{color:#eee;font-size:1.2rem;margin-bottom:2rem}.cta{background:#ff007a;border:none;border-radius:8px;box-shadow:0 2px 16px #ff007a44;color:#fff;cursor:pointer;font-size:1.3rem;font-weight:700;padding:1rem 2.5rem;transition:background .2s}.cta:hover{background:#d6006b}.insta-preview{margin:0 auto;max-width:1100px;padding:2rem 1rem 3rem}.insta-preview h2{color:#ff007a;margin-bottom:2rem;text-align:center}.insta-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.insta-thumb{background:#23262f;border-radius:12px;box-shadow:0 2px 12px #0002;padding:1rem;position:relative;text-align:center}.insta-thumb-img{background:linear-gradient(135deg,#ff007a55,#23262f);border-radius:8px;height:160px;margin-bottom:.7rem;width:100%}.insta-thumb-status{background:#00e676;border-radius:12px;box-shadow:0 1px 6px #00e67644;color:#181a20;font-size:.85rem;font-weight:700;left:1rem;padding:.2rem .7rem;position:absolute;top:1rem}.insta-thumb-status.online{background:#00e676}.insta-thumb-name{color:#fff;font-size:1.1rem;font-weight:500}.insta-footer{background:#181a20;border-top:1px solid #282c34;color:#aaa;font-size:1rem;padding:1.5rem 1rem 1rem;text-align:center}.insta-footer nav a{color:#ff007a;font-weight:500;margin:0 .5rem;text-decoration:none}.insta-footer nav a:hover{text-decoration:underline}.insta-username{color:#fff;font-size:1.1rem;font-weight:600;letter-spacing:1px;margin-right:1rem}.insta-menu-overlay{animation:fadeInOverlay .3s ease-out;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#0009;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:999}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.insta-side-menu{animation:slideInMenuLeft .3s ease-out;background:#fff;background:var(--bg-secondary);box-shadow:2px 0 20px #0000001a;box-shadow:2px 0 20px var(--shadow);display:flex;flex-direction:column;height:100vh;left:0;max-height:100vh;overflow-y:auto;position:fixed;top:0;width:280px;z-index:1000}@keyframes slideInMenuLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.insta-menu-item{animation:menuItemFadeIn .4s ease-out forwards;opacity:0}.insta-menu-item:first-child{animation-delay:.1s}.insta-menu-item:nth-child(2){animation-delay:.15s}.insta-menu-item:nth-child(3){animation-delay:.2s}.insta-menu-item:nth-child(4){animation-delay:.25s}.insta-menu-item:nth-child(5){animation-delay:.3s}.insta-menu-item:nth-child(6){animation-delay:.35s}@keyframes menuItemFadeIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.login-popup-overlay{align-items:center;animation:fadeInOverlay .3s ease-out;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#000000b3;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1001}.login-popup{animation:slideInFromBottom .4s ease-out;background:#fff;background:var(--bg-secondary);border:1px solid #dee2e6;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 20px 60px #0000004d;margin:1rem;max-height:90vh;max-width:450px;overflow-y:auto;padding:2rem;width:90%}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.login-popup-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.login-popup-header h2{color:#212529;color:var(--text-primary);font-size:1.5rem;font-weight:600;margin:0}.login-popup-close{align-items:center;background:none;border:none;border-radius:50%;color:#6c757d;color:var(--text-secondary);cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;padding:.5rem;transition:all .2s ease;width:40px}.login-popup-close:hover{background-color:#e9ecef;background-color:var(--bg-tertiary);color:#ff007a;color:var(--accent-color);transform:rotate(90deg)}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-error{background:#dc35451a;border:1px solid #dc35454d;border-radius:8px;color:#dc3545;font-size:.9rem;padding:.8rem;text-align:center}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:500}.form-group input,.form-group label{color:#212529;color:var(--text-primary)}.form-group input{background:#f8f9fa;background:var(--bg-primary);border:2px solid #dee2e6;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;padding:.8rem 1rem;transition:all .2s ease}.form-group input:focus{border-color:#ff007a;border-color:var(--accent-color);box-shadow:0 0 0 3px #ff007a1a;outline:none}.form-group input:disabled{background:#e9ecef;background:var(--bg-tertiary);cursor:not-allowed}.form-group input::placeholder,.form-group input:disabled{color:#6c757d;color:var(--text-secondary)}.form-actions{display:flex;flex-direction:column;gap:.8rem;margin-top:.5rem}.login-btn{background:#ff007a;background:var(--accent-color);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem 1.5rem;transition:all .2s ease}.login-btn:hover{background:#d6006b;background:var(--accent-hover);box-shadow:0 4px 12px #ff007a4d;transform:translateY(-1px)}.login-btn:disabled{background:#e9ecef;background:var(--bg-tertiary);box-shadow:none;color:#6c757d;color:var(--text-secondary);cursor:not-allowed;transform:none}.register-btn{background:#0000;border:2px solid #dee2e6;border:2px solid var(--border-color);border-radius:8px;color:#212529;color:var(--text-primary);cursor:pointer;font-size:1rem;font-weight:500;padding:.9rem 1.5rem;transition:all .2s ease}.register-btn:hover{background:#ff007a0d;border-color:#ff007a;border-color:var(--accent-color);color:#ff007a;color:var(--accent-color)}.register-btn:disabled{background:#0000;border-color:#e9ecef;border-color:var(--bg-tertiary);color:#6c757d;color:var(--text-secondary);cursor:not-allowed}@media (max-width:480px){.login-popup{margin:1rem;padding:1.5rem;width:95%}.login-popup-header h2{font-size:1.3rem}.form-group input{font-size:.9rem;padding:.7rem .8rem}.login-btn,.register-btn{font-size:.9rem;padding:.8rem 1.2rem}}.insta-menu-header{background:#f8f9fa;background:var(--bg-primary);background:linear-gradient(180deg,#f8f9fa,#fff);background:linear-gradient(180deg,var(--bg-primary) 0,var(--bg-secondary) 100%);border-bottom:1px solid #dee2e6;border-bottom:1px solid var(--border-color);display:flex;justify-content:flex-end;padding:1rem}.insta-menu-close{align-items:center;background:none;border:none;border-radius:50%;color:#6c757d;color:var(--text-secondary);cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;padding:.5rem;position:relative;transition:all .2s ease;width:40px}.insta-menu-close:hover{background-color:#e9ecef;background-color:var(--bg-tertiary);color:#ff007a;color:var(--accent-color);transform:rotate(90deg)}.insta-menu-container{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow-y:auto;padding-bottom:calc(2rem + env(safe-area-inset-bottom))}.insta-menu-item{-webkit-tap-highlight-color:transparent;align-items:center;border-bottom:1px solid #dee2e6;border-bottom:1px solid var(--border-color);cursor:pointer;display:flex;min-height:48px;padding:1rem 1.5rem;position:relative;touch-action:manipulation;transform:translateX(0);transition:all .2s ease}.insta-menu-item:hover{background-color:#e9ecef;background-color:var(--bg-tertiary);border-left:3px solid #ff007a;border-left:3px solid var(--accent-color);transform:translateX(4px)}.insta-menu-item:last-child{border-bottom:none}.insta-menu-icon{align-items:center;display:flex;font-size:1.2rem;justify-content:center;margin-right:1rem;text-align:center;transition:transform .2s ease;width:24px}.insta-menu-item:hover .insta-menu-icon{transform:scale(1.1)}.insta-menu-content{align-items:center;display:flex;flex:1 1;justify-content:space-between}.insta-menu-title{color:#212529;color:var(--text-primary);font-size:1rem;font-weight:500}.theme-indicator{color:#6c757d;color:var(--text-secondary);font-size:.8rem;font-weight:400;margin-left:.5rem}.theme-toggle-item{background:linear-gradient(135deg,#ff007a1a,#ff007a0d);border-left:3px solid #ff007a;border-left:3px solid var(--accent-color);position:relative}.theme-toggle-item:hover{background:linear-gradient(135deg,#ff007a26,#ff007a14);transform:translateX(2px)}.theme-toggle-item .insta-menu-icon{animation:themeIconPulse 2s ease-in-out infinite}@keyframes themeIconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.insta-menu-arrow{color:#6c757d;color:var(--text-secondary);font-size:1rem}.insta-logout-item{align-self:flex-end;border-bottom:none;border-top:1px solid #dee2e6;border-top:1px solid var(--border-color);margin-bottom:.5rem;margin-top:auto}.insta-logout-item .insta-menu-title{color:#dc3545}.insta-logout-item:hover{background-color:#dc35451a}.insta-login-item{background:#ff007a0d;border-bottom:none;border-top:1px solid #dee2e6;border-top:1px solid var(--border-color);margin-bottom:.5rem;margin-top:auto}.insta-login-item .insta-menu-title{color:#ff007a;color:var(--accent-color);font-weight:600}.insta-login-item:hover{background-color:#ff007a1a!important}.insta-signup-item .insta-menu-title{color:#ff007a;color:var(--accent-color);font-weight:600}.insta-signup-item:hover{background-color:#ff007a1a!important}@media (max-width:768px){body.dark,body.dark *{color-scheme:dark}body.light,body.light *{color-scheme:light}.insta-menu-item{min-height:44px;padding:.8rem 1rem}.insta-menu-icon{font-size:1rem;margin-right:.8rem;width:20px}.insta-menu-title{font-size:.9rem;font-weight:500}.insta-menu-arrow{font-size:.8rem}.insta-side-menu{width:260px}.insta-menu-container{padding-bottom:calc(1rem + env(safe-area-inset-bottom, 20px))}.insta-login-item,.insta-logout-item{margin-bottom:.8rem}.insta-menu-item:active{background-color:#e9ecef;background-color:var(--bg-tertiary);transform:scale(.98) translateX(2px)}.insta-menu-item:hover{border-left:2px solid #ff007a;border-left:2px solid var(--accent-color);transform:translateX(2px)}}@media (max-width:480px){.insta-menu-item{min-height:40px;padding:.6rem .8rem}.insta-menu-icon{font-size:.9rem;margin-right:.6rem;width:18px}.insta-menu-title{font-size:.85rem}.insta-side-menu{width:240px}.insta-menu-container{padding-bottom:calc(.8rem + env(safe-area-inset-bottom, 20px))}.insta-login-item,.insta-logout-item{margin-bottom:1rem}}body.dark,body.dark .insta-header,body.dark .insta-home,body.dark .insta-side-menu,html[data-theme=dark],html[data-theme=dark] .insta-header,html[data-theme=dark] .insta-home,html[data-theme=dark] .insta-side-menu,html[data-theme=dark] body{--bg-primary:linear-gradient(135deg,#181a20,#23262f)!important;--bg-secondary:#181a20!important;--bg-tertiary:#23262f!important;--text-primary:#fff!important;--text-secondary:#adb5bd!important;--border-color:#282c34!important;color-scheme:dark!important}body.light,body.light .insta-header,body.light .insta-home,body.light .insta-side-menu,html[data-theme=light],html[data-theme=light] .insta-header,html[data-theme=light] .insta-home,html[data-theme=light] .insta-side-menu,html[data-theme=light] body{--bg-primary:#f8f9fa!important;--bg-secondary:#fff!important;--bg-tertiary:#e9ecef!important;--text-primary:#212529!important;--text-secondary:#6c757d!important;--border-color:#dee2e6!important;color-scheme:light!important}.edit-profile-btn,.insta-auth-buttons button,.insta-profile-btn,.save-profile-btn{background:#ff007a!important;background:var(--accent-color)!important;color:#fff!important}.edit-profile-btn:hover,.insta-auth-buttons button:hover,.insta-profile-btn:hover,.save-profile-btn:hover{background:#d6006b!important;background:var(--accent-hover)!important;color:#fff!important}@supports (-webkit-touch-callout:none){.insta-home{background:#f8f9fa!important;background:var(--bg-primary)!important;color:#212529!important;color:var(--text-primary)!important;transform:translateZ(0)}.insta-header{border-bottom-color:#dee2e6!important;border-bottom-color:var(--border-color)!important}.insta-header,.insta-side-menu{background:#fff!important;background:var(--bg-secondary)!important}}.insta-profile-page{background:#23262f;border-radius:12px;box-shadow:0 2px 16px #0004;margin:3rem auto;max-width:400px;text-align:center}.insta-profile-info{font-size:1.1rem;margin-bottom:2rem}.insta-profile-back{background:#ff007a;border:none;color:#fff;font-size:1.1rem;padding:.8rem 2rem;transition:background .2s}.insta-profile-back:hover{background:#d6006b}.insta-hero,.insta-preview,.video-chat{margin-bottom:2rem}.video-chat{align-items:center;background:#23262f;border-radius:12px;box-shadow:0 2px 16px #0004;color:#fff;display:flex;flex-direction:column;margin:2rem auto;max-width:900px;padding:2rem}.video-section{display:flex;gap:2rem;margin-bottom:1.5rem}.video-local,.video-remote{background:#181a20;border:2px solid #ff007a44;border-radius:8px;height:240px;width:320px}.chat-section{background:#181a20;border-radius:8px;margin-bottom:1rem;max-width:400px;padding:1rem;width:100%}.chat-messages{font-size:1rem;margin-bottom:.5rem;max-height:180px;min-height:120px;overflow-y:auto}.chat-section input{background:#23262f;border:none;border-radius:6px;color:#fff;margin-right:.5rem;padding:.5rem;width:70%}.chat-section button{background:#ff007a;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.5rem 1.2rem;transition:background .2s}.chat-section button:hover{background:#d6006b}.video-controls{margin-top:1rem}.video-controls button{background:#ff007a;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-right:1rem;padding:.7rem 1.5rem;transition:background .2s}.video-controls button:disabled{background:#444;color:#aaa;cursor:not-allowed}.insta-profile-page{background:linear-gradient(135deg,#181a20,#23262f);color:#fff;font-family:Segoe UI,Arial,sans-serif;min-height:100vh;padding:2rem}.insta-profile-page h2{color:#ff007a;font-size:2.5rem;margin-bottom:2rem;text-align:center}.insta-profile-info{margin:0 auto;max-width:800px}.profile-section{background:#23262f;border:1px solid #3a3f4b;border-radius:12px;margin-bottom:2rem;padding:2rem}.profile-section h3{color:#ff007a;font-size:1.5rem;margin-bottom:1rem}.profile-section>div{font-size:1.1rem;margin-bottom:.8rem}.profile-section>div strong{color:#ff007a;display:inline-block;min-width:120px}.profile-edit-form{background:#1a1d24;border:1px solid #3a3f4b;border-radius:8px;padding:1.5rem}.profile-edit-form label{color:#ff007a;font-weight:600}.profile-edit-form input,.profile-edit-form select{background:#23262f;border:1px solid #3a3f4b;border-radius:6px;color:#fff;font-size:1rem;padding:.8rem}.profile-edit-form input:focus,.profile-edit-form select:focus{border-color:#ff007a;box-shadow:0 0 0 2px #ff007a33;outline:none}.edit-profile-btn{background:#ff007a;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;transition:background .2s}.edit-profile-btn:hover{background:#d6006b}.insta-profile-back{background:#23262f;border:1px solid #ff007a;border-radius:6px;color:#ff007a;cursor:pointer;display:block;font-size:1rem;font-weight:600;margin:2rem auto 0;padding:.8rem 1.5rem;transition:background .2s,color .2s}.insta-profile-back:hover{background:#ff007a;color:#fff}