@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";.cake-designer-container{background-color:#f1cbbf;border-radius:10px;padding:20px;box-shadow:0 4px 6px #0000001a;height:500px}.cake-preview{display:flex;justify-content:center;align-items:center;height:60%}.cake-controls{background-color:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 4px #0000001a}.cake-controls h3,.cake-controls h4{color:#1890ff;margin-bottom:15px}.cake-controls label{font-weight:700;margin-bottom:5px;display:block}.color-picker{display:flex;justify-content:space-between;margin-bottom:15px}.decoration-options{display:flex;flex-wrap:wrap;gap:10px}.ant-checkbox-wrapper{margin-right:0!important}.ant-progress-text{font-weight:700}.header-wrapper{background:linear-gradient(to right,#ffecd2,#fcb69f);padding:0 16px;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;justify-content:space-between;height:64px}.header-logo{width:74px;height:74px;transition:transform .3s ease-in-out}.header-logo:hover{transform:scale(1.1)}.header-menu{background-color:transparent;font-size:16px}.header-menu a{color:tomato}.header-button{font-size:20px;color:tomato;background:transparent;transition:color .3s ease-in-out,transform .3s}.header-button:hover{color:#ff4500;transform:scale(1.2)}.header-user-button{font-size:16px;color:tomato;transition:color .3s ease-in-out}.header-user-button:hover{color:#ff4500}.logo-section{display:flex;align-items:center}.cake-icon{position:absolute;top:10px;left:70px;width:50px;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translate3d(4px,3px,-1px)}}.custom-footer{background-color:#857777;color:#ecf0f1;padding:40px 20px}.footer-section{margin-bottom:20px}.footer-logo{width:100px;height:100px;border-radius:10px;margin-top:15px}.footer-links{list-style-type:none;padding:0}.footer-links li{margin-bottom:10px}.custom-footer h4{color:#efd294;margin-bottom:20px}.custom-footer a{color:#ecf0f1;text-decoration:none;transition:color .3s ease}.custom-footer a:hover{color:#3498db}.footer-bottom{margin-top:30px;text-align:center;padding-top:20px;border-top:1px solid #34495e}.signup-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background-color:#f0f2f5}.signup-row{width:100%;max-width:1200px;margin:0 auto;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.left-section{background:linear-gradient(135deg,#ff9a9e,#fad0c4 99%,#fad0c4);display:flex;justify-content:center;align-items:center;padding:2rem}.logo-container{text-align:center}.logo{width:150px;margin-bottom:1rem}.welcome-text{color:#594b47;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.sub-text{font-size:1rem;color:#594b47}.right-section{display:flex;justify-content:center;align-items:center;padding:2rem}.form-container{width:100%;max-width:400px}.form-title{text-align:center;margin-bottom:1.5rem!important;color:#594b47}.signup-form .ant-form-item{margin-bottom:1.5rem}.submit-button{width:100%;height:40px;font-size:1rem;background-color:#ff9a9e;border-color:#ff9a9e}.submit-button:hover,.submit-button:focus{background-color:#ff8087;border-color:#ff8087}.login-link{text-align:center;margin-top:1rem}@media (max-width: 768px){.signup-row{flex-direction:column}.left-section,.right-section{width:100%}}.detail-page{max-width:1200px;margin:0 auto;padding:2rem}.design-section{margin:3rem 0;text-align:center}.design-card{box-shadow:0 4px 8px #0000001a;border-radius:8px;overflow:hidden}.ant-card-body{padding:0}.ant-typography{margin-bottom:1.5rem}@media (max-width: 768px){.detail-page{padding:1rem}}.grid-container{display:grid;grid-template-columns:repeat(4,1fr);gap:10p x;padding:16px}.card-hover{transition:transform .3s,box-shadow .3s}.card-hover:hover{transform:scale(1.05);box-shadow:0 4px 16px #0000004d}.cards-container{position:relative;width:100%;overflow:hidden}.scroll-container{display:flex;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0}.card-wrapper{flex:0 0 380px;margin-right:16px}.scroll-button{position:absolute;top:50%;transform:translateY(-50%);z-index:10;border:none;background:#00000080;color:#fff;padding:20px;cursor:pointer}.scroll-button.left{left:0}.scroll-button.right{right:0}.scroll-container::-webkit-scrollbar{display:none}.scroll-container{-ms-overflow-style:none;scrollbar-width:none}.button-hover{transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease}.button-hover:hover{transform:scale(1.1);background-color:#ff1493;box-shadow:0 4px 20px #00000080}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn 1s ease-out forwards;opacity:0}.welcome-text.fade-in{animation-delay:.5s}.sub-text.fade-in{animation-delay:1s}.form-title.fade-in{animation-delay:1.5s}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body{margin:0;padding:0;font-family:Roboto,sans-serif;min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700}
