.export-project-button,.header-actions #shareProjectButton{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:166px;height:48px;min-height:48px;padding:0 17px;border:1px solid #d7d1c6;border-radius:6px;background:#fbfaf7;color:#34342f;font:600 14px "DM Sans",sans-serif;cursor:pointer;box-shadow:none;appearance:none}.export-project-button:hover,.header-actions #shareProjectButton:hover{border-color:#9c8f7e;background:#fff}.export-project-button:focus-visible,.header-actions #shareProjectButton:focus-visible{outline:2px solid #9c8f7e;outline-offset:2px}.export-project-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.header-actions{position:relative;z-index:3;align-items:center}
.export-project-modal{width:min(920px,calc(100vw - 32px));max-width:none;max-height:calc(100vh - 40px);padding:0;border:0;border-radius:14px;background:#fbfaf7;color:#2c2c28;box-shadow:0 24px 80px rgba(46,40,32,.25)}.export-project-modal::backdrop{background:rgba(38,35,31,.48);backdrop-filter:blur(2px)}.export-project-dialog{padding:34px 38px 30px;overflow:auto}.export-project-dialog .modal-title{margin-bottom:4px}.export-project-dialog .modal-title h2{margin-top:7px;font-size:36px}.export-project-dialog>.modal-copy{margin:0 0 26px;color:#746c62}
.export-section{padding:22px 0;border-top:1px solid #e5dfd5}.export-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.export-section-heading>div{display:flex;align-items:center;gap:10px}.export-section-heading>div>span{font:500 11px "DM Mono",monospace;letter-spacing:.08em;color:#a14835}.export-section-heading h3{margin:0;font:600 16px "DM Sans",sans-serif}.export-section-heading small{color:#82786c;font-size:12px}
.export-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.export-choice-grid label{position:relative;display:block;cursor:pointer}.export-choice-grid input{position:absolute;opacity:0;pointer-events:none}.export-choice-grid label>span{display:flex;min-height:82px;box-sizing:border-box;flex-direction:column;justify-content:center;gap:4px;padding:15px 16px;border:1px solid #ddd6ca;border-radius:8px;background:#fff}.export-choice-grid strong{font-size:14px}.export-choice-grid small{color:#82786c;line-height:1.35}.export-choice-grid input:checked+span{border-color:#99452f;background:#f8eee9;box-shadow:inset 0 0 0 1px #99452f}.export-choice-grid input:focus-visible+span{outline:2px solid #99452f;outline-offset:2px}
.export-preset{display:grid;grid-template-columns:120px minmax(180px,310px);align-items:center;gap:12px;margin-top:14px;color:#655e55;font-size:13px}.export-preset select{height:42px;padding:0 36px 0 12px;border:1px solid #dcd5ca;border-radius:6px;background:#fff;color:#30302c;font:500 13px "DM Sans",sans-serif}
.export-moodboard-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0}.export-moodboard-choices:empty,.export-moodboard-choices.hidden{display:none}.export-moodboard-choices label{display:flex;align-items:center;gap:8px;min-width:0;padding:9px 11px;border:1px solid #e0d8cc;background:#fff;color:#554d45;font-size:12px}.export-moodboard-choices span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.moodboard-scope-info{position:relative;display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;margin-left:3px;border:1px solid #b8aea2;border-radius:50%;color:#756b61;font:600 10px/1 "DM Sans",sans-serif;vertical-align:middle;cursor:help}.moodboard-scope-tooltip{position:absolute;right:-8px;bottom:calc(100% + 8px);z-index:30;display:none;width:min(290px,70vw);padding:9px 11px;border:1px solid #d5ccbf;border-radius:6px;background:#34312d;color:#fff;font:400 11px/1.45 "DM Sans",sans-serif;letter-spacing:0;text-align:left;text-transform:none;white-space:normal;box-shadow:0 8px 24px rgba(45,39,33,.2)}.moodboard-scope-info:hover .moodboard-scope-tooltip,.moodboard-scope-info:focus .moodboard-scope-tooltip,.moodboard-scope-info:focus-visible .moodboard-scope-tooltip{display:block}.moodboard-scope-info:focus-visible{outline:2px solid #99452f;outline-offset:2px}
.export-check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px 20px}.export-check-grid label{display:flex;align-items:center;gap:9px;min-height:34px;color:#4e4a44;font-size:13px;cursor:pointer}.export-check-grid input{width:17px;height:17px;margin:0;accent-color:#99452f}.export-check-grid.is-locked{opacity:.48;pointer-events:none}.export-detail-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.export-status{display:none;margin:4px 0 14px;padding:11px 13px;border-radius:6px;font-size:13px}.export-status.visible{display:block}.export-status.error{background:#faeae5;color:#8c321f}.export-status.success{background:#edf2e8;color:#47613b}.export-status.working{background:#f0ede6;color:#5f584f}.export-actions{position:sticky;bottom:-30px;margin:0 -38px -30px;padding:18px 38px 30px;border-top:1px solid #e5dfd5;background:rgba(251,250,247,.97);backdrop-filter:blur(8px)}
@media(max-width:760px){.export-project-button span{display:none}.export-project-button{width:46px;justify-content:center;padding:0}.export-project-dialog{padding:25px 20px 22px}.export-choice-grid{grid-template-columns:1fr}.export-choice-grid label>span{min-height:68px}.export-check-grid,.export-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.export-preset{grid-template-columns:1fr}.export-actions{bottom:-22px;margin:0 -20px -22px;padding:16px 20px 22px}.export-project-dialog .modal-title h2{font-size:30px}}
@media(max-width:480px){.header-actions{gap:7px}.header-actions .share{padding-inline:12px}.export-check-grid,.export-detail-grid{grid-template-columns:1fr}}
