.page_page__556_G{min-height:100vh;background:#ffffff;padding:3rem 1rem;font-family:var(--font-geist-sans);display:flex;flex-direction:column;position:relative;overflow-x:hidden}.page_page__556_G:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,107,53,.05) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(220,38,38,.05) 0,transparent 50%),radial-gradient(circle at 40% 40%,rgba(251,146,60,.03) 0,transparent 50%);pointer-events:none}.page_main__nw1Wk{width:100%;max-width:1280px;margin:0 auto;flex:1 1;position:relative;z-index:1}.page_header__oRW75{text-align:center;margin-bottom:3rem}.page_logoWrapper__LBPBH{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#ff6b35,#f56500 50%,#dc2626);border-radius:1rem;box-shadow:0 20px 25px -5px rgba(255,107,53,.3),0 10px 10px -5px rgba(255,107,53,.2);margin-bottom:2rem;animation:page_float__Xp_VR 6s ease-in-out infinite}@keyframes page_float__Xp_VR{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.page_logoText__M1jdM{font-size:28px;font-weight:900;color:#ffffff;text-shadow:2px 2px 4px rgba(0,0,0,.4)}.page_title__po7na{font-size:48px;font-weight:900;background:linear-gradient(135deg,#1a1a1a,#ff6b35 30%,#1a1a1a);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 1.5rem;animation:page_shimmer__G1aXL 3s ease-in-out infinite}@keyframes page_shimmer__G1aXL{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.page_description__lvaOp{color:#4a5568;font-size:20px;max-width:672px;margin:0 auto;font-weight:500;line-height:1.6}.page_content___38fW{display:flex;flex-direction:column;align-items:center}.page_formWrapper__mi9Oo{width:100%;max-width:700px;margin-bottom:3rem;animation:page_slideUp___dulW .5s ease-out}@keyframes page_slideUp___dulW{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.page_resetContainer__8ypQ4{text-align:center;margin-top:2rem}.page_resetButton__uvLeL{background:#ffffff;border:2px solid #e2e8f0;color:#ff6b35;padding:1rem 2rem;border-radius:1rem;cursor:pointer;transition:all .3s ease;font-weight:700;font-size:16px;box-shadow:0 4px 6px rgba(0,0,0,.05);margin-bottom:.5rem}.page_resetButton__uvLeL:hover{background:#f7fafc;border-color:#ff6b35;transform:translateY(-2px);box-shadow:0 8px 15px rgba(255,107,53,.15)}.page_footer__F3MD0{display:flex;gap:2rem;justify-content:center;margin-top:auto;padding-top:3rem;border-top:1px solid #e2e8f0;position:relative;z-index:1}.page_footer__F3MD0 a{display:flex;align-items:center;gap:.75rem;color:#4a5568;text-decoration:none;transition:all .3s ease;font-weight:600;padding:.75rem 1.5rem;border-radius:.75rem;background:#f7fafc;border:1px solid #e2e8f0}.page_footer__F3MD0 a:hover{background:#ffffff;transform:translateY(-2px);color:#ff6b35;box-shadow:0 4px 12px rgba(255,107,53,.15)}@media (max-width:768px){.page_page__556_G{padding:2rem 1rem}.page_title__po7na{font-size:36px}.page_description__lvaOp{font-size:18px}.page_formWrapper__mi9Oo{max-width:100%}.page_footer__F3MD0{flex-direction:column;gap:1rem;align-items:center}.page_footer__F3MD0 a{justify-content:center;min-width:200px}}.devCardForm_container__4T_1r{max-width:100%;margin:0 auto 3rem}.devCardForm_card__W3Plu{background:#ffffff;border-radius:1.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04),0 0 0 1px rgba(255,107,53,.1);padding:3rem;border:1px solid #e2e8f0}.devCardForm_formSection__u3pHR{display:flex;flex-direction:column;gap:2rem}.devCardForm_label__Hp6QQ{display:block;font-size:1rem;font-weight:600;color:#2d3748;margin-bottom:.75rem}.devCardForm_input__pm_Hd{width:100%;padding:1.25rem 1.75rem;border:2px solid #e2e8f0;border-radius:1rem;font-size:1.1rem;transition:all .3s ease;background:#ffffff;color:#2d3748;font-weight:500}.devCardForm_input__pm_Hd:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px rgba(255,107,53,.1),0 4px 6px rgba(255,107,53,.05);transform:translateY(-1px)}.devCardForm_input__pm_Hd:disabled{background:#f7fafc;color:#4a5568;cursor:not-allowed}.devCardForm_input__pm_Hd::placeholder{color:#a0aec0;font-weight:400}.devCardForm_button__uKQ39{width:100%;background:linear-gradient(135deg,#ff6b35,#f56500 50%,#ea580c);color:#ffffff;padding:1.25rem 2rem;border:none;border-radius:1rem;font-weight:700;box-shadow:0 10px 15px -3px rgba(255,107,53,.3),0 4px 6px -2px rgba(255,107,53,.2);transition:all .3s ease;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.1rem;position:relative;overflow:hidden}.devCardForm_button__uKQ39:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.devCardForm_button__uKQ39:hover:not(:disabled):before{left:100%}.devCardForm_button__uKQ39:hover:not(:disabled){background:linear-gradient(135deg,#f56500,#ea580c 50%,#dc2626);box-shadow:0 20px 25px -5px rgba(255,107,53,.4),0 10px 10px -5px rgba(255,107,53,.3);transform:translateY(-2px)}.devCardForm_button__uKQ39:active:not(:disabled){transform:translateY(0)}.devCardForm_button__uKQ39:disabled{opacity:.6;cursor:not-allowed;transform:none}.devCardForm_searchIcon__4liXF{width:1.25rem;height:1.25rem;stroke:currentColor;stroke-width:2}.devCardForm_spinner__w3pIV{width:1.25rem;height:1.25rem;border:3px solid rgba(255,255,255,.3);border-top-color:#ffffff;border-radius:50%;animation:devCardForm_spin__zGLPr 1s linear infinite}@keyframes devCardForm_spin__zGLPr{to{transform:rotate(1turn)}}.devCardForm_error__8JDvo{background:linear-gradient(135deg,#fed7d7,#feb2b2);border:2px solid #e53e3e;color:#c53030;padding:1.25rem 1.75rem;border-radius:1rem;margin-top:2rem;font-size:1rem;font-weight:600;box-shadow:0 4px 6px -1px rgba(229,62,62,.1)}.devCardForm_themeSelector__dv1st{display:flex;gap:1rem;justify-content:center;margin-top:.5rem}.devCardForm_themeButton__Vi7p1{width:50px;height:50px;border:1px solid transparent;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 6px rgba(0,0,0,.1);background:none}.devCardForm_themeButton__Vi7p1:hover{transform:scale(1.1);box-shadow:0 8px 15px rgba(0,0,0,.2)}.devCardForm_themeButtonActive__Vo_tQ{border-color:#2d3748;transform:scale(1.1);box-shadow:0 8px 15px rgba(0,0,0,.2),0 0 0 2px rgba(45,55,72,.1)}.devCardForm_checkIcon__do9L0{width:24px;height:24px;stroke-width:3}.devCardForm_customThemeButton__8yhm9{position:relative;overflow:hidden}.devCardForm_customIcon__0RJQT{width:20px;height:20px;stroke-width:2}.devCardForm_customColorSection__mm2Yv{background:#f8fafc;border:2px solid #e2e8f0;border-radius:1rem;padding:1.5rem;margin-top:.5rem;animation:devCardForm_slideDown__N91gt .3s ease-out}@keyframes devCardForm_slideDown__N91gt{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.devCardForm_colorPickerGrid__O9qNW{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem}.devCardForm_colorPickerItem__ktzXF{display:flex;flex-direction:column;align-items:center;gap:.75rem}.devCardForm_colorLabel__bQ3Ct{font-size:.875rem;font-weight:600;color:#4a5568;text-align:center}.devCardForm_colorInput__YuwPe{width:60px;height:60px;border:3px solid #e2e8f0;border-radius:50%;cursor:pointer;transition:all .3s ease;background:none;padding:0;box-shadow:0 4px 8px rgba(0,0,0,.1)}.devCardForm_colorInput__YuwPe::-webkit-color-swatch-wrapper{padding:0;border:none;border-radius:50%;overflow:hidden}.devCardForm_colorInput__YuwPe::-webkit-color-swatch{border:none;border-radius:50%;box-shadow:none}.devCardForm_colorInput__YuwPe:hover{transform:scale(1.1);box-shadow:0 8px 15px rgba(0,0,0,.2);border-color:#ff6b35}.devCardForm_colorInput__YuwPe:focus{border-color:#ff6b35;box-shadow:0 0 0 3px rgba(255,107,53,.2),0 8px 15px rgba(0,0,0,.2)}.devCardForm_gradientPreview__NG3_p,.devCardForm_previewBox__Qb07y{display:flex;justify-content:center}.devCardForm_previewBox__Qb07y{width:100%;height:60px;border-radius:.75rem;align-items:center;box-shadow:0 8px 15px rgba(0,0,0,.1);transition:all .3s ease}.devCardForm_previewBox__Qb07y:hover{transform:translateY(-2px);box-shadow:0 12px 20px rgba(0,0,0,.15)}.devCardForm_previewText__7Hxu0{color:white;font-weight:700;font-size:1.1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.devCardForm_layoutSelector__VySqH{display:flex;gap:1rem;justify-content:center;margin-top:.5rem}.devCardForm_layoutButton__lG6Ge{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border:2px solid #e2e8f0;border-radius:.75rem;background:#ffffff;color:#4a5568;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:600}.devCardForm_layoutButton__lG6Ge:hover{border-color:#ff6b35;background:#f7fafc;transform:translateY(-1px)}.devCardForm_layoutButtonActive__fg1E0{border-color:#ff6b35;background:#fff5f0;color:#ff6b35;transform:translateY(-1px)}.devCardForm_layoutIcon__7KTJ8{width:24px;height:24px;stroke-width:2}.devCardPreview_container___EE9j{width:100%;max-width:800px;margin:0 auto}.devCardPreview_placeholder__hwvC_{display:flex;align-items:center;justify-content:center;min-height:300px}.devCardPreview_placeholderCard__Ql8NW{text-align:center;color:#4a5568;background:linear-gradient(135deg,#f7fafc,#edf2f7);padding:2rem;border-radius:1.5rem;border:3px dashed #cbd5e0;max-width:350px;box-shadow:0 10px 15px -3px rgba(0,0,0,.05)}.devCardPreview_cardWrapper__DN3ZR{margin-bottom:1.5rem;perspective:1000px}.devCardPreview_devCard__cFHn0{border-radius:1.5rem;padding:4px;box-shadow:0 25px 50px -12px rgba(255,107,53,.25),0 0 0 1px rgba(255,255,255,.1);position:relative;overflow:hidden;transition:transform .1s ease-out;transform-style:preserve-3d}.devCardPreview_innerCard__Aqb5I{background:#ffffff;border-radius:calc(1.5rem - 4px);display:flex;flex-direction:row;min-height:320px;overflow:hidden;position:relative}.devCardPreview_innerCard__Aqb5I:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(255,107,53,.03) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(239,68,68,.03) 0,transparent 50%);pointer-events:none}.devCardPreview_leftSection__qTdz2{width:280px;background:linear-gradient(135deg,#f7fafc,#edf2f7);padding:2rem 1.5rem;display:flex;flex-direction:column;justify-content:space-between;border-right:2px solid #e2e8f0;flex-shrink:0;position:relative}.devCardPreview_profileSection__tKylg{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.devCardPreview_avatar__XjS_3{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 30px rgba(255,107,53,.3),0 0 0 4px rgba(255,255,255,1);border:4px solid #ffffff;position:relative}.devCardPreview_avatarText__poqTq{font-size:32px;font-weight:900;color:#ffffff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.devCardPreview_userInfo__UCbmn{text-align:center}.devCardPreview_username__t5n_c{font-size:22px;font-weight:800;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 6px}.devCardPreview_handle__wapV4{color:#718096;font-size:14px;font-weight:500}.devCardPreview_joinDate__vu8L1{font-size:12px;color:#a0aec0;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:6px;font-weight:500}.devCardPreview_statsContainer__TW96s{display:flex;flex-direction:row;gap:0}.devCardPreview_statItem__Dgcdx{background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);padding:.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;flex:1 1;text-align:center;min-width:0}.devCardPreview_statItem__Dgcdx:first-child{border-radius:.75rem 0 0 .75rem;border-right:1px solid rgba(255,255,255,.2)}.devCardPreview_statItem__Dgcdx:last-child{border-radius:0 .75rem .75rem 0;border-left:1px solid rgba(255,255,255,.2)}.devCardPreview_statItem__Dgcdx:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,107,53,.15);background:rgba(255,255,255,.95);z-index:1}.devCardPreview_statLabel__zi8oJ{display:flex;align-items:center;gap:6px;font-size:12px;color:#4a5568;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.devCardPreview_statIcon__0Xdv1{width:14px;height:14px;flex-shrink:0}.devCardPreview_statNumber__Bc5LS{font-size:18px;font-weight:800;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:4px}.devCardPreview_rightSection__C45YD{flex:1 1;padding:2rem 1.5rem;display:flex;flex-direction:column;position:relative;background:#ffffff}.devCardPreview_storiesSection__tqEPT{display:flex;flex-direction:column;height:100%}.devCardPreview_storiesTitle__1aC5c{display:flex;align-items:center;gap:10px;margin-bottom:1rem;font-size:20px;font-weight:800;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.devCardPreview_storiesList__CIGq3{list-style:none;margin:0;flex:1 1;overflow:hidden;max-height:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.devCardPreview_storyItem__5ZcYp{margin:0}.devCardPreview_storyItem__5ZcYp:nth-child(n+4){display:none}.devCardPreview_storyLink__c9nN2{background:#ffffff;border:2px solid #e2e8f0;border-radius:.75rem;padding:1rem;transition:all .3s ease;text-decoration:none;color:inherit;display:block;position:relative;overflow:hidden}.devCardPreview_storyLink__c9nN2:hover{transform:translateY(-2px)}.devCardPreview_storyTitle__6TGaI{font-size:14px;font-weight:600;color:#2d3748;line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.devCardPreview_storyScore__vSQtV{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:700}.devCardPreview_scoreIcon__tlSM4{width:14px;height:14px;fill:currentColor}.devCardPreview_noStories__T9887{color:#a0aec0;text-align:center;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;font-size:16px;font-weight:500}.devCardPreview_actions__jHFsI{display:flex;gap:.75rem;justify-content:center;margin-top:1.5rem}.devCardPreview_downloadBtn__7JbTO,.devCardPreview_shareBtn__xws31{padding:.75rem 1.5rem;border:none;border-radius:.75rem;cursor:pointer;font-weight:700;font-size:14px;transition:all .3s ease;display:flex;align-items:center;gap:6px;box-shadow:0 4px 6px rgba(0,0,0,.1);position:relative;overflow:hidden}.devCardPreview_downloadBtn__7JbTO:hover,.devCardPreview_shareBtn__xws31:hover{transform:translateY(-2px);box-shadow:0 8px 15px rgba(0,0,0,.15)}.devCardPreview_downloadBtn__7JbTO{background:linear-gradient(135deg,#22c55e,#16a34a);color:white}.devCardPreview_shareBtn__xws31{background:linear-gradient(135deg,#ff6b35,#ea580c);color:white}.devCardPreview_verticalCard__BURtE{max-width:400px;margin:0 auto}.devCardPreview_verticalInner__s4Yhq{flex-direction:column;min-height:600px}.devCardPreview_verticalInner__s4Yhq .devCardPreview_leftSection__qTdz2{width:100%;border-right:none;border-bottom:2px solid #e2e8f0;padding:2rem 1.5rem 1.5rem}.devCardPreview_verticalInner__s4Yhq .devCardPreview_rightSection__C45YD{flex:1 1;padding:1.5rem 1.5rem 2rem}.devCardPreview_verticalInner__s4Yhq .devCardPreview_statsContainer__TW96s{margin-top:1.5rem}.devCardPreview_storedInfo__wdNax{margin-top:1rem;text-align:center}.devCardPreview_storedText__L1QZf{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:2px solid #22c55e;color:#065f46;padding:1rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 6px rgba(34,197,94,.1);position:relative;overflow:hidden}.devCardPreview_storedText__L1QZf:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:devCardPreview_shimmer__u9bTf 2s ease-in-out infinite}@keyframes devCardPreview_shimmer__u9bTf{0%{left:-100%}to{left:100%}}.devCardPreview_spinner__wwrL_{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#ffffff;border-radius:50%;animation:devCardPreview_spin__8CAMm 1s linear infinite}@keyframes devCardPreview_spin__8CAMm{to{transform:rotate(1turn)}}