@charset "UTF-8";*{box-sizing:border-box}html,body,#app{min-height:100%}body{margin:0;background:#fafafa;color:#09090b;font-family:Plus Jakarta Sans,system-ui,sans-serif;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button{cursor:pointer;border:0;background:none;color:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{background:#e4e4e7;border-radius:4px}.app-main{max-width:1152px;width:100%;margin:auto;padding:128px 24px 96px}.floating-header{position:fixed;top:24px;left:50%;z-index:50;transform:translate(-50%)}.floating-nav{display:flex;align-items:center;gap:16px;padding:8px;background:#fffc;border:1px solid #e4e4e7;border-radius:999px;box-shadow:0 8px 32px #0000000a,0 1px 2px #00000005;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.brand-icon,.history-btn{width:40px;height:40px;display:grid;place-items:center;border-radius:50%}.brand-icon{margin-left:4px;background:#f4f4f5;font-size:20px}.history-btn{margin-right:4px;color:#52525b;font-size:18px}.history-btn:hover{background:#f4f4f5}nav{display:flex;align-items:center;gap:24px;padding:0 16px}.nav-pill{position:relative;display:flex;align-items:center;gap:8px;color:#71717a;font-size:14px;font-weight:500}.nav-pill>span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#f4f4f5;font-size:10px}.nav-pill>span.now,.nav-pill>span.done{background:#09090b;color:#fff}.nav-pill.active{color:#09090b;font-weight:600}.nav-pill.active:after{content:"";position:absolute;bottom:-4px;left:50%;width:4px;height:4px;background:#09090b;border-radius:50%}.nav-sep{font-size:12px;color:#d4d4d8}.intro{max-width:672px;margin-bottom:48px}.intro h1,.export-page h1{margin:0 0 16px;font-size:36px;letter-spacing:-.04em;line-height:1.1}.intro p{margin:0;color:#71717a;font-size:16px;line-height:1.65}.template-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.template-card{text-align:left;opacity:.7}.template-card.selected{opacity:1}.cert-container{position:relative;overflow:hidden;aspect-ratio:1.414/1;background:#fff}.thumb{border-radius:12px;box-shadow:0 20px 40px -15px #00000014,0 0 0 1px #00000008;transition:.4s cubic-bezier(.16,1,.3,1)}.template-card:hover .thumb,.upload-card:hover,.export-card:hover{transform:translateY(-4px);box-shadow:0 30px 60px -20px #0000001f}.template-card>span{display:inline-block;margin:16px 0 0 4px;font-weight:500;font-size:14px}.template-card.selected>span{font-weight:600}.template-card>i{float:right;margin-top:16px;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#09090b;color:#fff;font-size:11px;opacity:0}.template-card.selected>i{opacity:1}.classic-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#fdfbf7}.classic-border{position:absolute;z-index:1;border:6px double rgba(127,29,29,.1490196078);top:24px;right:24px;bottom:24px;left:24px}.classic-border.two{top:20px;right:20px;bottom:20px;left:20px;border-width:1px}.thumb-title{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;place-items:center;color:#991b1b;font-family:"Noto Serif SC",serif;font-size:30px;font-weight:900;letter-spacing:.4em;padding-left:.4em}.minimal-bar{position:absolute;top:0;left:0;width:100%;height:8px;background:#09090b}.minimal-thumb{padding:32px}.minimal-thumb p,.minimal p{margin:0;color:#a1a1aa;font-size:10px;letter-spacing:.14em;text-transform:uppercase}.minimal-thumb h3{margin:8px 0;font-family:"Noto Serif SC",serif;font-size:24px}.upload-card{position:relative;min-height:240px;border:1px dashed #d4d4d8;border-radius:12px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:.3s}.upload-card:hover{border-color:#71717a;background:#f4f4f580}.upload-card>i{display:grid;place-items:center;width:48px;height:48px;background:#fff;border:1px solid #f4f4f5;border-radius:50%;box-shadow:0 1px 3px #0001;color:#a1a1aa;font-size:20px;margin-bottom:8px}.upload-card b{font-size:14px}.upload-card small{color:#71717a;font-size:12px}.upload-card em{position:absolute;bottom:16px;padding:4px 8px;background:#fffc;border-radius:4px;font-size:10px;font-style:normal;font-weight:700;opacity:0}.upload-card:hover em{opacity:1}.actions{display:flex;justify-content:space-between;align-items:center;margin-top:48px}.actions.end{justify-content:flex-end;margin-top:64px}.primary{display:inline-flex;align-items:center;gap:8px;padding:12px 32px;background:#09090b;color:#fff;border-radius:999px;font-size:14px;font-weight:500;transition:.2s}.primary:hover{background:#27272a}.primary:active{transform:scale(.98)}.heading-line{display:flex;align-items:end;justify-content:space-between;margin-bottom:40px}.heading-line .intro{margin:0}.text-btn,.back{font-size:14px;font-weight:500;color:#71717a}.text-btn:hover,.back:hover{color:#09090b}.data-grid{display:grid;grid-template-columns:4fr 8fr;gap:32px}.left-data{display:flex;flex-direction:column;gap:24px}.panel{background:#fff;border:1px solid #f4f4f5;border-radius:16px;box-shadow:0 8px 32px #0000000a,0 1px 2px #00000005}.clipboard,.global{padding:20px}.clipboard{display:flex;flex:1;flex-direction:column}.panel label{display:block;margin-bottom:4px;color:#a1a1aa;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.clipboard p{margin:0 0 12px;font-size:11px;color:#71717a}.clipboard textarea,.global input,.form input,td input{width:100%;border:0;border-radius:12px;padding:16px;box-shadow:inset 0 2px 4px #00000005,0 0 0 1px #0000000f;outline:0}.clipboard textarea{min-height:200px;flex:1;resize:none;font:14px ui-monospace,monospace;color:#52525b}.clipboard textarea:focus,.global input:focus,.form input:focus,td input:focus{box-shadow:0 0 0 2px #09090b}.secondary{margin-top:16px;padding:10px;background:#f4f4f5;border-radius:12px;font-size:14px;font-weight:600}.secondary:hover{background:#e4e4e7}.global span{display:block;margin:0 0 6px;color:#71717a;font-size:12px}.global input{padding:8px 12px;margin:0 0 16px;border-radius:8px;font-size:14px}.table-panel{height:600px;overflow:hidden;display:flex;flex-direction:column}.table-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fafafa80;border-bottom:1px solid #f4f4f5;font-size:14px}.table-header small{color:#a1a1aa;font-weight:400}.table-header button{display:grid;place-items:center;width:32px;height:32px;border:1px solid #e4e4e7;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0001}.table-scroll{padding:20px;overflow:auto;flex:1}table{width:100%;border-collapse:collapse;font-size:14px;text-align:left}th{padding-bottom:12px;color:#a1a1aa;font-weight:500;border-bottom:1px solid #f4f4f5}td{padding:8px 16px 8px 0;color:#a1a1aa}td:first-child{width:48px;font-size:12px}td:last-child{text-align:right;width:64px;padding-right:0}td input{padding:6px 10px;border-radius:6px;background:transparent;font-size:14px;color:#09090b}td input.invalid{box-shadow:0 0 0 2px #f97316}.delete{opacity:0;color:#a1a1aa;padding:8px;border-radius:50%}tr:hover{background:#fafafa80}tr:hover .delete{opacity:1}.delete:hover{color:#ef4444;background:#fff1f2}.empty{text-align:center;color:#a1a1aa;padding-top:64px}.empty i{display:grid;place-items:center;width:48px;height:48px;margin:auto auto 12px;background:#fafafa;border-radius:50%;font-size:20px;color:#d4d4d8}.stats{display:flex;align-items:center;gap:12px}.stats>i{width:4px;height:4px;border-radius:50%;background:#d4d4d8}.stats em{color:#f97316;font-style:normal}.zoom{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#fff;border:1px solid #f4f4f5;border-radius:999px;box-shadow:0 8px 32px #0000000a}.zoom label{font-size:12px;font-weight:600;letter-spacing:.12em;color:#a1a1aa}.zoom input{width:96px;accent-color:#09090b}.preview-shell{min-height:600px;padding:32px;background:#f4f4f580;border:1px solid #f4f4f5;border-radius:24px}.preview-grid{display:grid;gap:32px}.zoom-1{grid-template-columns:repeat(4,1fr)}.zoom-2{grid-template-columns:repeat(2,1fr);max-width:896px;margin:auto}.zoom-3{grid-template-columns:1fr;max-width:672px;margin:auto}.cert-wrapper{position:relative}.cert-wrapper.has-warning .preview-card{box-shadow:0 0 0 2px #f97316,0 20px 40px -15px #f9731626}.preview-card{border-radius:8px;box-shadow:0 20px 40px -15px #00000014;cursor:pointer;transition:.3s}.preview-card:hover{transform:translateY(-4px);box-shadow:0 30px 60px -20px #0000001f}.warning-badge{position:absolute;top:-12px;right:-12px;z-index:4;display:flex;gap:6px;align-items:center;padding:6px 12px;background:#f97316;border-radius:999px;color:#fff;font-size:10px;font-weight:700}.cert-inner{position:relative;z-index:2;display:flex;height:100%;padding:40px;flex-direction:column}.cert-inner.classic{font-family:"Noto Serif SC",serif}.cert-title{text-align:center;margin:0 0 24px;color:#991b1b;font-size:35px;font-weight:900;letter-spacing:.5em;padding-left:.5em}.cert-body{flex:1;color:#18181b;font-size:16px;line-height:2;text-align:left}.cert-name{border-bottom:1px solid #18181b;padding-bottom:2px;font-size:21px;font-weight:700}.accent{border-color:#f97316!important;color:#f97316!important}.cert-award{color:#991b1b;font-weight:900}.cert-footer{margin-top:auto;align-self:flex-end;color:#3f3f46;text-align:center;font-size:14px}.cert-footer div{margin-top:4px;font-size:12px}.minimal{padding:48px 40px 32px;font-family:"Noto Serif SC",serif}.minimal h3{margin:8px 0 32px;font-size:30px}.minimal-text{flex:1;font-size:15px;line-height:2}.minimal-text span{padding:0 8px;border-bottom:1px solid #09090b;font-weight:700;font-size:18px}.minimal-text strong{padding:4px 12px;border-radius:4px;background:#f4f4f5;font-size:18px}.minimal-footer{display:flex;justify-content:space-between;align-items:end;padding-top:24px;border-top:1px solid #f4f4f5;font-family:Plus Jakarta Sans,sans-serif}.minimal-footer>div{display:grid;place-items:center;width:64px;height:64px;border:1px dashed #d4d4d8;border-radius:50%;color:#a1a1aa;font-size:10px}.minimal-footer p{margin:0;color:#71717a;text-align:right;font-size:12px}.minimal-footer b{color:#09090b}.cert-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:grid;place-items:center;background:#09090b66;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;transition:.3s}.preview-card:hover .cert-overlay{opacity:1}.cert-overlay span{padding:10px 20px;border-radius:999px;background:#fff;font-size:14px;font-weight:600;box-shadow:0 12px 24px #0004;transform:translateY(8px);transition:.3s}.preview-card:hover .cert-overlay span{transform:translateY(0)}.no-preview{grid-column:1/-1;padding:80px;text-align:center;color:#a1a1aa}.export-page{max-width:768px;margin:64px auto;text-align:center}.success-icon{display:grid;place-items:center;width:80px;height:80px;margin:0 auto 32px;border-radius:50%;background:#09090b;color:#fff;box-shadow:0 20px 25px #09090b33;font-size:36px}.export-page>p{margin:0;color:#71717a;font-size:18px}.export-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px;text-align:left}.export-card{position:relative;overflow:hidden;padding:32px;border:1px solid #e4e4e7;border-radius:24px;background:#fff;box-shadow:0 8px 32px #0000000a;transition:.3s}.watermark{position:absolute;top:32px;right:32px;color:#09090b;opacity:.05;font-size:80px}.card-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:24px;border-radius:50%;background:#f4f4f5;font-size:20px}.export-card h3{margin:0 0 8px;font-size:20px}.export-card p{margin:0;color:#71717a;font-size:14px;line-height:1.6}.finish{margin-top:64px;color:#a1a1aa;font-size:14px;font-weight:500}.finish:hover{color:#09090b}.toast-container{position:fixed;bottom:32px;left:50%;z-index:200;transform:translate(-50%);display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast{display:flex;align-items:center;gap:12px;padding:12px 20px;border:1px solid #27272a;border-radius:999px;background:#09090b;color:#fff;box-shadow:0 10px 18px #0002;font-size:14px;font-weight:500}.toast.success i{color:#34d399}.toast.loading{color:#09090b;background:#fff;border-color:#e4e4e7}.toast.loading i{color:#a1a1aa}.ph-spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast-enter-active,.toast-leave-active{transition:.3s}.toast-enter-from,.toast-leave-to{opacity:0;transform:translateY(32px)}.view-enter-active,.view-leave-active{transition:.4s cubic-bezier(.16,1,.3,1)}.view-enter-from,.view-leave-to{opacity:0;transform:translateY(10px)}.modal-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:16px;background:#18181b33;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-card{max-height:90vh;overflow:hidden;background:#fff;border-radius:24px;box-shadow:0 25px 50px #0004}.modal-card header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f4f4f5}.modal-card header h3{margin:0;font-size:18px}.modal-card header h3 i{color:#a1a1aa;margin-right:8px}.modal-card header>div small{display:block;margin-top:4px;color:#a1a1aa;font-size:12px}.modal-card header>button{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#fafafa;color:#71717a}.history{width:min(768px,100%);max-height:85vh}.history th,.history td{padding:12px 16px}.history td:first-child{width:auto;color:#18181b;font-weight:500;font-size:14px}.history td:nth-child(2){width:auto;color:#71717a}.history td:nth-child(3){width:auto;color:#a1a1aa;font-size:12px}.history td:last-child{width:auto}.history td button{padding:6px;color:#a1a1aa}.edit{width:min(448px,100%)}.form{max-height:60vh;padding:24px;overflow-y:auto}.form label{display:block;margin-bottom:8px;color:#a1a1aa;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.form label em{margin-left:8px;color:#71717a;font-size:10px;font-style:normal;font-weight:500;letter-spacing:0;text-transform:none}.form input{margin-bottom:20px;padding:12px 16px}.form p{margin:-12px 0 20px;color:#f97316;font-size:12px}.form .empty-edit{margin:0;color:#a1a1aa}.edit footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;background:#fafafa80}.edit footer>button:first-child{padding:10px 20px;border:1px solid #e4e4e7;border-radius:999px;background:#fff;color:#71717a;font-size:14px;font-weight:600}.modal-enter-active,.modal-leave-active{transition:.3s}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-from .modal-card,.modal-leave-to .modal-card{opacity:0;transform:scale(.95)}@media(max-width:1023px){.zoom-1{grid-template-columns:repeat(3,1fr)}.template-grid{grid-template-columns:repeat(2,1fr)}.data-grid{grid-template-columns:1fr}.table-panel{height:600px}}@media(max-width:700px){.app-main{padding:108px 16px 64px}.floating-header{top:12px;width:calc(100% - 24px)}.floating-nav{gap:4px;justify-content:space-between}.brand-icon,.history-btn{width:34px;height:34px}.history-btn{margin-right:0}nav{gap:8px;padding:0}.nav-pill{font-size:0}.nav-pill>span{font-size:10px}.nav-sep{font-size:9px}.intro{margin-bottom:32px}.intro h1,.export-page h1{font-size:30px}.template-grid,.export-grid{grid-template-columns:1fr;gap:24px}.heading-line{align-items:flex-start;gap:20px;flex-direction:column}.text-btn{margin-top:-20px}.stats{flex-wrap:wrap}.preview-shell{padding:20px}.zoom-1,.zoom-2{grid-template-columns:1fr}.cert-inner{padding:28px}.cert-title{margin-bottom:12px;font-size:28px}.cert-body{font-size:13px}.cert-name{font-size:17px}.minimal{padding:36px 28px 24px}.minimal h3{margin-bottom:18px;font-size:25px}.export-page{margin:32px auto}.editor-body{height:auto;flex-direction:column}.editor aside{width:100%;border-left:0;border-top:1px solid #f4f4f5}.editor header{align-items:flex-start}.editor .cancel{display:none}.editor-canvas{padding:16px}.actions{margin-top:32px}.actions.end{margin-top:48px}}.admin-page{max-width:1100px;margin:auto}.admin-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px}.admin-header span{color:#a16207;font-size:12px;font-weight:700;letter-spacing:.12em}.admin-header h1{margin:8px 0;font-size:36px}.admin-header p{margin:0;color:#71717a}.admin-header a{color:#52525b;font-size:14px}.admin-login{display:flex;gap:10px;margin-bottom:16px}.admin-login input,.admin-form input,.admin-form textarea{border:1px solid #e4e4e7;border-radius:8px;padding:10px;outline:0}.admin-login input{width:180px}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.admin-list,.admin-form{padding:20px;border:1px solid #e4e4e7;border-radius:16px;background:#fff;box-shadow:0 8px 32px #0000000a}.list-title{display:flex;justify-content:space-between;margin-bottom:12px;font-weight:700}.list-title button{color:#c2410c}.admin-list article{padding:14px 0;border-top:1px solid #f4f4f5}.admin-list small{margin-left:8px;color:#a1a1aa}.admin-list p{margin:8px 0;color:#71717a;font-size:13px}.admin-list article button{margin-right:12px;color:#52525b;font-size:13px}.admin-form{display:flex;flex-direction:column;gap:12px}.admin-form h2{margin:0}.admin-form label{display:flex;flex-direction:column;gap:6px;color:#52525b;font-size:13px}.admin-form textarea{min-height:64px;resize:vertical;font-family:ui-monospace,monospace}.admin-form .switch{display:block}.admin-error{color:#dc2626}.admin-saved{color:#059669}@media(max-width:700px){.admin-header,.admin-login{align-items:stretch;flex-direction:column}.admin-grid{grid-template-columns:1fr}.admin-login input{width:auto}}.official-template small{float:right;margin-top:16px;color:#a1a1aa;font-size:11px}.official-fallback{display:grid;height:100%;place-items:center;background:linear-gradient(135deg,#fff7ed,#fef3c7);color:#9a3412;font:700 20px "Noto Serif SC",serif}.admin-form-actions{display:flex;justify-content:flex-end;gap:10px}.admin-form-actions>button:first-child{padding:10px 18px;border:1px solid #e4e4e7;border-radius:999px;background:#fff;color:#52525b}.admin-placeholder{align-items:center;justify-content:center;min-height:320px;color:#71717a}.admin-placeholder i{font-size:36px;color:#d4d4d8}.admin-placeholder b{color:#3f3f46}.admin-placeholder span,.admin-empty{font-size:13px}.admin-wide{margin-top:24px}.builder-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:grid;place-items:center;padding:20px;background:#18181b66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.builder-dialog{width:min(1180px,100%);max-height:92vh;overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 25px 60px #0005}.builder-dialog>header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f4f4f5}.builder-dialog h2{margin:0;font-size:19px}.builder-dialog header p{margin:5px 0 0;color:#71717a;font-size:12px}.builder-dialog header>div:last-child{display:flex;align-items:center;gap:12px}.builder-dialog header>div:last-child>button:first-child{padding:10px 16px;color:#71717a}.builder-body{display:flex;min-height:590px;max-height:calc(92vh - 78px);background:#fafafa}.builder-canvas{display:flex;flex:1;align-items:center;justify-content:center;padding:32px;overflow:auto}.admin-paper{position:relative;width:100%;max-width:800px;aspect-ratio:1.414/1;background:#fff center/100% 100% no-repeat;box-shadow:0 20px 40px -15px #0002;overflow:hidden;touch-action:none}.admin-paper-placeholder{display:grid;place-items:center;height:100%;color:#d4d4d8;font:700 22px "Noto Serif SC",serif}.admin-field{position:absolute;z-index:2;display:grid;place-items:center;border:2px dashed #f97316;background:#f9731617;color:#c2410c;font:700 16px "Noto Serif SC",serif;cursor:move;-webkit-user-select:none;user-select:none}.admin-field.selected{z-index:3;border-color:#1d4ed8;background:#1d4ed817;color:#1d4ed8;box-shadow:0 0 0 2px #1d4ed833}.builder-panel{width:290px;padding:20px;border-left:1px solid #f4f4f5;background:#fff;overflow:auto}.builder-panel label{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;color:#52525b;font-size:12px}.builder-panel input,.builder-panel textarea{width:100%;padding:8px;border:1px solid #e4e4e7;border-radius:7px;outline:0}.builder-panel textarea{min-height:55px;resize:vertical}.builder-panel .switch{display:block}.builder-upload{display:flex!important;flex-direction:row!important;align-items:center;justify-content:center;gap:8px;padding:11px;border:1px solid #e4e4e7;border-radius:10px;background:#fafafa;cursor:pointer;font-size:14px!important;font-weight:600}.field-properties{margin-top:24px;padding-top:18px;border-top:1px solid #f4f4f5}.field-properties h3{margin:0 0 12px;font-size:14px}.field-properties{display:grid;grid-template-columns:1fr 1fr;gap:8px}.field-properties h3{grid-column:1/-1}.field-properties label{margin:0}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media(max-width:760px){.builder-overlay{padding:0}.builder-dialog{height:100vh;max-height:none;border-radius:0}.builder-body{min-height:0;height:calc(100vh - 78px);flex-direction:column}.builder-canvas{padding:16px}.builder-panel{width:100%;border-left:0;border-top:1px solid #f4f4f5}.builder-dialog>header{align-items:flex-start}.builder-dialog header p{display:none}.builder-dialog header>div:last-child{margin-left:12px}.builder-dialog header>div:last-child>button:first-child{display:none}}.builder-add-field{width:100%;margin:10px 0 16px;padding:10px;border:1px dashed #fb923c;border-radius:9px;background:#fff7ed;color:#c2410c;font-size:13px;font-weight:700}.builder-panel select{width:100%;padding:8px;border:1px solid #e4e4e7;border-radius:7px;background:#fff}.field-properties .field-wide{grid-column:1/-1}.builder-field-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0 16px}.builder-field-buttons .builder-add-field{margin:0;font-size:12px}.admin-field.image{overflow:hidden;background-color:#eff6ff;border-color:#2563eb;color:#1d4ed8}.admin-field.image.shape-circle{border-radius:50%}.admin-field.image.shape-square{border-radius:0}.admin-field.image.shape-rounded{border-radius:12px}.admin-field.image i{font-size:24px}.admin-field.image.shape-landscape,.admin-field.image.shape-portrait{border-radius:8px}.admin-resize{position:absolute;right:-7px;bottom:-7px;width:14px;height:14px;border:2px solid #fff;border-radius:3px;background:#f97316;box-shadow:0 1px 3px #0004;cursor:nwse-resize}.admin-field.image .admin-resize{background:#2563eb}.field-properties-heading{display:flex;grid-column:1/-1;align-items:center;justify-content:space-between;gap:10px}.field-properties-heading h3{margin:0}.delete-field{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border:1px solid #fecaca;border-radius:6px;background:#fff;color:#dc2626;font-size:12px;cursor:pointer}.delete-field:hover{background:#fef2f2}.builder-body.previewing{min-height:0}.builder-body.previewing .builder-canvas{padding:42px}.admin-paper.is-preview .admin-field{border-color:transparent;background-color:transparent;box-shadow:none;cursor:default}.admin-paper.is-preview .admin-field.image{border:0}.admin-field.image .admin-resize{right:4px;bottom:4px;z-index:5;width:16px;height:16px;border-radius:50%;cursor:nwse-resize;touch-action:none}.admin-field.image .admin-resize:hover{transform:scale(1.18)}.curved-text{display:inline-flex;width:100%;align-items:center;justify-content:center;white-space:pre;pointer-events:none}.curved-text>span{display:inline-block;transform-origin:center bottom;transition:transform .12s ease-out}.data-template-preview{padding:14px 20px 2px;border-bottom:1px solid #f4f4f5;background:#fafafa80}.data-template-preview>p{margin:0 0 10px;color:#71717a;font-size:11px}.template-data-paper{position:relative;width:min(100%,430px);margin:0 auto 14px;aspect-ratio:1.414/1;overflow:hidden;background:#fff center/100% 100% no-repeat;box-shadow:0 8px 18px #00000012}.template-data-paper.full-size{width:100%;height:100%;margin:0;aspect-ratio:auto;box-shadow:none}.template-data-empty{display:grid;place-items:center;height:100%;color:#a1a1aa;font:700 18px "Noto Serif SC",serif}.template-data-field{position:absolute;display:grid;place-items:center;overflow:hidden;line-height:1.25;word-break:break-word;background-position:center;background-size:cover}.template-data-field.text{display:flex;align-items:center;overflow:visible}.template-curved-text{display:inline-flex;width:100%;min-height:100%;align-items:center}.template-curved-text>span{display:inline-block;transform-origin:center bottom;transition:transform .12s ease-out}.template-data-field.image.shape-circle{border-radius:50%}.template-data-field.image.shape-rounded{border-radius:8px}.template-data-field.image{background-color:#e4e4e7;color:#71717a}.template-data-field.image i{font-size:18px}.template-missing{display:grid;place-items:center;width:100%;height:100%;color:#a1a1aa;background:#fff;font-size:14px}.media-cleanup{position:fixed;top:104px;left:max(24px,(100vw - 1152px) / 2 + 24px);z-index:20}.media-cleanup-trigger{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border:1px solid #e4e4e7;border-radius:10px;background:#fff;color:#52525b;font-size:13px;font-weight:600;box-shadow:0 4px 12px #0000000a}.media-cleanup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;padding:20px;background:#18181b55;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.media-cleanup-dialog{display:flex;flex-direction:column;width:min(760px,100%);max-height:85vh;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 24px 60px #0005}.media-cleanup-dialog header,.media-cleanup-dialog footer{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #f4f4f5}.media-cleanup-dialog header h3{margin:0;font-size:18px}.media-cleanup-dialog header p{margin:5px 0 0;color:#71717a;font-size:12px}.media-cleanup-dialog header>button{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#fafafa}.media-cleanup-auth{display:flex;gap:8px;padding:14px 22px;border-bottom:1px solid #f4f4f5}.media-cleanup-auth input{min-width:0;flex:1;padding:9px 10px;border:1px solid #e4e4e7;border-radius:8px}.media-cleanup-auth button,.media-cleanup-dialog footer button{padding:9px 13px;border:1px solid #e4e4e7;border-radius:8px;background:#fff;font-size:13px;font-weight:600}.media-cleanup-summary{padding:12px 22px;background:#fafafa;color:#52525b;font-size:13px}.media-cleanup-list{flex:1;overflow:auto;padding:12px 22px}.media-cleanup-list article{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid #f4f4f5}.media-cleanup-list img{width:86px;height:60px;object-fit:cover;border-radius:7px;background:#f4f4f5}.media-cleanup-list div{min-width:0;display:flex;flex:1;flex-direction:column;gap:4px}.media-cleanup-list small{overflow:hidden;color:#71717a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.media-cleanup-list em{color:#16a34a;font-size:12px;font-style:normal}.media-cleanup-list em.bad{color:#dc2626}.media-cleanup-dialog footer{border-top:1px solid #f4f4f5;border-bottom:0;background:#fafafa}.media-cleanup-dialog footer .primary{border-color:#09090b;background:#09090b;color:#fff}.media-cleanup-dialog button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:700px){.media-cleanup{position:static;margin:8px 16px}.media-cleanup-trigger{width:100%;justify-content:center}.media-cleanup-auth{flex-wrap:wrap}.media-cleanup-auth input{min-width:45%}}.template-category{margin-top:34px}.template-category-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px}.template-category-heading span{display:block;margin-bottom:4px;color:#a16207;font-size:10px;font-weight:800;letter-spacing:.14em}.template-category-heading h2{margin:0;font-size:20px}.template-category-heading small{color:#a1a1aa;font-size:12px}.custom-category{padding-top:30px;border-top:1px solid #ececf0}.template-empty{grid-column:1/-1;display:flex;align-items:center;gap:8px;min-height:150px;padding:22px;border:1px dashed #d4d4d8;border-radius:12px;color:#a1a1aa;font-size:13px}.template-empty i{font-size:22px}@media(max-width:640px){.template-category-heading{align-items:start;flex-direction:column;gap:4px}}.template-tabs{display:inline-flex;gap:4px;padding:4px;margin:2px 0 8px;border:1px solid #e4e4e7;border-radius:12px;background:#fff}.template-tabs button{display:flex;align-items:center;gap:7px;padding:9px 13px;border-radius:8px;color:#71717a;font-size:13px;font-weight:700;transition:.2s}.template-tabs button.active{background:#18181b;color:#fff;box-shadow:0 3px 8px #0002}.template-tabs small{display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#f4f4f5;color:#71717a;font-size:10px}.template-tabs .active small{background:#ffffff2a;color:#fff}.custom-template-panel{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:270px;margin-top:26px;padding:42px 48px;overflow:hidden;border:1px solid #fed7aa;border-radius:20px;background:linear-gradient(135deg,#fff7ed,#fff 65%)}.custom-template-panel>div{position:relative;z-index:1;max-width:480px}.custom-template-panel span{display:block;margin-bottom:8px;color:#c2410c;font-size:11px;font-weight:800;letter-spacing:.14em}.custom-template-panel h2{margin:0 0 12px;font-size:27px;letter-spacing:-.03em}.custom-template-panel p{margin:0 0 24px;color:#71717a;font-size:14px;line-height:1.7}.custom-template-hero{display:inline-flex;align-items:center;gap:10px;padding:13px 20px;border-radius:12px;background:#c2410c;color:#fff;font-size:14px;font-weight:800;box-shadow:0 12px 24px #c2410c2e;transition:.2s}.custom-template-hero:hover{background:#9a3412;transform:translateY(-2px)}.custom-template-hero i:last-child{margin-left:10px}.custom-template-icon{position:absolute;right:64px;color:#f97316;opacity:.16;font-size:150px;transform:rotate(-12deg)}@media(max-width:640px){.custom-template-panel{min-height:250px;padding:32px 26px}.custom-template-icon{right:-25px;font-size:130px}.custom-template-panel h2{font-size:23px}}.custom-template-create-card{display:flex;min-height:240px;flex-direction:column;align-items:center;justify-content:center;gap:9px;border:1px dashed #fb923c;border-radius:12px;background:#fff7ed;color:#9a3412;transition:.2s}.custom-template-create-card:hover{transform:translateY(-4px);border-color:#ea580c;background:#ffedd5;box-shadow:0 20px 40px -20px #f9731640}.custom-template-create-card>i{font-size:34px}.custom-template-create-card b{font-size:15px}.custom-template-create-card small{color:#c2410c;font-size:12px}.cert-scale{position:relative;width:100%;height:100%;transform-origin:left top}.zoom-1 .cert-scale{width:200%;height:200%;transform:scale(.5)}.zoom-2 .cert-scale{width:133.3334%;height:133.3334%;transform:scale(.75)}.export-render{position:fixed;top:0;left:-10000px;width:1200px;pointer-events:none}.export-render .cert-wrapper{width:1200px;margin-bottom:40px}.export-render .cert-container{width:1200px;height:auto;aspect-ratio:1.414/1}.export-render .cert-overlay{display:none}.template-download-actions{position:fixed;top:104px;right:max(24px,(100vw - 1152px) / 2 + 24px);z-index:20;display:flex;gap:8px}.template-download-actions button{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border:1px solid #e4e4e7;border-radius:10px;background:#fff;color:#52525b;font-size:13px;font-weight:600;box-shadow:0 4px 12px #0000000a}.template-download-actions button:hover{border-color:#a1a1aa;background:#fafafa;color:#09090b}@media(max-width:700px){.template-download-actions{position:static;justify-content:flex-end;margin:-18px 0 20px}.template-download-actions button{flex:1;justify-content:center}}.history-header-actions,.history-row-actions{display:flex;align-items:center;gap:4px}.history-header-actions .clear-history{width:auto;padding:7px 10px;border-radius:8px;color:#dc2626;font-size:12px}.history-header-actions .clear-history:disabled{opacity:.4;cursor:not-allowed}.history-row-actions button{padding:6px;color:#71717a}.history-row-actions button:last-child:hover{color:#dc2626}.history-footer{display:flex;justify-content:center;padding:14px;border-top:1px solid #f4f4f5;background:#fafafa}.history-footer button{padding:8px 16px;border:1px solid #e4e4e7;border-radius:999px;background:#fff;font-size:13px;font-weight:600}.history-footer button:disabled{opacity:.6;cursor:wait}.official-entry-page{display:grid;min-height:100vh;padding:24px;place-items:center;background:linear-gradient(135deg,#eef2ff,#fafcff 52%,#f1f5f9);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif}.official-entry-card{width:min(460px,100%);padding:44px 34px 42px;border:1px solid rgba(255,255,255,.7019607843);border-radius:26px;background:#fffffff2;box-shadow:0 28px 68px #263a7830;text-align:center}.official-entry-icon{display:grid;width:72px;height:72px;margin:0 auto 22px;place-items:center;border-radius:22px;background:#e9edff;color:#6066e9;font-size:31px}.official-entry-card h1{margin:0 0 12px;color:#1e293b;font-size:27px;line-height:1.25;letter-spacing:-.04em}.official-entry-card p{max-width:350px;margin:0 auto 25px;color:#64748b;font-size:14px;line-height:1.8}.official-entry-card a{display:inline-flex;align-items:center;gap:9px;padding:15px 22px;border-radius:16px;background:#111827;color:#fff;text-decoration:none;font-size:14px;font-weight:700;box-shadow:0 12px 22px #1118272b;transition:transform .2s,background .2s}.official-entry-card a:hover{background:#202b3f;transform:translateY(-2px)}.official-entry-card a:active{transform:translateY(0)}
