:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#eff2f8;--foreground:#0f1830;--muted:#6b7791;--card:#f9fbff;--card-foreground:#111b35;--border:#ccd5e6;--input:#d3daea;--ring:#2563eb;--primary:#1d4ed8;--primary-foreground:#f8fbff;--secondary:#e7edf9;--secondary-foreground:#1a2f5d;--surface-shadow:0 8px 22px #1118270f;font-family:Segoe UI,Inter,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}body{color:var(--foreground);background:radial-gradient(1200px 700px at -10% -20%, #fff 0%, transparent 55%), radial-gradient(1000px 700px at 110% 120%, #dce8ff 0%, transparent 60%), var(--background);margin:0}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button,input,textarea,select{font:inherit}.page{flex-direction:column;gap:18px;max-width:1280px;margin:0 auto;padding:28px;display:flex}.centered{justify-content:center;align-items:center;min-height:100vh}.card{background:color-mix(in srgb, var(--card) 96%, white 4%);color:var(--card-foreground);border:1px solid var(--border);box-shadow:var(--surface-shadow);border-radius:16px;flex-direction:column;gap:12px;padding:18px;display:flex}.card h1,.card h2,.card h3,.card p{margin:0}.row{justify-content:space-between;align-items:center;gap:12px;display:flex}.row.wrap{flex-wrap:wrap}.stack{flex-direction:column;gap:8px;display:flex}.label{font-weight:600}.muted{color:var(--muted)}.btn{appearance:none;background:var(--primary);color:var(--primary-foreground);cursor:pointer;border:1px solid #0000;border-radius:11px;padding:10px 14px;font-weight:600;transition:transform .12s,filter .12s,background-color .12s}.btn:hover{filter:brightness(1.05)}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-secondary{border-color:var(--input);background:var(--secondary);color:var(--secondary-foreground)}.field,.textarea{border:1px solid var(--input);width:100%;color:var(--foreground);background:#fff;border-radius:11px;padding:10px 12px;transition:border-color .12s,box-shadow .12s}.textarea{resize:vertical;min-height:120px}.field:focus,.textarea:focus{border-color:color-mix(in srgb, var(--ring) 80%, white 20%);box-shadow:0 0 0 3px color-mix(in srgb, var(--ring) 14%, transparent 86%);outline:none}.toggle-row{color:var(--foreground);align-items:center;gap:10px;display:flex}.toggle-row input[type=checkbox]{width:18px;height:18px}.editor-map-shell{border-radius:14px;overflow:hidden}.list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px;display:grid}.snapshot{border:1px solid var(--border);border-radius:10px;width:100%}.photo-slot-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}@media (width<=1200px){.photo-slot-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.photo-slot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.pp-dialog-content{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:12px}.pp-select-root{position:relative}.pp-select-content{z-index:60;border:1px solid var(--border);background:#fff;border-radius:10px;min-width:100%;padding:4px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 14px 28px #0206172e}.pp-select-item{text-align:left;width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:6px 8px;display:flex}.pp-select-item:hover{background:var(--secondary)}.pp-btn{appearance:none;border:1px solid var(--input);color:var(--foreground);cursor:pointer;background:#fff;border-radius:10px}.pp-btn-default{background:var(--primary);border-color:color-mix(in srgb, var(--primary) 50%, #fff 50%);color:var(--primary-foreground)}.pp-btn-ghost{color:var(--foreground);background:0 0}.pp-btn-ghost:hover{background:var(--secondary)}.pp-btn-icon{justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.editor-map-shell .text-foreground{color:var(--foreground)}.editor-map-shell .text-muted-foreground{color:var(--muted)}.editor-map-shell .text-primary{color:var(--primary)}.editor-map-shell .text-primary-foreground{color:var(--primary-foreground)}.editor-map-shell .text-destructive{color:#b91c1c}.editor-map-shell .bg-card,.editor-map-shell .bg-card\/80,.editor-map-shell .bg-card\/90,.editor-map-shell .bg-card\/95,.editor-map-shell .bg-background{background:#fff}.editor-map-shell .bg-muted,.editor-map-shell .bg-muted\/40{background:var(--secondary)}.editor-map-shell .bg-primary{background:var(--primary)}.editor-map-shell .bg-destructive\/10{background:#fee2e2}.editor-map-shell .border{border:1px solid var(--border)}.editor-map-shell .border-border{border-color:var(--border)}.editor-map-shell .border-input{border-color:var(--input)}.editor-map-shell .rounded{border-radius:8px}.editor-map-shell .rounded-md{border-radius:10px}.editor-map-shell .rounded-lg{border-radius:12px}.editor-map-shell .rounded-xl{border-radius:14px}.editor-map-shell .rounded-full{border-radius:999px}.editor-map-shell .flex{display:flex}.editor-map-shell .inline-flex{display:inline-flex}.editor-map-shell .grid{display:grid}.editor-map-shell .flex-col{flex-direction:column}.editor-map-shell .flex-wrap{flex-wrap:wrap}.editor-map-shell .items-center{align-items:center}.editor-map-shell .justify-between{justify-content:space-between}.editor-map-shell .justify-center{justify-content:center}.editor-map-shell .gap-1{gap:4px}.editor-map-shell .gap-1\.5{gap:6px}.editor-map-shell .gap-2{gap:8px}.editor-map-shell .gap-3{gap:12px}.editor-map-shell .gap-4{gap:16px}.editor-map-shell .mt-1{margin-top:4px}.editor-map-shell .mt-2{margin-top:8px}.editor-map-shell .mt-3{margin-top:12px}.editor-map-shell .mb-1{margin-bottom:4px}.editor-map-shell .mb-2{margin-bottom:8px}.editor-map-shell .ml-1{margin-left:4px}.editor-map-shell .ml-2{margin-left:8px}.editor-map-shell .p-1{padding:4px}.editor-map-shell .p-1\.5{padding:6px}.editor-map-shell .p-2{padding:8px}.editor-map-shell .p-3{padding:12px}.editor-map-shell .p-4{padding:16px}.editor-map-shell .px-2{padding-left:8px;padding-right:8px}.editor-map-shell .px-3{padding-left:12px;padding-right:12px}.editor-map-shell .py-1{padding-top:4px;padding-bottom:4px}.editor-map-shell .py-2{padding-top:8px;padding-bottom:8px}.editor-map-shell .pl-1{padding-left:4px}.editor-map-shell .pl-8{padding-left:32px}.editor-map-shell .pr-2{padding-right:8px}.editor-map-shell .pr-3{padding-right:12px}.editor-map-shell .h-1\.5{height:6px}.editor-map-shell .h-3\.5{height:14px}.editor-map-shell .h-4{height:16px}.editor-map-shell .h-7{height:28px}.editor-map-shell .h-8{height:32px}.editor-map-shell .h-9{height:36px}.editor-map-shell .w-4{width:16px}.editor-map-shell .w-6{width:24px}.editor-map-shell .w-7{width:28px}.editor-map-shell .w-8{width:32px}.editor-map-shell .w-24{width:96px}.editor-map-shell .w-40{width:160px}.editor-map-shell .w-full{width:100%}.editor-map-shell .text-xs{font-size:12px}.editor-map-shell .text-sm{font-size:14px}.editor-map-shell .font-medium{font-weight:600}.editor-map-shell .font-semibold{font-weight:700}.editor-map-shell button,.editor-map-shell input,.editor-map-shell select{font:inherit}.editor-map-shell button{border:1px solid var(--input);color:var(--foreground);cursor:pointer;background:#fff;border-radius:10px;padding:7px 10px}.editor-map-shell button:hover{background:var(--secondary)}.editor-map-shell button.bg-primary,.editor-map-shell .bg-primary{border-color:color-mix(in srgb, var(--primary) 50%, #fff 50%);color:var(--primary-foreground)}.editor-map-shell input,.editor-map-shell select{border:1px solid var(--input);color:var(--foreground);background:#fff;border-radius:10px}.editor-map-shell .shadow-sm{box-shadow:0 3px 10px #1118270f}.editor-map-shell .shadow-xl{box-shadow:0 12px 28px #11182729}@media (width>=1024px){.editor-map-shell .lg\:flex-row{flex-direction:row}.editor-map-shell .lg\:items-center{align-items:center}.editor-map-shell .lg\:justify-between{justify-content:space-between}}@media (width>=768px){.editor-map-shell .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
