body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9fa;color:#212529}#root{min-height:100vh}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f3f5}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5568d3,#6a3f8b)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}*{margin:0;padding:0;box-sizing:border-box}body{height:100vh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9fa;color:#212529}.header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none;font-size:1.5rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.25rem;transition:transform .2s}.logo:hover{transform:scale(1.05)}.logo-text{color:#fff}.logo-highlight{color:gold}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-link{color:#ffffffe6;text-decoration:none;font-weight:500;font-size:1rem;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:hover{background:#ffffff1a;color:#fff}.nav-link.active{background:#fff3;color:#fff}.not-found{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 80px);text-align:center;padding:2rem}.not-found h1{font-size:6rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.not-found p{font-size:1.5rem;color:#6c757d;margin-bottom:2rem}.back-home{display:inline-block;padding:.75rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #667eea66}.back-home:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea99}@media(max-width:768px){.header-container{padding:1rem 1.5rem}.logo{font-size:1.25rem}.nav-links{gap:1rem}.nav-link{font-size:.9rem;padding:.4rem .8rem}.not-found h1{font-size:4rem}.not-found p{font-size:1.2rem}}.home-container{min-height:calc(100vh - 80px);background:linear-gradient(180deg,#f8f9fa,#fff)}.hero-section{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:2rem;background:linear-gradient(135deg,#667eea0d,#764ba20d)}.hero-content{text-align:center;max-width:800px;animation:fadeIn .8s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.logo-container{margin-bottom:2rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-logo{width:150px;height:150px;filter:drop-shadow(0 4px 12px rgba(102,126,234,.3))}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.title-typeof{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-js{color:gold;text-shadow:2px 2px 4px rgba(255,215,0,.3)}.title-domain{color:#495057}.hero-subtitle{font-size:1.5rem;color:#495057;margin-bottom:1rem;font-weight:600}.hero-description{font-size:1.1rem;color:#6c757d;margin-bottom:2.5rem;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:12px;transition:all .3s ease;display:inline-block;box-shadow:0 4px 12px #0000001a}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #667eea66}.btn-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-3px);box-shadow:0 6px 20px #667eea4d}.features-section{padding:5rem 2rem;background:#fff}.features-container{max-width:1200px;margin:0 auto}.features-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#212529}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:linear-gradient(135deg,#f8f9fa,#fff);padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #e9ecef}.feature-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #667eea33;border-color:#667eea}.feature-icon{font-size:3.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#212529}.feature-card p{color:#6c757d;line-height:1.6;margin-bottom:1.5rem}.feature-link{color:#667eea;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;transition:all .3s ease}.feature-link:hover{color:#764ba2;transform:translate(5px)}.why-section{padding:5rem 2rem;background:linear-gradient(135deg,#667eea0d,#764ba20d)}.why-container{max-width:1200px;margin:0 auto}.why-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#212529}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.why-item{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;transition:all .3s ease}.why-item:hover{transform:translateY(-5px);box-shadow:0 4px 20px #0000001a}.why-emoji{font-size:3rem;display:block;margin-bottom:1rem}.why-item h4{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:#212529}.why-item p{color:#6c757d;line-height:1.6}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.hero-logo{width:120px;height:120px}.btn{padding:.8rem 2rem;font-size:1rem}.features-title,.why-title{font-size:2rem}.features-section,.why-section{padding:3rem 1.5rem}.feature-card{padding:2rem}.why-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero-title{font-size:2rem}.cta-buttons{flex-direction:column;width:100%}.btn{width:100%}}.resume-container{max-width:1000px;margin:0 auto 4rem;padding:1.5rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#2d3748}.resume-hero{text-align:center;margin-bottom:4rem;padding:3rem 2rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;position:relative;overflow:hidden}.resume-header-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2rem}.resume-profile-img{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 4px 12px #0000001a;background:#f7fafc}.resume-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(135deg,#667eea,#764ba2)}.resume-name{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em}.resume-title{font-size:1.5rem;color:#718096;margin-bottom:2rem;font-weight:500}.resume-contact{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.contact-item{display:flex;align-items:center;gap:.5rem;color:#4a5568;text-decoration:none;font-weight:500;padding:.5rem 1rem;background:#f7fafc;border-radius:50px;transition:all .2s}.contact-item:hover{background:#ebf4ff;color:#5a67d8;transform:translateY(-2px)}.resume-actions{margin-top:2rem}.btn-print{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 2rem;border-radius:50px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:transform .2s,box-shadow .2s}.btn-print:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.resume-section{margin-bottom:4rem}.section-title{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:#1a202c;display:flex;align-items:center;gap:1rem}.section-title:after{content:"";flex:1;height:2px;background:#e2e8f0;border-radius:2px}.profile-content{font-size:1.1rem;line-height:1.8;color:#4a5568;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px #00000005}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.skill-category h3{font-size:1.2rem;margin-bottom:1rem;color:#2d3748}.skill-tags{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{background:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.95rem;color:#4a5568;border:1px solid #e2e8f0;transition:all .2s}.skill-tag:hover{border-color:#667eea;color:#5a67d8;background:#ebf4ff}.experience-timeline{position:relative;padding-left:2rem}.experience-timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#e2e8f0}.experience-item{position:relative;margin-bottom:3rem}.experience-item:before{content:"";position:absolute;left:-2.35rem;top:.5rem;width:1rem;height:1rem;background:#fff;border:3px solid #667eea;border-radius:50%;z-index:1}.exp-header{margin-bottom:1rem}.exp-role{font-size:1.4rem;font-weight:700;color:#2d3748}.exp-company{font-size:1.1rem;color:#5a67d8;font-weight:600;margin-top:.25rem}.exp-meta{font-size:.9rem;color:#718096;margin-top:.25rem;display:flex;gap:1rem}.exp-details{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #00000005}.exp-details ul{list-style-type:none;padding:0}.exp-details li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;line-height:1.6;color:#4a5568}.exp-details li:before{content:"▹";position:absolute;left:0;color:#667eea}.education-card{background:#fff;padding:1.5rem;border-radius:12px;border-left:4px solid #667eea;box-shadow:0 2px 4px #00000005}.edu-degree{font-size:1.2rem;font-weight:700;color:#2d3748}.edu-school{color:#4a5568;margin-top:.25rem}.edu-year{color:#718096;font-size:.9rem;margin-top:.25rem}@media print{@page{size:auto}body,html{-webkit-print-color-adjust:exact;print-color-adjust:exact;background-color:#fff!important;background:#fff!important}.header,.btn-print,.resume-hero:before,.resume-actions{display:none!important}.resume-container{max-width:100%;margin:0;padding:3rem;width:100%;background-color:#fff!important;background:#fff!important;color:#1a202c}.resume-hero{box-shadow:none;padding:0;margin-bottom:.5rem;text-align:left;border-radius:0;background:none!important}.resume-header-content{flex-direction:row;align-items:center;gap:1.5rem;margin-bottom:.5rem;text-align:left}.resume-profile-img{width:80px;height:80px;border:2px solid #667eea;box-shadow:none}.resume-name{font-size:2rem;background:none;-webkit-text-fill-color:#667eea;color:#667eea;margin-bottom:.1rem;line-height:1.2}.resume-title{font-size:1rem;color:#4a5568;margin-bottom:.2rem}.resume-subtitle{font-size:.85rem;color:#718096}.resume-contact{justify-content:flex-start;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.contact-item{background:none;padding:0;color:#4a5568;font-size:.85rem;border:none}.resume-section{margin-bottom:1rem;break-inside:auto}.section-title{font-size:1.3rem;margin-bottom:.5rem;color:#2d3748;border-bottom:2px solid #e2e8f0;padding-bottom:.25rem}.section-title:after{display:none}.profile-content{margin-left:1rem;padding:0;box-shadow:none;font-size:.9rem;line-height:1.4;text-align:justify;background:none!important;color:#2d3748}.skills-grid{gap:1rem;display:flex;flex-wrap:wrap}.skill-category{flex:1;min-width:180px;break-inside:avoid}.skill-category h3{font-size:1rem;margin-bottom:.4rem;color:#667eea;border-bottom:1px solid #e2e8f0;padding-bottom:.1rem}.skill-tags{gap:.3rem}.skill-tag{border:1px solid #cbd5e0;padding:.15rem .5rem;font-size:.8rem;color:#2d3748;background:none!important}.experience-timeline{padding-left:0}.experience-timeline:before{display:none}.experience-item{margin-bottom:1rem}.experience-item:before{display:none}.exp-header{margin-bottom:.2rem;display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap}.exp-role{font-size:1.1rem;color:#1a202c;font-weight:700}.exp-company{font-size:1rem;color:#667eea;font-weight:600}.exp-meta{font-size:.85rem;color:#718096;margin-top:0}.exp-details{box-shadow:none;padding:0;background:none!important}.exp-details ul{margin:0}.exp-details li{padding-left:1rem;margin-bottom:.2rem;font-size:.9rem;line-height:1.35;color:#2d3748}.exp-details li:before{content:"•";color:#667eea;font-weight:700;left:0}.education-card{padding:0;box-shadow:none;border:none;background:none!important;break-inside:avoid}.edu-degree{font-size:1rem;color:#1a202c;font-weight:600}.edu-school,.edu-year{font-size:.9rem;color:#4a5568}a{text-decoration:none;color:inherit}.resume-link{color:#667eea;text-decoration:none}}@media(max-width:768px){.resume-name{font-size:2.5rem}.resume-hero{padding:2rem 1rem}.experience-timeline{padding-left:1rem}.experience-item:before{left:-1.35rem}}.resume-link{color:#5a67d8;text-decoration:none;transition:color .2s}.resume-link:hover{color:#4c51bf;text-decoration:underline}.tools-layout{display:flex;min-height:calc(100vh - 80px);background:#f8f9fa}.tools-sidebar{width:280px;background:#fff;border-right:1px solid #e9ecef;box-shadow:2px 0 8px #0000000d;position:sticky;top:80px;height:calc(100vh - 80px);overflow-y:auto}.sidebar-header{padding:2rem 1.5rem 1rem;border-bottom:1px solid #e9ecef}.sidebar-header h3{font-size:1.5rem;font-weight:700;color:#212529;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sidebar-nav{padding:1rem 0;display:flex;flex-direction:column}.sidebar-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;text-decoration:none;color:#495057;font-weight:500;transition:all .3s ease;position:relative;border-left:3px solid transparent}.sidebar-link:hover{background:linear-gradient(90deg,rgba(102,126,234,.1) 0%,transparent 100%);color:#667eea}.sidebar-link.active{background:linear-gradient(90deg,rgba(102,126,234,.15) 0%,transparent 100%);color:#667eea;border-left-color:#667eea;font-weight:600}.sidebar-icon{font-size:1.5rem;display:flex;align-items:center;justify-content:center;min-width:30px}.sidebar-text{font-size:1rem}.tools-main{flex:1;padding:0;overflow-y:auto;background:#f8f9fa}@media(max-width:768px){.tools-layout{flex-direction:column}.tools-sidebar{width:100%;height:auto;position:static;border-right:none;border-bottom:1px solid #e9ecef}.sidebar-header{padding:.6rem 1rem}.sidebar-header h3{font-size:1.1rem}.sidebar-nav{flex-direction:row;overflow-x:auto;padding:.35rem 0;gap:0}.sidebar-link{flex-direction:column;gap:.25rem;padding:.5rem .75rem;text-align:center;min-width:80px;border-left:none;border-bottom:2px solid transparent}.sidebar-link.active{border-left:none;border-bottom-color:#667eea}.sidebar-icon{font-size:1.4rem}.sidebar-text{font-size:.7rem}.tools-main{padding:0}}.image-editor-container{min-height:100vh;padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow-x:hidden}.image-editor-container:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(102,126,234,.2) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(118,75,162,.2) 0%,transparent 50%);pointer-events:none}.image-editor-header{text-align:center;margin-bottom:2rem;position:relative;z-index:1}.image-editor-title{font-size:2.5rem;font-weight:800;color:#fff;margin:0 0 .75rem;text-shadow:0 4px 20px rgba(0,0,0,.3);letter-spacing:-.5px}.image-editor-subtitle{font-size:1rem;color:#ffffffe6;margin:0;font-weight:300}.image-editor-content{max-width:1400px;margin:0 auto;position:relative;z-index:1}.upload-section{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:3rem;margin-bottom:2rem;box-shadow:0 10px 40px #0000001a,0 1px 3px #0000000d;text-align:center}.upload-area{border:3px dashed #cbd5e0;border-radius:16px;padding:3rem;background:#f7fafc;transition:all .3s ease;cursor:pointer;position:relative}.upload-area.drag-over{border-color:#667eea;background:#edf2f7;transform:scale(1.02)}.upload-icon{font-size:4rem;margin-bottom:1rem}.upload-text{font-size:1.2rem;color:#2d3748;margin-bottom:.5rem;font-weight:600}.upload-hint{font-size:.9rem;color:#718096;margin-bottom:1.5rem}.upload-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea66}.upload-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.upload-button:active{transform:translateY(0)}.file-input{display:none}.editor-layout{display:flex;flex-direction:column;gap:1.5rem}.controls-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.control-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:1.25rem;box-shadow:0 8px 30px #0000001a,0 1px 3px #0000000d}.control-card h3{margin:0 0 .75rem;font-size:1rem;color:#2d3748;font-weight:700;display:flex;align-items:center;gap:.5rem}.control-group{margin-bottom:1rem}.control-group:last-child{margin-bottom:0}.control-label{display:block;font-size:.85rem;color:#4a5568;margin-bottom:.4rem;font-weight:600}.control-input{width:100%;padding:.6rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;transition:all .3s ease}.control-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.slider-input{width:100%;height:8px;border-radius:4px;background:linear-gradient(to right,#e2e8f0,#667eea);outline:none;appearance:none;-webkit-appearance:none;cursor:pointer}.slider-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;box-shadow:0 2px 8px #667eea66;transition:all .2s ease}.slider-input::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 4px 12px #667eea99}.slider-input::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;border:none;box-shadow:0 2px 8px #667eea66}.slider-value{display:inline-block;margin-left:.5rem;font-size:.85rem;color:#667eea;font-weight:600}.dimension-inputs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.checkbox-group{display:flex;align-items:center;gap:.5rem;margin-top:.75rem}.checkbox-input{width:18px;height:18px;cursor:pointer;accent-color:#667eea}.checkbox-label{font-size:.9rem;color:#4a5568;cursor:pointer;margin:0}.button-group{display:flex;flex-wrap:wrap;gap:.75rem}.button-group-3{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.control-button{padding:.6rem .75rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#2d3748;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.4rem}.control-button:hover{border-color:#667eea;color:#667eea;background:#f7fafc;transform:translateY(-2px)}.control-button.active{border-color:#667eea;background:#667eea;color:#fff}.control-button:active{transform:translateY(0)}.button-group .filter-button{padding:.6rem 1rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#2d3748;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.filter-button{padding:.6rem 1rem;border:2px solid #e2e8f0;border-radius:10px;background:#fff;color:#2d3748;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center}.filter-button:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.filter-button.active{border-color:#667eea;background:#667eea;color:#fff}.canvas-section{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:1.5rem;box-shadow:0 10px 40px #0000001a,0 1px 3px #0000000d;min-height:500px;display:flex;flex-direction:column}.canvas-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.toolbar-actions{display:flex;gap:.75rem}.toolbar-button{padding:.75rem 1.5rem;border:2px solid #e2e8f0;border-radius:10px;background:#fff;color:#2d3748;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.toolbar-button:hover{border-color:#667eea;color:#667eea;transform:translateY(-2px)}.toolbar-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.toolbar-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.toolbar-button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.canvas-wrapper{flex:1;display:flex;align-items:center;justify-content:center;background:repeating-conic-gradient(#f7fafc 0% 25%,#fff 0% 50%) 50% / 20px 20px;border-radius:12px;padding:1.5rem;overflow:auto;position:relative}.canvas-wrapper.cropping{cursor:crosshair}.canvas-wrapper canvas{max-width:100%;max-height:100%;box-shadow:0 10px 40px #0003;border-radius:8px;cursor:inherit}.canvas-info{margin-top:1rem;padding:1rem;background:#f7fafc;border-radius:12px;display:flex;justify-content:space-around;align-items:center}.info-item{text-align:center}.info-label{font-size:.8rem;color:#718096;margin-bottom:.25rem}.info-value{font-size:1rem;color:#2d3748;font-weight:700}.download-modal{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.download-modal-content{background:#fff;border-radius:24px;padding:2.5rem;max-width:500px;width:100%;box-shadow:0 20px 60px #0000004d}.download-modal h3{margin:0 0 1.5rem;font-size:1.8rem;color:#2d3748;font-weight:700}.download-options{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.format-options,.quality-options{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.option-button{padding:1rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;color:#2d3748;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.option-button:hover{border-color:#667eea;color:#667eea;transform:translateY(-2px)}.option-button.selected{border-color:#667eea;background:#667eea;color:#fff}.modal-actions{display:flex;gap:1rem}.modal-button{flex:1;padding:1rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-button.cancel{background:#e2e8f0;color:#2d3748}.modal-button.cancel:hover{background:#cbd5e0}.modal-button.download{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea66}.modal-button.download:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}@media(max-width:1024px){.editor-layout{grid-template-columns:1fr}.controls-panel{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:768px){.image-editor-container{padding:1rem}.image-editor-title{font-size:2rem}.image-editor-subtitle{font-size:.95rem}.upload-section,.upload-area{padding:2rem 1rem}.controls-panel,.button-group{grid-template-columns:1fr}.canvas-section,.canvas-wrapper{padding:1rem}.toolbar-actions{flex-wrap:wrap}.download-modal-content{padding:1.5rem}.format-options,.quality-options{grid-template-columns:1fr}}@media(max-width:480px){.dimension-inputs,.button-group-3{grid-template-columns:1fr}.canvas-info{flex-direction:column;gap:1rem}}.qr-generator-container{padding:2.5rem;max-width:1400px;margin:0 auto;background:#f8f9fa;min-height:calc(100vh - 80px)}.qr-generator-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.qr-title{font-size:2.5rem;font-weight:700;color:#212529;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.qr-subtitle{font-size:1.1rem;color:#6c757d;margin:0}.qr-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.qr-input-section,.qr-output-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 12px #00000014}.input-group{margin-bottom:1.5rem}.input-group label{display:block;font-weight:600;color:#212529;margin-bottom:.5rem;font-size:.95rem}.input-group textarea{width:100%;padding:1rem;border:2px solid #e9ecef;border-radius:10px;font-size:.95rem;font-family:inherit;resize:vertical;transition:all .3s ease}.input-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.input-group input,.input-group select{width:100%;padding:.75rem 1rem;border:2px solid #e9ecef;border-radius:8px;font-size:.95rem;transition:all .3s ease}.input-group input:focus,.input-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.presets-section{margin-bottom:1.5rem}.presets-section label{display:block;font-weight:600;color:#212529;margin-bottom:.75rem;font-size:.95rem}.presets-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.preset-button{padding:.65rem 1rem;background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;font-size:.85rem;font-weight:500;color:#495057;cursor:pointer;transition:all .3s ease}.preset-button:hover{background:#667eea;border-color:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #667eea33}.options-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.button-group{display:flex;gap:1rem}.clear-button{padding:1rem 1.5rem;font-size:1rem;font-weight:600;color:#495057;background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .3s ease;min-width:120px}.clear-button:hover{background:#f8f9fa;border-color:#667eea;color:#667eea}.logo-upload-section{margin-bottom:1.5rem;padding:1.5rem;background:#f8f9fa;border-radius:12px;border:2px dashed #e9ecef;transition:all .3s ease}.logo-upload-section:hover{border-color:#667eea;background:#667eea05}.logo-upload-section label{display:block;font-weight:600;color:#212529;margin-bottom:.5rem;font-size:.95rem}.helper-text{font-size:.85rem;color:#6c757d;margin-bottom:1rem}.warning-text{color:#dc3545;font-weight:600}.svg-notice{padding:1rem;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;text-align:center}.svg-notice p{margin:0;color:#856404;font-size:.9rem}.upload-area{text-align:center}.upload-button{display:inline-block;padding:.85rem 1.5rem;background:#fff;border:2px solid #667eea;border-radius:8px;color:#667eea;font-weight:600;cursor:pointer;transition:all .3s ease}.upload-button:hover{background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.logo-preview-section{display:flex;align-items:center;gap:1rem}.logo-preview{width:80px;height:80px;border-radius:8px;overflow:hidden;border:2px solid #e9ecef;background:#fff;display:flex;align-items:center;justify-content:center}.logo-preview img{width:100%;height:100%;object-fit:contain}.remove-logo-button{padding:.65rem 1rem;background:#dc3545;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.remove-logo-button:hover{background:#c82333;transform:translateY(-2px);box-shadow:0 4px 8px #dc35454d}.logo-badge{position:absolute;top:.75rem;right:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.35rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;box-shadow:0 2px 8px #00000026}.qr-code-wrapper{position:relative}.qr-preview{text-align:center}.qr-preview h3{font-size:1.5rem;color:#212529;margin-bottom:1.5rem}.qr-code-wrapper{background:#f8f9fa;padding:2rem;border-radius:12px;margin-bottom:1.5rem;display:inline-block}.qr-code-image{display:block;max-width:100%;height:auto;border-radius:8px}.qr-info{background:#f8f9fa;padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:left}.qr-info p{margin:.5rem 0;font-size:.9rem;color:#495057}.action-buttons{display:flex;gap:1rem;justify-content:center}.download-button,.copy-button{flex:1;padding:1rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.download-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.download-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea4d}.copy-button{background:#fff;color:#667eea;border:2px solid #667eea}.copy-button:hover{background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #667eea4d}.usage-tips{margin-top:2rem;padding:1.5rem;background:#e3f2fd;border-radius:12px;text-align:left}.usage-tips h4{font-size:1.1rem;color:#212529;margin-bottom:1rem}.usage-tips ul{margin:0;padding-left:1.5rem}.usage-tips li{margin-bottom:.5rem;font-size:.9rem;color:#495057;line-height:1.6}@media(max-width:1024px){.qr-content{grid-template-columns:1fr}.presets-grid{grid-template-columns:repeat(2,1fr)}.options-grid{grid-template-columns:1fr}}@media(max-width:768px){.qr-generator-container{padding:1.5rem 1rem}.qr-generator-header{margin-bottom:2rem;padding:1rem 0}.qr-title{font-size:2rem}.qr-subtitle{font-size:1rem}.qr-input-section,.qr-output-section{padding:1.5rem}.presets-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column}.qr-code-wrapper{padding:1rem}}.color-picker-container{min-height:100vh;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow-x:hidden}.color-picker-container:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(102,126,234,.2) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(118,75,162,.2) 0%,transparent 50%);pointer-events:none}.color-picker-header{text-align:center;margin-bottom:3rem;position:relative;z-index:1}.color-title{font-size:3rem;font-weight:800;color:#fff;margin:0 0 1rem;text-shadow:0 4px 20px rgba(0,0,0,.3);letter-spacing:-.5px}.color-subtitle{font-size:1.1rem;color:#ffffffe6;margin:0;font-weight:300}.color-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1400px;margin:0 auto;position:relative;z-index:1}.picker-section,.result-section{display:flex;flex-direction:column;gap:1.5rem}.picker-card,.mixed-colors-card,.result-card,.tips-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:2rem;box-shadow:0 10px 40px #0000001a,0 1px 3px #0000000d;transform-style:preserve-3d;transition:all .3s cubic-bezier(.4,0,.2,1)}.picker-card:hover,.result-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #00000026,0 2px 6px #0000001a}.picker-card h3,.mixed-colors-card h3,.result-card h3,.tips-card h4{margin:0 0 1.5rem;font-size:1.5rem;color:#2d3748;font-weight:700}.color-input-group{margin-bottom:2rem;position:relative}.color-input-group label{display:block;font-weight:600;color:#4a5568;margin-bottom:.75rem;font-size:.95rem}.color-picker-wrapper{display:flex;gap:1rem;align-items:center}.color-input{width:80px;height:80px;border:none;border-radius:16px;cursor:pointer;box-shadow:0 8px 20px #00000026,inset 0 2px 4px #ffffff4d;transition:all .3s ease;transform-style:preserve-3d}.color-input:hover{transform:scale(1.05) translateZ(10px);box-shadow:0 12px 30px #0003,inset 0 2px 4px #ffffff4d}.color-text-input{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:.95rem;font-family:Courier New,monospace;color:#2d3748;background:#fff;transition:all .3s ease}.color-text-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.color-text-input::placeholder{color:#a0aec0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.color-suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e2e8f0;border-top:none;border-radius:0 0 12px 12px;max-height:300px;overflow-y:auto;box-shadow:0 8px 20px #00000026;z-index:1000;margin-top:-2px}.suggestion-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f7fafc}.suggestion-item:hover{background:#f7fafc}.suggestion-item:last-child{border-bottom:none}.suggestion-color-preview{width:40px;height:40px;border-radius:8px;flex-shrink:0;border:2px solid #e2e8f0;box-shadow:0 2px 8px #0000001a}.suggestion-details{display:flex;flex-direction:column;gap:.25rem;flex:1}.suggestion-name{font-weight:600;color:#2d3748;font-size:.95rem}.suggestion-hex{font-family:Courier New,monospace;color:#718096;font-size:.85rem}.color-display{flex:1;height:80px;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #00000026,inset 0 -4px 8px #0000001a;position:relative;overflow:hidden;transform-style:preserve-3d}.color-display:before{content:"";position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(to bottom,rgba(255,255,255,.3),transparent);border-radius:16px 16px 0 0}.color-info-display{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;position:relative;z-index:1}.color-name{font-size:.9rem;font-weight:600;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.6);background:#0003;padding:.25rem .75rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.color-value{font-family:Monaco,Courier New,monospace;font-weight:700;font-size:1.1rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5);position:relative;z-index:1}.preset-colors{margin-bottom:2rem}.preset-colors label{display:block;font-weight:600;color:#4a5568;margin-bottom:.5rem;font-size:.95rem;text-align:center}.palette-info{text-align:center;font-size:.85rem;color:#718096;margin:0 0 1rem;font-style:italic}.honeycomb-grid{display:flex;flex-direction:column;align-items:center;gap:0;padding:3rem;width:330px;height:330px;max-width:100%;margin:0 auto;overflow:visible;border-radius:50%;background:linear-gradient(135deg,#fff,#626262);box-shadow:0 10px 40px #00000026,inset 0 2px 10px #fffc,inset 0 -2px 10px #0000001a;justify-content:center}.hexagon-row{display:flex;position:relative;flex-wrap:nowrap;flex-shrink:0}.hexagon-row.offset{margin-top:-5.7px}.hexagon-row:not(.offset){margin-top:-5.7px}.hexagon-row:first-child{margin-top:0}.hexagon-color{width:19.2px;height:22.2px;cursor:pointer;border:none;padding:0;margin:.5px;flex-shrink:0;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);transition:all .25s ease;box-shadow:0 2px 8px #0003,inset 0 1px 3px #ffffff4d}.hexagon-color:hover{transform:scale(1.25);z-index:100;filter:brightness(1.1)}.hexagon-color:active{transform:scale(1.15)}.preset-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}.preset-color{width:100%;aspect-ratio:1;border:3px solid white;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026,inset 0 2px 4px #fff3;transform-style:preserve-3d}.preset-color:hover{transform:scale(1.1) translateZ(8px);box-shadow:0 8px 20px #00000040,inset 0 2px 4px #fff3;border-color:#667eea}.add-to-mix-button{width:100%;padding:1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:16px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 8px 20px #667eea66,inset 0 1px 2px #ffffff4d;transition:all .3s ease;position:relative;overflow:hidden;transform-style:preserve-3d}.add-to-mix-button:hover:not(:disabled){transform:translateY(-2px) translateZ(5px);box-shadow:0 12px 30px #667eea80,inset 0 1px 2px #ffffff4d}.add-to-mix-button:active:not(:disabled){transform:translateY(0) translateZ(0)}.add-to-mix-button:disabled{opacity:.7;cursor:not-allowed}.bucket-icon{font-size:1.5rem;transition:transform .8s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));display:inline-block}.add-to-mix-button.pouring .bucket-icon{animation:pourBucket .8s ease}@keyframes pourBucket{0%,to{transform:rotate(0)}50%{transform:rotate(-45deg) translate(5px)}}.pour-animation{position:absolute;width:30px;height:0;top:50%;left:50%;transform:translate(-50%);border-radius:0 0 15px 15px;animation:pour .8s ease;z-index:2}@keyframes pour{0%{height:0;top:50%;opacity:1}to{height:200px;top:100%;opacity:0}}.mixed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.mixed-header h3{margin:0}.clear-mix-button{padding:.5rem 1rem;background:#fc8181;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #fc81814d}.clear-mix-button:hover{background:#f56565;transform:translateY(-2px);box-shadow:0 6px 16px #fc818166}.mixed-colors-list{display:flex;flex-direction:column;gap:1rem}.mixed-color-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f7fafc;border-radius:12px;transition:all .3s ease}.mixed-color-item:hover{background:#edf2f7;transform:translate(4px)}.mixed-color-item-advanced{padding:1rem;background:#f7fafc;border-radius:16px;transition:all .3s ease;border:2px solid transparent}.mixed-color-item-advanced:hover{background:#edf2f7;border-color:#667eea4d;box-shadow:0 4px 12px #667eea1a}.mixed-color-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.mixed-color-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.mixed-color-name{font-size:.85rem;font-weight:700;color:#667eea;letter-spacing:.3px}.mixed-color-value{font-family:Monaco,Courier New,monospace;font-weight:600;color:#4a5568;font-size:.9rem}.percentage-control{display:flex;flex-direction:column;gap:.5rem}.percentage-label{font-size:.8rem;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.5px}.percentage-input-group{display:flex;align-items:center;gap:.75rem}.percentage-slider{flex:1;height:8px;border-radius:4px;outline:none;-webkit-appearance:none;appearance:none;cursor:pointer;box-shadow:0 2px 8px #0000001a}.percentage-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid #667eea;cursor:pointer;box-shadow:0 2px 8px #667eea66;transition:all .3s ease}.percentage-slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 4px 12px #667eea99}.percentage-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid #667eea;cursor:pointer;box-shadow:0 2px 8px #667eea66;transition:all .3s ease}.percentage-slider::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 4px 12px #667eea99}.percentage-input{width:70px;padding:.5rem;border:2px solid #e2e8f0;border-radius:8px;font-weight:700;font-size:1rem;text-align:center;color:#2d3748;transition:all .3s ease}.percentage-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.percentage-unit{font-weight:700;color:#667eea;font-size:1rem}.mixed-color-swatch{background:#edf2f7;transform:translate(4px)}.mixed-color-swatch{width:40px;height:40px;border-radius:8px;box-shadow:0 4px 12px #00000026,inset 0 2px 4px #fff3;border:2px solid white}.mixed-color-value{flex:1;font-family:Monaco,Courier New,monospace;font-weight:600;color:#2d3748}.remove-color-button{width:32px;height:32px;border-radius:8px;border:none;background:#fed7d7;color:#c53030;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.remove-color-button:hover{background:#fc8181;color:#fff;transform:scale(1.1)}.result-display-3d{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 0;position:relative;perspective:1000px}.color-sphere{width:200px;height:200px;border-radius:50%;position:relative;animation:float 6s ease-in-out infinite,rotate3d 20s linear infinite;transform-style:preserve-3d}.sphere-highlight{position:absolute;top:20px;left:40px;width:80px;height:80px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.8),transparent);filter:blur(10px)}.sphere-shadow{width:180px;height:30px;border-radius:50%;filter:blur(20px);margin-top:2rem;animation:shadowPulse 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotateX(0)}50%{transform:translateY(-20px) rotateX(5deg)}}@keyframes rotate3d{0%{transform:rotateY(0) rotateX(10deg)}to{transform:rotateY(360deg) rotateX(10deg)}}@keyframes shadowPulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.4}}.result-color-name{margin-top:1.5rem;font-size:1.5rem;font-weight:700;color:#2d3748;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.format-tabs{display:flex;gap:.5rem;margin:2rem 0 1.5rem;flex-wrap:wrap}.format-tab{padding:.75rem 1.5rem;background:#edf2f7;border:2px solid transparent;border-radius:12px;font-weight:600;font-size:.9rem;color:#4a5568;cursor:pointer;transition:all .3s ease}.format-tab:hover{background:#e2e8f0;transform:translateY(-2px)}.format-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;box-shadow:0 4px 12px #667eea4d}.format-display-compact{margin-bottom:2rem}.active-format-display{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:linear-gradient(135deg,#667eea26,#764ba226);border:2px solid #667eea;border-radius:16px;margin-bottom:1rem;box-shadow:0 4px 12px #667eea33}.active-format-code{font-family:Monaco,Courier New,monospace;color:#2d3748;font-size:1.1rem;font-weight:700;flex:1}.copy-button-compact{padding:.75rem 1.5rem;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border:none;border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #48bb784d;display:flex;align-items:center;gap:.5rem}.copy-button-compact:hover{transform:translateY(-2px);box-shadow:0 6px 16px #48bb7866}.all-formats-compact{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.format-compact-row{display:flex;flex-direction:column;padding:.75rem;background:#f7fafc;border-radius:10px;gap:.25rem}.format-compact-label{font-weight:700;color:#667eea;font-size:.75rem;letter-spacing:.5px}.format-compact-value{font-family:Monaco,Courier New,monospace;color:#4a5568;font-size:.85rem;font-weight:600}.color-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.info-card{padding:1rem;background:#f7fafc;border-radius:12px;position:relative;overflow:hidden}.info-label{font-size:.85rem;font-weight:600;color:#718096;margin-bottom:.5rem}.info-value{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:.75rem}.info-bar{height:6px;border-radius:3px;transition:width .5s ease;box-shadow:0 2px 8px #00000026}.export-section{display:flex;gap:1rem}.export-button{flex:1;padding:1rem;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 16px #48bb784d}.export-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #48bb7866}.tips-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(102,126,234,.2)}.tips-card h4{color:#667eea;font-size:1.2rem}.tips-card ul{margin:0;padding-left:1.5rem;color:#2d3748;line-height:1.8;font-weight:500}.tips-card li{margin-bottom:.5rem}.snackbar{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#2d3748f2;color:#fff;padding:1rem 2rem;border-radius:12px;box-shadow:0 8px 24px #0000004d;font-weight:600;font-size:1rem;z-index:1000;animation:slideUp .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes slideUp{0%{transform:translate(-50%) translateY(100px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}@media(max-width:1024px){.color-content{grid-template-columns:1fr}.color-title{font-size:2.5rem}}@media(max-width:768px){.color-picker-container{padding:1rem}.color-title{font-size:2rem}.color-subtitle{font-size:1rem}.picker-card,.mixed-colors-card,.result-card,.tips-card{padding:1.5rem}.color-sphere{width:150px;height:150px}.color-info-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.info-card{padding:.75rem .5rem}.info-label{font-size:.75rem}.info-value{font-size:1.2rem}.preset-grid{grid-template-columns:repeat(5,1fr);gap:.5rem}.honeycomb-grid{padding:2rem;width:240px;height:240px}.hexagon-row{gap:1.2px}.hexagon-row.offset{margin-top:-3.9px}.hexagon-row:not(.offset){margin-top:-3.9px}.hexagon-row:first-child{margin-top:0}.hexagon-color{width:13.8px;height:15.9px}.format-tabs{gap:.25rem}.format-tab{padding:.5rem 1rem;font-size:.85rem}.all-formats-compact{grid-template-columns:1fr}.active-format-display{flex-direction:column;gap:1rem}.copy-button-compact{width:100%;justify-content:center}.percentage-input-group{flex-wrap:nowrap;gap:.5rem}.percentage-slider{min-width:0;flex:1}.percentage-input{width:50px;padding:.4rem;font-size:.9rem;flex-shrink:0}.percentage-unit{font-size:.9rem;flex-shrink:0}.mixed-color-header{flex-wrap:nowrap;gap:.5rem}.mixed-color-info{min-width:0;flex:1}.mixed-color-swatch{width:36px;height:36px;flex-shrink:0}.remove-color-button{width:28px;height:28px;font-size:1rem;flex-shrink:0}}
