﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#1d2728;--muted:#717775;--paper:#f5f4ef;--line:#e2e3dc;--green:#354e45;--lime:#d9ef91;--white:#fff;--radius:18px}*{box-sizing:border-box}body{margin:0;font:15px 'DM Sans',sans-serif;background:var(--paper);color:var(--ink);line-height:1.6}h1,h2,h3,.brand{font-family:Manrope,sans-serif;line-height:1.15;letter-spacing:-.04em}h1{font-size:clamp(30px,4vw,52px);margin:12px 0 18px}h2{font-size:27px}h3{font-size:20px}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input{touch-action:manipulation}button,.button{cursor:pointer}.button,button.primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 22px;border:1px solid var(--green);border-radius:9px;background:var(--green);color:white;font-weight:700}.button.outline{background:transparent;color:var(--ink);border-color:var(--line)}.button.small{padding:8px 13px;font-size:13px}.button.lime{background:var(--lime);color:var(--ink);border-color:var(--lime)}button:disabled{opacity:.5;cursor:wait}.text-button{border:0;background:none;padding:8px 0;color:inherit;text-decoration:underline;cursor:pointer}.brand{font-size:26px;font-weight:800;letter-spacing:-1.5px;display:flex;align-items:center;gap:2px}.brand-dot{color:#8da658}.brand-icon{margin-right:12px;font-size:34px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:2px;color:var(--muted)}.muted{color:var(--muted)}.small{font-size:13px}.sidebar{width:250px;position:fixed;inset:0 auto 0 0;padding:32px 24px;background:#fcfcf9;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:20}.sidebar>.eyebrow{margin:42px 0 15px;font-size:9px}.sidebar nav{display:grid;gap:6px}.sidebar nav a{padding:13px 10px;border-radius:8px;color:#6a716c;font-size:14px}.sidebar nav a.active{background:var(--green);color:#fff}.sidebar-foot{margin-top:auto;border-top:1px solid var(--line);padding-top:15px;font-size:13px}.sidebar-foot p{font-weight:700}.admin-main{margin-left:250px;padding:40px clamp(20px,4vw,65px);max-width:1700px}.page-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px}.page-head h1{font-size:36px}.page-head p{margin:0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:26px 0 38px}.stat{background:white;border:1px solid var(--line);padding:23px;border-radius:var(--radius)}.stat strong{font:700 32px Manrope;display:block;margin-top:12px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:30px 0 20px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.card-body{padding:22px}.card h3{margin:8px 0}.album-cover{aspect-ratio:16/9;background:linear-gradient(130deg,#c8cec4,#e7e4d4);display:flex;align-items:center;justify-content:center;font-size:48px;color:#6b7e6b}.card img{display:block;width:100%;object-fit:cover}.badge{display:inline-flex;border-radius:30px;padding:4px 11px;font-size:11px;background:#edf2e4;color:#4b6040;letter-spacing:.3px}.badge.warn{background:#fff0d8;color:#97672a}.badge.dark{background:#edf0ef;color:#4b5551}.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px;margin:22px 0}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.full{grid-column:1/-1}label.field{display:grid;gap:7px;font-size:13px;font-weight:600}input:not([type=checkbox]),textarea,select{width:100%;border:1px solid var(--line);border-radius:8px;padding:11px 13px;background:#fff;color:var(--ink);min-width:0}input:focus,textarea:focus,select:focus{outline:2px solid #a6b897;outline-offset:1px}textarea{min-height:90px;resize:vertical}.checks{display:flex;gap:22px;flex-wrap:wrap}.checks label{display:flex;align-items:center;gap:8px}.actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.notice{background:#e6f0d9;padding:16px 20px;border:1px solid #c5d9ac;border-radius:10px;margin:16px 0}.notice.error{background:#fff0e9;border-color:#e7bcac;color:#8d3e2d}.empty{padding:55px 24px;text-align:center;color:var(--muted);border:1px dashed #cbd0c5;border-radius:var(--radius)}details>summary{cursor:pointer;font-weight:700}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:14px}th,td{text-align:left;padding:16px 12px;border-bottom:1px solid var(--line);vertical-align:top}th{font-size:11px;color:var(--muted);letter-spacing:1px;text-transform:uppercase}td a{font-weight:600}.public-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 5vw;border-bottom:1px solid var(--line)}.nav-caption{font-size:12px;color:var(--muted)}.public-main{max-width:1440px;margin:auto;padding:35px 5vw 75px}.public-footer{display:flex;justify-content:space-between;gap:20px;padding:30px 5vw;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.hero{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:60px;padding:45px 0 70px}.hero h1{font-size:clamp(44px,5.6vw,82px);font-weight:500;letter-spacing:-5px;line-height:1.03}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:#607564}.hero p{max-width:440px;color:var(--muted);margin:25px 0 30px}.hero-art{height:560px;position:relative;border-radius:45% 45% 12px 12px;overflow:hidden;background:linear-gradient(145deg,#bcc7b8,#e6d7bc 65%,#9ca991)}.hero-art img{height:100%;width:100%;object-fit:cover}.hero-art:after{content:'LUZ. AFETO. MEMÓRIA.';position:absolute;bottom:22px;left:22px;color:white;font-size:11px;letter-spacing:4px;text-shadow:0 1px 8px #333}.hero-art .abstract-lens{position:absolute;width:280px;height:280px;border-radius:100%;border:2px solid #ffffff65;box-shadow:0 0 0 45px #ffffff20,0 0 0 90px #ffffff15;left:50%;top:50%;transform:translate(-50%,-50%);background:radial-gradient(circle at 40% 35%,#788b72,#354d3e 60%,#203227)}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;border-top:1px solid var(--line);padding:32px 0}.services h3{font-size:19px}.services p{font-size:14px;color:var(--muted)}.album-heading{text-align:center;max-width:760px;margin:20px auto 40px}.album-heading h1{font-size:clamp(32px,5vw,58px);font-weight:500}.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.photo{position:relative;border:2px solid transparent;border-radius:12px;overflow:hidden;background:white}.photo.selected{border-color:#668343;box-shadow:0 0 0 3px #dce7cb}.photo img,.photo video{width:100%;aspect-ratio:4/5;object-fit:contain;background:#eaece5;display:block;user-select:none;-webkit-user-drag:none}.photo label{padding:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer}.photo input[type=checkbox]{accent-color:var(--green);width:21px;height:21px}.photo-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.selection-bar{position:sticky;bottom:15px;z-index:15;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 25px;border-radius:14px;background:#263b32;color:#fff;box-shadow:0 12px 35px #0003;margin-top:25px}.selection-bar strong{font-size:23px}.selection-bar span{display:block;font-size:12px;color:#ced7cb}.checkout-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:30px;align-items:start}.checkout-grid .panel{margin-top:0}.step{font-size:11px;letter-spacing:1px;color:#64785f;margin-bottom:12px}.secure-note{padding:18px;background:#f4f6ed;border-radius:10px;font-size:13px;color:#64715d}.pix-code{font:12px monospace;word-break:break-all;background:#f5f6f2;padding:15px;border-radius:8px}.pix-image{width:240px;max-width:100%;display:block;margin:20px auto}.order-line{display:flex;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid var(--line)}.order-line img{width:55px;height:65px;object-fit:cover;border-radius:6px}.order-line .amount{margin-left:auto;white-space:nowrap}.total{display:flex;justify-content:space-between;font-size:23px;font-weight:700;padding:20px 0}.unlock{max-width:470px;margin:7vh auto;text-align:center}.unlock input{font-size:24px;letter-spacing:5px;text-align:center;text-transform:uppercase}.drop-zone{border:2px dashed #bcc8b2;background:#f5f8ef;border-radius:14px;padding:40px 20px;text-align:center}.drop-zone.drag{background:#dfebd2}.drop-zone input{max-width:380px;margin:15px auto;display:block}.upload-list{list-style:none;padding:0;max-height:360px;overflow:auto}.upload-row{padding:12px 0;border-bottom:1px solid var(--line);font-size:13px}.upload-row progress,progress.batch{width:100%;height:8px;accent-color:var(--green)}.upload-row .row-title{display:flex;justify-content:space-between;gap:15px}.upload-row .file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-row.failed{color:#a64532}.processing{display:flex;align-items:center;justify-content:center;min-height:180px;background:#edf0e8;text-align:center;font-size:13px;padding:20px}.pagination{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:26px 0}.client-edit{min-width:280px}.code-output{font:700 24px monospace;letter-spacing:4px}.hidden,[hidden]{display:none!important}:focus-visible{outline:3px solid #87a758;outline-offset:3px}@media(max-width:1100px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar{width:210px;padding:25px 15px}.admin-main{margin-left:210px;padding:25px}.hero{gap:30px}.hero-art{height:450px}}@media(max-width:760px){.sidebar{position:static;width:100%;padding:18px}.sidebar>.eyebrow,.sidebar-foot,.sidebar .brand-icon{display:none}.sidebar nav{display:flex;overflow:auto;margin-top:15px;gap:8px}.sidebar nav a{white-space:nowrap;font-size:12px;padding:9px}.admin-main{margin:0;padding:20px 16px}.page-head{align-items:flex-start;flex-direction:column}.page-head h1{font-size:30px}.stats{gap:8px}.stat{padding:15px 10px}.stat strong{font-size:23px}.stat .muted{font-size:11px}.grid,.gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.form-grid,.checkout-grid,.hero{grid-template-columns:1fr}.panel{padding:20px}.hero{padding-top:10px;gap:20px}.hero h1{letter-spacing:-2.5px}.hero-art{height:360px}.public-main{padding:20px 16px 65px}.public-nav{padding:18px 16px}.nav-caption{display:none}.services{grid-template-columns:1fr;gap:5px}.selection-bar{padding:14px;gap:10px}.selection-bar strong{font-size:18px}.selection-bar .button{padding:12px;font-size:13px}.photo label{padding:9px;flex-wrap:wrap}.photo-name{max-width:95px}.card-body{padding:15px}.card h3{font-size:17px}.public-footer{flex-wrap:wrap}.checks{gap:12px}.album-cover{font-size:30px}.order-line{font-size:13px}}

.studio-form{display:grid;gap:20px;max-width:900px}.studio-form>.button{justify-self:start}.studio-auth{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;min-height:70vh}.auth-form{padding:40px;border:0;background:transparent}.auth-form h1{font-size:40px}.auth-form .studio-form{margin-top:30px}.auth-art{height:620px;border-radius:45% 45% 14px 14px;overflow:hidden}.auth-art img{width:100%;height:100%;object-fit:cover}.studio-logo{max-width:170px;max-height:48px;object-fit:contain}.branding-preview{width:150px;height:100px;object-fit:contain;margin:12px 0;background:var(--paper);border-radius:8px}input[type=color]{height:48px;padding:4px}.sidebar .brand{overflow-wrap:anywhere}input[type=checkbox]{accent-color:var(--green)}[wire\:loading]{font-size:13px;color:var(--muted)}
@media(max-width:760px){.studio-auth{grid-template-columns:1fr;min-height:65vh}.auth-art{display:none}.auth-form{padding:20px 0}.auth-form h1{font-size:34px}.studio-form>.button{width:100%}.sidebar .brand{font-size:24px}}
.photo-open{display:block;width:100%;border:0;padding:0;background:transparent;cursor:zoom-in;color:inherit}.photo-open img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}.checks label[hidden],[hidden]{display:none!important}#photo-viewer{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;border:0;padding:16px;background:#101713;color:#fff;margin:0}#photo-viewer::backdrop{background:#101713}.viewer-top,.viewer-bottom{height:56px;display:flex;align-items:center;justify-content:space-between;gap:16px}.viewer-top span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.viewer-top button,.viewer-stage button{border:0;background:#ffffff18;color:#fff;border-radius:50%;font-size:28px;min-width:44px;height:44px;cursor:pointer}.viewer-stage{height:calc(100% - 112px);display:flex;align-items:center;justify-content:space-between;gap:12px}.viewer-stage img{width:calc(100% - 112px);height:100%;object-fit:contain;touch-action:pan-y;user-select:none}.viewer-stage button:disabled{opacity:.2;cursor:default}.photo-open:focus-visible{outline:3px solid var(--green);outline-offset:3px}@media(max-width:600px){#photo-viewer{padding:10px}.viewer-stage{position:relative}.viewer-stage img{width:100%}.viewer-stage button{position:absolute;z-index:1}.viewer-stage button:last-child{right:0}.viewer-bottom{font-size:12px}}
.viewer-stage{position:relative}#viewer-loading{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:14px;text-align:center;color:#cbd4cd;pointer-events:none}.sidebar{overflow-y:auto}.sidebar-foot{flex-shrink:0;padding-top:20px}

input[type=file]{width:100%;max-width:100%;padding:10px!important;border:1px dashed #adc2b5!important;border-radius:14px!important;background:#f5f8f3!important;color:#586a60;font:inherit;font-size:13px;cursor:pointer;box-shadow:none!important}input[type=file]::file-selector-button{border:0;border-radius:9px;padding:12px 18px;margin-right:14px;background:var(--green);color:white;font:inherit;font-weight:600;cursor:pointer;transition:filter .15s ease}input[type=file]::file-selector-button:hover{filter:brightness(1.12)}input[type=file]:focus-visible{outline:3px solid var(--lime);outline-offset:3px}.drop-zone input[type=file]{max-width:460px;margin:18px auto}.watermark-grid{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:24px;align-items:start}.watermark-options{display:grid;gap:12px}.watermark-choice,.delivery-choice{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid var(--line);border-radius:12px;cursor:pointer}.watermark-choice:has(input:checked),.delivery-choice:has(input:checked){background:#eef4ed;border-color:var(--green)}.watermark-choice input,.delivery-choice input{margin-top:4px;flex-shrink:0}.watermark-choice strong,.watermark-choice small,.delivery-choice strong,.delivery-choice small{display:block}.watermark-choice small,.delivery-choice small{font-size:12px;line-height:1.5;color:var(--muted);margin-top:5px}.watermark-preview{position:sticky;top:24px}.watermark-preview .section-head{margin-top:0}.watermark-canvas{background:#edf0e9;border-radius:12px;padding:12px;text-align:center}.watermark-canvas img{max-width:100%;max-height:560px;object-fit:contain;border-radius:6px}.delivery-setting{margin-top:24px}.order-delivery{border-top:1px solid var(--line);margin-top:24px;padding-top:20px}.order-delivery input[readonly]{flex:1;min-width:180px}.delivery-banner{display:flex;align-items:center;justify-content:space-between;gap:24px}.delivery-thumb{width:100%;aspect-ratio:4/3;object-fit:contain;background:#edf0e9}.purchase-row{padding:18px 0;border-top:1px solid var(--line)}.purchased-files{margin:16px 0}@media(max-width:800px){.watermark-grid{grid-template-columns:1fr}.watermark-preview{position:static}.delivery-banner{flex-direction:column;align-items:flex-start}.order-delivery .actions{flex-wrap:wrap}}
.watermark-choice input[type=radio],.delivery-choice input[type=checkbox]{width:18px!important;height:18px!important;min-width:18px;padding:0!important;flex:0 0 18px;accent-color:var(--green)}.watermark-choice>span,.delivery-choice>span{min-width:0;flex:1}.watermark-choice{min-height:88px}.watermark-options{width:100%}
.purchase-options{border:0;padding:0;margin:0 0 24px;display:grid;gap:12px}.purchase-options legend{font-weight:700;margin-bottom:12px}.delivery-choice input[type=radio]{width:18px!important;height:18px!important;min-width:18px;padding:0!important;flex:0 0 18px;accent-color:var(--green)}.order-filters{flex-wrap:wrap}#request-fields{padding:12px 0}blockquote{margin:16px 0;padding:16px;border-left:3px solid var(--green);background:var(--paper)}

/* Studio management: comfortable controls, contained content and mobile cards. */
.order-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center}.order-card .actions{grid-column:1/-1}.order-card h2{font-size:23px;margin:10px 0}.order-card h3{margin:12px 0}.order-card-info,.order-file>div,.section-head>div,.page-head>div{min-width:0;overflow-wrap:anywhere}.order-files{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.order-file{display:flex;align-items:center;gap:16px;border:1px solid var(--line);border-radius:12px;padding:14px;overflow-wrap:anywhere}.order-file img{width:90px;height:100px;object-fit:contain;border-radius:8px;background:#edf0e9}.order-file p{margin:8px 0}.check-choice{display:flex;align-items:center;gap:10px;min-height:44px;cursor:pointer}.check-choice input{width:22px;height:22px;accent-color:var(--green);flex-shrink:0}.media-select{padding:10px 16px;border-bottom:1px solid var(--line);font-size:13px}.card:has(.select-media:checked){outline:2px solid var(--green)}.button.danger{background:#943f34;border-color:#943f34}.whatsapp{color:#236345!important;border-color:#b3ceba!important}.bulk-toolbar{padding:18px 22px}.bulk-toolbar p:last-child{margin-bottom:0}.upload-row .row-title>*{min-width:0}.upload-row .row-title>span:last-child{overflow-wrap:anywhere;max-width:60%}.button,.text-button,summary{min-height:44px}.order-delivery .actions{min-width:0}.public-nav .brand{min-width:0}.sidebar-foot{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.sidebar-foot p{width:100%;overflow-wrap:anywhere}.admin-main,.public-main{overflow-wrap:anywhere}
@media(max-width:760px){input:not([type=checkbox]):not([type=radio]),textarea,select{font-size:16px}.sidebar-foot{display:flex;margin-top:12px;padding-top:8px;gap:16px}.sidebar-foot p{display:none}.sidebar nav a{min-height:44px;display:flex;align-items:center}.order-card{grid-template-columns:1fr;gap:10px}.order-card .actions>.button{flex:1}.order-files{grid-template-columns:1fr}.order-file img{width:74px;height:86px}.mobile-cards thead{display:none}.mobile-cards,.mobile-cards tbody,.mobile-cards tr,.mobile-cards td{display:block;width:100%}.mobile-cards tr{padding:14px 0;border-bottom:1px solid var(--line)}.mobile-cards td{padding:5px 0;border:0;overflow-wrap:anywhere}.mobile-cards td:nth-child(3)::before{content:'Álbuns: ';color:var(--muted)}.mobile-cards td[colspan]::before{content:none}.section-head{flex-wrap:wrap}.bulk-toolbar .actions{align-items:stretch;flex-direction:column}.bulk-toolbar .button{width:100%}#media-grid{grid-template-columns:1fr}.upload-row .row-title{flex-direction:column;gap:2px}.upload-row .row-title>span:last-child{max-width:100%}.public-nav{gap:10px;flex-wrap:wrap}.order-delivery input[readonly]{min-width:0;flex-basis:100%}.total{font-size:20px;gap:10px}.pagination{flex-wrap:wrap}.selection-bar{bottom:max(10px,env(safe-area-inset-bottom))}.page-head h1{overflow-wrap:anywhere}.sidebar .brand{max-width:100%}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Keep content within its own column, including long names and large totals. */
.hero{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr)}
.checkout-grid{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr)}
.studio-auth{grid-template-columns:repeat(2,minmax(0,1fr))}
.stats{grid-template-columns:repeat(3,minmax(0,1fr))}
.form-grid>*,.checkout-grid>*,.watermark-grid>*,.studio-auth>*,.stats>*,.actions>*,.section-head>*,.selection-bar>*{min-width:0}
.button{max-width:100%;text-align:center;white-space:normal;overflow-wrap:anywhere}
.brand{overflow-wrap:anywhere;min-width:0}.brand-dot{flex-shrink:0}
.public-footer>*{min-width:0;overflow-wrap:anywhere}
.stat strong{font-size:clamp(20px,2.4vw,32px);overflow-wrap:anywhere}
.order-line>span:not(.amount){min-width:0;overflow-wrap:anywhere;flex:1}
.order-line img,.order-line .amount,.order-line button{flex-shrink:0}
.photo label{flex-wrap:wrap}.photo-name{flex:1 1 100%;max-width:100%}
.photo label strong{white-space:nowrap}.photo label input{margin-left:auto;flex-shrink:0}
.selection-bar{flex-wrap:wrap}.selection-bar .button{flex-shrink:0}
.viewer-top button{flex-shrink:0}.viewer-bottom>*{min-width:0}
.studio-logo{max-width:min(170px,100%)}
@media(min-width:761px) and (max-width:1100px){.admin-main .form-grid,.watermark-grid{grid-template-columns:minmax(0,1fr)}.watermark-preview{position:static}.admin-main .section-head,.admin-main .page-head{flex-wrap:wrap}.admin-main .order-files{grid-template-columns:minmax(0,1fr)}}
@media(max-width:900px){.studio-auth{grid-template-columns:minmax(0,1fr)}.auth-art{display:none}.auth-form{max-width:560px;width:100%;margin-inline:auto}.responsive-table thead{display:none}.responsive-table,.responsive-table tbody,.responsive-table tr,.responsive-table td{display:block;width:100%}.responsive-table tr{padding:16px 0;border-bottom:1px solid var(--line)}.responsive-table td{padding:7px 0;border:0;overflow-wrap:anywhere}.responsive-table td[data-label]::before{content:attr(data-label);display:block;font-size:11px;color:var(--muted);font-weight:600;margin-bottom:3px}}
@media(max-width:760px){.hero,.checkout-grid{grid-template-columns:minmax(0,1fr)}.public-footer{flex-direction:column;gap:12px}.public-nav .brand{flex:1 1 100%}.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.stats .stat:last-child{grid-column:1/-1}.stat strong{font-size:26px}.order-line{gap:10px}.order-line img{width:44px;height:54px}.order-line .amount{font-size:12px}.order-line>button{min-width:36px}.selection-bar>div{flex:1 1 110px}.selection-bar>.button{flex:1 1 150px}.drop-zone{padding:24px 12px}.code-output{font-size:20px;letter-spacing:2px}.watermark-preview .section-head{align-items:flex-start}.watermark-canvas{padding:8px}}
@media(max-width:359px){.gallery{grid-template-columns:minmax(0,1fr)}.gallery .photo img{aspect-ratio:4/3}.order-line{flex-wrap:wrap}.order-line>span:not(.amount){flex-basis:calc(100% - 65px)}.order-line .amount{margin-left:auto}.order-file{align-items:flex-start;flex-wrap:wrap}.order-file>div{flex:1 1 130px}}

.order-file img{flex-shrink:0}.order-file>div{flex:1;min-width:0}
.total{flex-wrap:wrap;gap:10px}.total>span:last-child{white-space:nowrap;margin-left:auto}
@media(max-width:760px){.sidebar nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.sidebar nav a{white-space:normal;overflow-wrap:anywhere}.sidebar nav a.active{font-weight:700}}
