@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-deep:#080a12;--bg-card:#ffffff0a;--bg-card-hover:#ffffff12;--border:#ffffff14;--border-light:#ffffff24;--text-primary:#f0f0f8;--text-secondary:#9a9ab0;--text-muted:#5a5a70;--accent:#ff6b35;--accent-glow:#ff6b354d;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:36px;--radius-full:999px;--shadow-card:0 8px 40px #0006;--shadow-glow:0 0 60px #ff6b3533;--transition:.28s cubic-bezier(.4,0,.2,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:var(--bg-deep);width:100%;height:100%;color:var(--text-primary);-webkit-font-smoothing:antialiased;touch-action:manipulation;-webkit-user-select:none;user-select:none;font-family:Outfit,sans-serif;overflow:hidden}.app{width:100vw;height:100dvh;position:relative;overflow:hidden}.screen{flex-direction:column;justify-content:center;align-items:center;animation:.45s cubic-bezier(.4,0,.2,1) both screenIn;display:flex;position:absolute;inset:0;overflow:hidden}@keyframes screenIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.screen-label{letter-spacing:.05em;color:var(--text-secondary);text-transform:uppercase;font-size:.85rem;font-weight:500}.btn{cursor:pointer;border-radius:var(--radius-full);transition:all var(--transition);letter-spacing:.02em;-webkit-tap-highlight-color:transparent;white-space:nowrap;box-sizing:border-box;border:none;justify-content:center;align-items:center;gap:10px;min-height:44px;font-family:Outfit,sans-serif;font-weight:600;display:inline-flex}.btn:active{transform:scale(.96)}.btn:disabled{cursor:not-allowed}.btn:focus-visible{outline-offset:3px;outline:3px solid #ffffffd9}.btn--sm{padding:10px clamp(16px,2.2vw,20px);font-size:clamp(.82rem,1.5vw,.9rem)}.btn--md{padding:12px clamp(20px,3vw,28px);font-size:clamp(.92rem,1.7vw,1rem)}.btn--lg{padding:15px clamp(26px,4vw,38px);font-size:clamp(1rem,2vw,1.1rem)}.btn--xl{padding:18px clamp(30px,5vw,50px);font-size:clamp(1.05rem,2.3vw,1.2rem)}.btn--copy{min-width:88px;padding:10px 18px;font-size:.85rem}.btn--primary{color:#fff;background:linear-gradient(135deg,#ff6b35,#e63946);box-shadow:0 4px 24px #ff6b3566}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #ff6b358c}.btn--ghost{color:var(--text-secondary);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f}.btn--ghost:hover{color:var(--text-primary);border-color:var(--border-light);background:#ffffff1a}.btn--linkedin{color:#fff;background:#0a66c2;box-shadow:0 4px 24px #0a66c266}.btn--linkedin:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0a66c28c}.pulse-ring{position:relative}.pulse-ring:before,.pulse-ring:after{content:"";border-radius:var(--radius-full);border:2px solid #ff6b3580;animation:2s ease-out infinite pulseRing;position:absolute;inset:-6px}.pulse-ring:after{animation-delay:1s}@keyframes pulseRing{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.4)}}.blob{filter:blur(80px);pointer-events:none;border-radius:50%;animation:12s ease-in-out infinite alternate blobFloat;position:absolute}.blob--1{background:#ff6b352e;width:500px;height:500px;top:-150px;left:-150px}.blob--2{background:#8338ec26;width:400px;height:400px;animation-delay:-4s;bottom:-100px;right:-100px}.blob--3{background:#3a86ff1f;width:300px;height:300px;animation-delay:-8s;top:50%;left:60%}@keyframes blobFloat{0%{transform:translate(0)scale(1)}to{transform:translate(30px,30px)scale(1.1)}}.particles{pointer-events:none;position:absolute;inset:0}.particle{background:#fff;border-radius:50%;animation:linear infinite particleRise;position:absolute;bottom:-10px}@keyframes particleRise{0%{opacity:.3;transform:translateY(0)rotate(0)}50%{opacity:.6}to{opacity:0;transform:translateY(-110vh)rotate(360deg)}}.gradient-text{background:linear-gradient(135deg,#ff6b35 0%,#e63946 40%,#8338ec 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.start-screen{background:var(--bg-deep)}.start-screen__content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:20px;padding:40px;display:flex;position:relative}.start-screen__badge{letter-spacing:.2em;color:var(--accent);text-transform:uppercase;border-radius:var(--radius-full);background:#ff6b3514;border:1px solid #ff6b354d;padding:6px 16px;font-size:.75rem;font-weight:700}.start-screen__title{letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(3rem,10vw,6rem);font-weight:900;line-height:1.05}.start-screen__subtitle{color:var(--text-secondary);max-width:480px;font-size:clamp(1rem,2.5vw,1.3rem);font-weight:400;line-height:1.6}.start-screen__hint{color:var(--text-muted);margin-top:8px;font-size:.8rem;animation:3s ease-in-out infinite hintPulse}@keyframes hintPulse{0%,to{opacity:.5}50%{opacity:1}}.cap-root{background:var(--bg-deep);flex-direction:column;justify-content:space-between;align-items:center;animation:.45s cubic-bezier(.4,0,.2,1) both screenIn;display:flex;position:absolute;inset:0;overflow:hidden}.cap-blob{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;width:220px;height:400px;position:absolute;top:50%;transform:translateY(-50%)}.cap-blob--left{background:#ff6b352e;width:500px;height:500px;top:-150px;left:-150px;transform:none}.cap-blob--right{background:#8338ec26;width:400px;height:400px;top:auto;bottom:-100px;right:-100px;transform:none}.cap-back-btn{z-index:10;color:#ffffffa6;border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff12;border:1px solid #ffffff1f;padding:7px 16px;font-family:Outfit,sans-serif;font-size:.82rem;font-weight:500;position:absolute;top:18px;left:22px}.cap-back-btn:hover{color:#fff;background:#ffffff1f}.cap-back-btn:disabled{opacity:.3;cursor:default}.cap-body{z-index:1;flex:1;justify-content:center;align-items:center;gap:20px;width:100%;min-height:0;padding:60px 28px 0;display:flex;position:relative}.cap-camera-wrap{background:#111;border-radius:18px;flex-shrink:1;height:100%;max-height:100%;transition:aspect-ratio .35s;position:relative;overflow:hidden;box-shadow:0 8px 60px #000000b3}.cap-webcam{object-fit:cover;width:100%;height:100%;display:block}.cap-controls{z-index:2;flex-direction:column;flex-shrink:0;gap:14px;display:flex}.cap-ctrl{color:#ffffffd9;cursor:pointer;width:54px;height:54px;transition:all var(--transition);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-tap-highlight-color:transparent;background:#1e1e28d9;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.cap-ctrl svg{width:22px;height:22px}.cap-ctrl:hover{color:#fff;background:#3c3c50e6;transform:scale(1.08)}.cap-ctrl:active{transform:scale(.91)}.cap-bottom{z-index:2;flex-direction:column;align-items:center;gap:12px;width:100%;padding:16px 24px 30px;display:flex;position:relative}.cap-ratio-bar{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0c0c14bf;border:1px solid #ffffff1a;align-items:center;gap:2px;padding:5px;display:flex}.cap-ratio-btn{border-radius:var(--radius-full);color:#ffffff73;cursor:pointer;letter-spacing:.04em;transition:all var(--transition);white-space:nowrap;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:9px 20px;font-family:Outfit,sans-serif;font-size:.82rem;font-weight:600}.cap-ratio-btn:hover:not(.cap-ratio-btn--active){color:#ffffffbf}.cap-ratio-btn--active{color:#fff;background:linear-gradient(135deg,#8338ec,#c026d3);box-shadow:0 2px 16px #8338ec80}.cap-ratio-btn:disabled{opacity:.4;cursor:default}.cap-shutter{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:50%;width:76px;height:76px;transition:transform .15s;position:relative}.cap-shutter:active{transform:scale(.88)}.cap-shutter__ring{border:3px solid #fff;border-radius:50%;position:absolute;inset:0}.cap-shutter__dot{background:#fff;border-radius:50%;transition:all .15s;position:absolute;inset:9px}.cap-shutter:active .cap-shutter__dot{background:#ffffffa6}.cap-shutter--disabled{opacity:.4;cursor:not-allowed}@media (width<=480px){.cap-body{flex-direction:column;align-items:center;gap:8px;padding:50px 12px 0}.cap-camera-wrap{width:100%;height:auto;max-height:52svh}.cap-controls{flex-direction:row;justify-content:center;gap:10px}.cap-ctrl{width:44px;height:44px}.cap-ctrl svg{width:18px;height:18px}.cap-ratio-bar{border-radius:16px;grid-template-columns:1fr 1fr;gap:6px;width:100%;padding:6px;display:grid}.cap-ratio-btn{text-align:center;border-radius:12px;width:100%;padding:10px 8px;font-size:.72rem}.cap-bottom{padding-bottom:max(20px, env(safe-area-inset-bottom,20px));gap:10px}.cap-shutter{width:66px;height:66px}.cap-shutter__dot{inset:8px}}.cap-hint{color:#fff6;font-family:Outfit,sans-serif;font-size:.8rem}.capture-flash{z-index:9999;pointer-events:none;background:#fff;animation:.4s ease-out forwards flash;position:fixed;inset:0}@keyframes flash{0%{opacity:.9}to{opacity:0}}.countdown-overlay{z-index:50;pointer-events:none;background:#00000040;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.countdown-number{color:#fff;text-shadow:0 0 80px #ffffff80,0 4px 40px #000000b3;font-family:Outfit,sans-serif;font-size:clamp(8rem,22vw,16rem);font-weight:900;line-height:1;animation:.45s cubic-bezier(.4,0,.2,1) both countdownPop}@keyframes countdownPop{0%{opacity:0;transform:scale(1.7)}to{opacity:1;transform:scale(1)}}.camera-error{color:var(--text-secondary);text-align:center;flex-direction:column;align-items:center;gap:12px;padding:40px;display:flex}.camera-error__icon{font-size:3rem}.camera-error__sub{color:var(--text-muted);font-size:.85rem}.preview-screen{background:var(--bg-deep);gap:32px;padding:40px}.preview-screen__header{justify-content:center;align-items:center;display:flex}.preview-screen__photo-wrap{border-radius:var(--radius-lg);max-width:min(480px,85vw);max-height:55vh;position:relative;overflow:hidden;box-shadow:0 24px 80px #0009}.preview-photo{object-fit:cover;width:100%;height:100%;display:block}.preview-photo__shimmer{pointer-events:none;background:linear-gradient(135deg,#ffffff0f 0%,#0000 60%);position:absolute;inset:0}.preview-screen__actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.color-picker-screen{background:var(--bg-deep);justify-content:space-between}.color-picker-screen__header{justify-content:space-between;align-items:center;width:100%;padding:20px 28px;display:flex}.color-picker-screen__body{flex:1;justify-content:center;align-items:center;gap:48px;width:100%;padding:20px 40px;display:flex}.color-picker-screen__preview{flex-shrink:0}.color-picker-screen__swatches-wrap{flex-direction:column;align-items:center;gap:24px;display:flex}.color-picker-screen__prompt{color:var(--text-secondary);font-size:1.1rem;font-weight:500}.swatches-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.color-swatch{cursor:pointer;width:72px;height:72px;transition:transform var(--transition);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.color-swatch:hover{transform:scale(1.12)}.color-swatch.selected{transform:scale(1.15)}.swatch-circle{background:var(--swatch-color);width:56px;height:56px;box-shadow:0 4px 16px color-mix(in srgb, var(--swatch-color) 50%, transparent);transition:box-shadow var(--transition);border-radius:50%;display:block}.color-swatch.selected .swatch-circle{box-shadow:0 0 0 4px #ffffff4d, 0 6px 24px color-mix(in srgb, var(--swatch-color) 70%, transparent)}.swatch-check{color:#fff;text-shadow:0 1px 4px #00000080;font-size:1.2rem;font-weight:700;position:absolute}.selected-color-label{letter-spacing:.05em;text-transform:uppercase;transition:color var(--transition);font-size:.95rem;font-weight:600}.color-picker-screen__footer{padding:24px 40px 36px}.framed-photo{border-radius:var(--radius-md);display:inline-block;position:relative;overflow:visible}.framed-photo--sm{width:160px}.framed-photo--md{width:240px}.framed-photo--lg{width:320px}.framed-photo--xl{width:min(360px,70vw)}.framed-photo__img{object-fit:contain;border-radius:var(--radius-md);z-index:1;width:100%;height:auto;transition:transform .5s cubic-bezier(.4,0,.2,1);display:block;position:relative}.framed-photo__border{border-radius:calc(var(--radius-md) + 6px);background:var(--frame-color);z-index:0;box-shadow:0 0 30px color-mix(in srgb, var(--frame-color) 50%, transparent), inset 0 0 0 2px #fff3;transition:all .35s cubic-bezier(.4,0,.2,1);position:absolute;inset:-6px}.framed-photo__corner{z-index:2;pointer-events:none;width:22px;height:22px;position:absolute}.framed-photo__corner:before,.framed-photo__corner:after{content:"";background:#fff;border-radius:2px;position:absolute}.framed-photo__corner:before{width:100%;height:3px;top:0}.framed-photo__corner:after{width:3px;height:100%;top:0;left:0}.framed-photo__corner--tl{top:-8px;left:-8px}.framed-photo__corner--tr{top:-8px;right:-8px;transform:scaleX(-1)}.framed-photo__corner--bl{bottom:-8px;left:-8px;transform:scaleY(-1)}.framed-photo__corner--br{bottom:-8px;right:-8px;transform:scale(-1)}.framed-photo--animate .framed-photo__img{animation:.7s cubic-bezier(.4,0,.2,1) both photoReveal}.framed-photo--animate .framed-photo__border{animation:.8s cubic-bezier(.4,0,.2,1) .2s both borderGlow}@keyframes photoReveal{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}@keyframes borderGlow{0%{opacity:0;box-shadow:none}to{opacity:1}}.result-screen{background:var(--bg-deep);padding:36px}.result-screen__content{opacity:0;flex-direction:column;align-items:center;gap:28px;transition:all .6s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(16px)}.result-screen__content.revealed{opacity:1;transform:translateY(0)}.result-screen__header{text-align:center}.result-screen__badge{letter-spacing:.2em;text-transform:uppercase;margin-bottom:8px;font-size:.75rem;font-weight:700}.result-screen__title{color:var(--text-primary);font-size:2.2rem;font-weight:800}.result-screen__photo-wrap{position:relative}.sparkle{font-size:1.4rem;animation:2s ease-in-out infinite sparklePop;position:absolute}.sparkle--tl{animation-delay:0s;top:-20px;left:-20px}.sparkle--tr{animation-delay:.5s;top:-20px;right:-20px}.sparkle--bl{animation-delay:1s;bottom:-20px;left:-20px}.sparkle--br{animation-delay:1.5s;bottom:-20px;right:-20px}@keyframes sparklePop{0%,to{opacity:.8;transform:scale(1)rotate(0)}50%{opacity:1;transform:scale(1.4)rotate(20deg)}}.result-screen__actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.mosaic-screen{background:var(--bg-deep)}.mosaic-screen__content{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:40px;display:flex}.mosaic-screen__icon{font-size:3rem;animation:1s ease-out iconBounce}@keyframes iconBounce{0%{opacity:0;transform:scale(.5)}70%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.mosaic-screen__title{color:var(--text-primary);font-size:2.5rem;font-weight:800}.mosaic-screen__subtitle{color:var(--text-secondary);max-width:380px;font-size:1rem;line-height:1.6}.mosaic-screen__preview{aspect-ratio:3/4;border-radius:var(--radius-md);border:5px solid var(--frame-color);width:160px;box-shadow:0 0 30px color-mix(in srgb, var(--frame-color) 40%, transparent);animation:.5s cubic-bezier(.4,0,.2,1) .3s both previewPop;overflow:hidden}@keyframes previewPop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.mosaic-screen__img{object-fit:cover;width:100%;height:100%}.mosaic-dots{gap:8px;margin-top:8px;display:flex}.mosaic-dots span{border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite dotBlink}.mosaic-dots span:nth-child(2){animation-delay:.2s}.mosaic-dots span:nth-child(3){animation-delay:.4s}@keyframes dotBlink{0%,80%,to{opacity:.3;transform:scale(1)}40%{opacity:1;transform:scale(1.3)}}.linkedin-screen{background:var(--bg-deep);padding:40px}.linkedin-screen__content{text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:500px;display:flex}.linkedin-screen__icon{animation:.6s cubic-bezier(.4,0,.2,1) both iconBounce}.linkedin-screen__title{color:var(--text-primary);font-size:2rem;font-weight:800}.linkedin-screen__subtitle{color:var(--text-secondary);font-size:1rem;line-height:1.6}.linkedin-caption-preview{border:1px solid var(--border-light);border-radius:var(--radius-md);text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;width:100%;padding:20px}.linkedin-caption-preview__header{align-items:center;gap:12px;margin-bottom:14px;display:flex}.linkedin-avatar{background:linear-gradient(135deg,#0a66c2,#2ec4b6);border-radius:50%;width:40px;height:40px}.linkedin-name{color:var(--text-primary);font-size:.9rem;font-weight:600}.linkedin-tagline{color:var(--text-muted);font-size:.75rem}.linkedin-caption-preview__text{color:var(--text-secondary);white-space:pre-line;font-size:.92rem;line-height:1.7}.linkedin-screen__actions{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.linkedin-toast{color:#70b5f9;border-radius:var(--radius-full);background:#0a66c240;border:1px solid #0a66c280;padding:8px 18px;font-size:.85rem;font-weight:500;animation:.3s ease-out both screenIn}.thankyou-screen{background:var(--bg-deep)}.thankyou-screen__content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:20px;padding:40px;display:flex;position:relative}.thankyou-screen__emoji{font-size:4rem;animation:.6s cubic-bezier(.4,0,.2,1) both emojiBounce}@keyframes emojiBounce{0%{transform:scale(0)rotate(-20deg)}70%{transform:scale(1.2)rotate(5deg)}to{transform:scale(1)rotate(0)}}.thankyou-screen__title{background:linear-gradient(135deg,#ffbe0b,#ff6b35);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900}.thankyou-screen__subtitle{color:var(--text-secondary);max-width:400px;font-size:1rem;line-height:1.7}.thankyou-screen__countdown{color:var(--text-muted);flex-direction:column;align-items:center;gap:10px;font-size:.85rem;display:flex}.countdown-ring{width:64px;height:64px}.mosaic-clean-wall{box-sizing:border-box;background:#05060a;justify-content:center;align-items:center;width:100vw;height:100vh;padding:12px;display:flex;position:relative;overflow:hidden}.mosaic-hero-overlay{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:none;background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.mosaic-hero-overlay--show .mosaic-hero-card{animation:.5s cubic-bezier(.34,1.56,.64,1) both heroPopIn}.mosaic-hero-overlay--shrink{animation:.7s cubic-bezier(.4,0,.2,1) forwards heroOverlayFadeOut}.mosaic-hero-overlay--shrink .mosaic-hero-card{animation:.7s cubic-bezier(.4,0,.2,1) forwards heroShrinkToGrid}@keyframes heroPopIn{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@keyframes heroShrinkToGrid{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.15)}}@keyframes heroOverlayFadeOut{0%{opacity:1}to{opacity:0}}.mosaic-hero-card{aspect-ratio:3/4;border:6px solid var(--hero-color,#ff6b35);max-width:min(85vw,680px);max-height:min(85vh,850px);box-shadow:0 0 100px color-mix(in srgb, var(--hero-color,#ff6b35) 70%, transparent), 0 24px 80px #000c;border-radius:24px;position:relative;overflow:hidden}.mosaic-hero-img{object-fit:cover;width:100%;height:100%;display:block}.mosaic-clean-grid{box-sizing:border-box;grid-template-rows:repeat(6,1fr);grid-template-columns:repeat(19,1fr);gap:0;width:100%;height:100%;display:grid;overflow:hidden}.mosaic-box{perspective:1000px;grid-column:span 2;width:100%;height:100%;position:relative}.mosaic-box:nth-child(18n+10){grid-column-start:2}.mosaic-box--blank{transition:all .3s}.mosaic-box--blank .mosaic-box__inner{display:none}.mosaic-box__card{width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.4,0,.2,1);position:relative}.mosaic-box--flip .mosaic-box__card{transform:rotateY(180deg)}.mosaic-box__front{backface-visibility:hidden;position:absolute;inset:0}.mosaic-box__img{object-fit:contain;width:100%;height:100%;display:block}.mosaic-box__border{display:none}.mosaic-box--newest .mosaic-box__img{filter:drop-shadow(0 0 15px var(--tile-color,#ff6b35));animation:2.5s ease-in-out 3 boxGlow}@keyframes boxGlow{0%,to{opacity:1}50%{opacity:.4}}.tri-guide{pointer-events:none;z-index:3;width:100%;height:100%;transition:opacity .25s;position:absolute;inset:0}.tri-guide--out{animation:1.1s ease-in-out infinite tri-guide-pulse}@keyframes tri-guide-pulse{0%,to{opacity:1}50%{opacity:.62}}.cap-bounds{letter-spacing:.2px;text-align:center;white-space:nowrap;text-overflow:ellipsis;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:4;pointer-events:none;border-radius:999px;align-items:center;gap:10px;max-width:86%;padding:12px 22px;font-family:Outfit,system-ui,sans-serif;font-size:17px;font-weight:600;display:flex;position:absolute;bottom:22px;left:50%;overflow:hidden;transform:translate(-50%)}.cap-bounds--out{color:#fff;background:#961410db;border:1px solid #ff5a50d9;box-shadow:0 6px 30px #dc281e59}.cap-bounds--searching{color:#ffffffdb;background:#14141cc7;border:1px solid #ffffff29}.cap-bounds__icon{font-size:19px;line-height:1}.cap-shutter--disabled{opacity:.4;cursor:not-allowed;filter:grayscale(.6)}.render-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50;color:#fff;text-align:center;background:#08060cdb;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:24px;font-family:Outfit,system-ui,sans-serif;display:flex;position:fixed;inset:0}.render-overlay__spinner{border:4px solid #ffffff24;border-top-color:#ff6b35;border-radius:50%;width:62px;height:62px;animation:.9s linear infinite render-spin}@keyframes render-spin{to{transform:rotate(360deg)}}.render-overlay__icon{font-size:46px;line-height:1}.render-overlay__title{margin:6px 0 0;font-size:25px;font-weight:700}.render-overlay__sub{color:#ffffff9e;margin:0;font-size:16px}.render-overlay__actions{gap:14px;margin-top:20px;display:flex}.render-overlay__progress{border-radius:var(--radius-full);background:#ffffff1f;width:min(320px,70vw);height:6px;margin-top:8px;overflow:hidden}.render-overlay__progress-bar{border-radius:inherit;background:var(--accent);height:100%;transition:width .1s linear}.render-overlay__eta{color:#ffffff80;margin:0;font-size:14px}.mode-screen{flex-direction:column;display:flex}.mode-screen__header{justify-content:space-between;align-items:center;width:100%;padding:20px 28px;display:flex}.mode-screen__body{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:clamp(20px,4vh,40px);width:100%;max-height:100%;padding:12px 24px 32px;display:flex;overflow-y:auto}.mode-screen__prompt{color:var(--text-primary);text-align:center;font-size:clamp(1.4rem,3.4vw,2.1rem);font-weight:700}.mode-grid{grid-template-columns:repeat(auto-fit,minmax(min(290px,100%),1fr));gap:clamp(16px,2.5vw,28px);width:100%;max-width:860px;display:grid}.mode-card{text-align:left;cursor:pointer;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all var(--transition);flex-direction:column;align-items:flex-start;gap:8px;min-height:44px;padding:clamp(20px,3vw,30px);font-family:inherit;display:flex}.mode-card:hover{background:var(--bg-card-hover);border-color:var(--border-light);transform:translateY(-3px)}.mode-card:active{transform:scale(.985)}.mode-card--active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent), 0 0 40px var(--accent-glow)}.mode-card__glyph{color:var(--accent);font-size:2rem;line-height:1}.mode-card__label{font-size:clamp(1.15rem,2.4vw,1.5rem);font-weight:700}.mode-card__tagline{color:var(--accent);font-size:.95rem;font-weight:500}.mode-card__description{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.mode-card__meta{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin-top:4px;font-size:.8rem}.share-panel{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:18px;align-items:center;gap:18px;max-width:100%;padding:16px 20px;display:flex}.share-panel--compact{gap:14px;padding:12px 16px}.share-panel__qr{box-shadow:0 0 0 2px var(--qr-accent,#ff6b35), 0 6px 24px #00000073;background:#fff;border-radius:12px;flex-shrink:0;padding:8px;line-height:0}.share-panel__qr svg{height:auto;display:block}.share-panel__text{text-align:left;min-width:0}.share-panel__title{color:#fff;margin:0 0 4px;font-size:clamp(.95rem,2vw,1.05rem);font-weight:700}.share-panel__sub{color:#fff9;margin:0;font-size:clamp(.8rem,1.6vw,.88rem)}.linkedin-screen__hint{color:#ffffff80;text-align:center;max-width:46ch;margin:0;font-size:clamp(.78rem,1.5vw,.86rem);line-height:1.5}@media (width<=620px){.share-panel{text-align:center;flex-direction:column;gap:12px}.share-panel__text{text-align:center}}@media (width<=900px){.result-screen__actions,.linkedin-screen__actions{flex-direction:column;align-items:stretch;gap:12px;width:min(420px,100%)}.result-screen__actions .btn,.linkedin-screen__actions .btn{width:100%}}@media (height<=700px){.screen{padding-top:12px;padding-bottom:12px}.result-screen__header{margin-bottom:8px}.share-panel{gap:12px;padding:10px 14px}.share-panel__qr{padding:6px}.linkedin-screen__hint{display:none}}@media (height<=560px){.cap-ratio-bar{display:none}.cap-hint{font-size:.8rem}}@media (hover:none) and (pointer:coarse){.cap-ctrl{width:60px;height:60px}}.linkedin-screen__content,.result-screen__content{overscroll-behavior:contain;scrollbar-width:thin;max-height:100%;padding:8px 4px;overflow-y:auto}@media (width<=520px),(height<=800px){.linkedin-screen__content{gap:16px}.linkedin-screen__title{font-size:clamp(1.4rem,5vw,2rem)}.linkedin-screen__subtitle{font-size:clamp(.88rem,2.4vw,1rem)}.linkedin-caption-preview{padding:14px}}@media (height<=820px),(width<=430px){.linkedin-screen__icon{display:none}.linkedin-screen__content{gap:12px}.linkedin-screen{padding:16px}.linkedin-caption-preview{padding:12px}.linkedin-screen__subtitle{display:none}}@media (width>=900px) and (aspect-ratio>=1){.result-screen__content{grid-template:"photo header""photo share""photo actions"/minmax(0,1.35fr) minmax(280px,.65fr);align-content:center;place-items:center;gap:22px 44px;width:100%;max-width:1400px;max-height:none;display:grid;overflow-y:visible}.result-screen__header{grid-area:header;align-self:end}.result-screen__photo-wrap{grid-area:photo;justify-self:end}.result-screen__content>.share-panel{grid-area:share;width:100%}.result-screen__actions{flex-direction:column;grid-area:actions;align-self:start;align-items:stretch;gap:12px;width:100%}.result-screen__actions .btn{width:100%}.result-screen .framed-photo--xl{width:min(52vw,680px,114.8vh - 195.16px)}}@media (width<=899px),(aspect-ratio<=1){.result-screen .framed-photo--xl{width:min(88vw,520px,114.8vh - 459.2px)}}@media (width<=520px){.result-screen{padding:16px}.result-screen__content{gap:14px}.result-screen__title{font-size:clamp(1.3rem,6vw,1.7rem)}.result-screen__badge{margin-bottom:4px}.result-screen .framed-photo--xl{width:min(72vw,520px,114.8vh - 436.24px)}.result-screen .sparkle{display:none}.preview-screen,.color-picker-screen__footer,.result-screen,.linkedin-screen,.thankyou-screen{padding-bottom:max(24px, env(safe-area-inset-bottom,24px))!important}}
