*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#191919;background:white}button,input,select,textarea{font:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:3px solid #ef8c50;outline-offset:3px}:root{--blue:#009bcb;--navy:#03394b;--line:#dedede;--gray:#f5f5f5}header{display:flex;align-items:center;gap:28px;padding:18px 3%;border-bottom:1px solid #eee;height:88px}.logo{display:block;position:relative;width:152px;min-width:152px;aspect-ratio:814/292;overflow:hidden}.logo img{position:absolute;width:247.67%;max-width:none;left:-73.83%;top:-198.63%}.search{display:flex;flex:1;max-width:390px;margin-left:auto;border:1px solid #ddd;border-radius:7px;overflow:hidden}.search input{width:100%;border:0;padding:12px;min-width:0}.search button{background:white;border:0;font-size:22px;padding:0 13px}.header-links{display:flex;align-items:center;gap:24px;font-size:14px}.help small{display:block;margin-bottom:5px}.header-links a{white-space:nowrap}.nav{display:flex;justify-content:space-between;padding:0 2%;border-bottom:1px solid #eee;gap:16px}.nav>a,.nav details{padding:18px 0;font-size:14px;white-space:nowrap}.nav summary{cursor:pointer;list-style:none}.nav details>div{position:absolute;z-index:5;background:white;box-shadow:0 6px 18px #0002;padding:25px;display:grid;gap:20px;min-width:230px;margin-top:15px}.nav>a:first-child{color:#e55249}.promo{background:var(--navy);color:white;text-align:center;padding:12px;line-height:1.5;font-size:14px}.hero{margin:20px 10px;display:grid;grid-template-columns:60% 40%;background:#ebe7e1;border-radius:10px;padding:22px 16px;min-height:394px;gap:8px}.hero h1{font-size:34px;line-height:1.12;max-width:680px;margin:0 0 24px}.hero p{font-size:19px;margin-bottom:50px}.hero img{width:100%;height:348px;object-fit:cover;border-radius:8px}.hero .subline{margin:72px 0 0;font-size:13px;color:#555}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--blue);background:var(--blue);color:white;border-radius:4px;padding:16px 23px;gap:8px;font-size:14px;font-weight:600}.btn.outline{background:transparent;color:var(--blue)}.hero .btn{margin-right:18px}.benefits{display:flex;justify-content:space-around;margin:30px 12px;padding:12px 0 30px;border-bottom:1px solid #ddd;color:#555;font-size:15px}.benefits span{border-right:1px solid #ddd;flex:1;text-align:center}.benefits span:last-child{border:0}.section{padding:26px 3%}.section h2{font-size:28px;margin:0 0 26px}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.tile img{width:100%;height:225px;object-fit:cover;border-radius:7px;background:#f6f6f6}.tile h3{font-size:18px;margin:15px 0 8px}.tile p{font-size:14px;color:#555;line-height:1.6}.tile .price{color:#0088b2;font-weight:bold}.tile:hover h3{color:var(--blue)}.steps{background:#f6f6f6;text-align:center;padding:50px 5%;margin-top:30px}.steps>div{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;margin-top:32px}.steps strong{font-size:32px;color:var(--blue)}.steps p{line-height:1.7;color:#555}.feature{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:70px 7%}.feature img{width:100%;max-height:350px;object-fit:cover;border-radius:8px}.feature p{line-height:1.8;color:#555}.feature h2{font-size:30px}.footer{padding:40px 5%;background:#eee;display:flex;gap:70px;line-height:2;font-size:14px}.footer strong{display:block;font-size:18px}.footer a{display:block}.footer p{margin:0}.floating{position:fixed;right:0;top:40%;background:#08a9a0;color:white;writing-mode:vertical-rl;padding:16px 10px;border-radius:8px 0 0 8px;font-size:12px}.breadcrumbs{font-size:13px;color:#666;margin-bottom:30px}.product{display:grid;grid-template-columns:52% 44%;gap:4%;padding:32px 4%}.product-photo{width:100%;height:560px;object-fit:contain;background:#f6f6f6;border-radius:10px}.product h1{font-size:32px}.product p{color:#555;line-height:1.6}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:block;font-size:13px;margin:16px 0}.field input,.field select,.field textarea{display:block;width:100%;border:1px solid #ccc;border-radius:5px;padding:12px;margin-top:7px;background:white}.total{display:flex;justify-content:space-between;align-items:center;margin:20px 0}.total strong{font-size:28px}.wide{width:100%;margin-top:10px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.project-card{border:1px solid #ddd;border-radius:8px;padding:18px}.project-card img{width:100%;height:180px;object-fit:contain;background:#eee}.project-card .btn{padding:10px;margin-right:10px}.empty{padding:70px;text-align:center}.notice{padding:12px 16px;background:#fff4df;line-height:1.6;font-size:14px}.editor{height:100vh;overflow:hidden;background:#474747;color:white;display:grid;grid-template-rows:60px 1fr}.editor header{height:60px;padding:0 18px;background:#292929;border:0;gap:18px}.editor .logo{width:100px;min-width:100px;filter:invert(1)}.editor header button{background:none;border:0;color:white;padding:10px}.editor header .btn{background:var(--blue);margin-left:auto}.editor header input{width:62px;padding:8px;background:#333;color:white;border:1px solid #666}.editor-body{display:grid;grid-template-columns:80px 258px 1fr;min-height:0}.tools{background:#393939;overflow:auto;border-right:1px solid #666;display:flex;flex-direction:column}.tools button{border:0;color:#ddd;background:transparent;padding:16px 3px;font-size:11px;min-height:66px}.tools button b{display:block;font-size:24px;font-weight:400;margin-bottom:7px}.tools button.active{background:#5b5b5b;border-left:3px solid var(--blue);color:white}.panel{background:#f7f7f7;color:#222;padding:20px 15px;overflow:auto}.panel h3{font-size:18px;margin-top:0}.panel .btn{padding:10px 12px}.panel .field{margin:12px 0}.panel input,.panel select{padding:8px}.panel .mini{width:100%;padding:12px;background:white;border:1px solid #ddd;margin-bottom:9px;text-align:left;border-radius:5px}.panel .mini.selected{border:2px solid var(--blue)}.panel .mini img{width:45px;height:45px;object-fit:cover;vertical-align:middle;margin-right:8px}.panel .swatches{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.swatches button{height:32px;border:1px solid #ccc;border-radius:4px}.stage-wrap{position:relative;overflow:auto;background:#484848;display:flex;align-items:center;justify-content:center;padding:55px 35px 75px}.board{position:relative;background:white;box-shadow:0 3px 14px #0005;flex-shrink:0;color:#111;overflow:hidden;touch-action:none}.layer{position:absolute;white-space:pre-wrap;line-height:1.1;cursor:move;user-select:none;transform-origin:center;word-break:normal}.layer.selected{outline:2px solid #00abdc;outline-offset:3px}.layer img{display:block;width:100%;height:100%;pointer-events:none}.layer.shape{border:0}.canvas-controls{position:fixed;right:25px;bottom:22px;background:#009bcb;display:flex;align-items:center;border-radius:30px;overflow:hidden}.canvas-controls button{background:none;border:0;color:white;font-size:20px;padding:12px 20px}.editor .document-title{font-size:12px;color:#ccc;min-width:120px}.editor .document-title strong{display:block;color:white;font-size:14px;margin-bottom:4px}.faces{position:absolute;top:12px;left:20px;display:flex;gap:8px}.faces button{border:1px solid #888;color:white;padding:8px 20px;background:#555;border-radius:4px}.faces button.active{background:var(--blue);border-color:var(--blue)}.layer-row{display:flex;align-items:center;justify-content:space-between;font-size:13px;gap:7px}.layer-row button{border:0;background:transparent;color:#555}.muted{color:#666;font-size:12px;line-height:1.6}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:#173b49;color:white;padding:14px 22px;border-radius:6px;z-index:99;display:none;max-width:90%}.toolbar{display:flex;gap:8px;flex-wrap:wrap}.toolbar button{background:white;border:1px solid #ccc;padding:9px;border-radius:4px}.cart-item{display:flex;gap:25px;border-bottom:1px solid #ddd;padding:25px 0}.cart-item img{width:180px;height:115px;object-fit:contain;background:#eee}.cart-item h3{margin:0 0 12px}.cart-item p{color:#555}.cart-item button{border:0;background:none;color:#b33}.cart-layout{display:grid;grid-template-columns:2fr 1fr;gap:45px}.cart-layout aside{background:#f6f6f6;padding:30px;height:fit-content}.cart-layout aside h2{font-size:24px}.cart-layout .total{border-top:1px solid #ddd;padding-top:20px}.templates{display:grid;grid-template-columns:1fr 1fr;gap:10px}.template{padding:20px 6px;border:1px solid #ddd;border-radius:4px;font-size:12px;min-height:90px}.reference-note{font-size:12px;background:#effaff;text-align:center;color:#24586c;padding:7px}.ruler{position:absolute;top:0;left:0;right:0;height:8px;background:repeating-linear-gradient(90deg,#888 0px,#888 1px,transparent 1px,transparent 12px)}
@media(min-width:1450px){.hero h1{font-size:42px}.hero{padding:30px 35px;min-height:450px}.hero img{height:380px}}@media(max-width:1000px){header{gap:15px}.header-links{gap:15px}.header-links .help{display:none}.nav{overflow-x:auto}.categories{grid-template-columns:repeat(3,1fr)}.hero h1{font-size:29px}.hero{grid-template-columns:55% 45%;gap:0}.editor-body{grid-template-columns:65px 220px 1fr}.editor header{gap:8px}.editor header .document-title{display:none}}@media(max-width:700px){header{height:auto;flex-wrap:wrap;padding:15px}.logo{width:125px;min-width:125px}.search{order:3;max-width:none;flex-basis:100%}.header-links{margin-left:auto;font-size:12px}.header-links a:first-of-type{display:none}.hero{grid-template-columns:1fr;padding:24px 18px;gap:25px}.hero h1{font-size:30px}.hero p{font-size:16px;margin-bottom:25px}.hero .subline{margin:25px 0 0}.hero img{height:280px}.benefits{font-size:12px;gap:5px}.categories{grid-template-columns:1fr 1fr;gap:18px}.tile img{height:165px}.section h2{font-size:24px}.steps>div{grid-template-columns:1fr;gap:25px}.feature{grid-template-columns:1fr;gap:25px;padding:30px 5%}.footer{flex-wrap:wrap;gap:25px}.product{grid-template-columns:1fr}.product-photo{height:330px}.cart-layout{grid-template-columns:1fr}.project-grid{grid-template-columns:1fr}.editor-body{grid-template-columns:50px 175px 1fr}.editor header .logo{display:none}.editor header button{padding:6px;font-size:12px}.editor header{padding:0 8px}.stage-wrap{padding:30px 12px 70px}.panel{padding:12px 8px}.tools button{font-size:9px}.editor header .btn{font-size:11px}.cart-item{gap:15px}.cart-item img{width:100px}.floating{display:none}}
.library-template{padding:0;overflow:hidden;text-align:left;background:white}.library-template img{width:100%;display:block;aspect-ratio:1.75;object-fit:contain;background:white}.library-template strong{display:block;padding:12px;font-size:13px}.ai-result{width:100%;margin-top:15px}.editor button:disabled,.btn:disabled{opacity:.5;cursor:not-allowed}.panel .templates{grid-template-columns:1fr}.tools button[data-tool="AI Designer"]{color:#6ee6ff}.panel textarea{width:100%;border:1px solid #ccc;padding:10px;resize:vertical}.panel .field input{width:100%}

.editor header .ai-launch{background:#087fa3;color:white;border-color:#087fa3;font-weight:700;white-space:nowrap}.editor header{gap:10px}.editor header .document-title{min-width:0;flex:1}

.catalog-filters{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.catalog-filters a{padding:10px 16px;border:1px solid #d6e0e4;border-radius:5px}.catalog-filters a:hover{background:#e9f7fb}.product-specs{padding:16px;background:#f3f7f8;margin:16px 0}.product-specs p{font-size:13px}

.library-visual{background-size:cover;background-position:center;aspect-ratio:1.75}.library-visual img{background:transparent}.library-template{transition:box-shadow .2s,transform .2s}.library-template:hover{box-shadow:0 10px 26px #12374422;transform:translateY(-3px)}
