.components-module__ImArIa__container{background:#fff;border-radius:12px;width:100%;max-width:1100px;margin:auto;padding:40px;box-shadow:0 6px 16px #0000000f}.components-module__ImArIa__header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;display:flex}.components-module__ImArIa__heading{color:#1f3a65;margin:0;font-size:28px;font-weight:700;position:relative}.components-module__ImArIa__heading:after{content:"";background:#44d7b6;border-radius:3px;width:40px;height:3px;position:absolute;bottom:-8px;left:0}.components-module__ImArIa__actions{gap:12px;display:flex}.components-module__ImArIa__btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.components-module__ImArIa__creator-layout{grid-template-rows:auto 1fr auto;gap:24px;display:grid}.components-module__ImArIa__metadata-section{background:#f8f9fa;border:1px solid #0000000d;border-radius:12px;padding:24px}.components-module__ImArIa__metadata-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.components-module__ImArIa__metadata-grid .components-module__ImArIa__full-row{grid-column:1/-1}.components-module__ImArIa__form-group{margin-bottom:0}.components-module__ImArIa__form-group label{color:#333d4b;margin-bottom:10px;font-size:15px;font-weight:600;display:block}.components-module__ImArIa__form-group input,.components-module__ImArIa__form-group textarea,.components-module__ImArIa__form-group select{background:#fff;border:1px solid #00000014;border-radius:8px;width:100%;height:50px;padding:14px 16px;font-size:15px;transition:all .3s;box-shadow:0 2px 4px #00000005}.components-module__ImArIa__form-group textarea{height:auto;min-height:100px}.components-module__ImArIa__form-group input:focus,.components-module__ImArIa__form-group textarea:focus,.components-module__ImArIa__form-group select:focus{border-color:#44d7b6;outline:none;box-shadow:0 0 0 3px #44d7b61a}.components-module__ImArIa__form-group .components-module__ImArIa__required{color:#ff5a5f;margin-left:4px}.components-module__ImArIa__form-group .components-module__ImArIa__optional{color:#888;margin-left:4px;font-size:14px;font-weight:400}.components-module__ImArIa__form-group .components-module__ImArIa__helper-text{color:#6b7280;margin-top:6px;font-size:13px;font-weight:400}.components-module__ImArIa__editor-section{border:1px solid #00000014;border-radius:12px;flex-direction:column;min-height:600px;display:flex;overflow:hidden;box-shadow:0 2px 8px #1f3a650f}.components-module__ImArIa__editor-tabs{background:#f8f9fa;border-bottom:1px solid #00000014;display:flex}.components-module__ImArIa__editor-tab{cursor:pointer;color:#6b7280;border-bottom:3px solid #0000;align-items:center;gap:8px;padding:16px 24px;font-weight:600;transition:all .3s;display:flex}.components-module__ImArIa__editor-tab.components-module__ImArIa__active{color:#1f3a65;background:#44d7b60d;border-bottom-color:#44d7b6}.components-module__ImArIa__editor-tab:hover:not(.components-module__ImArIa__active){color:#333d4b;background:#00000005}.components-module__ImArIa__editor-tab i{font-size:18px}.components-module__ImArIa__editor-container{flex:1;height:550px;position:relative;overflow:hidden}.components-module__ImArIa__custom-dropdown{position:relative}.components-module__ImArIa__dropdown-options{z-index:99;background:#fff;border:1px solid #ddd;border-radius:6px;max-height:220px;padding:4px 0;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 5px 10px #0000000d}.components-module__ImArIa__dropdown-option{cursor:pointer;padding:10px 14px;transition:background .2s}.components-module__ImArIa__dropdown-option:hover{background:#f4f4f4}.components-module__ImArIa__no-result{color:#999;padding:10px 14px;font-style:italic}.components-module__ImArIa__input-icon-wrapper .components-module__ImArIa__input-icon{color:#666;pointer-events:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.components-module__ImArIa__editor-pane{outline:none;width:100%;height:100%;position:absolute;top:0;left:0}.components-module__ImArIa__editor-pane.components-module__ImArIa__active{display:block}.components-module__ImArIa__tags-input-container{background:#fff;border:1px solid #00000014;border-radius:8px;flex-wrap:wrap;align-items:flex-start;gap:8px;min-height:50px;padding:12px;transition:all .3s;display:flex;overflow-y:auto;box-shadow:0 2px 4px #00000005}.components-module__ImArIa__tags-input-container:focus-within{border-color:#44d7b6;transform:translateY(-2px);box-shadow:0 4px 12px #44d7b61a}.components-module__ImArIa__tag{color:#1f3a65;cursor:default;background:linear-gradient(135deg,#1f3a650d 0%,#1f3a651a 100%);border:1px solid #1f3a6514;border-radius:20px;align-items:center;gap:6px;padding:8px 12px;font-size:14px;font-weight:500;transition:all .2s;animation:.3s forwards components-module__ImArIa__tagAppear;display:inline-flex;box-shadow:0 2px 4px #00000005}@keyframes components-module__ImArIa__tagAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.components-module__ImArIa__tag:hover{background:linear-gradient(135deg,#1f3a6514 0%,#1f3a6526 100%);transform:translateY(-2px);box-shadow:0 4px 8px #0000000d}.components-module__ImArIa__tag .components-module__ImArIa__ph{cursor:pointer;color:#6b7280;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:14px;transition:all .2s;display:inline-flex}.components-module__ImArIa__tag .components-module__ImArIa__ph:hover{color:#fff;background:#ff5a5f}.components-module__ImArIa__input-icon-wrapper{position:relative}.components-module__ImArIa__input-icon-wrapper input,.components-module__ImArIa__input-icon-wrapper textarea,.components-module__ImArIa__input-icon-wrapper select{padding-left:46px}.components-module__ImArIa__input-icon{color:#6b7280;font-size:18px;position:absolute;top:20%;left:16px;transform:translateY(-10%)}.components-module__ImArIa__search-box{transition:all .3s}.components-module__ImArIa__search-box input{background:#f4f4f7;border:1px solid #00000014;border-radius:8px;width:100%;padding:12px 16px 12px 42px;font-size:16px;transition:all .3s}.components-module__ImArIa__search-box input:focus{border-color:#1f3a65;outline:none;box-shadow:0 0 0 3px #1f3a651a}.components-module__ImArIa__search-box .components-module__ImArIa__ph-reset{color:#777;font-size:18px;position:absolute;top:25%;transform:translateY(-25%)}@media (max-width:992px){.components-module__ImArIa__metadata-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.components-module__ImArIa__metadata-grid{grid-template-columns:1fr}.components-module__ImArIa__container{padding:24px}}.components-module__ImArIa__status-selector{gap:12px;margin-top:8px;display:flex}.components-module__ImArIa__status-option{flex:1;position:relative}.components-module__ImArIa__status-option input[type=radio]{opacity:0;width:0;height:0;position:absolute}.components-module__ImArIa__status-label{cursor:pointer;text-align:center;background:#f8f9fa;border:1px solid #00000014;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:12px 8px;transition:all .3s;display:flex}.components-module__ImArIa__icon-con{justify-content:center;align-items:center;gap:.2rem;display:flex}.components-module__ImArIa__status-icon{font-size:18px;transition:all .2s}.components-module__ImArIa__status-text{font-size:14px;font-weight:500}.components-module__ImArIa__status-description{color:#6b7280;margin-top:4px;font-size:12px}.components-module__ImArIa__status-option input[value=DRAFT]+.components-module__ImArIa__status-label .components-module__ImArIa__status-icon{color:#f59e0b}.components-module__ImArIa__status-option input[value=DRAFT]:checked+.components-module__ImArIa__status-label{background:#f59e0b1a;border-color:#f59e0b4d;box-shadow:0 4px 12px #f59e0b1a}.components-module__ImArIa__status-option input[value=PUBLISHED]+.components-module__ImArIa__status-label .components-module__ImArIa__status-icon{color:#10b981}.components-module__ImArIa__status-option input[value=PUBLISHED]:checked+.components-module__ImArIa__status-label{background:#10b9811a;border-color:#10b9814d;box-shadow:0 4px 12px #10b9811a}.components-module__ImArIa__status-option input[value=ARCHIVED]+.components-module__ImArIa__status-label .components-module__ImArIa__status-icon{color:#6b7280}.components-module__ImArIa__status-option input[value=ARCHIVED]:checked+.components-module__ImArIa__status-label{background:#6b72801a;border-color:#6b72804d;box-shadow:0 4px 12px #6b72801a}.components-module__ImArIa__status-option:hover .components-module__ImArIa__status-label{transform:translateY(-2px);box-shadow:0 4px 8px #0000000d}.components-module__ImArIa__status-badge{border-radius:12px;align-items:center;gap:4px;margin-top:8px;padding:4px 8px;font-size:12px;font-weight:600;display:inline-flex}.components-module__ImArIa__status-badge.components-module__ImArIa__draft{color:#f59e0b;background:#f59e0b1a}.components-module__ImArIa__status-badge.components-module__ImArIa__published{color:#10b981;background:#10b9811a}.components-module__ImArIa__status-badge.components-module__ImArIa__archived{color:#6b7280;background:#6b72801a}.components-module__ImArIa__tags-input{width:100%;min-width:120px;box-shadow:none;background:0 0;border:none;outline:none;flex:1;margin:0;padding:8px 4px;font-size:15px}.components-module__ImArIa__tags-input:focus{box-shadow:none;border:none;outline:none}.components-module__ImArIa__tags-input::placeholder{color:#6b7280;opacity:.7}.components-module__ImArIa__search-box .components-module__ImArIa__reset-icon{color:#6b7280;cursor:pointer;opacity:0;visibility:hidden;background:#fffc;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:4px;font-size:16px;transition:all .3s;display:flex;position:absolute;top:20%;right:12px;transform:translateY(-10%)}.components-module__ImArIa__search-box .components-module__ImArIa__reset-icon:hover{color:#ef4444;background:#ef44441a;transform:translateY(5%)scale(1.1)}.components-module__ImArIa__search-box .components-module__ImArIa__reset-icon.components-module__ImArIa__show{opacity:1;visibility:visible}.components-module__ImArIa__form-group .components-module__ImArIa__tags-input-container input.components-module__ImArIa__tags-input,.components-module__ImArIa__form-group .components-module__ImArIa__tags-input-container input.components-module__ImArIa__tags-input:focus{box-shadow:none;background:0 0;border:none;outline:none;height:auto;padding:8px 4px}.components-module__ImArIa__unsaved-changes-modal{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;opacity:0;background:#1f3a6599;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:none;position:fixed;top:0;left:0}.components-module__ImArIa__unsaved-changes-modal.components-module__ImArIa__active{opacity:1}.components-module__ImArIa__unsaved-changes-modal.components-module__ImArIa__closing{opacity:0}.components-module__ImArIa__unsaved-changes-modal-content{opacity:0;background:#fff;border-radius:20px;width:420px;max-width:90vw;padding:0;transition:all .4s cubic-bezier(.25,.8,.25,1);overflow:hidden;transform:translateY(30px);box-shadow:0 20px 40px #0003}.components-module__ImArIa__unsaved-changes-modal.components-module__ImArIa__active .components-module__ImArIa__unsaved-changes-modal-content{opacity:1;transform:translateY(0)}.components-module__ImArIa__unsaved-changes-modal.components-module__ImArIa__closing .components-module__ImArIa__unsaved-changes-modal-content{opacity:0;transform:translateY(20px)}.components-module__ImArIa__unsaved-changes-modal-header{color:#fff;text-align:left;background:linear-gradient(135deg,#1f3a65 0%,#2a5087 100%);margin-bottom:0;padding:20px;position:relative;overflow:hidden}.components-module__ImArIa__unsaved-changes-modal-header:before{content:"";opacity:.4;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.07'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.components-module__ImArIa__unsaved-changes-modal-header-top{align-items:center;gap:12px;margin-bottom:12px;display:flex}.components-module__ImArIa__unsaved-changes-modal-header i{color:#fff;background:#ffffff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;display:flex;position:relative;box-shadow:0 2px 8px #0000001a}@keyframes components-module__ImArIa__warningPulse{0%,to{transform:scale(1);box-shadow:0 6px 16px #0000001a}50%{transform:scale(1.05);box-shadow:0 8px 20px #00000026}}.components-module__ImArIa__unsaved-changes-modal-header h2{flex:1;margin:0;font-size:22px;font-weight:700}.components-module__ImArIa__unsaved-changes-modal-header p{opacity:.9;max-width:90%;margin-bottom:0;font-size:15px;line-height:1.4}.components-module__ImArIa__unsaved-changes-modal-body{padding:0}.components-module__ImArIa__unsaved-changes-warning{background:#f59e0b0d;border:1px solid #f59e0b1a;border-radius:12px;justify-content:center;align-items:center;gap:16px;margin-bottom:24px;padding:24px;display:flex}.components-module__ImArIa__unsaved-changes-warning-icon{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:2px solid #f59e0b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;font-weight:700;display:flex;box-shadow:0 2px 8px #f59e0b33}.components-module__ImArIa__unsaved-changes-warning-icon i{text-shadow:0 1px 2px #0000001a;color:#92400e!important;font-style:normal!important;font-weight:700!important;line-height:1!important;display:block!important}.components-module__ImArIa__unsaved-changes-warning-content{flex:1}.components-module__ImArIa__unsaved-changes-warning-message{color:#6b7280;text-align:center;font-size:15px;font-weight:500;line-height:1.5}.components-module__ImArIa__unsaved-changes-modal-footer{background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);border-top:1px solid #0000000d;justify-content:flex-end;gap:12px;padding:16px 20px;display:flex}.components-module__ImArIa__btn-warning{color:#fff;background:linear-gradient(135deg,#1f3a65 0%,#2a5087 100%);border:none;transition:all .3s;box-shadow:0 4px 12px #1f3a6533}.components-module__ImArIa__btn-warning:hover:not(:disabled){background:linear-gradient(135deg,#173058 0%,#1e3d6f 100%);transform:translateY(-2px);box-shadow:0 6px 15px #1f3a654d}.components-module__ImArIa__btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.components-module__ImArIa__btn-secondary{color:#333d4b;background:#f4f4f7;box-shadow:0 2px 6px #0000000d}.components-module__ImArIa__btn-outline{color:#1f3a65;background:0 0;border:1px solid #1f3a6533;box-shadow:0 2px 4px #00000005}.components-module__ImArIa__btn-outline:hover{background:#1f3a650d;transform:translateY(-2px);box-shadow:0 4px 10px #0000000d}.components-module__ImArIa__error-message{color:#ef4444;background:#ef444414;border:1px solid #ef444433;border-radius:12px;margin-top:8px;padding:12px 16px;font-size:14px;font-weight:500;animation:.3s ease-out components-module__ImArIa__slideDown;display:none;position:relative}.components-module__ImArIa__error-message-html{color:#ef4444;background:#ef444414;border:1px solid #ef444433;border-radius:12px;padding:12px 16px;font-size:14px;font-weight:500;animation:.3s ease-out components-module__ImArIa__slideDown;display:none;position:relative}.components-module__ImArIa__input-field.components-module__ImArIa__error input{background:#ef44440d;border-color:#ef4444;animation:.5s ease-in-out components-module__ImArIa__shake}.components-module__ImArIa__error-message-html.components-module__ImArIa__html-error{align-items:center;gap:8px;display:flex}.components-module__ImArIa__error-message-html .components-module__ImArIa__ph{flex-shrink:0;font-size:16px}.components-module__ImArIa__error-message-html:before{content:"";border-bottom:6px solid #ef444433;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;position:absolute;top:-6px;left:20px}.components-module__ImArIa__error-message-html:after{content:"";border-bottom:5px solid #ef444414;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;position:absolute;top:-5px;left:21px}.components-module__ImArIa__error-message.components-module__ImArIa__show{align-items:center;gap:8px;display:flex}.components-module__ImArIa__error-message .components-module__ImArIa__ph{flex-shrink:0;font-size:16px}.components-module__ImArIa__error-message:before{content:"";border-bottom:6px solid #ef444433;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;position:absolute;top:-6px;left:20px}.components-module__ImArIa__error-message:after{content:"";border-bottom:5px solid #ef444414;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;position:absolute;top:-5px;left:21px}.components-module__ImArIa__input-icon-wrapper.components-module__ImArIa__error input{background:#ef44440d;border-color:#ef4444;animation:.5s ease-in-out components-module__ImArIa__shake}.components-module__ImArIa__editor-tab.components-module__ImArIa__error{color:#ef4444;background:#ef44440d;animation:.5s ease-in-out components-module__ImArIa__shake;border-bottom-color:#ef4444!important}.components-module__ImArIa__editor-tab.components-module__ImArIa__error .components-module__ImArIa__ph{color:#ef4444}.components-module__ImArIa__input-icon-wrapper.components-module__ImArIa__error select,.components-module__ImArIa__input-icon-wrapper.components-module__ImArIa__error textarea,.components-module__ImArIa__custom-select-wrapper.components-module__ImArIa__error .components-module__ImArIa__custom-select{background:#ef44440d;border-color:#ef4444;animation:.5s ease-in-out components-module__ImArIa__shake}.components-module__ImArIa__margin-view-overlays{color:#858585;background:#252526;border-right:1px solid #333;width:74px;height:100%;font-size:14px;line-height:24px;position:absolute;overflow:hidden}.components-module__ImArIa__line-wrapper{align-items:center;width:100%;height:24px;display:flex;position:absolute}.components-module__ImArIa__line-number{text-align:right;width:48px;padding-right:8px}.components-module__ImArIa__folding-icon{text-align:center;color:#c5c5c5;width:26px;font-size:12px}@media (min-width:1024px) and (max-width:1300px){.components-module__ImArIa__container{max-width:950px}}@media (min-width:1300px) and (max-width:1400px){.components-module__ImArIa__container{max-width:1000px}}@media (min-width:1400px) and (max-width:1500px){.components-module__ImArIa__container{max-width:1100px}}@media (min-width:1500px) and (max-width:1600px){.components-module__ImArIa__container{max-width:1200px}}@media (min-width:1600px) and (max-width:1900px){.components-module__ImArIa__container{max-width:1250px}}@media (min-width:1900px) and (max-width:2500px){.components-module__ImArIa__container{max-width:1250px}.components-module__ImArIa__navbar{max-width:1300px}}@media (min-width:2500px) and (max-width:3000px){.components-module__ImArIa__container{max-width:2000px}.components-module__ImArIa__navbar{max-width:1950px}}.components-module__ImArIa__navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#1f3a65;background:#ffffffe6;border-radius:14px;justify-content:space-between;align-items:center;width:100%;margin:1rem auto;padding:14px 32px;display:flex;box-shadow:0 6px 18px #0000000f}.components-module__ImArIa__main-container{flex-direction:column;width:100%;max-width:1250px;margin:auto;display:flex}.components-module__ImArIa__navbar .components-module__ImArIa__logo{align-items:center;gap:8px;font-size:20px;font-weight:700;display:flex}.components-module__ImArIa__navbar .components-module__ImArIa__logo i{color:#44d7b6;font-size:24px}.components-module__ImArIa__nav-links{gap:24px;display:flex}.components-module__ImArIa__nav-link{color:#1f3a65;align-items:center;gap:6px;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.components-module__ImArIa__nav-link i{font-size:18px}.components-module__ImArIa__nav-link:hover{color:#44d7b6}.components-module__ImArIa__nav-buttons{gap:12px;display:flex}.components-module__ImArIa__btn-primary{color:#fff;cursor:pointer;background:#1f3a65;border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000001f}.components-module__ImArIa__btn-primary:hover{background:#173058}.components-module__ImArIa__btn-outline{color:#1f3a65;cursor:pointer;background:0 0;border:2px solid #1f3a65;border-radius:8px;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.components-module__ImArIa__btn-outline:hover{color:#fff;background:#1f3a65}.components-module__ImArIa__toast-container{z-index:1000;flex-direction:column;gap:12px;width:100%;max-width:400px;display:flex;position:fixed;top:20px;right:20px}.components-module__ImArIa__toast{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #ffffff1a;border-radius:12px;align-items:flex-start;gap:16px;min-height:72px;padding:20px 24px;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);display:flex;position:relative;overflow:hidden;transform:translate(100%);box-shadow:0 6px 16px #0000000f,0 4px 12px #00000014}.components-module__ImArIa__toast.components-module__ImArIa__show{transform:translate(0)}.components-module__ImArIa__toast:before{content:"";border-radius:0 2px 2px 0;width:4px;height:100%;position:absolute;top:0;left:0}.components-module__ImArIa__toast:after{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%);border-radius:12px;position:absolute;inset:0}.components-module__ImArIa__toast.components-module__ImArIa__success{color:#fff;background:linear-gradient(135deg,#10b981f2 0%,#059669f2 100%)}.components-module__ImArIa__toast.components-module__ImArIa__success:before{background:#059669}.components-module__ImArIa__toast.components-module__ImArIa__error{color:#fff;background:linear-gradient(135deg,#dc2626f2 0%,#b91c1cf2 100%)}.components-module__ImArIa__toast.components-module__ImArIa__error:before{background:#b91c1c}.components-module__ImArIa__toast.components-module__ImArIa__warning{color:#fff;background:linear-gradient(135deg,#fb923cf2 0%,#ea580cf2 100%)}.components-module__ImArIa__toast.components-module__ImArIa__warning:before{background:#ea580c}.components-module__ImArIa__toast.components-module__ImArIa__info{color:#fff;background:linear-gradient(135deg,#1f3a65f2 0%,#173058f2 100%)}.components-module__ImArIa__toast.components-module__ImArIa__info:before{background:#173058}.components-module__ImArIa__toast.components-module__ImArIa__loading{color:#fff;background:linear-gradient(135deg,#6b7280f2 0%,#4b5563f2 100%)}.components-module__ImArIa__toast.components-module__ImArIa__loading:before{background:#4b5563}.components-module__ImArIa__toast.components-module__ImArIa__success-light{color:#059669;background:linear-gradient(135deg,#fffffffa 0%,#f8fafcf2 100%);border:1px solid #10b98126;box-shadow:0 6px 16px #0000000f,0 2px 8px #10b9811a}.components-module__ImArIa__toast.components-module__ImArIa__success-light:before{background:linear-gradient(#10b981 0%,#059669 100%)}.components-module__ImArIa__toast.components-module__ImArIa__error-light{color:#dc2626;background:linear-gradient(135deg,#fffffffa 0%,#f8fafcf2 100%);border:1px solid #dc262626;box-shadow:0 6px 16px #0000000f,0 2px 8px #dc26261a}.components-module__ImArIa__toast.components-module__ImArIa__error-light:before{background:linear-gradient(#ef4444 0%,#dc2626 100%)}.components-module__ImArIa__toast.components-module__ImArIa__warning-light{color:#ea580c;background:linear-gradient(135deg,#fffffffa 0%,#f8fafcf2 100%);border:1px solid #fb923c26;box-shadow:0 6px 16px #0000000f,0 2px 8px #fb923c1a}.components-module__ImArIa__toast.components-module__ImArIa__warning-light:before{background:linear-gradient(#fb923c 0%,#ea580c 100%)}.components-module__ImArIa__toast.components-module__ImArIa__info-light{color:#1f3a65;background:linear-gradient(135deg,#fffffffa 0%,#f8fafcf2 100%);border:1px solid #1f3a6526;box-shadow:0 6px 16px #0000000f,0 2px 8px #1f3a651a}.components-module__ImArIa__toast.components-module__ImArIa__info-light:before{background:linear-gradient(#1f3a65 0%,#173058 100%)}.components-module__ImArIa__toast.components-module__ImArIa__loading-light{color:#6b7280;background:linear-gradient(135deg,#fffffffa 0%,#f8fafcf2 100%);border:1px solid #6b728026;box-shadow:0 6px 16px #0000000f,0 2px 8px #6b72801a}.components-module__ImArIa__toast.components-module__ImArIa__loading-light:before{background:linear-gradient(#9ca3af 0%,#6b7280 100%)}.components-module__ImArIa__toast-icon{z-index:1;flex-shrink:0;margin-top:1px;font-size:22px;position:relative}.components-module__ImArIa__toast-content{z-index:1;flex:1;position:relative}.components-module__ImArIa__toast-title{letter-spacing:-.01em;margin-bottom:6px;font-size:16px;font-weight:600;line-height:1.3}.components-module__ImArIa__toast-message{opacity:.85;letter-spacing:-.005em;font-size:14px;font-weight:400;line-height:1.5}.components-module__ImArIa__toast-close{color:inherit;cursor:pointer;opacity:.8;z-index:1;background:#ffffff1a;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-left:8px;padding:6px;font-size:16px;transition:all .2s;display:flex;position:relative}.components-module__ImArIa__toast-close:hover{opacity:1;background:#fff3;transform:scale(1.1)}.components-module__ImArIa__container-screen{background:#fff;border-radius:12px;max-width:600px;margin:auto;padding:40px;box-shadow:0 6px 16px #0000000f}.components-module__ImArIa__header-screen{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;display:flex}.components-module__ImArIa__screen-size-error-tite{color:#1f3a65;margin:0;font-size:28px;font-weight:700;position:relative}.components-module__ImArIa__screen-size-error-tite:after{content:"";background:#44d7b6;border-radius:3px;width:40px;height:3px;position:absolute;bottom:-8px;left:0}.components-module__ImArIa__header-actions{gap:12px;display:flex}.components-module__ImArIa__btn-screen{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.components-module__ImArIa__btn-primary{color:#fff;background:linear-gradient(135deg,#1f3a65 0%,#2a5087 100%);box-shadow:0 4px 12px #1f3a6533}.components-module__ImArIa__btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 15px #1f3a654d}.components-module__ImArIa__btn-secondary-screen{color:#333d4b;background:#f4f4f7;box-shadow:0 2px 6px #0000000d}.components-module__ImArIa__btn-secondary:hover{background:#e4e4e9;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.components-module__ImArIa__btn i{font-size:18px}.components-module__ImArIa__warning-section{text-align:center;background:linear-gradient(135deg,#f8f9fa80 0%,#fffc 100%);border:1px solid #0000000d;border-radius:12px;margin-bottom:32px;padding:24px}.components-module__ImArIa__warning-icon{color:#fff;background:linear-gradient(135deg,#1f3a65 0%,#44d7b6 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;font-size:36px;display:flex;box-shadow:0 8px 20px #1f3a6533}.components-module__ImArIa__warning-title{color:#1f3a65;margin-bottom:12px;font-size:24px;font-weight:600}.components-module__ImArIa__warning-description{color:#6b7280;margin-bottom:24px;font-size:16px;line-height:1.5}.components-module__ImArIa__requirements-section{background:linear-gradient(135deg,#f8f9fa80 0%,#fffc 100%);border:1px solid #0000000d;border-radius:12px;margin-bottom:32px;padding:24px}.components-module__ImArIa__section-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.components-module__ImArIa__section-icon{color:#fff;background:linear-gradient(135deg,#1f3a65 0%,#44d7b6 100%);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.components-module__ImArIa__section-title{color:#1f3a65;margin:0;font-size:20px;font-weight:600}.components-module__ImArIa__requirements-list{list-style:none}.components-module__ImArIa__requirements-list li{color:#333d4b;align-items:center;gap:12px;margin-bottom:12px;font-size:15px;display:flex}.components-module__ImArIa__requirements-list li:last-child{margin-bottom:0}.components-module__ImArIa__requirements-list i{color:#44d7b6;text-align:center;width:20px;font-size:18px}.components-module__ImArIa__screen-info-section{text-align:center;background:#f8f9fa;border:1px solid #0000000d;border-radius:8px;margin-bottom:32px;padding:20px}.components-module__ImArIa__screen-info-title{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:14px;font-weight:600}.components-module__ImArIa__screen-dimensions{color:#1f3a65;font-family:Courier New,monospace;font-size:24px;font-weight:700}.components-module__ImArIa__device-type{color:#6b7280;margin-top:4px;font-size:14px}.components-module__ImArIa__action-buttons{gap:12px;margin-bottom:24px;display:flex}.components-module__ImArIa__status-success{color:#44d7b6!important}.components-module__ImArIa__status-warning{color:#f59e0b!important}.components-module__ImArIa__bg-success{background:#44d7b61a!important;border-color:#44d7b633!important}.components-module__ImArIa__bg-warning{background:#f59e0b1a!important;border-color:#f59e0b33!important}.components-module__ImArIa__debug-info{color:#fff;background:#000c;border-radius:8px;max-width:250px;padding:12px 16px;font-size:12px;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 12px #0000004d}.components-module__ImArIa__debug-info h4{color:#44d7b6;margin-bottom:8px;font-size:14px;font-weight:600}.components-module__ImArIa__debug-info p{color:#e5e7eb;margin-bottom:4px}@media (max-width:768px){.components-module__ImArIa__container{padding:24px}.components-module__ImArIa__header{flex-direction:column;align-items:flex-start;gap:16px}.components-module__ImArIa__header-actions{width:100%}.components-module__ImArIa__btn{flex:1}.components-module__ImArIa__action-buttons{flex-direction:column}.components-module__ImArIa__action-buttons .components-module__ImArIa__btn{width:100%}.components-module__ImArIa__warning-icon{width:60px;height:60px;font-size:28px}.components-module__ImArIa__warning-title,.components-module__ImArIa__screen-dimensions{font-size:20px}}@media (max-width:480px){.components-module__ImArIa__container{padding:20px}.components-module__ImArIa__screen-size-error-tite{font-size:24px}.components-module__ImArIa__warning-section,.components-module__ImArIa__requirements-section{padding:20px}.components-module__ImArIa__warning-icon{width:50px;height:50px;font-size:24px}.components-module__ImArIa__warning-title{font-size:18px}.components-module__ImArIa__warning-description,.components-module__ImArIa__requirements-list li{font-size:14px}}@media (min-width:1200px) and (min-height:800px){.components-module__ImArIa__warning-title:after{content:" ✓";color:#44d7b6}.components-module__ImArIa__warning-description{color:#44d7b6}.components-module__ImArIa__warning-section{background:#44d7b60d;border-color:#44d7b61a}}
*{box-sizing:border-box;margin:0;padding:0;font-family:Satoshi,sans-serif}body{color:#333d4b;background:#f4f4f7;overflow:auto}iframe{border:none;width:100%;overflow:hidden}
.\34 04-module__xo-5sW__bg-pattern{opacity:.3;z-index:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23F4F4F7' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}@keyframes \34 04-module__xo-5sW__patternMove{0%{transform:translate(0)}to{transform:translate(60px,60px)}}.\34 04-module__xo-5sW__geometric-shapes{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.\34 04-module__xo-5sW__shape{opacity:.1;position:absolute}.\34 04-module__xo-5sW__shape-circle{border:3px solid #44d7b6;border-radius:50%;width:120px;height:120px;animation:8s ease-in-out infinite \34 04-module__xo-5sW__shapeFloat1;top:15%;left:10%}.\34 04-module__xo-5sW__shape-square{border:2px solid #1f3a65;width:80px;height:80px;animation:10s ease-in-out infinite reverse \34 04-module__xo-5sW__shapeFloat2;top:70%;right:15%;transform:rotate(45deg)}.\34 04-module__xo-5sW__shape-triangle{border-bottom:70px solid #44d7b6;border-left:40px solid #0000;border-right:40px solid #0000;width:0;height:0;animation:12s ease-in-out infinite \34 04-module__xo-5sW__shapeFloat3;top:40%;right:8%}.\34 04-module__xo-5sW__shape-hexagon{background:#1f3a65;width:60px;height:34px;animation:9s ease-in-out infinite \34 04-module__xo-5sW__shapeFloat4;position:relative;top:20%;right:12%}.\34 04-module__xo-5sW__shape-hexagon:before,.\34 04-module__xo-5sW__shape-hexagon:after{content:"";border-left:30px solid #0000;border-right:30px solid #0000;width:0;position:absolute}.\34 04-module__xo-5sW__shape-hexagon:before{border-bottom:17px solid #1f3a65;bottom:100%}.\34 04-module__xo-5sW__shape-hexagon:after{border-top:17px solid #1f3a65;top:100%}@keyframes \34 04-module__xo-5sW__shapeFloat1{0%,to{transform:translateY(0)translate(0)rotate(0)}25%{transform:translateY(-30px)translate(20px)rotate(90deg)}50%{transform:translateY(-15px)translate(40px)rotate(180deg)}75%{transform:translateY(-25px)translate(20px)rotate(270deg)}}@keyframes \34 04-module__xo-5sW__shapeFloat2{0%,to{transform:translateY(0)translate(0)rotate(45deg)}33%{transform:translateY(-40px)translate(-30px)rotate(135deg)}66%{transform:translateY(-20px)translate(-15px)rotate(225deg)}}@keyframes \34 04-module__xo-5sW__shapeFloat3{0%,to{transform:translateY(0)translate(0)rotate(0)}50%{transform:translateY(-35px)translate(-25px)rotate(180deg)}}@keyframes \34 04-module__xo-5sW__shapeFloat4{0%,to{transform:translateY(0)translate(0)rotate(0)}25%{transform:translateY(-20px)translate(15px)rotate(60deg)}50%{transform:translateY(-35px)translate(30px)rotate(120deg)}75%{transform:translateY(-25px)translate(15px)rotate(180deg)}}.\34 04-module__xo-5sW__gradient-orbs{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.\34 04-module__xo-5sW__orb{filter:blur(60px);border-radius:50%;animation:15s ease-in-out infinite \34 04-module__xo-5sW__orbFloat;position:absolute}.\34 04-module__xo-5sW__orb-1{background:radial-gradient(circle,#44d7b64d 0%,#44d7b600 70%);width:300px;height:300px;animation-delay:0s;top:-150px;left:-150px}.\34 04-module__xo-5sW__orb-2{background:radial-gradient(circle,#1f3a6533 0%,#1f3a6500 70%);width:400px;height:400px;animation-delay:5s;top:50%;right:-200px}.\34 04-module__xo-5sW__orb-3{background:radial-gradient(circle,#44d7b640 0%,#44d7b600 70%);width:250px;height:250px;animation-delay:10s;bottom:-125px;left:30%}@keyframes \34 04-module__xo-5sW__orbFloat{0%,to{opacity:.3;transform:translate(0)scale(1)}25%{opacity:.5;transform:translate(50px,-100px)scale(1.2)}50%{opacity:.2;transform:translate(-30px,-50px)scale(.8)}75%{opacity:.4;transform:translate(80px,20px)scale(1.1)}}.\34 04-module__xo-5sW__code-rain{pointer-events:none;z-index:2;opacity:.1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.\34 04-module__xo-5sW__code-snippet{color:#44d7b6;white-space:nowrap;font-family:Courier New,monospace;font-size:12px;animation:12s linear infinite \34 04-module__xo-5sW__codeRain;position:absolute}.\34 04-module__xo-5sW__code-snippet:first-child{animation-delay:0s;left:5%}.\34 04-module__xo-5sW__code-snippet:nth-child(2){animation-delay:2s;left:15%}.\34 04-module__xo-5sW__code-snippet:nth-child(3){animation-delay:4s;left:25%}.\34 04-module__xo-5sW__code-snippet:nth-child(4){animation-delay:6s;left:35%}.\34 04-module__xo-5sW__code-snippet:nth-child(5){animation-delay:8s;left:45%}.\34 04-module__xo-5sW__code-snippet:nth-child(6){animation-delay:1s;left:55%}.\34 04-module__xo-5sW__code-snippet:nth-child(7){animation-delay:3s;left:65%}.\34 04-module__xo-5sW__code-snippet:nth-child(8){animation-delay:5s;left:75%}.\34 04-module__xo-5sW__code-snippet:nth-child(9){animation-delay:7s;left:85%}.\34 04-module__xo-5sW__code-snippet:nth-child(10){animation-delay:9s;left:95%}@keyframes \34 04-module__xo-5sW__codeRain{0%{opacity:0;transform:translateY(-100vh)}10%{opacity:.3}90%{opacity:.3}to{opacity:0;transform:translateY(100vh)}}.\34 04-module__xo-5sW__pulse-rings{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.\34 04-module__xo-5sW__pulse-ring{border:2px solid #44d7b64d;border-radius:50%;animation:4s ease-out infinite \34 04-module__xo-5sW__pulseRing;position:absolute}.\34 04-module__xo-5sW__ring-1{width:100px;height:100px;animation-delay:0s;top:20%;left:20%}.\34 04-module__xo-5sW__ring-2{width:150px;height:150px;animation-delay:1s;top:60%;right:20%}.\34 04-module__xo-5sW__ring-3{width:80px;height:80px;animation-delay:2s;top:80%;left:60%}@keyframes \34 04-module__xo-5sW__pulseRing{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(2)}}.\34 04-module__xo-5sW__container{text-align:center;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #fff3;border-radius:24px;width:90%;max-width:600px;margin:auto;padding:60px 40px;animation:1s ease-out \34 04-module__xo-5sW__containerFadeIn;position:relative;box-shadow:0 20px 40px #00000014}@keyframes \34 04-module__xo-5sW__containerFadeIn{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.\34 04-module__xo-5sW__error-number{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#1f3a65 0%,#44d7b6 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:120px;font-weight:700;line-height:1;animation:3s ease-in-out infinite \34 04-module__xo-5sW__numberGlow;position:relative}@keyframes \34 04-module__xo-5sW__numberGlow{0%,to{filter:drop-shadow(0 0 20px #44d7b64d);transform:scale(1)}50%{filter:drop-shadow(0 0 30px #44d7b680);transform:scale(1.02)}}.\34 04-module__xo-5sW__floating-elements{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.\34 04-module__xo-5sW__floating-icon{color:#44d7b6;opacity:.6;animation:6s ease-in-out infinite \34 04-module__xo-5sW__float;position:absolute}.\34 04-module__xo-5sW__floating-icon:first-child{font-size:24px;animation-delay:0s;top:20%;left:15%}.\34 04-module__xo-5sW__floating-icon:nth-child(2){font-size:32px;animation-delay:1s;top:30%;right:20%}.\34 04-module__xo-5sW__floating-icon:nth-child(3){font-size:28px;animation-delay:2s;bottom:25%;left:20%}.\34 04-module__xo-5sW__floating-icon:nth-child(4){font-size:20px;animation-delay:3s;bottom:35%;right:15%}@keyframes \34 04-module__xo-5sW__float{0%,to{opacity:.6;transform:translateY(0)rotate(0)}50%{opacity:.3;transform:translateY(-20px)rotate(10deg)}}.\34 04-module__xo-5sW__error-icon{color:#fff;background:linear-gradient(135deg,#1f3a65 0%,#2a5087 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 32px;font-size:36px;animation:2s ease-in-out infinite \34 04-module__xo-5sW__iconBounce;display:flex;position:relative;box-shadow:0 10px 25px #1f3a654d}.\34 04-module__xo-5sW__error-icon:before{content:"";z-index:-1;background:linear-gradient(45deg,#44d7b6,#1f3a65);border-radius:50%;animation:3s linear infinite \34 04-module__xo-5sW__borderRotate;position:absolute;inset:-2px}@keyframes \34 04-module__xo-5sW__iconBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes \34 04-module__xo-5sW__borderRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.\34 04-module__xo-5sW__error-title{color:#1f3a65;margin-bottom:16px;font-size:32px;font-weight:700;animation:1s ease-out .3s both \34 04-module__xo-5sW__titleSlideIn}@keyframes \34 04-module__xo-5sW__titleSlideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.\34 04-module__xo-5sW__error-subtitle{color:#6b7280;margin-bottom:40px;font-size:18px;line-height:1.6;animation:1s ease-out .5s both \34 04-module__xo-5sW__subtitleSlideIn}@keyframes \34 04-module__xo-5sW__subtitleSlideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.\34 04-module__xo-5sW__error-actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:32px;animation:1s ease-out .7s both \34 04-module__xo-5sW__actionsSlideUp;display:flex}@keyframes \34 04-module__xo-5sW__actionsSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.\34 04-module__xo-5sW__btn{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-flex;position:relative;overflow:hidden}.\34 04-module__xo-5sW__btn-primary{color:#fff;background:#1f3a65;box-shadow:0 4px 15px #1f3a654d}.\34 04-module__xo-5sW__btn-primary:hover{background:#173058;transform:translateY(-2px);box-shadow:0 8px 25px #1f3a6566}.\34 04-module__xo-5sW__btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.\34 04-module__xo-5sW__btn-primary:hover:before{left:100%}.\34 04-module__xo-5sW__btn-secondary{color:#1f3a65;background:#fff;border:2px solid #1f3a65;box-shadow:0 4px 15px #1f3a651a}.\34 04-module__xo-5sW__btn-secondary:hover{color:#fff;background:#1f3a65;transform:translateY(-2px);box-shadow:0 8px 25px #1f3a654d}.\34 04-module__xo-5sW__helpful-links{flex-wrap:wrap;justify-content:center;gap:24px;animation:1s ease-out .9s both \34 04-module__xo-5sW__linksSlideUp;display:flex}@keyframes \34 04-module__xo-5sW__linksSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.\34 04-module__xo-5sW__helpful-link{color:#44d7b6;align-items:center;gap:6px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.\34 04-module__xo-5sW__helpful-link:hover{color:#1f3a65;transform:translateY(-1px)}.\34 04-module__xo-5sW__helpful-link i{font-size:16px;transition:transform .3s}.\34 04-module__xo-5sW__helpful-link:hover i{transform:translate(2px)}.\34 04-module__xo-5sW__particles{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.\34 04-module__xo-5sW__particle{opacity:.6;background:#44d7b6;border-radius:50%;width:4px;height:4px;animation:8s linear infinite \34 04-module__xo-5sW__particleFloat;position:absolute}.\34 04-module__xo-5sW__particle:first-child{animation-delay:0s;left:10%}.\34 04-module__xo-5sW__particle:nth-child(2){animation-delay:1s;left:20%}.\34 04-module__xo-5sW__particle:nth-child(3){animation-delay:2s;left:30%}.\34 04-module__xo-5sW__particle:nth-child(4){animation-delay:3s;left:40%}.\34 04-module__xo-5sW__particle:nth-child(5){animation-delay:4s;left:50%}.\34 04-module__xo-5sW__particle:nth-child(6){animation-delay:5s;left:60%}.\34 04-module__xo-5sW__particle:nth-child(7){animation-delay:6s;left:70%}.\34 04-module__xo-5sW__particle:nth-child(8){animation-delay:7s;left:80%}.\34 04-module__xo-5sW__particle:nth-child(9){animation-delay:.5s;left:90%}.\34 04-module__xo-5sW__particle:nth-child(10){animation-delay:1.5s;left:15%}@keyframes \34 04-module__xo-5sW__particleFloat{0%{opacity:0;transform:translateY(100vh)scale(0)}10%{opacity:.6;transform:scale(1)}90%{opacity:.6;transform:scale(1)}to{opacity:0;transform:translateY(-100px)scale(0)}}@media (max-width:768px){.\34 04-module__xo-5sW__container{margin:20px;padding:40px 24px}.\34 04-module__xo-5sW__error-number{font-size:80px}.\34 04-module__xo-5sW__error-title{font-size:24px}.\34 04-module__xo-5sW__error-subtitle{font-size:16px}.\34 04-module__xo-5sW__error-actions{flex-direction:column;align-items:center}.\34 04-module__xo-5sW__btn{justify-content:center;width:100%;max-width:280px}.\34 04-module__xo-5sW__helpful-links{flex-direction:column;align-items:center;gap:16px}.\34 04-module__xo-5sW__floating-icon,.\34 04-module__xo-5sW__geometric-shapes,.\34 04-module__xo-5sW__gradient-orbs,.\34 04-module__xo-5sW__code-rain{display:none}.\34 04-module__xo-5sW__pulse-rings .\34 04-module__xo-5sW__pulse-ring{width:60px!important;height:60px!important}}@media (max-width:480px){.\34 04-module__xo-5sW__error-number{font-size:60px}.\34 04-module__xo-5sW__error-icon{width:60px;height:60px;font-size:28px}.\34 04-module__xo-5sW__error-title{font-size:20px}.\34 04-module__xo-5sW__error-subtitle{font-size:14px}}.\34 04-module__xo-5sW__btn:focus{outline:none;box-shadow:0 0 0 3px #44d7b680}.\34 04-module__xo-5sW__helpful-link:focus{background:#44d7b61a;border-radius:4px;outline:none;margin:-4px -8px;padding:4px 8px}
.component-preview-module__PDYtgW__container{background:#fff;border-radius:16px;width:100%;max-width:1100px;margin:auto;padding:24px;box-shadow:0 4px 20px #00000014}.component-preview-module__PDYtgW__header{border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;display:flex}.component-preview-module__PDYtgW__heading{color:#1f3a65;margin:0;font-size:28px;font-weight:700;position:relative}.component-preview-module__PDYtgW__heading:after{content:"";background:#44d7b6;border-radius:3px;width:40px;height:3px;position:absolute;bottom:-8px;left:0}.component-preview-module__PDYtgW__actions{gap:12px;display:flex}.component-preview-module__PDYtgW__btn{cursor:pointer;white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex;position:relative;overflow:hidden}.component-preview-module__PDYtgW__btn-secondary{color:#333d4b;background:#f4f4f7;box-shadow:0 2px 6px #0000000d}.component-preview-module__PDYtgW__btn-outline{color:#1f3a65;background:0 0;border:1px solid #1f3a6533;box-shadow:0 2px 4px #00000005}.component-preview-module__PDYtgW__btn-outline:hover{background:#1f3a650d;transform:translateY(-2px);box-shadow:0 4px 10px #0000000d}.component-preview-module__PDYtgW__component-info{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:1px solid #44d7b61a;border-radius:16px;margin-top:20px;padding:20px;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000000f}.component-preview-module__PDYtgW__component-info:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 10%,#44d7b60d 0%,#0000 40%),radial-gradient(circle at 80% 90%,#1f3a650d 0%,#0000 40%);position:absolute;inset:0}.component-preview-module__PDYtgW__info-header{z-index:1;text-align:center;margin-bottom:20px;position:relative}.component-preview-module__PDYtgW__info-title{color:#1f3a65;justify-content:center;align-items:center;gap:8px;margin-bottom:6px;font-size:20px;font-weight:700;display:flex}.component-preview-module__PDYtgW__info-title i{color:#44d7b6;font-size:22px}.component-preview-module__PDYtgW__info-subtitle{color:#6b7280;font-size:14px;font-weight:500}.component-preview-module__PDYtgW__component-meta{z-index:1;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin-bottom:20px;display:grid;position:relative}.component-preview-module__PDYtgW__meta-card{background:#fff;border:1px solid #0000000f;border-radius:12px;align-items:center;gap:12px;padding:16px;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.component-preview-module__PDYtgW__meta-card:before{content:"";background:linear-gradient(135deg,#44d7b6 0%,#1f3a65 100%);width:4px;height:100%;position:absolute;top:0;left:0}.component-preview-module__PDYtgW__meta-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.component-preview-module__PDYtgW__meta-icon{background:linear-gradient(135deg,#44d7b61a 0%,#1f3a651a 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.component-preview-module__PDYtgW__meta-icon i{color:#1f3a65;font-size:20px}.component-preview-module__PDYtgW__meta-content{flex:1}.component-preview-module__PDYtgW__meta-label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:13px;font-weight:600}.component-preview-module__PDYtgW__meta-value{color:#333d4b;font-size:16px;font-weight:700}.component-preview-module__PDYtgW__description-section,.component-preview-module__PDYtgW__tags-section{z-index:1;background:#fff;border:1px solid #0000000f;border-radius:12px;margin-bottom:16px;padding:16px;position:relative;box-shadow:0 2px 8px #0000000a}.component-preview-module__PDYtgW__description-header,.component-preview-module__PDYtgW__tags-header{color:#1f3a65;align-items:center;gap:8px;margin-bottom:12px;font-size:16px;font-weight:700;display:flex}.component-preview-module__PDYtgW__description-header i,.component-preview-module__PDYtgW__tags-header i{color:#44d7b6;font-size:18px}.component-preview-module__PDYtgW__component-description{color:#6b7280;font-size:14px;font-weight:500;line-height:1.6}.component-preview-module__PDYtgW__component-tags{flex-wrap:wrap;gap:8px;display:flex}.component-preview-module__PDYtgW__component-tag{color:#1f3a65;text-transform:capitalize;letter-spacing:.3px;background:linear-gradient(135deg,#44d7b61a 0%,#1f3a651a 100%);border:1px solid #1f3a6526;border-radius:20px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.component-preview-module__PDYtgW__component-tag:hover{background:linear-gradient(135deg,#44d7b626 0%,#1f3a6526 100%);transform:translateY(-1px);box-shadow:0 2px 8px #1f3a6526}.component-preview-module__PDYtgW__component-tag i{font-size:14px}.component-preview-module__PDYtgW__status-badge{border-radius:16px;align-items:center;gap:4px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.component-preview-module__PDYtgW__status-badge.component-preview-module__PDYtgW__published{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.component-preview-module__PDYtgW__preview-section{margin-bottom:20px}.component-preview-module__PDYtgW__preview-tabs{display:flex}.component-preview-module__PDYtgW__preview-tabs-container{background:#f8f9fa;border:1px solid #00000014;border-bottom:none;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.component-preview-module__PDYtgW__component-code{margin-left:.75rem}.component-preview-module__PDYtgW__preview-tab{cursor:pointer;color:#6b7280;border-bottom:3px solid #0000;border-radius:12px 12px 0 0;align-items:center;gap:8px;padding:16px 24px;font-weight:600;transition:all .3s;display:flex}.component-preview-module__PDYtgW__preview-tab.component-preview-module__PDYtgW__active{color:#1f3a65;background:#44d7b60d;border-bottom-color:#44d7b6}.component-preview-module__PDYtgW__preview-tab:hover:not(.component-preview-module__PDYtgW__active){color:#333d4b;background:#00000005}.component-preview-module__PDYtgW__preview-tab i{font-size:18px}.component-preview-module__PDYtgW__preview-content{background:#fff;border:1px solid #00000014;border-radius:0 0 12px 12px;height:auto;position:relative;overflow:hidden}.component-preview-module__PDYtgW__preview-pane{width:100%;height:100%;display:none}.component-preview-module__PDYtgW__preview-pane.component-preview-module__PDYtgW__active{display:block}.component-preview-module__PDYtgW__live-preview-pane{padding:20px}.component-preview-module__PDYtgW__live-preview{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 50%,#f1f3f4 100%);position:relative;overflow:auto}@media (max-width:768px){.component-preview-module__PDYtgW__container{padding:24px}.component-preview-module__PDYtgW__component-meta{grid-template-columns:1fr}.component-preview-module__PDYtgW__header{flex-direction:column;align-items:flex-start;gap:16px}.component-preview-module__PDYtgW__actions{width:100%}.component-preview-module__PDYtgW__btn{flex:1}.component-preview-module__PDYtgW__preview-tabs{flex-wrap:wrap}.component-preview-module__PDYtgW__preview-tab{text-align:center;flex:1;min-width:120px}.component-preview-module__PDYtgW__preview-pane{padding:16px}}.component-preview-module__PDYtgW__sample-navbar{color:#fff;background:linear-gradient(135deg,#1f3a65 0%,#2a5087 100%);border-radius:12px;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;box-shadow:0 4px 12px #1f3a6533}.component-preview-module__PDYtgW__sample-navbar .component-preview-module__PDYtgW__nav-brand{font-size:20px;font-weight:700}.component-preview-module__PDYtgW__sample-navbar .component-preview-module__PDYtgW__nav-menu{gap:24px;list-style:none;display:flex}.component-preview-module__PDYtgW__sample-navbar .component-preview-module__PDYtgW__nav-menu a{color:#fff;border-radius:8px;padding:8px 16px;font-weight:500;text-decoration:none;transition:all .3s}.component-preview-module__PDYtgW__sample-navbar .component-preview-module__PDYtgW__nav-menu a:hover{background:#ffffff1a;transform:translateY(-2px)}.component-preview-module__PDYtgW__sample-card{background:#fff;border-radius:16px;max-width:350px;transition:all .3s;overflow:hidden;box-shadow:0 8px 24px #0000001a}.component-preview-module__PDYtgW__sample-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #00000026}.component-preview-module__PDYtgW__sample-card .component-preview-module__PDYtgW__card-image{color:#fff;background:linear-gradient(135deg,#44d7b6 0%,#1f3a65 100%);justify-content:center;align-items:center;height:200px;font-size:48px;display:flex}.component-preview-module__PDYtgW__sample-card .component-preview-module__PDYtgW__card-content{padding:24px}.component-preview-module__PDYtgW__sample-card .component-preview-module__PDYtgW__card-title{color:#1f3a65;margin-bottom:12px;font-size:20px;font-weight:700}.component-preview-module__PDYtgW__sample-card .component-preview-module__PDYtgW__card-description{color:#6b7280;margin-bottom:20px;font-size:15px;line-height:1.6}.component-preview-module__PDYtgW__sample-card .component-preview-module__PDYtgW__card-price{color:#44d7b6;margin-bottom:16px;font-size:24px;font-weight:700}.component-preview-module__PDYtgW__sample-card .component-preview-module__PDYtgW__card-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1f3a65 0%,#2a5087 100%);border:none;border-radius:8px;width:100%;padding:12px;font-weight:600;transition:all .3s}.component-preview-module__PDYtgW__sample-card .component-preview-module__PDYtgW__card-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1f3a654d}@media (max-width:768px){.component-preview-module__PDYtgW__container{padding:24px}.component-preview-module__PDYtgW__component-meta{grid-template-columns:1fr}.component-preview-module__PDYtgW__meta-card{padding:14px}.component-preview-module__PDYtgW__info-title{font-size:18px}.component-preview-module__PDYtgW__description-section,.component-preview-module__PDYtgW__tags-section{padding:14px}.component-preview-module__PDYtgW__header{flex-direction:column;align-items:flex-start;gap:16px}.component-preview-module__PDYtgW__actions{width:100%}.component-preview-module__PDYtgW__btn{flex:1}.component-preview-module__PDYtgW__preview-tabs{flex-wrap:wrap}.component-preview-module__PDYtgW__preview-tab{text-align:center;flex:1;min-width:120px}.component-preview-module__PDYtgW__sample-navbar .component-preview-module__PDYtgW__nav-menu{display:none}}.component-preview-module__PDYtgW__toast-container{z-index:1000;flex-direction:column;gap:12px;width:100%;max-width:400px;display:flex;position:fixed;top:20px;right:20px}.component-preview-module__PDYtgW__toast{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #ffffff1a;border-radius:12px;align-items:flex-start;gap:16px;min-height:72px;padding:20px 24px;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);display:flex;position:relative;overflow:hidden;transform:translate(100%);box-shadow:0 6px 16px #0000000f,0 4px 12px #00000014}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__show{transform:translate(0)}.component-preview-module__PDYtgW__toast:before{content:"";border-radius:0 2px 2px 0;width:4px;height:100%;position:absolute;top:0;left:0}.component-preview-module__PDYtgW__toast:after{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%);border-radius:12px;position:absolute;inset:0}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__success{color:#fff;background:linear-gradient(135deg,#10b981f2 0%,#059669f2 100%)}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__success:before{background:#059669}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__error{color:#fff;background:linear-gradient(135deg,#dc2626f2 0%,#b91c1cf2 100%)}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__error:before{background:#b91c1c}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__warning{color:#fff;background:linear-gradient(135deg,#fb923cf2 0%,#ea580cf2 100%)}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__warning:before{background:#ea580c}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__info{color:#fff;background:linear-gradient(135deg,#1f3a65f2 0%,#173058f2 100%)}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__info:before{background:#173058}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__loading{color:#fff;background:linear-gradient(135deg,#6b7280f2 0%,#4b5563f2 100%)}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__loading:before{background:#4b5563}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__success-light{color:#059669;background:linear-gradient(135deg,#fffffffa 0%,#f8fafcf2 100%);border:1px solid #10b98126;box-shadow:0 6px 16px #0000000f,0 2px 8px #10b9811a}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__success-light:before{background:linear-gradient(#10b981 0%,#059669 100%)}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__error-light{color:#dc2626;background:linear-gradient(135deg,#fffffffa 0%,#f8fafcf2 100%);border:1px solid #dc262626;box-shadow:0 6px 16px #0000000f,0 2px 8px #dc26261a}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__error-light:before{background:linear-gradient(#ef4444 0%,#dc2626 100%)}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__warning-light{color:#ea580c;background:linear-gradient(135deg,#fffffffa 0%,#f8fafcf2 100%);border:1px solid #fb923c26;box-shadow:0 6px 16px #0000000f,0 2px 8px #fb923c1a}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__warning-light:before{background:linear-gradient(#fb923c 0%,#ea580c 100%)}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__info-light{color:#1f3a65;background:linear-gradient(135deg,#fffffffa 0%,#f8fafcf2 100%);border:1px solid #1f3a6526;box-shadow:0 6px 16px #0000000f,0 2px 8px #1f3a651a}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__info-light:before{background:linear-gradient(#1f3a65 0%,#173058 100%)}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__loading-light{color:#6b7280;background:linear-gradient(135deg,#fffffffa 0%,#f8fafcf2 100%);border:1px solid #6b728026;box-shadow:0 6px 16px #0000000f,0 2px 8px #6b72801a}.component-preview-module__PDYtgW__toast.component-preview-module__PDYtgW__loading-light:before{background:linear-gradient(#9ca3af 0%,#6b7280 100%)}.component-preview-module__PDYtgW__toast-icon{z-index:1;flex-shrink:0;margin-top:1px;font-size:22px;position:relative}.component-preview-module__PDYtgW__toast-content{z-index:1;flex:1;position:relative}.component-preview-module__PDYtgW__toast-title{letter-spacing:-.01em;margin-bottom:6px;font-size:16px;font-weight:600;line-height:1.3}.component-preview-module__PDYtgW__toast-message{opacity:.85;letter-spacing:-.005em;font-size:14px;font-weight:400;line-height:1.5}.component-preview-module__PDYtgW__toast-close{color:inherit;cursor:pointer;opacity:.8;z-index:1;background:#ffffff1a;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-left:8px;padding:6px;font-size:16px;transition:all .2s;display:flex;position:relative}.component-preview-module__PDYtgW__toast-close:hover{opacity:1;background:#fff3;transform:scale(1.1)}.component-preview-module__PDYtgW__loading-spinner{animation:1s linear infinite component-preview-module__PDYtgW__spin}@keyframes component-preview-module__PDYtgW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.component-preview-module__PDYtgW__toast-progress{background:#ffffff40;border-radius:0 0 12px;height:2px;animation:5s linear forwards component-preview-module__PDYtgW__progress;position:absolute;bottom:0;left:4px;right:0;overflow:hidden}.component-preview-module__PDYtgW__toast-progress:before{content:"";border-radius:inherit;background:linear-gradient(90deg,#fff9 0%,#fffc 100%);width:100%;height:100%;position:absolute;top:0;left:0}@keyframes component-preview-module__PDYtgW__progress{0%{width:100%}to{width:0%}}@media (min-width:1024px) and (max-width:1300px){.component-preview-module__PDYtgW__container{max-width:950px}}@media (min-width:1300px) and (max-width:1400px){.component-preview-module__PDYtgW__container{max-width:1000px}}@media (min-width:1400px) and (max-width:1500px){.component-preview-module__PDYtgW__container{max-width:1100px}}@media (min-width:1500px) and (max-width:1600px){.component-preview-module__PDYtgW__container{max-width:1200px}}@media (min-width:1600px) and (max-width:1900px){.component-preview-module__PDYtgW__container{max-width:1250px}}@media (min-width:1900px) and (max-width:2500px){.component-preview-module__PDYtgW__container{max-width:1250px}.component-preview-module__PDYtgW__navbar{max-width:1300px}}@media (min-width:2500px) and (max-width:3000px){.component-preview-module__PDYtgW__container{max-width:2000px}.component-preview-module__PDYtgW__navbar{max-width:1950px}}.component-preview-module__PDYtgW__navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#1f3a65;background:#ffffffe6;border-radius:14px;justify-content:space-between;align-items:center;width:100%;margin:1rem auto;padding:14px 32px;display:flex;box-shadow:0 6px 18px #0000000f}.component-preview-module__PDYtgW__main-container{flex-direction:column;width:100%;max-width:1250px;margin:auto;display:flex}.component-preview-module__PDYtgW__navbar .component-preview-module__PDYtgW__logo{align-items:center;gap:8px;font-size:20px;font-weight:700;display:flex}.component-preview-module__PDYtgW__navbar .component-preview-module__PDYtgW__logo i{color:#44d7b6;font-size:24px}.component-preview-module__PDYtgW__nav-links{gap:24px;display:flex}.component-preview-module__PDYtgW__nav-link{color:#1f3a65;align-items:center;gap:6px;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.component-preview-module__PDYtgW__nav-link i{font-size:18px}.component-preview-module__PDYtgW__nav-link:hover{color:#44d7b6}.component-preview-module__PDYtgW__nav-buttons{gap:12px;display:flex}.component-preview-module__PDYtgW__btn-primary{color:#fff;cursor:pointer;background:#1f3a65;border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000001f}.component-preview-module__PDYtgW__btn-primary:hover{background:#173058}.component-preview-module__PDYtgW__btn-outline{color:#1f3a65;cursor:pointer;background:0 0;border:2px solid #1f3a65;border-radius:8px;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.component-preview-module__PDYtgW__btn-outline:hover{color:#fff;background:#1f3a65}.component-preview-module__PDYtgW__loader-container{z-index:10;background:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.component-preview-module__PDYtgW__spinner{border:6px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:50px;height:50px;animation:1s linear infinite component-preview-module__PDYtgW__spin}.component-preview-module__PDYtgW__simple-preview-cta{text-align:center;z-index:1;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:400px;padding:40px;display:flex;position:relative}.component-preview-module__PDYtgW__simple-preview-cta .component-preview-module__PDYtgW__ph{color:#44d7b6;margin-bottom:20px;font-size:48px}.component-preview-module__PDYtgW__simple-preview-cta h3{color:#1f3a65;margin-bottom:12px;font-size:22px;font-weight:700}.component-preview-module__PDYtgW__simple-preview-cta p{color:#6b7280;margin-bottom:28px;font-size:15px;line-height:1.5}.component-preview-module__PDYtgW__btn-full-preview{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1f3a65 0%,#2a5087 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;line-height:1;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #1f3a6533}.component-preview-module__PDYtgW__btn-full-preview:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1f3a654d}.component-preview-module__PDYtgW__btn-full-preview .component-preview-module__PDYtgW__ph-preview{vertical-align:middle;color:#fff;font-size:16px;line-height:1;display:inline-block}.component-preview-module__PDYtgW__container-screen{background:#fff;border-radius:12px;max-width:600px;margin:auto;padding:40px;box-shadow:0 6px 16px #0000000f}.component-preview-module__PDYtgW__header-screen{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;display:flex}.component-preview-module__PDYtgW__screen-size-error-tite{color:#1f3a65;margin:0;font-size:28px;font-weight:700;position:relative}.component-preview-module__PDYtgW__screen-size-error-tite:after{content:"";background:#44d7b6;border-radius:3px;width:40px;height:3px;position:absolute;bottom:-8px;left:0}.component-preview-module__PDYtgW__header-actions{gap:12px;display:flex}.component-preview-module__PDYtgW__btn-screen{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.component-preview-module__PDYtgW__btn-primary{color:#fff;background:linear-gradient(135deg,#1f3a65 0%,#2a5087 100%);box-shadow:0 4px 12px #1f3a6533}.component-preview-module__PDYtgW__btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 15px #1f3a654d}.component-preview-module__PDYtgW__btn-secondary-screen{color:#333d4b;background:#f4f4f7;box-shadow:0 2px 6px #0000000d}.component-preview-module__PDYtgW__btn-secondary:hover{background:#e4e4e9;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.component-preview-module__PDYtgW__btn i{font-size:18px}.component-preview-module__PDYtgW__warning-section{text-align:center;background:linear-gradient(135deg,#f8f9fa80 0%,#fffc 100%);border:1px solid #0000000d;border-radius:12px;margin-bottom:32px;padding:24px}.component-preview-module__PDYtgW__warning-icon{color:#fff;background:linear-gradient(135deg,#1f3a65 0%,#44d7b6 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;font-size:36px;display:flex;box-shadow:0 8px 20px #1f3a6533}.component-preview-module__PDYtgW__warning-title{color:#1f3a65;margin-bottom:12px;font-size:24px;font-weight:600}.component-preview-module__PDYtgW__warning-description{color:#6b7280;margin-bottom:24px;font-size:16px;line-height:1.5}.component-preview-module__PDYtgW__requirements-section{background:linear-gradient(135deg,#f8f9fa80 0%,#fffc 100%);border:1px solid #0000000d;border-radius:12px;margin-bottom:32px;padding:24px}.component-preview-module__PDYtgW__section-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.component-preview-module__PDYtgW__section-icon{color:#fff;background:linear-gradient(135deg,#1f3a65 0%,#44d7b6 100%);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.component-preview-module__PDYtgW__section-title{color:#1f3a65;margin:0;font-size:20px;font-weight:600}.component-preview-module__PDYtgW__requirements-list{list-style:none}.component-preview-module__PDYtgW__requirements-list li{color:#333d4b;align-items:center;gap:12px;margin-bottom:12px;font-size:15px;display:flex}.component-preview-module__PDYtgW__requirements-list li:last-child{margin-bottom:0}.component-preview-module__PDYtgW__requirements-list i{color:#44d7b6;text-align:center;width:20px;font-size:18px}.component-preview-module__PDYtgW__screen-info-section{text-align:center;background:#f8f9fa;border:1px solid #0000000d;border-radius:8px;margin-bottom:32px;padding:20px}.component-preview-module__PDYtgW__screen-info-title{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:14px;font-weight:600}.component-preview-module__PDYtgW__screen-dimensions{color:#1f3a65;font-family:Courier New,monospace;font-size:24px;font-weight:700}.component-preview-module__PDYtgW__device-type{color:#6b7280;margin-top:4px;font-size:14px}.component-preview-module__PDYtgW__action-buttons{gap:12px;margin-bottom:24px;display:flex}.component-preview-module__PDYtgW__status-success{color:#44d7b6!important}.component-preview-module__PDYtgW__status-warning{color:#f59e0b!important}.component-preview-module__PDYtgW__bg-success{background:#44d7b61a!important;border-color:#44d7b633!important}.component-preview-module__PDYtgW__bg-warning{background:#f59e0b1a!important;border-color:#f59e0b33!important}.component-preview-module__PDYtgW__debug-info{color:#fff;background:#000c;border-radius:8px;max-width:250px;padding:12px 16px;font-size:12px;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 12px #0000004d}.component-preview-module__PDYtgW__debug-info h4{color:#44d7b6;margin-bottom:8px;font-size:14px;font-weight:600}.component-preview-module__PDYtgW__debug-info p{color:#e5e7eb;margin-bottom:4px}@media (max-width:768px){.component-preview-module__PDYtgW__container{padding:24px}.component-preview-module__PDYtgW__header{flex-direction:column;align-items:flex-start;gap:16px}.component-preview-module__PDYtgW__header-actions{width:100%}.component-preview-module__PDYtgW__btn{flex:1}.component-preview-module__PDYtgW__action-buttons{flex-direction:column}.component-preview-module__PDYtgW__action-buttons .component-preview-module__PDYtgW__btn{width:100%}.component-preview-module__PDYtgW__warning-icon{width:60px;height:60px;font-size:28px}.component-preview-module__PDYtgW__warning-title,.component-preview-module__PDYtgW__screen-dimensions{font-size:20px}}@media (max-width:480px){.component-preview-module__PDYtgW__container{padding:20px}.component-preview-module__PDYtgW__screen-size-error-tite{font-size:24px}.component-preview-module__PDYtgW__warning-section,.component-preview-module__PDYtgW__requirements-section{padding:20px}.component-preview-module__PDYtgW__warning-icon{width:50px;height:50px;font-size:24px}.component-preview-module__PDYtgW__warning-title{font-size:18px}.component-preview-module__PDYtgW__warning-description,.component-preview-module__PDYtgW__requirements-list li{font-size:14px}}@media (min-width:1200px) and (min-height:800px){.component-preview-module__PDYtgW__warning-title:after{content:" ✓";color:#44d7b6}.component-preview-module__PDYtgW__warning-description{color:#44d7b6}.component-preview-module__PDYtgW__warning-section{background:#44d7b60d;border-color:#44d7b61a}}
.invite-accept-module__THy8Ia__invite-container{justify-content:center;align-items:center;display:flex}.invite-accept-module__THy8Ia__container{background:#fff;border:1px solid #fffc;border-radius:20px;width:90%;max-width:500px;margin:auto;padding:40px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.invite-accept-module__THy8Ia__container:before{content:"";background:linear-gradient(90deg,#44d7b6,#1f3a65,#44d7b6) 0 0/200% 100%;height:4px;animation:3s ease-in-out infinite invite-accept-module__THy8Ia__gradientFlow;position:absolute;top:0;left:0;right:0}@keyframes invite-accept-module__THy8Ia__gradientFlow{0%,to{background-position:0%}50%{background-position:100%}}.invite-accept-module__THy8Ia__header{text-align:center;margin-bottom:32px}.invite-accept-module__THy8Ia__logo{color:#fff;background:linear-gradient(135deg,#1f3a65 0%,#44d7b6 100%);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;font-size:32px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 20px #1f3a654d}.invite-accept-module__THy8Ia__logo:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;animation:2s ease-in-out infinite invite-accept-module__THy8Ia__logoShimmer;position:absolute;top:0;left:-100%}@keyframes invite-accept-module__THy8Ia__logoShimmer{0%{left:-100%}to{left:100%}}.invite-accept-module__THy8Ia__welcome-title{color:#1f3a65;margin-bottom:8px;font-size:28px;font-weight:700}.invite-accept-module__THy8Ia__welcome-subtitle{color:#6b7280;font-size:16px;line-height:1.5}.invite-accept-module__THy8Ia__progress-container{margin:32px 0}.invite-accept-module__THy8Ia__progress-steps{justify-content:space-between;margin-bottom:24px;display:flex;position:relative}.invite-accept-module__THy8Ia__progress-steps:before{content:"";z-index:1;background:#e5e7eb;height:2px;position:absolute;top:20px;left:20px;right:20px}.invite-accept-module__THy8Ia__progress-line{z-index:2;background:linear-gradient(90deg,#44d7b6,#3bc4a8);width:0%;height:2px;transition:width 1s;position:absolute;top:20px;left:20px}.invite-accept-module__THy8Ia__progress-step{z-index:3;flex-direction:column;align-items:center;display:flex;position:relative}.invite-accept-module__THy8Ia__step-circle{color:#9ca3af;background:#e5e7eb;border:3px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:8px;font-size:16px;font-weight:600;transition:all .5s;display:flex}.invite-accept-module__THy8Ia__step-circle.invite-accept-module__THy8Ia__active{color:#fff;background:#44d7b6;border-color:#44d7b6;transform:scale(1.1);box-shadow:0 4px 12px #44d7b666}.invite-accept-module__THy8Ia__step-circle.invite-accept-module__THy8Ia__completed{color:#fff;background:#10b981;border-color:#10b981}.invite-accept-module__THy8Ia__step-label{color:#6b7280;text-align:center;font-size:12px;font-weight:500;transition:color .3s}.invite-accept-module__THy8Ia__step-circle.invite-accept-module__THy8Ia__active+.invite-accept-module__THy8Ia__step-label,.invite-accept-module__THy8Ia__step-circle.invite-accept-module__THy8Ia__completed+.invite-accept-module__THy8Ia__step-label{color:#1f3a65;font-weight:600}.invite-accept-module__THy8Ia__status-message{text-align:center;background:linear-gradient(135deg,#44d7b60d 0%,#1f3a650d 100%);border:1px solid #44d7b633;border-radius:12px;margin:24px 0;padding:20px}.invite-accept-module__THy8Ia__status-icon{color:#fff;background:linear-gradient(135deg,#44d7b6,#3bc4a8);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 12px;font-size:22px;animation:2s ease-in-out infinite invite-accept-module__THy8Ia__pulse;display:flex}@keyframes invite-accept-module__THy8Ia__pulse{0%,to{transform:scale(1);box-shadow:0 0 #44d7b666}50%{transform:scale(1.05);box-shadow:0 0 0 10px #44d7b600}}.invite-accept-module__THy8Ia__status-title{color:#1f3a65;margin-bottom:8px;font-size:18px;font-weight:600}.invite-accept-module__THy8Ia__status-description{color:#6b7280;font-size:14px;line-height:1.5}.invite-accept-module__THy8Ia__terms-section{margin:32px 0;transition:all .5s;transform:translateY(20px)}.invite-accept-module__THy8Ia__terms-section.invite-accept-module__THy8Ia__active{opacity:1;display:block;transform:translateY(0)}.invite-accept-module__THy8Ia__terms-card{background:linear-gradient(135deg,#3b82f60d 0%,#1f3a650d 100%);border:1px solid #3b82f633;border-radius:12px;margin-bottom:20px;padding:24px}.invite-accept-module__THy8Ia__terms-title{color:#1f3a65;align-items:center;gap:8px;margin-bottom:16px;font-size:16px;font-weight:600;display:flex}.invite-accept-module__THy8Ia__terms-title i{color:#3b82f6;font-size:18px}.invite-accept-module__THy8Ia__terms-content{color:#4b5563;background:#fff;border:1px solid #0000000d;border-radius:8px;max-height:150px;margin-bottom:16px;padding:16px;font-size:13px;line-height:1.6;overflow-y:auto}.invite-accept-module__THy8Ia__terms-content::-webkit-scrollbar{width:6px}.invite-accept-module__THy8Ia__terms-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.invite-accept-module__THy8Ia__terms-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.invite-accept-module__THy8Ia__terms-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.invite-accept-module__THy8Ia__checkbox-container{cursor:pointer;border-radius:8px;align-items:flex-start;gap:12px;margin-bottom:20px;padding:8px;transition:all .3s;display:flex}.invite-accept-module__THy8Ia__checkbox-container:hover{background:#44d7b60d}.invite-accept-module__THy8Ia__custom-checkbox{flex-shrink:0;width:20px;height:20px;margin-top:2px;position:relative}.invite-accept-module__THy8Ia__custom-checkbox input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute}.invite-accept-module__THy8Ia__checkbox-mark{border:2px solid #333;border-radius:4px;width:18px;height:18px;transition:all .2s;display:inline-block}.invite-accept-module__THy8Ia__custom-checkbox input:checked+.invite-accept-module__THy8Ia__checkbox-mark{background-color:#333;border-color:#333;position:relative}.invite-accept-module__THy8Ia__custom-checkbox input:checked+.invite-accept-module__THy8Ia__checkbox-mark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:10px;position:absolute;top:1px;left:5px;transform:rotate(45deg)}.invite-accept-module__THy8Ia__checkbox-label{color:#4b5563;-webkit-user-select:none;user-select:none;font-size:14px;line-height:1.5}.invite-accept-module__THy8Ia__checkbox-label a{color:#44d7b6;font-weight:500;text-decoration:none}.invite-accept-module__THy8Ia__checkbox-label a:hover{text-decoration:underline}.invite-accept-module__THy8Ia__action-buttons{gap:12px;margin-top:24px;display:flex}.invite-accept-module__THy8Ia__btn{cursor:pointer;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.invite-accept-module__THy8Ia__btn-primary{color:#fff;background:linear-gradient(135deg,#44d7b6 0%,#3bc4a8 100%);box-shadow:0 4px 12px #44d7b64d}.invite-accept-module__THy8Ia__btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #44d7b666}.invite-accept-module__THy8Ia__btn-primary:disabled{cursor:not-allowed;box-shadow:none;background:linear-gradient(135deg,#9ca3af,#6b7280);transform:none}.invite-accept-module__THy8Ia__btn-secondary{color:#6b7280;background:0 0;border:2px solid #e5e7eb}.invite-accept-module__THy8Ia__btn-secondary:hover{background:#0000000d;border-color:#d1d5db;transform:translateY(-1px)}.invite-accept-module__THy8Ia__loading-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s ease-in-out infinite invite-accept-module__THy8Ia__spin;display:inline-block}@keyframes invite-accept-module__THy8Ia__spin{to{transform:rotate(360deg)}}.invite-accept-module__THy8Ia__error-state{text-align:center;background:#ef44440d;border:1px solid #ef444433;border-radius:12px;margin:24px 0;padding:24px}.invite-accept-module__THy8Ia__error-state.invite-accept-module__THy8Ia__active{animation:.5s invite-accept-module__THy8Ia__fadeInUp;display:block}.invite-accept-module__THy8Ia__error-icon{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 12px;font-size:22px;display:flex}.invite-accept-module__THy8Ia__error-title{color:#dc2626;margin-bottom:8px;font-size:18px;font-weight:600}.invite-accept-module__THy8Ia__error-description{color:#6b7280;font-size:14px;line-height:1.5}.invite-accept-module__THy8Ia__success-state{text-align:center;background:#10b9810d;border:1px solid #10b98133;border-radius:12px;margin:24px 0;padding:24px;display:none}.invite-accept-module__THy8Ia__success-state.invite-accept-module__THy8Ia__active{animation:.5s invite-accept-module__THy8Ia__fadeInUp;display:block}.invite-accept-module__THy8Ia__success-icon{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 12px;font-size:22px;display:flex}.invite-accept-module__THy8Ia__success-title{color:#059669;margin-bottom:8px;font-size:18px;font-weight:600}.invite-accept-module__THy8Ia__success-description{color:#6b7280;font-size:14px;line-height:1.5}.invite-accept-module__THy8Ia__debug-info{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:.9;background:linear-gradient(135deg,#000c 0%,#000000e6 100%);border:1px solid #ffffff1a;border-radius:12px;max-width:300px;padding:16px;font-size:12px;transition:opacity .3s;position:fixed;bottom:20px;right:20px;box-shadow:0 8px 25px #0000004d}.invite-accept-module__THy8Ia__debug-info:hover{opacity:1}.invite-accept-module__THy8Ia__debug-info h4{color:#44d7b6;margin-bottom:8px;font-size:14px;font-weight:600}.invite-accept-module__THy8Ia__debug-info p{color:#e5e7eb;margin-bottom:4px}@keyframes invite-accept-module__THy8Ia__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.invite-accept-module__THy8Ia__container{animation:.6s invite-accept-module__THy8Ia__fadeInUp}@media (max-width:768px){.invite-accept-module__THy8Ia__container{margin:20px;padding:30px 24px}.invite-accept-module__THy8Ia__welcome-title{font-size:24px}.invite-accept-module__THy8Ia__progress-steps{flex-direction:column;align-items:center;gap:16px}.invite-accept-module__THy8Ia__progress-steps:before,.invite-accept-module__THy8Ia__progress-line{display:none}.invite-accept-module__THy8Ia__step-circle{margin-bottom:4px}.invite-accept-module__THy8Ia__action-buttons{flex-direction:column}.invite-accept-module__THy8Ia__debug-info{max-width:none;bottom:10px;left:10px;right:10px}}@media (max-width:480px){.invite-accept-module__THy8Ia__container{padding:24px 20px}.invite-accept-module__THy8Ia__logo{width:60px;height:60px;font-size:24px}.invite-accept-module__THy8Ia__welcome-title{font-size:20px}.invite-accept-module__THy8Ia__welcome-subtitle{font-size:14px}}
.screen-size-module__dkOGRq__container-screen{background:#fff;border-radius:12px;max-width:600px;margin:auto;padding:40px;box-shadow:0 6px 16px #0000000f}.screen-size-module__dkOGRq__header-screen{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;display:flex}.screen-size-module__dkOGRq__screen-size-error-tite{color:#1f3a65;margin:0;font-size:28px;font-weight:700;position:relative}.screen-size-module__dkOGRq__screen-size-error-tite:after{content:"";background:#44d7b6;border-radius:3px;width:40px;height:3px;position:absolute;bottom:-8px;left:0}.screen-size-module__dkOGRq__header-actions{gap:12px;display:flex}.screen-size-module__dkOGRq__btn-screen{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.screen-size-module__dkOGRq__btn-primary{color:#fff;background:linear-gradient(135deg,#1f3a65 0%,#2a5087 100%);box-shadow:0 4px 12px #1f3a6533}.screen-size-module__dkOGRq__btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 15px #1f3a654d}.screen-size-module__dkOGRq__btn-secondary-screen{color:#333d4b;background:#f4f4f7;box-shadow:0 2px 6px #0000000d}.screen-size-module__dkOGRq__btn-secondary:hover{background:#e4e4e9;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.screen-size-module__dkOGRq__btn i{font-size:18px}.screen-size-module__dkOGRq__warning-section{text-align:center;background:linear-gradient(135deg,#f8f9fa80 0%,#fffc 100%);border:1px solid #0000000d;border-radius:12px;margin-bottom:32px;padding:24px}.screen-size-module__dkOGRq__warning-icon{color:#fff;background:linear-gradient(135deg,#1f3a65 0%,#44d7b6 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;font-size:36px;display:flex;box-shadow:0 8px 20px #1f3a6533}.screen-size-module__dkOGRq__warning-title{color:#1f3a65;margin-bottom:12px;font-size:24px;font-weight:600}.screen-size-module__dkOGRq__warning-description{color:#6b7280;margin-bottom:24px;font-size:16px;line-height:1.5}.screen-size-module__dkOGRq__requirements-section{background:linear-gradient(135deg,#f8f9fa80 0%,#fffc 100%);border:1px solid #0000000d;border-radius:12px;margin-bottom:32px;padding:24px}.screen-size-module__dkOGRq__section-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.screen-size-module__dkOGRq__section-icon{color:#fff;background:linear-gradient(135deg,#1f3a65 0%,#44d7b6 100%);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.screen-size-module__dkOGRq__section-title{color:#1f3a65;margin:0;font-size:20px;font-weight:600}.screen-size-module__dkOGRq__requirements-list{list-style:none}.screen-size-module__dkOGRq__requirements-list li{color:#333d4b;align-items:center;gap:12px;margin-bottom:12px;font-size:15px;display:flex}.screen-size-module__dkOGRq__requirements-list li:last-child{margin-bottom:0}.screen-size-module__dkOGRq__requirements-list i{color:#44d7b6;text-align:center;width:20px;font-size:18px}.screen-size-module__dkOGRq__screen-info-section{text-align:center;background:#f8f9fa;border:1px solid #0000000d;border-radius:8px;margin-bottom:32px;padding:20px}.screen-size-module__dkOGRq__screen-info-title{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:14px;font-weight:600}.screen-size-module__dkOGRq__screen-dimensions{color:#1f3a65;font-family:Courier New,monospace;font-size:24px;font-weight:700}.screen-size-module__dkOGRq__device-type{color:#6b7280;margin-top:4px;font-size:14px}.screen-size-module__dkOGRq__action-buttons{gap:12px;margin-bottom:24px;display:flex}.screen-size-module__dkOGRq__status-success{color:#44d7b6!important}.screen-size-module__dkOGRq__status-warning{color:#f59e0b!important}.screen-size-module__dkOGRq__bg-success{background:#44d7b61a!important;border-color:#44d7b633!important}.screen-size-module__dkOGRq__bg-warning{background:#f59e0b1a!important;border-color:#f59e0b33!important}.screen-size-module__dkOGRq__debug-info{color:#fff;background:#000c;border-radius:8px;max-width:250px;padding:12px 16px;font-size:12px;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 12px #0000004d}.screen-size-module__dkOGRq__debug-info h4{color:#44d7b6;margin-bottom:8px;font-size:14px;font-weight:600}.screen-size-module__dkOGRq__debug-info p{color:#e5e7eb;margin-bottom:4px}@media (max-width:768px){.screen-size-module__dkOGRq__container{padding:24px}.screen-size-module__dkOGRq__header{flex-direction:column;align-items:flex-start;gap:16px}.screen-size-module__dkOGRq__header-actions{width:100%}.screen-size-module__dkOGRq__btn{flex:1}.screen-size-module__dkOGRq__action-buttons{flex-direction:column}.screen-size-module__dkOGRq__action-buttons .screen-size-module__dkOGRq__btn{width:100%}.screen-size-module__dkOGRq__warning-icon{width:60px;height:60px;font-size:28px}.screen-size-module__dkOGRq__warning-title,.screen-size-module__dkOGRq__screen-dimensions{font-size:20px}}@media (max-width:480px){.screen-size-module__dkOGRq__container{padding:20px}.screen-size-module__dkOGRq__screen-size-error-tite{font-size:24px}.screen-size-module__dkOGRq__warning-section,.screen-size-module__dkOGRq__requirements-section{padding:20px}.screen-size-module__dkOGRq__warning-icon{width:50px;height:50px;font-size:24px}.screen-size-module__dkOGRq__warning-title{font-size:18px}.screen-size-module__dkOGRq__warning-description,.screen-size-module__dkOGRq__requirements-list li{font-size:14px}}@media (min-width:1200px) and (min-height:800px){.screen-size-module__dkOGRq__warning-title:after{content:" ✓";color:#44d7b6}.screen-size-module__dkOGRq__warning-description{color:#44d7b6}.screen-size-module__dkOGRq__warning-section{background:#44d7b60d;border-color:#44d7b61a}}
