*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#667eea;--primary-dark:#5a67d8;--primary-light:#7c3aed;--secondary:#764ba2;--gradient-primary:linear-gradient(135deg,#667eea,#764ba2);--gradient-soft:linear-gradient(135deg,#667eea14,#764ba214);--gradient-hero:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);--success:#10b981;--success-hover:#059669;--danger:#ef4444;--danger-hover:#dc2626;--warning:#f59e0b;--text:#1f2937;--text-secondary:#6b7280;--text-muted:#9ca3af;--bg:#f8fafc;--bg-page:linear-gradient(160deg,#f0f4ff,#f8fafc 50%,#fdf2f8);--surface:#fff;--surface-glass:#ffffffb3;--border:#e5e7eb;--border-focus:var(--primary);--shadow-sm:0 1px 3px #0000000d,0 1px 2px #0000001a;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-md:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-lg:0 20px 25px -5px #667eea26,0 10px 10px -5px #0000000a;--shadow-xl:0 25px 50px -12px #667eea40;--shadow-colored:0 10px 30px #667eea33;--radius-sm:8px;--radius:12px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:24px;--transition:0.2s cubic-bezier(0.4,0,0.2,1);--transition-smooth:0.3s cubic-bezier(0.4,0,0.2,1);--transition-bounce:0.4s cubic-bezier(0.68,-0.55,0.265,1.55)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1;background:linear-gradient(160deg,#f0f4ff,#f8fafc 50%,#fdf2f8);background:var(--bg-page);background-attachment:fixed;color:#1f2937;color:var(--text);font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;min-height:100vh;text-rendering:optimizeLegibility}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:24px 20px}@media (max-width:768px){.container{padding:16px 14px}}.btn{align-items:center;border:none;border-radius:16px;border-radius:var(--radius-lg);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.9375rem;font-weight:600;gap:8px;justify-content:center;overflow:hidden;padding:14px 28px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-smooth)}.btn:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.btn:hover:before{height:300px;width:300px}.btn:active{transform:scale(.97)}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-primary{background:linear-gradient(135deg,#470232,#2a022e);box-shadow:0 10px 30px #667eea33;box-shadow:var(--shadow-colored);color:#fff;position:relative}.btn-primary:hover:not(:disabled){box-shadow:0 12px 30px #667eea66;transform:translateY(-2px)}.btn-primary:active:not(:disabled){box-shadow:0 6px 20px #667eea4d;transform:translateY(0)}.btn-secondary{background:#fff;background:var(--surface);border:2px solid #667eea;border:2px solid var(--primary);box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;box-shadow:var(--shadow-sm);color:#667eea;color:var(--primary)}.btn-secondary:hover:not(:disabled){background:linear-gradient(135deg,#667eea14,#764ba214);background:var(--gradient-soft);border-color:#5a67d8;border-color:var(--primary-dark);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-danger{background:#ef4444;background:var(--danger);box-shadow:0 4px 14px #ef44444d;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626;background:var(--danger-hover);box-shadow:0 8px 20px #ef444466;transform:translateY(-2px)}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;background:var(--surface);border:1px solid #fffc;border-radius:20px;border-radius:var(--radius-xl);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-md);margin-bottom:24px;overflow:hidden;padding:28px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-smooth)}.card:before{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);transition:opacity var(--transition-smooth)}.card:hover{box-shadow:0 20px 25px -5px #667eea26,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card:hover:before{opacity:1}.card h2{border-bottom:2px solid #e5e7eb;border-bottom:2px solid var(--border);color:#1f2937;color:var(--text);font-size:1.25rem;font-weight:700;margin-bottom:20px;padding-bottom:12px;position:relative}.card h2:after{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s cubic-bezier(.4,0,.2,1);transition:width var(--transition-smooth);width:50px}.card:hover h2:after{width:100px}.form-group{margin-bottom:20px}.form-group label{color:hsla(0,4%,95%,.979);display:block;font-size:15pt;font-weight:600;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#1f2937;color:var(--text);font-family:inherit;font-size:1rem;padding:12px 14px;transition:border-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);transition:border-color var(--transition),box-shadow var(--transition);width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af;color:var(--text-muted)}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#9ca3af;border-color:var(--text-muted)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;border-color:var(--border-focus);box-shadow:0 0 0 4px #667eea1a,0 1px 3px #0000000d,0 1px 2px #0000001a;box-shadow:0 0 0 4px #667eea1a,var(--shadow-sm);outline:none;transform:translateY(-1px)}.form-group textarea{min-height:120px;resize:vertical}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}@media (max-width:768px){.form-row{gap:0;grid-template-columns:1fr}}.error{color:#ef4444;color:var(--danger)}.error,.success{font-size:.875rem;margin-top:6px}.success{color:#10b981;color:var(--success)}.loading{color:#6b7280;color:var(--text-secondary);padding:32px 20px}.loading p{font-size:.9375rem;margin:0}.page-title{color:#1f2937;color:var(--text);font-size:1.75rem;font-weight:800;margin-bottom:24px}.spinner{animation:spin .8s linear infinite;border:3px solid #e5e7eb;border:3px solid var(--border);border-top-color:var(--primary);height:40px;margin:0 auto 16px;width:40px}.Toastify__toast{font-family:Plus Jakarta Sans,sans-serif!important}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#0000000d;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;-webkit-transition:background .3s ease;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a67d8,#6b3fa0)}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pm-overlay{align-items:center;animation:pm-fade-in .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:9999}@keyframes pm-fade-in{0%{opacity:0}to{opacity:1}}.pm-modal{animation:pm-slide-up .28s cubic-bezier(.34,1.56,.64,1);background:#fff;border-radius:20px;box-shadow:0 24px 80px #00000040;max-height:92vh;max-width:820px;overflow-y:auto;width:100%}@keyframes pm-slide-up{0%{opacity:0;transform:translateY(40px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.pm-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:20px 28px}.pm-header h2{color:#1e293b;font-size:1.2rem;font-weight:700;margin:0}.pm-close-btn{align-items:center;background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:1rem;height:34px;justify-content:center;transition:all .2s;width:34px}.pm-close-btn:hover{background:#e2e8f0;color:#1e293b}.pm-body{display:grid;grid-template-columns:1fr 1fr;min-height:0}.pm-summary{background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;gap:20px;padding:28px}.pm-plan-header{align-items:center;border-radius:14px;color:#fff;display:flex;gap:14px;padding:18px 20px}.pm-plan-emoji{flex-shrink:0;font-size:2.2rem}.pm-plan-name{font-size:1rem;font-weight:700;margin:0 0 4px}.pm-plan-price{font-size:1.5rem;font-weight:800;margin:0}.pm-features{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.pm-features li{align-items:center;color:#374151;display:flex;font-size:.9rem;gap:10px}.pm-check{flex-shrink:0;font-size:1rem;font-weight:700}.pm-renewal{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;display:flex;font-size:.82rem;gap:10px;margin-top:auto;padding:12px 14px}.pm-renewal p{margin:0}.pm-payment{display:flex;flex-direction:column;gap:18px;padding:28px}.pm-payment-title{color:#1e293b;font-size:1rem;font-weight:700;margin:0}.pm-field-group{display:flex;flex:1 1;flex-direction:column;gap:6px}.pm-field-group label{color:#374151;font-size:.82rem;font-weight:600}.pm-input{background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#1e293b;font-size:.95rem;outline:none;padding:11px 14px;transition:border-color .2s,box-shadow .2s}.pm-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.pm-card-field{background:#fff;border:2px solid #e2e8f0;border-radius:10px;padding:12px 14px;transition:border-color .2s,box-shadow .2s}.pm-card-field:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.pm-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.pm-pay-btn{align-items:center;border:none;border-radius:12px;box-shadow:0 4px 16px #0000002e;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:8px;justify-content:center;margin-top:4px;padding:15px;transition:opacity .2s,transform .2s,box-shadow .2s;width:100%}.pm-pay-btn:hover:not(:disabled){box-shadow:0 8px 24px #00000038;opacity:.92;transform:translateY(-2px)}.pm-pay-btn:disabled{cursor:not-allowed;opacity:.6}.pm-btn-spinner{animation:pm-spin .7s linear infinite;border:3px solid #fff6;border-radius:50%;border-top-color:#fff;flex-shrink:0;height:18px;width:18px}.pm-secure{align-items:center;color:#64748b;display:flex;font-size:.78rem;gap:8px}.pm-secure p{margin:0}.pm-card-logos{display:flex;gap:8px}.pm-card-logo{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#475569;font-size:.72rem;font-weight:700;letter-spacing:.5px;padding:4px 10px}.pm-fetch-error{align-items:center;display:flex;flex-direction:column;gap:12px;padding:32px 16px;text-align:center}.pm-fetch-error-icon{font-size:2.5rem}.pm-fetch-error-msg{background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;color:#dc2626;font-size:.92rem;margin:0;max-width:280px;padding:10px 14px}.pm-retry-btn{background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 24px;transition:all .2s}.pm-retry-btn:hover{background:#4f46e5;transform:translateY(-1px)}.pm-loading-stripe{align-items:center;color:#64748b;display:flex;flex-direction:column;font-size:.9rem;gap:12px;justify-content:center;padding:40px 0}.pm-spinner{animation:pm-spin .8s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#6366f1;height:32px;width:32px}@keyframes pm-spin{to{transform:rotate(1turn)}}.pm-success{align-items:center;display:flex;flex-direction:column;gap:16px;padding:60px 40px;text-align:center}.pm-success-icon{animation:pm-bounce .6s cubic-bezier(.34,1.56,.64,1);font-size:4rem}@keyframes pm-bounce{0%{transform:scale(0)}to{transform:scale(1)}}.pm-success h2{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0}.pm-success p{color:#64748b;font-size:1rem;margin:0}.pm-btn-close-success{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:8px;padding:12px 32px;transition:all .2s}.pm-btn-close-success:hover{box-shadow:0 6px 18px #10b98159;transform:translateY(-2px)}@media (max-width:640px){.pm-modal{border-radius:16px;max-height:95vh}.pm-body{grid-template-columns:1fr}.pm-summary{border-bottom:1px solid #e2e8f0;border-right:none}.pm-payment,.pm-summary{gap:14px;padding:20px}.pm-header{padding:16px 20px}.pm-plan-price{font-size:1.2rem}.pm-pay-btn{font-size:.95rem;padding:14px}}@media (max-width:400px){.pm-row{gap:10px;grid-template-columns:1fr}}.home-page{min-height:100vh;overflow-x:hidden}.home-page img{display:block;height:auto;max-width:100%}.home-navbar{backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#e0d5d5d9;border-bottom:1px solid #fff3;box-shadow:0 4px 30px #00000014,0 1px 3px #0000000d;left:0;padding:18px 40px;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.home-navbar:hover{background:#070505f2;box-shadow:0 6px 40px #0000001f}.home-navbar-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.home-logo{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#f8bf72,#764ba2);-webkit-background-clip:text;background-clip:text;display:flex;font-size:1.8rem;font-weight:800;gap:8px;letter-spacing:-.5px;text-decoration:none;transition:all .3s ease}.home-logo-img{flex-shrink:0;height:auto;object-fit:cover;width:clamp(36px,5vw,57px)}.home-logo:hover{filter:brightness(1.1);transform:scale(1.05)}.home-nav-links{display:flex;gap:15px}.btn-nav{border-radius:25px;font-weight:500;padding:10px 25px;text-decoration:none;transition:all .3s ease}.btn-outline-nav{border:2px solid #f8bf72;color:#f8bf72}.btn-outline-nav:hover{background:#0e1220;color:#fff}.btn-primary-nav{background:#f8bf72;color:#fff;overflow:hidden;position:relative}.btn-primary-nav:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-primary-nav:hover:before{left:100%}.btn-primary-nav:hover{box-shadow:0 8px 25px #667eea80;transform:translateY(-2px)}.hero-section{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:120px 40px 80px;position:relative}.hero-background{background-color:#000;background-position:top;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0;transition:background-image .8s ease-in-out}@media (max-width:768px){.hero-background{background-attachment:scroll;background-position:50%}}.hero-overlay{background:linear-gradient(#00000080,#00000080),url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;left:0;position:absolute;right:0;top:0}.hero-content{color:#fff;max-width:800px;position:relative;text-align:center;z-index:1}.hero-title{animation:fadeInUp .8s ease-out;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:25px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ffecd2,#fcb69f);-webkit-background-clip:text;background-clip:text;display:block}.hero-subtitle{animation:fadeInUp .8s ease-out .2s both;font-size:1.25rem;line-height:1.7;margin-bottom:40px;opacity:.95}.hero-buttons{display:flex;gap:20px;justify-content:center;margin-bottom:60px}.btn-hero{border-radius:30px;font-size:1.1rem;font-weight:600;padding:16px 40px;text-decoration:none;transition:all .3s ease}.btn-primary-hero{background:#fff;color:#f8bf72}.btn-primary-hero:hover{box-shadow:0 10px 30px #0003;transform:translateY(-3px)}.btn-secondary-hero{background:#fff3;border:5px #f8bf72;color:#fff}.btn-secondary-hero:hover{background:#ffffff4d}.hero-stats{align-items:center;animation:fadeInUp .8s ease-out .4s both;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#ffffff26;border:1px solid #fff3;border-radius:24px;box-shadow:0 8px 32px #0000001a;display:flex;gap:40px;justify-content:center;padding:30px 50px;transition:all .3s ease}.hero-stats:hover{background:#fff3;box-shadow:0 12px 40px #00000026;transform:translateY(-5px)}.stat-item{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:800}.stat-label{font-size:.9rem;opacity:.9}.stat-divider{background:#ffffff4d;height:50px;width:1px}.section-container{margin:0 auto;max-width:1200px;padding:0 40px}.section-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:15px;text-align:center}.section-subtitle{color:#0a0000;font-size:1.2rem;margin-bottom:60px;text-align:center}.features-section{background:#f8f9ff;padding:100px 0}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.feature-card{background:#f8bf72;border:1px solid #667eea1a;border-radius:24px;box-shadow:0 8px 25px #00000014;overflow:hidden;padding:40px 30px;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-card:before{background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{border-color:#667eea4d;box-shadow:0 25px 50px #667eea33;transform:translateY(-12px) scale(1.02)}.feature-icon{display:inline-block;font-size:3.5rem;margin-bottom:20px;transition:transform .4s cubic-bezier(.68,-.55,.265,1.55)}.feature-card:hover .feature-icon{transform:scale(1.2) rotate(5deg)}.feature-card h3{color:#333;font-size:1.3rem;margin-bottom:15px}.feature-card p{color:#666;line-height:1.6}.how-it-works-section{background:#fff;padding:100px 0}.steps-container{align-items:center;display:flex;gap:20px;justify-content:center}.step-card{background:#f0e1eb;border:solid;border-color:#f8bf72;border-radius:19px;flex:1 1;max-width:250px;padding:30px;text-align:center}.step-number{align-items:center;border:solid;border-radius:50%;color:#f8bf72;display:flex;font-size:2.1rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 20px;width:60px}.step-card h3{color:#333;font-size:1.2rem;margin-bottom:10px}.step-card p{color:#666;font-size:.95rem;line-height:1.6}.step-arrow{color:#667eea;font-size:2rem}.testimonials-section{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:100px 0;position:relative;transition:background-image .8s ease-in-out}.testimonials-section:before{background:#00000080;content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.testimonials-section>*{position:relative;z-index:1}.testimonials-section .section-subtitle,.testimonials-section .section-title{color:#fff}.testimonials-section .section-subtitle{opacity:.9}.testimonials-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.testimonial-card{border:1px solid #667eea1a;border-radius:24px;box-shadow:0 12px 35px #0000001f;overflow:hidden;padding:35px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.testimonial-card:after{color:#667eea1a;content:'"';font-family:Georgia,serif;font-size:120px;left:20px;line-height:1;position:absolute;top:-10px}.testimonial-card:hover{border-color:#667eea33;box-shadow:0 20px 45px #00000026;transform:translateY(-8px)}.testimonial-content p{color:#f8f8f8;font-style:italic;line-height:1.7;margin-bottom:25px}.testimonial-author{align-items:center;display:flex;gap:15px}.author-avatar{align-items:center;background:#f8bf72;border-radius:50%;box-shadow:0 4px 15px #667eea4d;display:flex;font-size:1.2rem;font-weight:700;height:55px;justify-content:center;transition:all .3s ease;width:55px}.testimonial-card:hover .author-avatar{box-shadow:0 6px 20px #667eea66;transform:scale(1.1) rotate(5deg)}.author-info h4{color:#0efb28;margin-bottom:3px}.author-info p{color:#fff;font-size:1.1rem}.pricing-section{background:linear-gradient(180deg,#fff,#f8f0ff);padding:100px 0}.pricing-header{margin-bottom:60px;text-align:center}.pricing-label{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f8bf72,#764ba2);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:.9rem;font-weight:700;letter-spacing:2px;margin-bottom:12px;text-transform:uppercase}.pricing-grid{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:repeat(3,1fr)}.pricing-card{background:#fff;border:2px solid #e8e0f0;border-radius:24px;display:flex;flex-direction:column;gap:24px;padding:36px 30px 30px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.pricing-card:hover{box-shadow:0 20px 50px #764ba226;transform:translateY(-6px)}.pricing-card-popular{border-color:#6366f1;box-shadow:0 12px 40px #6366f12e;transform:scale(1.04);z-index:1}.pricing-card-popular:hover{transform:scale(1.04) translateY(-6px)}.pricing-popular-badge{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:20px;box-shadow:0 4px 12px #6366f159;color:#fff;font-size:.78rem;font-weight:700;left:50%;padding:6px 18px;position:absolute;top:-16px;transform:translateX(-50%);white-space:nowrap}.pricing-card-gold{border-color:#f59e0b}.pricing-card-header{text-align:center}.pricing-plan-icon{display:block;font-size:2.4rem;margin-bottom:10px}.pricing-plan-name{color:#1e293b;font-size:1.3rem;font-weight:800;margin:0 0 14px}.pricing-price{align-items:flex-end;display:flex;gap:4px;justify-content:center;margin-bottom:10px}.pricing-amount{color:#1e293b;font-size:2.6rem;font-weight:800;line-height:1}.pricing-period{color:#94a3b8;font-size:.9rem;margin-bottom:6px}.pricing-desc{color:#64748b;font-size:.85rem;line-height:1.5;margin:0}.pricing-features{display:flex;flex:1 1;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.pricing-features li{font-size:.88rem;padding:2px 0}.feat-yes{color:#1e293b;font-weight:500}.feat-yes:first-letter{color:#10b981;font-weight:700}.feat-no{color:#cbd5e1;text-decoration:line-through}.pricing-btn{border:none;border-radius:12px;cursor:pointer;display:block;font-size:.95rem;font-weight:700;padding:14px;text-align:center;text-decoration:none;transition:all .25s ease;width:100%}.pricing-btn-outline{background:#0000;border:2px solid #e2e8f0;color:#475569}.pricing-btn-outline:hover{background:#f0f0ff;border-color:#6366f1;color:#6366f1}.pricing-btn-premium{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 6px 20px #6366f159;color:#fff}.pricing-btn-premium:hover{box-shadow:0 10px 28px #6366f173;opacity:.9;transform:translateY(-2px)}.pricing-btn-gold{background:linear-gradient(135deg,#f59e0b,#f97316);box-shadow:0 6px 20px #f59e0b59;color:#fff}.pricing-btn-gold:hover{box-shadow:0 10px 28px #f59e0b73;opacity:.9;transform:translateY(-2px)}.pricing-note{color:#94a3b8;font-size:.85rem;margin-top:40px;text-align:center}@media (max-width:1024px){.pricing-grid{grid-template-columns:1fr;margin:0 auto;max-width:440px}.pricing-card-popular{order:-1;transform:scale(1)}.pricing-card-popular:hover{transform:translateY(-6px)}}@media (max-width:480px){.pricing-section{padding:60px 0}.pricing-amount{font-size:2rem}}.cta-section{background:#f8f9ff;padding:100px 40px;text-align:center}.cta-content h2{color:#333;font-size:2.5rem;margin-bottom:15px}.cta-content p{color:#666;font-size:1.2rem;margin-bottom:40px}.btn-cta{background:linear-gradient(135deg,#f8bf72,#764ba2);border-radius:35px;box-shadow:0 8px 25px #667eea4d;color:#fff;display:inline-block;font-size:1.1rem;font-weight:600;overflow:hidden;padding:20px 55px;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.btn-cta:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.btn-cta:hover:before{height:400px;width:400px}.btn-cta:hover{box-shadow:0 15px 40px #667eea80;transform:translateY(-4px) scale(1.05)}.home-footer{background:linear-gradient(135deg,#0d0b07,#16213e);color:#fff;font-size:1.3em;overflow:hidden;padding:70px 40px 30px;position:relative}.home-footer:before{background:var(--gradient-primary);content:"";height:3px;left:0;position:absolute;right:0;top:0}.footer-content{display:flex;justify-content:space-between;margin:0 auto 40px;max-width:1200px}.footer-brand h3{font-size:1.5rem;margin-bottom:10px}.footer-brand p{color:#f3f0f0;max-width:300px}.footer-links{display:flex;gap:80px}.footer-column h4{color:#fff;font-size:1rem;margin-bottom:20px}.footer-column a{color:#888;display:block;display:inline-block;margin-bottom:10px;position:relative;text-decoration:none;transition:color .3s;transition:all .3s ease}.footer-column a:before{background:var(--gradient-primary);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-column a:hover{color:#667eea;transform:translateX(5px)}.footer-column a:hover:before{width:100%}.footer-socials{display:flex;gap:12px;margin-top:14px}.social-link{align-items:center;border-radius:50%;display:inline-flex;flex-shrink:0;height:clamp(32px,5vw,38px);justify-content:center;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;width:clamp(32px,5vw,38px)}.social-link img{height:100%;object-fit:cover;width:100%}.social-link:hover{box-shadow:0 6px 16px #0000004d;transform:translateY(-3px) scale(1.1)}.social-link-tiktok{background:#010101;color:#fff}.social-link-tiktok:hover{background:#161823}.footer-bottom{border-top:1px solid #333;padding-top:30px;text-align:center}.footer-bottom p{color:#666;font-size:.9rem}@media (max-width:1024px){.features-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.steps-container{flex-wrap:wrap}.step-arrow{display:none}}@media (max-width:768px){.home-navbar{padding:12px 20px}.home-navbar-content{gap:12px}.home-logo{font-size:1.4rem;gap:6px}.hero-section{padding:100px 20px 60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-buttons{align-items:center;flex-direction:column}.btn-hero{max-width:300px;text-align:center;width:100%}.hero-stats{flex-direction:column;gap:20px;padding:30px}.stat-divider{height:1px;width:50px}.section-container{padding:0 20px}.section-title{font-size:2rem}.features-grid,.testimonials-grid{grid-template-columns:1fr}.footer-content,.steps-container{flex-direction:column}.footer-content{gap:40px}.footer-links{flex-wrap:wrap;gap:40px}}@media (max-width:480px){.home-navbar{padding:10px 14px}.home-logo{font-size:1.1rem;gap:5px}.home-nav-links{gap:8px}.btn-nav{font-size:.82rem;padding:7px 12px}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.95rem}.stat-number{font-size:1.8rem}.footer-socials{flex-wrap:wrap;gap:10px}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000;border-bottom:1px solid #ffffff1a;box-shadow:0 6px 30px #667eea59,0 2px 8px #0000001a;padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-inner{height:65px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 30px}.navbar-brand,.navbar-inner{align-items:center;display:flex}.navbar-brand{color:#fff;font-size:1.4rem;font-weight:700;gap:10px;text-decoration:none;transition:transform .2s ease}.navbar-brand:hover{transform:scale(1.02)}.brand-icon{align-items:center;display:flex;height:46px;justify-content:center;width:46px}.brand-icon-img{height:100%;object-fit:cover;width:100%}.brand-text{letter-spacing:-.5px}.navbar-menu{gap:5px}.nav-item,.navbar-menu{align-items:center;display:flex}.nav-item{border-radius:14px;color:#ffffffe6;font-size:.95rem;font-weight:500;gap:8px;overflow:hidden;padding:12px 20px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-item:before{background:#ffffff1a;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.nav-item:hover{background:#fff3;box-shadow:0 4px 12px #00000026;color:#fff;transform:translateY(-2px)}.nav-item:hover:before{opacity:1}.nav-item.active{background:#ffffff40;box-shadow:0 2px 8px #0000001a;color:#fff}.nav-item.active:after{background:#fff;border-radius:2px;bottom:4px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:30px}.nav-item-external{color:inherit;text-decoration:none}.nav-icon{font-size:1.1rem}.nav-label{font-size:.9rem}.nav-badge{align-items:center;animation:pulse-badge 2s infinite;border-radius:9px;display:flex;font-size:.7rem;font-weight:700;height:18px;justify-content:center;min-width:18px;padding:0 5px;position:absolute;right:5px;top:2px}.nav-badge.likes{background:linear-gradient(135deg,#ff6b6b,#ee5a5a);box-shadow:0 2px 8px #ff6b6b80;color:#fff}.nav-badge.messages{background:linear-gradient(135deg,#4caf50,#45a049);box-shadow:0 2px 8px #4caf5080;color:#fff}.nav-badge.notifications{background:linear-gradient(135deg,#ff9800,#f57c00);box-shadow:0 2px 8px #ff980080;color:#fff}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.logout-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:8px;margin-left:15px;overflow:hidden;padding:12px 24px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.logout-btn:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .5s,height .5s;width:0}.logout-btn:hover:before{height:200px;width:200px}.logout-btn:hover{background:#ffffff40;border-color:#ffffff80;box-shadow:0 6px 20px #0003;transform:translateY(-2px)}.logout-icon{font-size:1rem}.settings-dropdown{margin-left:12px;position:relative}.nav-profile-link{align-items:center;border-radius:14px;color:#ffffffe6;display:flex;font-size:.9rem;font-weight:500;gap:8px;padding:8px 14px;text-decoration:none;transition:background .2s;white-space:nowrap}.nav-profile-link.active,.nav-profile-link:hover{background:#ffffff26;color:#fff}.nav-profile-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #ffffff4d;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.8rem;font-weight:700;height:30px;justify-content:center;overflow:hidden;width:30px}.nav-profile-avatar img{height:100%;object-fit:cover;width:100%}.navbar-user-identity{align-items:center;display:flex;gap:8px;margin-left:16px}.navbar-user-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #ffffff4d;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.9rem;font-weight:700;height:36px;justify-content:center;overflow:hidden;width:36px}.navbar-user-avatar img{height:100%;object-fit:cover;width:100%}.navbar-user-name{color:#fff;font-size:.88rem;font-weight:600;white-space:nowrap}.settings-btn{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:#fff;cursor:pointer;display:flex;gap:6px;margin-left:8px;padding:6px 12px;transition:background .2s}.settings-btn:hover{background:#fff3}.settings-icon{font-size:1rem}.settings-label{color:#ffffffd9;font-size:.82rem;font-weight:500}.settings-menu{animation:fadeDown .18s ease;background:#fff;border-radius:14px;box-shadow:0 8px 30px #0000002e;min-width:240px;overflow:hidden;position:absolute;right:0;top:calc(100% + 10px);z-index:2000}@keyframes fadeDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.settings-menu-header{align-items:center;background:#f8f9ff;display:flex;gap:12px;padding:16px}.settings-menu-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;font-weight:700;height:46px;justify-content:center;overflow:hidden;width:46px}.settings-menu-avatar img{height:100%;object-fit:cover;width:100%}.settings-menu-name{color:#1a1a2e;font-size:.95rem;font-weight:700;margin:0}.settings-menu-email{color:#888;font-size:.78rem;margin:2px 0 0}.settings-divider{border:none;border-top:1px solid #f0f0f0;margin:0}.settings-menu-item{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:.9rem;gap:10px;padding:13px 16px;text-align:left;text-decoration:none;transition:background .15s;width:100%}.settings-menu-item:hover{background:#f5f5f5}.settings-logout{color:#e53e3e;font-weight:600}.mobile-menu-btn{background:#ffffff26;border:none;border-radius:10px;cursor:pointer;display:none;height:40px;position:relative;width:40px}.hamburger{left:50%;top:50%;transform:translate(-50%,-50%)}.hamburger,.hamburger:after,.hamburger:before{background:#fff;display:block;height:2px;position:absolute;transition:all .3s ease;width:20px}.hamburger:after,.hamburger:before{content:""}.hamburger:before{top:-6px}.hamburger:after{top:6px}.hamburger.open{background:#0000}.hamburger.open:before{top:0;transform:rotate(45deg)}.hamburger.open:after{top:0;transform:rotate(-45deg)}.mobile-menu{animation:slideDown .3s ease;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 10px 30px #0003;display:none;left:0;padding:15px;position:absolute;right:0;top:65px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-item{align-items:center;border-radius:12px;color:#fff;display:flex;font-weight:500;gap:12px;padding:15px 20px;text-decoration:none;transition:background .2s ease}.mobile-nav-item:hover{background:#ffffff26}.mobile-badge{background:#ff6b6b;border-radius:10px;color:#fff;font-size:.8rem;font-weight:700;margin-left:auto;padding:2px 8px}.mobile-accordion-btn{align-items:center;background:#ffffff1a;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:12px;padding:15px 20px;text-align:left;transition:background .2s ease;width:100%}.mobile-accordion-btn:hover{background:#ffffff2e}.mobile-accordion-arrow{font-size:.8rem;margin-left:auto;opacity:.8}.mobile-accordion-content{animation:accordionDown .2s ease;overflow:hidden}@keyframes accordionDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.mobile-sub-item{background:#0000001f;border-radius:10px;margin-top:3px;padding-left:36px}.mobile-sub-item:hover{background:#ffffff26}.mobile-divider{border:none;border-top:1px solid #fff3;margin:6px 0}.mobile-logout-btn{align-items:center;background:#ff505040;border:1px solid #ff646459;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:12px;margin-top:10px;padding:15px 20px;transition:all .2s ease;width:100%}.mobile-logout-btn:hover{background:#ff505066}@media (max-width:900px){.navbar-inner{padding:0 20px}.desktop-menu{display:none}.mobile-menu,.mobile-menu-btn{display:block}}@media (max-width:480px){.navbar-inner{height:60px;padding:0 15px}.navbar-brand{font-size:1.2rem}.brand-icon{font-size:1.4rem}.mobile-menu{top:60px}.mobile-logout-btn,.mobile-nav-item{font-size:.95rem;padding:13px 16px}}.auth-container{align-items:flex-start;background-attachment:fixed;background-image:url(/static/media/maria.c3bf60a250e73b1ba3d3.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:100vh;overflow-y:auto;padding:40px 20px;position:relative}.auth-container:before{background:#0006;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.auth-container>*{position:relative;z-index:1}.auth-card{animation:slideUp .5s ease-out;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background-color:#ffffffd9;background-image:url(/static/media/stom.28e740e1b34d5f4914de.PNG);background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #ffffff80;border-radius:24px;box-shadow:0 25px 50px #667eea26,0 8px 16px #00000014;max-width:520px;overflow:visible;padding:50px 45px;position:relative;width:100%}.auth-card--wide{max-width:560px}.auth-container--register{align-items:stretch;background:#e8f4fd;padding:32px 24px}.auth-container--register:before{display:none}.auth-register-layout{align-items:stretch;background:#fff;border-radius:20px;display:flex;height:auto;max-width:620px;min-height:100vh;overflow:hidden;width:100%}.auth-register-layout:before{display:none}.auth-register-form{display:flex;flex:1 1;flex-direction:column;min-height:100%;overflow-y:auto;padding:48px 44px 40px}.auth-register-form .auth-register-brand{align-items:center;display:flex;gap:12px;margin-bottom:28px}.auth-register-form .auth-register-brand-icon{align-items:center;background:#0000;border-radius:50%;color:#fff;display:flex;font-size:1.25rem;height:50px;justify-content:center;width:50px}.auth-register-form .auth-register-brand-icon .brand-icon-img{border-radius:50%;height:50px;object-fit:cover;width:50px}.auth-register-form .auth-register-brand-text{color:#1e1b4b;font-size:1.35rem;font-weight:700}.auth-container--register .auth-card{background:#0000;border-radius:0;box-shadow:none;max-width:none;padding:0}.auth-container--register .auth-card h2{-webkit-text-fill-color:#1e1b4b;background:none;color:#1e1b4b;font-size:1.5rem;font-weight:700;margin-bottom:28px;text-align:left}.auth-container--register .form-group label{color:#3730a3;font-size:.875rem;font-weight:500;margin-bottom:6px}.auth-container--register .form-group input,.auth-container--register .form-group select{background:#fff;border:1px solid #e5e7eb;border-radius:10px;font-size:.9375rem;padding:12px 14px;transition:border-color .2s,box-shadow .2s}.auth-container--register .form-group input:focus,.auth-container--register .form-group select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f;outline:none}.auth-container--register .form-group input:hover,.auth-container--register .form-group select:hover{border-color:#d1d5db}.auth-container--register .auth-card h3{border-bottom:1px solid #e5e7eb;color:#1e1b4b;font-size:.9375rem;font-weight:600;margin-bottom:14px;margin-top:28px;padding-bottom:8px}.auth-container--register .btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:10px;font-size:1rem;font-weight:600;margin-top:8px;padding:14px 24px}.auth-container--register .btn-primary:hover:not(:disabled){box-shadow:0 8px 20px #3b82f659}.auth-register-image{align-items:flex-start;background:#f8fafc;border-radius:20px;display:flex;flex:0 0 30%;height:100%;justify-content:center;max-width:360px;min-height:520px;overflow:hidden;padding:40px 20px 20px;position:relative}.auth-register-image .register-panel-tag{align-items:center;background:#f1f5f9;border-radius:20px;color:#6d28d9;display:inline-flex;font-size:.8125rem;font-weight:500;gap:8px;margin-bottom:16px;padding:6px 12px;width:-webkit-fit-content;width:fit-content}.auth-register-image .register-panel-tag-dot{background:#10b981;border-radius:50%;height:8px;width:8px}.auth-register-image .register-panel-stars{display:flex;gap:4px;margin-bottom:20px}.auth-register-image .register-panel-stars span{color:#fbbf24;font-size:1.125rem}.auth-register-image .register-panel-img{border-radius:16px;box-shadow:none;height:auto;max-height:420px;object-fit:contain;width:90%}.auth-register-image .register-panel-title{color:#1e1b4b;font-size:1.0625rem;font-weight:700;margin-bottom:8px}.auth-register-image .register-panel-desc{color:#7c6b9e;font-size:.9375rem;line-height:1.6;margin-bottom:auto}.auth-register-image .register-panel-progress{background:#e5e7eb;border-radius:2px;height:4px;margin-top:24px;overflow:hidden}.auth-register-image .register-panel-progress-bar{background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:2px;height:100%;transition:width .3s ease;width:25%}.auth-card:before{background:#f7072f;content:"";height:2px;left:0;position:absolute;right:0;top:0}.auth-error{background:#ef44441f;border:1px solid #ef444466;border-radius:10px;color:#b91c1c;font-size:.9rem;font-weight:600;margin-bottom:16px;padding:12px 16px;text-align:center}.auth-card .btn-primary{align-items:center;background:#f8bf72;border:none;color:#0f0d0d;cursor:pointer;display:inline-flex;font-size:10pt;font-weight:700;margin-top:0;transition:background .25s ease,color .25s ease;width:-webkit-fit-content;width:fit-content}.step-buttons .btn-primary{align-items:center;display:inline-flex!important;margin-top:0!important}.auth-card .btn-primary:disabled{cursor:pointer;opacity:1}.auth-card .btn-primary:hover{background:#e2b1a1;box-shadow:none;color:#fff}.auth-card h2{color:#fff;font-size:1.75rem;font-weight:800;margin-bottom:8px;text-align:center}.auth-card h3{border-bottom:2px solid #e5e7eb;border-bottom:2px solid var(--border,#e5e7eb);color:#1f2937;color:var(--text,#1f2937);font-size:1rem;font-weight:600;margin-bottom:16px;margin-top:32px;padding-bottom:10px}.auth-link{border-top:1px solid #e5e7eb;border-top:1px solid var(--border,#e5e7eb);color:#6b7280;color:var(--text-secondary,#6b7280);font-size:.9375rem;margin-top:24px;padding-top:20px;text-align:center}.auth-link a{color:#0c0e18;color:var(--primary,#0c0e18);font-weight:600;text-decoration:none;transition:opacity .2s}.auth-link a:hover{opacity:.85;text-decoration:underline}.password-rules{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:.875rem;list-style:none;margin:10px 0 0;padding-left:20px}.password-rules li{margin:6px 0;padding-left:4px;position:relative}.password-rules li:before{color:#9ca3af;color:var(--text-muted,#9ca3af);content:"○";left:-18px;position:absolute}.password-rules li.valid{color:#10b981;color:var(--success,#10b981)}.password-rules li.valid:before{content:"✓";left:-18px}.form-group-label-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.forgot-password-link{color:#667eea;color:var(--primary,#667eea);font-size:.875rem;font-weight:600;text-decoration:none}.forgot-password-link:hover{text-decoration:underline}.forgot-password-desc{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:.9375rem;line-height:1.6;margin-bottom:24px}.forgot-password-success{padding:24px 0;text-align:center}.forgot-password-success p{margin:10px 0}.forgot-password-hint{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:.875rem}.forgot-password-dev-title{color:#667eea;color:var(--primary,#667eea);font-weight:600;margin-bottom:12px}.forgot-password-preview-link{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--gradient-primary,linear-gradient(135deg,#667eea 0,#764ba2 100%));border-radius:12px;color:#fff!important;display:inline-block;font-weight:600;margin:16px 0;padding:14px 24px;text-decoration:none;transition:transform .2s,box-shadow .2s}.forgot-password-preview-link:hover{box-shadow:0 6px 20px #667eea59;transform:translateY(-1px)}.form-group .error-message{color:#ef4444;color:var(--danger,#ef4444);font-size:.875rem;margin-top:8px}.form-group input.input-error{border-color:#ef4444;border-color:var(--danger,#ef4444);box-shadow:0 0 0 2px #ef444426}.step-form{display:flex;flex-direction:column;height:100%}.auto-progress-bar-wrap{margin-bottom:32px;width:100%}.auto-progress-fill,.auto-progress-labels,.auto-progress-track{display:none}.auto-progress-steps{align-items:center;display:flex!important;flex-direction:row!important;justify-content:space-between;position:relative;width:100%}.auto-progress-steps:before{background:#e5e7eb;content:"";height:3px;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:0}.auto-progress-step{align-items:center;background:#fff;display:flex!important;flex-direction:row!important;gap:8px;padding:0 6px;z-index:1}.auto-progress-step span{color:#aaa;font-size:.8rem;font-weight:500;transition:color .3s;white-space:nowrap}.auto-progress-step span.active{color:#f7072f;font-weight:700}.auto-progress-dot{align-items:center;background:#fff;border:2.5px solid #e5e7eb;border-radius:50%;color:#bbb;display:flex;font-size:.85rem;font-weight:700;height:36px;justify-content:center;transition:all .3s ease;width:36px}.auto-progress-dot.current{background:#f7072f;border-color:#f7072f;box-shadow:0 0 0 4px #f7072f2e;color:#fff;transform:scale(1.1)}.auto-progress-dot.done{background:#22c55e;border-color:#22c55e;color:#fff}.step-buttons{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:space-between;margin-top:20px;width:100%}@media (max-width:768px){.auth-container{min-height:calc(100vh - 70px);padding:20px 16px}.auth-container--register{background:#e8f4fd}.auth-register-layout{flex-direction:column;max-height:none}.auth-card{display:flex;flex-direction:column;height:90vh}.auth-card form{flex:1 1;overflow-y:auto}.auth-register-form{padding:32px 24px 28px}.auth-register-brand{margin-bottom:20px}.auth-register-image{border-radius:16px;flex:0 0 auto;min-height:auto;padding:28px 24px}.auth-register-image .register-panel-img{height:220px;margin-bottom:20px;width:90%}.auth-register-image .register-panel-stars,.auth-register-image .register-panel-tag{margin-bottom:12px}.form-row{grid-template-columns:1fr}.auth-card{border-radius:16px;padding:32px 24px}.auth-card h2{font-size:1.35rem}}.fp-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2 60%,#f093fb);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:24px 16px;position:relative}.fp-page:before{background:#ffffff12;height:500px;left:-160px;top:-160px;width:500px}.fp-page:after,.fp-page:before{border-radius:50%;content:"";pointer-events:none;position:absolute}.fp-page:after{background:#ffffff0d;bottom:-120px;height:400px;right:-100px;width:400px}.fp-card{animation:fp-slide-up .4s cubic-bezier(.34,1.2,.64,1);background:#fff;border-radius:24px;box-shadow:0 24px 60px #0003;max-width:460px;padding:44px 40px;position:relative;width:100%;z-index:1}@keyframes fp-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fp-brand{margin-bottom:28px;text-align:center}.fp-brand-icon{font-size:3rem;line-height:1;margin-bottom:10px}.fp-brand h1{color:#1e293b;font-size:1.6rem;font-weight:800;margin:0}.fp-desc{color:#64748b;font-size:.92rem;line-height:1.6;margin:0 0 28px;text-align:center}.fp-form{gap:20px}.fp-field,.fp-form{display:flex;flex-direction:column}.fp-field{gap:8px}.fp-field label{color:#374151;font-size:.85rem;font-weight:700}.fp-input-wrap{align-items:center;background:#f8faff;border:1.5px solid #e2e8f0;border-radius:12px;display:flex;overflow:hidden;transition:border-color .2s,box-shadow .2s}.fp-input-wrap:focus-within{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.fp-input-icon{flex-shrink:0;font-size:1.05rem;padding:0 12px}.fp-input-wrap input{background:#0000;border:none;color:#1e293b;flex:1 1;font-family:inherit;font-size:.95rem;outline:none;padding:13px 0}.fp-input-wrap input::placeholder{color:#94a3b8}.fp-toggle-pass{background:none;flex-shrink:0;line-height:1;padding:0 14px}.fp-btn-primary,.fp-toggle-pass{border:none;cursor:pointer;font-size:1rem}.fp-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:block;font-weight:700;margin-top:4px;padding:14px;text-align:center;text-decoration:none;transition:opacity .2s,transform .2s,box-shadow .2s;width:100%}.fp-btn-primary:hover:not(:disabled){box-shadow:0 8px 22px #667eea66;opacity:.92;transform:translateY(-1px)}.fp-btn-primary:disabled{cursor:not-allowed;opacity:.5}.fp-btn-ghost{background:#f1f5f9;border:none;border-radius:12px;color:#475569;cursor:pointer;display:block;font-size:.92rem;font-weight:600;padding:12px;text-align:center;transition:background .2s;width:100%}.fp-btn-ghost:hover{background:#e2e8f0}.fp-btn-loading{align-items:center;display:flex;gap:10px;justify-content:center}.fp-spinner{animation:fp-spin .7s linear infinite;border:2px solid #fff6;border-radius:50%;border-top-color:#fff;display:inline-block;height:16px;width:16px}@keyframes fp-spin{to{transform:rotate(1turn)}}.fp-back-link{color:#64748b;display:block;font-size:.88rem;margin-top:20px;text-align:center;text-decoration:none;transition:color .2s}.fp-back-link:hover{color:#667eea}.fp-success{align-items:center;display:flex;flex-direction:column;gap:14px;text-align:center}.fp-success-icon{font-size:4rem;line-height:1}.fp-success h2{color:#1e293b;font-size:1.4rem;font-weight:800;margin:0}.fp-success-sub{color:#64748b;font-size:.9rem;line-height:1.7;margin:0}.fp-spam-hint{color:#667eea;font-weight:600}.fp-preview-link{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;display:inline-block;font-size:.88rem;font-weight:600;padding:10px 20px;text-decoration:none;transition:opacity .2s}.fp-preview-link:hover{opacity:.88}.fp-success-actions{display:flex;flex-direction:column;gap:10px;width:100%}.fp-strength{align-items:center;display:flex;gap:10px;margin-top:4px}.fp-strength-bar{display:flex;flex:1 1;gap:4px}.fp-strength-seg{border-radius:3px;flex:1 1;height:5px;transition:background .3s}.fp-strength-label{font-size:.78rem;font-weight:700;min-width:68px;text-align:right;white-space:nowrap}.fp-rules{display:flex;flex-direction:column;gap:4px;list-style:none;margin:6px 0 0;padding:0}.fp-rules li{align-items:center;color:#94a3b8;display:flex;font-size:.8rem;gap:8px;transition:color .2s}.fp-rules li.valid{color:#22c55e}.fp-rule-icon{flex-shrink:0;font-size:.75rem;text-align:center;width:16px}.fp-match-msg{font-size:.8rem;font-weight:600;margin:4px 0 0}.fp-match-msg.ok{color:#22c55e}.fp-match-msg.err{color:#ef4444}@media (max-width:480px){.fp-card{padding:32px 22px}.fp-brand h1{font-size:1.35rem}}.profile-page .container{padding-top:32px}.profile-page h1{color:#1f2937;color:var(--text,#1f2937);font-size:1.75rem;font-weight:800}.profile-page .card,.profile-page h1{margin-bottom:24px}.profile-page .card h2{color:#1f2937;color:var(--text,#1f2937);font-size:1.125rem;font-weight:700}.profile-page .card p{color:#6b7280;color:var(--text-secondary,#6b7280);font-size:.9375rem;margin-bottom:12px}.profile-page .card p:last-child{margin-bottom:0}.profile-page .card strong{color:#1f2937;color:var(--text,#1f2937)}.profile-page img[alt=Profil]{border-radius:16px;border-radius:var(--radius-lg,16px);box-shadow:0 4px 6px #00000012;box-shadow:var(--shadow,0 4px 6px #00000012)}.profile-page input[type=file]{font-size:.875rem;margin-top:12px}.profile-page .btn-primary{margin-top:8px}.name-display-block p{align-items:center;display:flex;gap:10px;margin:0 0 12px}.name-edit-btn{background:none;border:none;border-radius:6px;cursor:pointer;font-size:1rem;opacity:.6;padding:2px 6px;transition:opacity .2s,background .2s}.name-edit-btn:hover{background:#f1f5f9;opacity:1}.name-edit-block{margin-bottom:12px}.name-edit-actions{display:flex;gap:10px;margin-top:10px}.btn-secondary{background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-weight:600;padding:10px 20px;transition:background .2s}.btn-secondary:hover{background:#e5e7eb}.profile-page .form-group:last-of-type{margin-bottom:0}.profile-page .form-section-title{border-top:1px solid #00000014;color:#1f2937;color:var(--text,#1f2937);font-size:1rem;font-weight:700;margin:24px 0 16px;padding-top:20px}.profile-completion-card{background:linear-gradient(135deg,#010209,#1d0238);border:none;color:#fff}.profile-completion-card h2{color:#fff;margin-bottom:20px}.profile-completion-content{display:flex;flex-direction:column;gap:16px}.profile-completion-header{align-items:baseline;display:flex;flex-wrap:wrap;gap:12px}.completion-percentage{font-size:2.5rem;font-weight:800;line-height:1}.completion-text{color:#ffffffe6;font-size:1rem;margin:0}.progress-bar-container{background-color:#fff3;border-radius:6px;height:12px;margin-top:4px;overflow:hidden;width:100%}.progress-bar{background-color:#fff;border-radius:6px;box-shadow:0 2px 4px #0000001a;height:100%;transition:width .3s ease}.missing-fields{margin-top:8px}.missing-fields-title{color:#fffffff2;font-size:.9375rem;font-weight:600;margin-bottom:8px}.missing-fields-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.missing-fields-list li{color:#ffffffd9;font-size:.875rem;padding-left:20px;position:relative}.missing-fields-list li:before{content:"○";font-size:.75rem;left:0;position:absolute}.profile-complete-message{align-items:center;background-color:#ffffff26;border-radius:8px;display:flex;gap:12px;margin-top:8px;padding:12px}.complete-icon{font-size:1.5rem}.profile-complete-message p{color:#fff;font-weight:600;margin:0}.completion-section{margin-bottom:24px}.completion-section-title{color:#111;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0 0 8px}.completion-section-subtitle{color:#6b7280;font-size:.9375rem;line-height:1.4;margin:0 0 20px}.completion-bio-input{border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;margin-bottom:0;min-height:120px;padding:12px 14px;resize:vertical;width:100%}.completion-bio-input::placeholder{color:#9ca3af}.completion-tags-grid{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.completion-tag{background:#fff;border:1px solid #e5e7eb;border-radius:999px;color:#374151;cursor:pointer;font-size:.875rem;padding:10px 16px;transition:background .2s,border-color .2s,color .2s;white-space:nowrap}.completion-tag:hover{background:#f9fafb;border-color:#d1d5db}.completion-tag.selected{background:#111;border-color:#111;color:#fff}.completion-category{margin-bottom:24px}.completion-category-title{color:#111;font-size:1rem;font-weight:700;margin:0 0 12px}.completion-selected-count{color:#6b7280;font-size:.875rem;font-style:italic;margin:8px 0 0}.completion-binary-options{display:flex;flex-direction:column;gap:12px}.completion-binary-option{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#111;cursor:pointer;display:block;font-size:1rem;padding:14px 20px;text-align:left;transition:background .2s,border-color .2s;width:100%}.completion-binary-option:hover{background:#f9fafb;border-color:#d1d5db}.completion-binary-option.selected{background:#fdf2f8;border-color:#ec4899;color:#111}.completion-dress-options{display:flex;flex-direction:column;gap:10px}.completion-dress-option{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#111;cursor:pointer;display:flex;font-size:1rem;justify-content:space-between;padding:14px 20px;text-align:left;transition:background .2s,border-color .2s,color .2s;width:100%}.completion-dress-option.highlight{color:#be185d}.completion-dress-option.selected{background:#fdf2f8;border-color:#ec4899;color:#be185d}.completion-dress-option.highlight.selected{color:#be185d}.completion-dress-check{align-items:center;background:#ec4899;border-radius:50%;color:#fff;display:flex;font-size:.875rem;font-weight:700;height:24px;justify-content:center;width:24px}.completion-save-btn{background:#ec4899;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:14px 24px;transition:background .2s;width:100%}.completion-save-btn:hover:not(:disabled){background:#db2777}.completion-save-btn:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.profile-page .container{padding-top:20px}.profile-page h1{font-size:1.5rem;margin-bottom:20px}.completion-percentage{font-size:2rem}.completion-text{font-size:.9375rem}.profile-completion-header{flex-direction:column;gap:8px}.completion-section-title{font-size:1.25rem}.completion-tag{font-size:.8125rem;padding:8px 14px}}.match-page{background:#f0f2f5;min-height:calc(100vh - 70px);padding:24px 16px 40px}.match-inner{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:680px}.match-tabs{background:#fff;border-radius:20px;box-shadow:0 2px 16px #00000014;display:flex;gap:8px;padding:8px}.match-tab{align-items:center;background:#0000;border:none;border-radius:14px;color:#64748b;cursor:pointer;display:flex;flex:1 1;font-size:.95rem;font-weight:600;gap:8px;justify-content:center;padding:14px 20px;transition:all .25s ease}.match-tab:hover{background:#f8faff;color:#667eea}.match-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 14px #667eea59;color:#fff}.tab-badge{background:#ff4757;border-radius:10px;color:#fff;font-size:.75rem;font-weight:700;padding:2px 7px}.match-tab.active .tab-badge{background:#ffffff4d}.discover-subtabs{background:#e8eaed;border-radius:14px;display:flex;gap:6px;padding:5px}.discover-subtab{background:#0000;border:none;border-radius:10px;color:#64748b;cursor:pointer;flex:1 1;font-size:.88rem;font-weight:600;padding:10px 16px;transition:all .2s}.discover-subtab:hover{color:#667eea}.discover-subtab.active{background:#fff;box-shadow:0 2px 8px #0000001a;color:#667eea}.empty-state{background:#fff;border-radius:20px;box-shadow:0 2px 16px #00000012;padding:60px 30px;text-align:center}.empty-icon{font-size:72px;margin-bottom:16px}.empty-state h3{color:#1e293b;font-size:1.4rem;font-weight:700;margin:0 0 8px}.empty-state p{color:#64748b;margin:0 0 24px}.btn-primary-pill{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:12px 28px;transition:transform .2s,box-shadow .2s}.btn-primary-pill:hover{box-shadow:0 6px 18px #667eea66;transform:translateY(-2px)}.likes-section{display:flex;flex-direction:column;gap:16px}.section-header{text-align:center}.section-header h2{color:#1e293b;font-size:1.4rem;font-weight:800;margin:0 0 4px}.section-header p{color:#64748b;font-size:.9rem;margin:0}.likes-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.like-card{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;overflow:hidden;transition:transform .3s,box-shadow .3s}.like-card:hover{box-shadow:0 12px 32px #00000026;transform:translateY(-6px)}.like-card-img{aspect-ratio:4/5;background:linear-gradient(135deg,#667eea,#764ba2);cursor:pointer;overflow:hidden;position:relative}.like-card-img img{height:100%;object-fit:cover;width:100%}.like-card-placeholder{align-items:center;color:#fff;display:flex;font-size:3rem;font-weight:700;height:100%;justify-content:center;width:100%}.like-card-gradient{background:linear-gradient(0deg,#000000b3 0,#0000 50%);inset:0;position:absolute}.like-card-info{bottom:0;color:#fff;left:0;padding:12px 14px;position:absolute;right:0;z-index:1}.like-card-info h3{font-size:1rem;font-weight:700;margin:0}.like-card-info p{font-size:.78rem;margin:2px 0 0;opacity:.9}.like-card-actions{display:flex;gap:24px;justify-content:center;padding:14px}.lca-like,.lca-skip{align-items:center;border:none;border-radius:50%;box-shadow:0 4px 12px #00000026;cursor:pointer;display:flex;font-size:1.3rem;height:52px;justify-content:center;transition:transform .2s,box-shadow .2s;width:52px}.lca-skip{background:#fff;border:2px solid #ff4757;color:#ff4757}.lca-skip:hover{background:#ff4757;color:#fff;transform:scale(1.1)}.lca-like{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff}.lca-like:hover{box-shadow:0 6px 18px #ff6b6b73;transform:scale(1.1)}.search-bar{align-items:center;background:#fff;border-radius:14px;box-shadow:0 2px 12px #00000012;display:flex;gap:10px;padding:12px 16px}.search-icon{font-size:1rem}.search-input{background:#0000;border:none;color:#1e293b;flex:1 1;font-family:inherit;font-size:.92rem;outline:none}.search-input::placeholder{color:#94a3b8}.search-clear{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:.7rem;height:22px;justify-content:center;width:22px}.search-count{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;font-size:.78rem;font-weight:700;padding:3px 10px;white-space:nowrap}.browse-section,.discover-section,.profiles-feed,.publications-section{display:flex;flex-direction:column;gap:16px}.profile-feed-card{background:#fff;border-radius:18px;box-shadow:0 2px 14px #00000014;overflow:hidden;transition:box-shadow .2s}.profile-feed-card:hover{box-shadow:0 6px 24px #0000001f}.pfc-header{align-items:center;cursor:pointer;display:flex;gap:12px;padding:14px 16px;transition:background .15s}.pfc-header:hover{background:#fafbff}.pfc-avatar{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;flex-shrink:0;height:48px;overflow:hidden;width:48px}.pfc-avatar.small{height:40px;width:40px}.pfc-avatar img{height:100%;object-fit:cover;width:100%}.pfc-avatar-placeholder{align-items:center;color:#fff;display:flex;font-size:1rem;font-weight:700;height:100%;justify-content:center;width:100%}.pfc-identity{flex:1 1;min-width:0}.pfc-identity h3{color:#1e293b;font-size:.98rem;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pfc-identity p{color:#64748b;font-size:.78rem;margin:2px 0 0}.pfc-view-btn{background:#f0f2ff;border-radius:8px;color:#667eea;font-size:.8rem;font-weight:600;padding:4px 10px;white-space:nowrap}.pfc-photo{overflow:hidden}.pfc-photo img{display:block;max-height:500px;object-fit:cover;width:100%}.pfc-body{padding:12px 16px}.pfc-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.pfc-badge{background:#f1f5f9;border-radius:20px;color:#475569;font-size:.78rem;font-weight:500;padding:4px 12px}.pfc-bio{color:#475569;font-size:.88rem;font-style:italic;line-height:1.5;margin:0}.pfc-actions{display:flex;gap:10px;padding:12px 16px 14px}.pfc-profile-btn{background:#f1f5f9;border:none;border-radius:10px;color:#475569;cursor:pointer;flex:1 1;font-size:.88rem;font-weight:600;padding:10px;transition:background .2s}.pfc-profile-btn:hover{background:#e2e8f0}.pfc-like-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;flex:1 1;font-size:.88rem;font-weight:600;padding:10px;transition:opacity .2s,transform .2s}.pfc-like-btn:hover:not(:disabled){transform:translateY(-1px)}.pfc-like-btn.liked{background:#e2e8f0;color:#64748b}.pfc-like-btn:disabled{cursor:default}.post-create-card{background:#fff;border-radius:18px;box-shadow:0 2px 14px #00000014;display:flex;flex-direction:column;gap:12px;padding:16px}.post-create-top{align-items:flex-start;display:flex;gap:12px}.post-caption-input{border:1.5px solid #e2e8f0;border-radius:12px;color:#1e293b;flex:1 1;font-family:inherit;font-size:.9rem;outline:none;padding:10px 14px;resize:none;transition:border-color .2s}.post-caption-input:focus{border-color:#667eea}.post-caption-input::placeholder{color:#94a3b8}.post-preview{border-radius:12px;overflow:hidden;position:relative}.post-preview img{display:block;max-height:320px;object-fit:cover;width:100%}.post-preview-remove{align-items:center;background:#0000008c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.75rem;height:28px;justify-content:center;position:absolute;right:8px;top:8px;width:28px}.post-create-actions{align-items:center;display:flex;justify-content:space-between}.post-photo-btn{background:#f1f5f9;border:none;border-radius:10px;color:#475569;cursor:pointer;font-size:.88rem;font-weight:600;padding:10px 16px;transition:background .2s}.post-photo-btn:hover{background:#e2e8f0}.post-submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.88rem;font-weight:600;padding:10px 22px;transition:opacity .2s}.post-submit-btn:disabled{cursor:default;opacity:.5}.post-delete-btn{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:1rem;margin-left:auto;padding:4px;transition:color .2s}.post-delete-btn:hover{color:#ef4444}.post-like-action{background:none;border:none;color:#64748b;cursor:pointer;font-size:.88rem;font-weight:600;padding:10px 0;transition:color .2s}.post-like-action.liked,.post-like-action:hover{color:#ef4444}.loading-spinner{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:16px;height:60vh;justify-content:center}.spinner{animation:spin .9s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:44px;width:44px}.pmodal-overlay{align-items:center;animation:fadeIn .2s ease;background:#000c;display:flex;inset:0;justify-content:center;padding:12px;position:fixed;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.pmodal{animation:slideUp .3s cubic-bezier(.34,1.56,.64,1);border-radius:28px;flex-shrink:0;height:88vh;max-height:800px;max-width:420px;overflow:hidden;position:relative;width:100%}.pmodal-bg{inset:0;position:absolute;z-index:0}.pmodal-bg img{height:100%;object-fit:cover;object-position:center top;width:100%}.pmodal-bg-empty{align-items:center;background:linear-gradient(135deg,#c9a96e,#7a4f1a);color:#fff;display:flex;font-size:5rem;font-weight:700;height:100%;justify-content:center;width:100%}.pmodal-bg-gradient{background:linear-gradient(0deg,#000000f7 0,#000000bf 35%,#00000040 60%,#0000);inset:0;position:absolute}.pmodal-close{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.85rem;height:36px;justify-content:center;position:absolute;right:16px;top:16px;transition:background .2s;width:36px;z-index:30}.pmodal-close:hover{background:#000000bf}.pmodal-overlay-content{display:flex;flex-direction:column;inset:0;justify-content:flex-end;padding-bottom:14px;position:absolute;z-index:10}.pmodal-main-row{align-items:flex-end;display:flex;gap:10px;padding:0 16px 14px}.pmodal-col-left{flex:1 1;min-width:0}.pmodal-name{color:#d4a853;font-family:Georgia,Times New Roman,serif;font-size:2.8rem;font-weight:700;line-height:1;margin:0;text-shadow:0 2px 10px #0009}.pmodal-age-text{color:#fff;font-size:1rem;font-weight:800;letter-spacing:3px;margin:4px 0 8px;text-shadow:0 1px 4px #0009}.pmodal-facts{display:flex;flex-direction:column;gap:3px;margin-bottom:10px}.pmodal-fact{align-items:center;color:#ffffffd9;display:flex;font-size:.82rem;gap:6px;margin:0}.pmodal-divider-gold{color:#d4a853;font-size:.78rem;letter-spacing:3px;margin:8px 0;opacity:.85}.pmodal-bio-text{color:#d4a853;font-size:.8rem;font-style:italic;line-height:1.45;margin:0 0 10px;max-height:70px;overflow:hidden;text-shadow:0 1px 3px #00000080}.pmodal-interests-row{display:flex;flex-wrap:wrap;gap:5px}.pmodal-interest-chip{background:#d4a85333;border:1px solid #d4a85373;border-radius:20px;color:#f0d080;font-size:.72rem;font-weight:600;padding:3px 10px}.pmodal-col-right{flex-shrink:0;width:155px}.pmodal-glass-card{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);background:#5a411480;border:1px solid #d4a85359;border-radius:18px;overflow:hidden;padding:10px 12px}.pgc-row{align-items:flex-start;display:flex;gap:8px;padding:8px 0}.pgc-icon{flex-shrink:0;font-size:1rem;line-height:1.3}.pgc-text{color:#ffffffeb;font-size:.73rem;line-height:1.35}.pgc-sep{background:#d4a85347;height:1px;margin:0}.pmodal-bottom-bar{align-items:center;display:flex;justify-content:space-between;padding:0 16px}.pmodal-posts-toggle{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff40;border-radius:22px;color:#ffffffe6;cursor:pointer;font-size:.82rem;font-weight:600;padding:9px 18px;transition:background .2s}.pmodal-posts-toggle:hover{background:#ffffff38}.pmodal-like-fab{align-items:center;background:#e63950d9;border:2px solid #ffffff80;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1.3rem;height:54px;justify-content:center;transition:all .2s;width:54px}.pmodal-like-fab:hover:not(:disabled){background:#e63950;transform:scale(1.1)}.pmodal-like-fab.liked{background:#e63950;border-color:#e63950;font-size:1rem}.pmodal-like-fab:disabled{cursor:default}.pmodal-posts-panel{animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0805f2;border-radius:28px;display:flex;flex-direction:column;inset:0;overflow:hidden;position:absolute;z-index:20}.pmodal-posts-panel-header{align-items:center;border-bottom:1px solid #d4a85333;display:flex;flex-shrink:0;justify-content:space-between;padding:16px 20px}.pmodal-posts-panel-header span{color:#d4a853;font-size:1rem;font-weight:700}.pmodal-posts-panel-header button{align-items:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.85rem;height:30px;justify-content:center;width:30px}.pmodal-posts-grid{grid-gap:2px;display:grid;flex:1 1;gap:2px;grid-template-columns:repeat(2,1fr);overflow-y:auto;padding:2px}.pmodal-post-item{background:#111;overflow:hidden}.pmodal-post-item img{aspect-ratio:1;display:block;object-fit:cover;width:100%}.pmodal-post-caption{color:#ffffffb3;font-size:.75rem;line-height:1.3;padding:5px 8px}.pmodal-post-footer{color:#fff6;display:flex;font-size:.72rem;justify-content:space-between;padding:3px 8px 6px}.pmodal-loading{color:#fff6;font-style:italic;padding:40px;text-align:center}.pmodal-no-posts{color:#fff6;padding:48px 20px;text-align:center}.pmodal-no-posts span{display:block;font-size:3rem;margin-bottom:12px}.pmodal-no-posts p{font-size:.9rem;margin:0}@media (max-width:640px){.match-page{padding:12px 10px 32px}.likes-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.pmodal-overlay{align-items:flex-end;padding:0}.pmodal{border-radius:20px 20px 0 0;height:92vh;max-height:92vh;max-width:100%}.pmodal-name{font-size:2.2rem}.pmodal-col-right{width:138px}.pgc-text{font-size:.7rem}.pmodal-posts-panel{border-radius:20px 20px 0 0}}.block-user-btn{background:#fff;border:1px solid #dc3545;border-radius:6px;color:#dc3545;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .2s}.block-user-btn:hover{background:#dc3545;color:#fff}.block-user-btn.blocked{border-color:#6c757d;color:#6c757d}.block-user-btn.blocked:hover{background:#6c757d;color:#fff}.block-user-btn:disabled{cursor:not-allowed;opacity:.6}.block-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.block-modal{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0003;max-width:500px;padding:2rem;width:90%}.block-modal h3{color:#333;margin:0 0 .5rem}.block-modal>p{color:#666;margin:0 0 1.5rem}.block-modal .form-group{margin-bottom:1.5rem}.block-modal .form-group label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.block-modal .form-group select,.block-modal .form-group textarea{border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:.95rem;padding:.6rem;width:100%}.block-modal .form-group textarea{resize:vertical}.block-modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.btn-cancel,.btn-confirm-block{border:none;border-radius:6px;cursor:pointer;font-size:.95rem;padding:.6rem 1.5rem;transition:all .2s}.btn-cancel{background:#6c757d;color:#fff}.btn-cancel:hover{background:#5a6268}.btn-confirm-block{background:#dc3545;color:#fff}.btn-confirm-block:hover{background:#c82333}.btn-cancel:disabled,.btn-confirm-block:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.block-modal{padding:1.5rem}.block-modal-actions{flex-direction:column}.btn-cancel,.btn-confirm-block{width:100%}}.discover-link{color:#667eea;font-weight:500;text-decoration:none}.discover-link:hover{text-decoration:underline}.match-item.unread .match-preview,.match-item.unread h3{color:#111b21;font-weight:600}.match-unread-badge{align-items:center;background:#25d366;border-radius:10px;color:#fff;display:flex;font-size:11px;font-weight:600;height:20px;justify-content:center;min-width:20px;padding:0 6px;position:absolute;right:-4px;top:-4px}.match-item.unread .match-preview{color:#111b21}.chat-header-actions{gap:8px}.group-info-btn{align-items:center;background:#0000;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:background .2s;width:40px}.group-info-btn:hover{background:#e9edef}.add-parent-btn{background:#25d366;border:none;border-radius:20px;box-shadow:0 2px 4px #25d36633;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:8px 16px;transition:all .2s;white-space:nowrap}.add-parent-btn:hover{background:#20ba5a;box-shadow:0 4px 8px #25d3664d;transform:translateY(-1px)}.add-parent-modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.add-parent-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;max-height:90vh;max-width:420px;overflow:auto;width:100%}.add-parent-modal-header{align-items:center;background:#f0f2f5;border-bottom:1px solid #e9edef;display:flex;justify-content:space-between;padding:20px}.add-parent-modal-header h3{color:#111b21;font-size:1.15rem;font-weight:600;margin:0}.section-title{color:#f8bf72;font-size:20pt;font-weight:600;letter-spacing:.5px;margin:0 0 12px;padding:0 20px;text-transform:uppercase}.group-participants-section{border-bottom:1px solid #e9edef;padding:16px 0}.participants-list{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto;padding:0 20px}.participant-item{align-items:center;border-radius:8px;display:flex;gap:12px;padding:8px 12px;transition:background .2s}.participant-item:hover{background:#f5f6f6}.leave-group-section{border-top:1px solid #e9edef;margin-top:16px;padding:16px 20px}.leave-group-btn{align-items:center;background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9375rem;font-weight:600;gap:8px;justify-content:center;padding:12px 20px;transition:all .2s ease;width:100%}.leave-group-btn:hover:not(:disabled){background:#dc2626;box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.leave-group-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.participant-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1rem;font-weight:600;height:40px;justify-content:center;width:40px}.participant-info{display:flex;flex:1 1;flex-direction:column;gap:2px}.participant-name{color:#111b21;font-size:.9375rem;font-weight:500}.participant-role{color:#667781;font-size:.8125rem}.add-parent-section{padding:16px 0}.add-parent-modal-close{background:none;border:none;border-radius:4px;color:#666;cursor:pointer;font-size:1.25rem;line-height:1;padding:4px 8px}.add-parent-modal-close:hover{background:#f0f2f5;color:#333}.add-parent-modal-hint{color:#667781;font-size:.9rem;line-height:1.5;margin:0;padding:0 20px 16px}.add-parent-modal-empty{color:#667781;font-size:.95rem;margin:0;padding:24px 20px}.add-parent-list{list-style:none;margin:16px 0 20px;padding:0 20px 20px}.add-parent-item{align-items:center;background:#fafafa;border:1px solid #e9edef;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:10px;padding:12px 14px}.add-parent-name{color:#111b21;font-size:.95rem}.add-parent-name small{color:#667781;display:block;font-size:.8rem;margin-top:2px}.add-parent-add-btn{background:#0b6bb4;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;padding:8px 16px}.add-parent-add-btn:hover:not(:disabled){background:#095a9e}.add-parent-add-btn:disabled{cursor:not-allowed;opacity:.7}.blocked-conversation-banner{align-items:center;background:#fff3cd;border-radius:8px;color:#856404;display:flex;font-size:.95rem;gap:8px;margin:0 20px 15px;padding:12px 20px}.chat-user-info.clickable{border-radius:8px;cursor:pointer;margin:-4px -8px;padding:4px 8px;transition:background .2s}.chat-user-info.clickable:hover{background:#f0f2f5}.message{align-items:flex-end;gap:8px;max-width:72%}.message.own{flex-direction:row-reverse}.message.other{flex-direction:row}.msg-avatar{border-radius:50%;flex-shrink:0;height:36px;overflow:hidden;width:36px}.msg-avatar img{height:100%;object-fit:cover;width:100%}.msg-avatar-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:.95rem;font-weight:700;height:36px;justify-content:center;width:36px}.msg-avatar-placeholder.own{background:linear-gradient(135deg,#764ba2,#667eea)}.message-content-wrapper{display:flex;flex-direction:column}.message.own .message-content-wrapper{align-items:flex-end}.message.other .message-content-wrapper{align-items:flex-start}.message.own .message-bubble{background:linear-gradient(135deg,#667eea,#764ba2)}.message-input-form .message-input-wrapper input[type=text]{font-size:1rem;min-width:0}.emoji-picker{border-radius:12px;box-shadow:0 4px 20px #00000026;margin-bottom:8px;max-height:280px;padding:10px}.emoji-item{font-size:1.4rem;height:36px;width:36px}.message-image{border-radius:8px;margin-bottom:6px}.message-image.clickable{cursor:pointer}.message-image.clickable:hover{opacity:.9}.message-image img{border-radius:8px;max-height:200px;max-width:250px}.image-zoom-overlay{bottom:0;cursor:zoom-out;left:0;padding:20px;right:0;top:0;z-index:9999}.image-zoom-overlay img{border-radius:8px;box-shadow:0 10px 40px #00000080;cursor:default;max-height:95vh;max-width:95%}.message-input-form input:focus{border-color:#667eea}.send-btn{flex-shrink:0;font-size:1.3rem;height:50px;min-width:50px;transition:transform .2s,box-shadow .2s;width:50px}.send-btn:hover:not(:disabled){box-shadow:0 5px 15px #667eea66}.no-chat-selected{align-items:center;color:#666;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}.no-chat-icon{font-size:70px;margin-bottom:20px}.no-chat-selected h3{color:#333;margin-bottom:10px}.mobile-back-btn{display:none}@media (max-width:768px){.conversations-container{height:calc(100vh - 65px);padding:0}.conversations-layout{border-radius:0;box-shadow:none;grid-template-columns:1fr;height:100%;position:relative}.matches-sidebar{background:#fff;display:none;inset:0;position:absolute;z-index:10}.matches-sidebar.show-mobile{display:flex}.chat-area{display:none;height:100%;inset:0;position:absolute;z-index:10}.chat-area.show-mobile-chat{display:flex}.mobile-back-btn{align-items:center;background:none;border:none;color:#111b21;cursor:pointer;display:flex;flex-shrink:0;font-size:2rem;justify-content:center;line-height:1;padding:0 10px 0 0}.mobile-back-btn:hover{color:#25d366}.chat-header{padding:10px 12px}.message{max-width:88%}.messages-container{padding:12px 10px}.message-input-form{background:#fff;bottom:0;box-shadow:0 -2px 8px #00000014;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom, 0px));position:-webkit-sticky;position:sticky;z-index:10}.message-input-form .message-input-wrapper input[type=text]{font-size:.95rem;padding:10px 16px}.send-btn{background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 3px 10px #25d36680;flex-shrink:0;font-size:1.3rem;height:48px;min-width:48px;opacity:1!important;width:48px}.send-btn:disabled{background:#b0b0b0;box-shadow:none;opacity:.6!important}.action-btn{font-size:1.2rem;height:38px;min-width:38px;width:38px}.emoji-picker{grid-template-columns:repeat(7,1fr);left:0;right:0}.sidebar-header{padding:14px 16px}.sidebar-header h2{font-size:1.15rem}.match-item{min-height:66px;padding:10px 14px}.add-parent-btn{font-size:.8rem;padding:6px 10px}}@media (max-width:480px){.conversations-container{height:calc(100vh - 60px)}.message{max-width:92%}.message-bubble{font-size:.93rem;padding:9px 13px}.chat-header{padding:8px 10px}.group-info-btn{font-size:1rem;height:34px;width:34px}.send-btn{font-size:1.2rem;height:46px;min-width:46px;width:46px}.action-btn{font-size:1.1rem;height:34px;min-width:34px;width:34px}}.notifications-container{margin:0 auto;max-width:640px;min-height:calc(100vh - 100px);padding:24px 20px}.notifications-loading{color:#666;color:var(--text-light,#666);padding:40px;text-align:center}.notifications-card{background:#fff;background:var(--bg-color,#fff);border-radius:12px;box-shadow:0 4px 20px #00000014;box-shadow:var(--shadow-lg,0 4px 20px #00000014);padding:24px}.notifications-header{align-items:center;border-bottom:2px solid #eee;border-bottom:2px solid var(--border-color,#eee);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.notifications-header h1{color:#333;color:var(--text-color,#333);font-size:1.5rem;margin:0}.btn-sm{font-size:.9rem;padding:8px 16px}.notifications-empty{color:#666;color:var(--text-light,#666);padding:48px 24px;text-align:center}.notifications-empty .btn{margin-top:16px}.notifications-list{list-style:none;margin:0;padding:0}.notification-item{align-items:flex-start;border-radius:10px;cursor:pointer;display:flex;gap:12px;margin-bottom:8px;padding:16px;position:relative;transition:background .2s}.notification-item:hover{background:#f8f9fa;background:var(--hover-bg,#f8f9fa)}.notification-item.unread{background:#667eea0f}.notification-icon{flex-shrink:0;font-size:1.5rem}.notification-content{flex:1 1;min-width:0}.notification-content strong{color:#333;color:var(--text-color,#333);display:block;margin-bottom:4px}.notification-content p{color:#555;color:var(--text-light,#555);font-size:.95rem;line-height:1.4;margin:0 0 6px}.notification-date{color:#888;color:var(--text-light,#888);font-size:.8rem}.notification-dot{background:#667eea;background:var(--primary-color,#667eea);border-radius:50%;flex-shrink:0;height:8px;margin-top:6px;width:8px}@media (max-width:600px){.notifications-card,.notifications-container{padding:16px}.notifications-header{align-items:flex-start;flex-direction:column}}.blocked-users-container{margin:2rem auto;max-width:1000px;padding:0 1rem}.blocked-users-header{margin-bottom:2rem}.blocked-users-header h2{color:#333;margin-bottom:.5rem}.blocked-users-header p{color:#666;font-size:.95rem}.loading{font-size:1.1rem}.loading,.no-blocked-users{color:#666;padding:3rem;text-align:center}.no-blocked-users{background:#f8f9fa;border-radius:8px}.blocked-users-list{display:flex;flex-direction:column;gap:1rem}.blocked-user-card{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;padding:1.5rem;transition:box-shadow .2s}.blocked-user-card:hover{box-shadow:0 2px 8px #0000001a}.blocked-user-info{align-items:center;display:flex;flex:1 1;gap:1rem}.blocked-user-avatar{border-radius:50%;height:60px;object-fit:cover;width:60px}.blocked-user-details{flex:1 1}.blocked-user-details h3{color:#333;font-size:1.1rem;margin:0 0 .5rem}.block-reason{color:#666;font-size:.9rem;margin:.25rem 0}.block-notes{color:#777;font-style:italic}.block-date,.block-notes{font-size:.85rem;margin:.25rem 0}.block-date{color:#999}.btn-unblock{background:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.95rem;padding:.6rem 1.5rem;transition:background .2s}.btn-unblock:hover{background:#5a6268}@media (max-width:768px){.blocked-user-card{align-items:flex-start;flex-direction:column;gap:1rem}.blocked-user-info,.btn-unblock{width:100%}}.view-profile-container{margin:0 auto;max-width:700px;min-height:calc(100vh - 90px);padding:24px 20px}.view-profile-back{background:none;border:none;color:#667eea;color:var(--primary,#667eea);cursor:pointer;font-family:inherit;font-size:.9375rem;font-weight:600;margin-bottom:20px;padding:10px 0;transition:opacity .2s}.view-profile-back:hover{opacity:.85;text-decoration:underline}.view-profile-loading{align-items:center;color:#666;display:flex;flex-direction:column;justify-content:center;min-height:400px}.view-profile-loading .spinner{animation:view-profile-spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:48px;margin-bottom:16px;width:48px}@keyframes view-profile-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.view-profile-card{background:#fff;background:var(--surface,#fff);border:1px solid #e5e7eb;border:1px solid var(--border,#e5e7eb);border-radius:20px;border-radius:var(--radius-xl,20px);box-shadow:0 10px 30px #667eea1a,0 4px 12px #0000000d;overflow:hidden}.view-profile-header{background:linear-gradient(180deg,#f8f9fa,#fff);padding:40px 20px 30px;text-align:center}.view-profile-main-photo{border:4px solid #fff;border-radius:50%;box-shadow:0 4px 15px #0000001a;height:180px;margin-bottom:16px;object-fit:cover;width:180px}.view-profile-avatar-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:56px;font-weight:700;height:180px;justify-content:center;margin:0 auto 16px;width:180px}.view-profile-header h1{color:#111b21;font-size:1.8rem;margin:0 0 8px}.view-profile-age,.view-profile-gender,.view-profile-location{color:#667781;font-size:1rem;margin:4px 0}.view-profile-body{padding:30px}.view-profile-section{margin-bottom:28px}.view-profile-section:last-child{margin-bottom:0}.view-profile-section h3{border-bottom:1px solid #eee;color:#667781;font-size:1rem;margin:0 0 16px;padding-bottom:8px}.view-profile-details{display:flex;flex-direction:column;gap:16px}.view-profile-detail-item{align-items:flex-start;display:flex;gap:14px}.view-profile-detail-item .detail-icon{flex-shrink:0;font-size:1.4rem}.view-profile-detail-item div{display:flex;flex-direction:column;gap:2px}.view-profile-detail-item .detail-label{color:#667781;font-size:.8rem}.view-profile-bio,.view-profile-detail-item .detail-value{color:#111b21;font-size:1rem}.view-profile-bio{line-height:1.6;margin:0}.view-profile-photos{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.view-profile-photos img{aspect-ratio:1;border-radius:12px;object-fit:cover;width:100%}.view-profile-actions{border-top:1px solid #eee;padding:24px 30px}.view-profile-actions .btn{border-radius:12px;border-radius:var(--radius,12px);font-size:1rem;font-weight:600;padding:14px 24px;width:100%}@media (max-width:768px){.view-profile-avatar-placeholder,.view-profile-main-photo{font-size:44px;height:140px;width:140px}.view-profile-header h1{font-size:1.5rem}.view-profile-body{padding:20px}.view-profile-photos{grid-template-columns:repeat(2,1fr)}}.guardian-profile-cards,.guardian-ward-card{margin-bottom:20px}.guardian-profile-cards h2,.guardian-ward-card h2{color:#333;font-size:1.15rem;margin-top:0}.guardian-info-list{grid-gap:8px 24px;display:grid;gap:8px 24px;grid-template-columns:auto 1fr;margin:0}.guardian-info-list dt{color:#555;font-weight:600;margin:0}.guardian-info-list dd{color:#333;margin:0}.ward-info{margin:0}.ward-name{font-size:1.1rem;margin-bottom:8px}.ward-detail{color:#555;font-size:.95rem;margin:4px 0}@media (min-width:768px){.container .guardian-profile-cards+.guardian-ward-card{margin-top:0}}.conversations-container{height:calc(100vh - 70px);margin:0 auto;max-width:1200px;overflow:hidden;padding:20px}.loading-state{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.loading-state .spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:40px;margin-bottom:15px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.conversations-layout{grid-gap:20px;border-radius:20px;box-shadow:0 10px 40px #0000001a;display:grid;gap:20px;grid-template-columns:350px 1fr}.conversations-layout,.matches-sidebar{background:#fff;height:100%;overflow:hidden}.matches-sidebar{border-right:1px solid #e9edef;display:flex;flex-direction:column}.sidebar-header{background:#f0f2f5;border-bottom:1px solid #e9edef;flex-shrink:0;padding:16px 20px}.sidebar-header h2{color:#333;font-size:1.3rem}.no-matches{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.no-matches-icon{font-size:50px;margin-bottom:15px}.no-matches p{color:#666;margin-bottom:20px}.matches-list{flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto}.matches-list::-webkit-scrollbar{width:6px}.matches-list::-webkit-scrollbar-track{background:#0000}.matches-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.matches-list::-webkit-scrollbar-thumb:hover{background:#aaa}.match-item{align-items:center;border-bottom:1px solid #f0f2f5;cursor:pointer;display:flex;gap:15px;min-height:72px;padding:12px 16px;transition:background .2s}.match-item:hover{background:#f5f6f6}.match-item.active{background:#f0f2f5;border-left:4px solid #25d366}.match-avatar{border-radius:50%;flex-shrink:0;height:52px;overflow:visible;position:relative;width:52px}.match-avatar img{height:100%;object-fit:cover;width:100%}.avatar-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;font-size:20px;font-weight:700;height:100%;justify-content:center;width:100%}.match-info{flex:1 1;min-width:0;overflow:hidden}.match-info-header{align-items:baseline;display:flex;gap:8px;justify-content:space-between;margin-bottom:2px}.match-info h3{color:#111b21;flex:1 1;font-size:1rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-time{color:#667781;flex-shrink:0;font-size:.75rem}.match-preview{color:#667781;font-size:.875rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-area{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.chat-header{align-items:center;background:#f0f2f5;border-bottom:1px solid #e9edef;display:flex;flex-shrink:0;justify-content:space-between;padding:12px 20px}.group-header-info{align-items:center;display:flex;flex:1 1;gap:12px}.group-avatar-item,.group-avatars{align-items:center;display:flex;position:relative}.group-avatar-item{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #fff;border-radius:50%;color:#fff;font-size:.9rem;font-weight:600;height:40px;justify-content:center;margin-left:-8px;overflow:hidden;width:40px}.group-avatar-item:first-child{margin-left:0}.group-avatar-placeholder{font-size:1.2rem;height:100%;width:100%}.group-avatar-more,.group-avatar-placeholder{align-items:center;display:flex;justify-content:center}.group-avatar-more{background:#e9edef;border:2px solid #fff;border-radius:50%;color:#667781;font-size:.85rem;font-weight:600;height:40px;margin-left:-8px;width:40px}.group-info h3{color:#111b21;font-size:1rem;font-weight:600;margin:0 0 2px}.group-participants-count{color:#667781;font-size:.8125rem;margin:0}.guardians-badge{color:#25d366;font-weight:500}.chat-user-info{align-items:center;display:flex;gap:15px}.chat-avatar{border-radius:50%;height:45px;overflow:hidden;width:45px}.chat-avatar img{height:100%;object-fit:cover;width:100%}.chat-user-info h3{color:#333;font-size:1.1rem;margin-bottom:2px}.chat-user-info p{color:#999;font-size:.85rem}.chat-header-actions{align-items:center;display:flex;gap:10px}.leave-group-header-btn{align-items:center;background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:6px;padding:8px 16px;transition:all .2s ease}.leave-group-header-btn:hover:not(:disabled){background:#dc2626;box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.leave-group-header-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.messages-container{background:#f8f9fa;flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:20px}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:#0000}.messages-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover{background:#aaa}.no-messages{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}.wave-emoji{animation:wave 1.5s infinite;font-size:60px;margin-bottom:20px}@keyframes wave{0%,to{transform:rotate(0deg)}25%{transform:rotate(20deg)}75%{transform:rotate(-20deg)}}.no-messages h3{color:#333;margin-bottom:10px}.no-messages p{color:#666}.messages-list{display:flex;flex-direction:column;gap:10px}.date-separator{margin:20px 0;text-align:center}.date-separator span{background:#e0e0e0;border-radius:15px;color:#666;font-size:.8rem;padding:5px 15px}.message{display:flex;flex-direction:column;max-width:70%}.message.own{align-self:flex-end}.message.other{align-self:flex-start}.message-sender-label{color:#0b6bb4;display:block;font-size:.75rem;font-weight:500;margin-bottom:4px}.message-bubble{border-radius:18px;padding:12px 16px;position:relative}.message.own .message-bubble{background:linear-gradient(135deg,#14f00d,#5eec37);border-bottom-right-radius:4px;color:#fff}.message.other .message-bubble{background:#fff;border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000001a;color:#333}.message-bubble p{word-wrap:break-word;line-height:1.4;margin:0}.message-time{display:block;font-size:.7rem;margin-top:5px;opacity:.7}.message.own .message-time{text-align:right}.message-read-status{font-size:.65rem;font-style:italic;opacity:.9}.message-image{border-radius:12px;cursor:pointer;margin-bottom:8px;max-width:300px;overflow:hidden}.message-image img{display:block;height:auto;width:100%}.image-zoom-overlay{align-items:center;background:#000000e6;cursor:pointer;display:flex;inset:0;justify-content:center;position:fixed;z-index:2000}.image-zoom-overlay img{max-height:90%;max-width:90%;object-fit:contain}.message-input-form{align-items:flex-end;background:#fff;border-top:1px solid #eee;display:flex;flex-shrink:0;gap:10px;padding:15px 20px}.message-input-wrapper{align-items:center;display:flex;flex:1 1;gap:8px;position:relative}.action-btn{background:#f0f2f5;border:none;border-radius:50%;cursor:pointer;font-size:1.3rem;height:42px;min-width:42px;transition:background .2s;width:42px}.action-btn:hover{background:#e4e6eb}.action-btn:disabled{cursor:not-allowed;opacity:.5}.message-input-form .message-input-wrapper input[type=text]{border:1px solid #ddd;border-radius:25px;flex:1 1;font-size:.95rem;outline:none;padding:12px 20px;transition:border-color .2s;width:30%}.message-input-form .message-input-wrapper input[type=text]:focus{border-color:#667eea}.message-input-form .message-input-wrapper input[type=text]:disabled{background:#f5f5f5;cursor:not-allowed}.send-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:42px;justify-content:center;min-width:42px;transition:all .2s;width:42px}.send-btn:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:scale(1.05)}.send-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.emoji-picker{grid-gap:4px;background:#fff;border:1px solid #e9edef;border-radius:16px;bottom:100%;box-shadow:0 8px 24px #00000026;display:grid;gap:4px;grid-template-columns:repeat(8,1fr);left:0;margin-bottom:10px;max-height:250px;max-width:300px;overflow-y:auto;padding:12px;position:absolute;z-index:100}.emoji-item{align-items:center;background:#0000;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1.2rem;height:32px;justify-content:center;transition:background .2s;width:32px}.emoji-item:hover{background:#f0f2f5}.emoji-picker::-webkit-scrollbar{width:6px}.emoji-picker::-webkit-scrollbar-track{background:#0000}.emoji-picker::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.clickable{cursor:pointer}
/*# sourceMappingURL=main.051e2bff.css.map*/