@import "https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--ide-bg:#f4f7fb;--ide-editor-bg:#fff;--ide-sidebar-bg:#eef3f9;--ide-activity-bg:#e4ecf6;--ide-panel-bg:#fff;--ide-statusbar-bg:#2f6feb;--ide-statusbar-fg:#f8fbff;--ide-accent:#2563eb;--ide-accent-hover:#1d4ed8;--ide-text-bright:#14263f;--ide-text-normal:#304760;--ide-text-muted:#6f839a;--ide-border:#d6dfeb;--ide-border-glow:#2563eb29;--ide-input-bg:#f8fbff;--ide-input-border:#c7d3e4;--ide-input-focus:#2563eb;--ide-error:#d64545;--ide-warning:#b7791f;--ide-info:#2563eb;--ide-success:#1f8f5f;--ide-list-hover:#e6edf7;--ide-list-active:#dce7f8;--ide-tab-active-bg:#fff;--ide-tab-inactive-bg:#e9f0f8;--ide-tab-border:#d6dfeb;--ide-surface-muted:#f7fafe;--ide-surface-raised:#fff;--ide-surface-strong:#dde7f3;--ide-surface-hover:#14263f0f;--ide-surface-hover-strong:#14263f1a;--ide-shadow-soft:#14263f14;--ide-shadow-strong:#14263f24;--ide-hero-glow:#2563eb1a;--ide-hero-bg-start:#fff;--ide-hero-bg-end:#f7fafe;--ide-card-gradient-start:#fff;--ide-card-gradient-end:#f2f7fd;--ide-terminal-bg:#edf4ff;--ide-terminal-fg:#16734d;--ide-terminal-prompt:#0f8a55;--ide-terminal-info:#4758c7;--ide-terminal-status:#0f8ea1;--ide-terminal-success:#14845c;--ide-terminal-warning:#b7791f;--ide-font:"Outfit", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--ide-font-mono:"Fira Code", "Cascadia Code", Consolas, Monaco, monospace}:root[data-theme=dark]{--ide-bg:#0f0f11;--ide-editor-bg:#151518;--ide-sidebar-bg:#0b0b0d;--ide-activity-bg:#050506;--ide-panel-bg:#151518;--ide-statusbar-bg:#5f27cd;--ide-statusbar-fg:#f5f6fa;--ide-accent:#8c7ae6;--ide-accent-hover:#9c88ff;--ide-text-bright:#fff;--ide-text-normal:#ccc;--ide-text-muted:#6c7a89;--ide-border:#252529;--ide-border-glow:#8c7ae626;--ide-input-bg:#1c1c21;--ide-input-border:#2c2c35;--ide-input-focus:#8c7ae6;--ide-error:#ff7675;--ide-warning:#f1c40f;--ide-info:#3498db;--ide-success:#2ecc71;--ide-list-hover:#1f1f24;--ide-list-active:#2a2a32;--ide-tab-active-bg:#151518;--ide-tab-inactive-bg:#0b0b0d;--ide-tab-border:#252529;--ide-surface-muted:#121215;--ide-surface-raised:#1a1a1e;--ide-surface-strong:#2c2c35;--ide-surface-hover:#ffffff08;--ide-surface-hover-strong:#ffffff1a;--ide-shadow-soft:#0003;--ide-shadow-strong:#00000059;--ide-hero-glow:#8c7ae61f;--ide-hero-bg-start:#18181c;--ide-hero-bg-end:#131315;--ide-card-gradient-start:#18181c;--ide-card-gradient-end:#131315;--ide-terminal-bg:#0b0b0d;--ide-terminal-fg:#3ae374;--ide-terminal-prompt:#3ae374;--ide-terminal-info:#5758bb;--ide-terminal-status:#00d2d3;--ide-terminal-success:#1dd1a1;--ide-terminal-warning:#f1c40f}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;font-family:var(--ide-font);background-color:var(--ide-bg);color:var(--ide-text-normal);-webkit-font-smoothing:antialiased;overflow:hidden}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--ide-sidebar-bg)}::-webkit-scrollbar-thumb{background:var(--ide-surface-strong);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#c1cddd}.ide-layout{background-color:var(--ide-bg);flex-direction:column;width:100vw;height:100vh;display:flex;overflow:hidden}.ide-workspace{flex:1;width:100%;height:calc(100vh - 22px);display:flex;overflow:hidden}.activity-bar{background-color:var(--ide-activity-bg);border-right:1px solid var(--ide-border);z-index:10;flex-direction:column;justify-content:space-between;align-items:center;width:50px;padding:10px 0;display:flex}.activity-bar-group{flex-direction:column;gap:12px;width:100%;display:flex}.activity-btn{width:100%;height:48px;color:var(--ide-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s,transform .1s;display:flex;position:relative}.activity-btn:hover{color:var(--ide-text-bright)}.activity-btn.active{color:var(--ide-accent)}.sidebar{background-color:var(--ide-sidebar-bg);border-right:1px solid var(--ide-border);flex-direction:column;width:260px;min-width:260px;transition:width .2s cubic-bezier(.2,.8,.2,1),min-width .2s cubic-bezier(.2,.8,.2,1);display:flex;overflow:hidden}.sidebar.collapsed{border-right:none;width:0!important;min-width:0!important}.sidebar-header{border-bottom:1px solid var(--ide-border);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.sidebar-title{letter-spacing:.08em;text-transform:uppercase;color:var(--ide-text-bright);font-size:.75rem;font-weight:700}.sidebar-content{flex:1;padding:8px 0;overflow-y:auto}.explorer-group{margin-bottom:12px}.explorer-header{color:var(--ide-text-muted);text-transform:uppercase;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;padding:6px 14px;font-size:.72rem;font-weight:700;display:flex}.explorer-header:hover{color:var(--ide-text-normal)}.explorer-list{flex-direction:column;gap:2px;margin-top:4px;padding:0 4px;display:flex}.explorer-item{color:var(--ide-text-normal);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:4px;align-items:center;gap:8px;padding:6px 12px;font-size:.82rem;text-decoration:none;transition:background-color .15s,color .15s;display:flex}.explorer-item:hover{background-color:var(--ide-list-hover);color:var(--ide-text-bright)}.explorer-item.active{background-color:var(--ide-list-active);color:var(--ide-text-bright);border-left:2px solid var(--ide-accent);font-weight:500}.explorer-item-badge{background-color:var(--ide-accent);color:#fff;border-radius:99px;margin-left:auto;padding:1px 5px;font-size:.65rem}.explorer-item-badge.warning{background-color:var(--ide-warning);color:#000;font-weight:600}.sidebar-panel-group{flex-direction:column;gap:12px;padding:12px 16px;display:flex}.sidebar-form-field{flex-direction:column;gap:4px;display:flex}.sidebar-form-field label{color:var(--ide-text-muted);font-size:.75rem;font-weight:500}.sidebar-input,.sidebar-select{background-color:var(--ide-input-bg);border:1px solid var(--ide-input-border);width:100%;color:var(--ide-text-bright);font-family:var(--ide-font);border-radius:4px;outline:none;padding:6px 10px;font-size:.8rem;transition:border-color .15s}.sidebar-input:focus,.sidebar-select:focus{border-color:var(--ide-input-focus)}.sidebar-action-btn{background-color:var(--ide-accent);color:#fff;cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:6px;padding:8px 12px;font-size:.82rem;font-weight:600;transition:background-color .15s,transform .1s;display:flex}.sidebar-action-btn:hover{background-color:var(--ide-accent-hover)}.sidebar-action-btn:active{transform:translateY(1px)}.sidebar-action-btn.secondary{background-color:var(--ide-surface-strong);border:1px solid var(--ide-border);color:var(--ide-text-bright)}.sidebar-action-btn.secondary:hover{color:var(--ide-text-bright);background-color:#c8d6e8}.sidebar-action-btn:disabled{cursor:not-allowed;opacity:.72}.sidebar-action-btn.secondary:disabled{color:var(--ide-text-muted);background-color:var(--ide-surface-strong);border-color:var(--ide-border)}.theme-toggle-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.theme-toggle-btn{border:1px solid var(--ide-input-border);background-color:var(--ide-input-bg);color:var(--ide-text-normal);font-family:var(--ide-font);cursor:pointer;border-radius:6px;padding:8px 10px;font-size:.8rem;font-weight:600;transition:background-color .15s,border-color .15s,color .15s}.theme-toggle-btn:hover{border-color:var(--ide-accent);color:var(--ide-text-bright)}.theme-toggle-btn.active{background-color:var(--ide-accent);border-color:var(--ide-accent);color:#fff}.main-workspace{background-color:var(--ide-editor-bg);flex-direction:column;flex:1;height:100%;display:flex;overflow:hidden}.editor-tabs-bar{background-color:var(--ide-sidebar-bg);border-bottom:1px solid var(--ide-border);-webkit-user-select:none;user-select:none;align-items:flex-end;height:35px;display:flex;overflow-x:auto}.editor-tabs-bar::-webkit-scrollbar{height:3px}.editor-tab{background-color:var(--ide-tab-inactive-bg);border-right:1px solid var(--ide-border);min-width:0;max-width:148px;height:30px;color:var(--ide-text-muted);cursor:pointer;align-items:center;gap:8px;padding:0 16px;font-size:.8rem;transition:background-color .15s,color .15s;display:flex;position:relative}.editor-tab:hover{background-color:var(--ide-surface-muted);color:var(--ide-text-bright)}.editor-tab.active{background-color:var(--ide-tab-active-bg);color:var(--ide-text-bright);border-top:2px solid var(--ide-accent);font-weight:500}.editor-tab-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.editor-tab-close{width:14px;height:14px;color:var(--ide-text-muted);border-radius:3px;justify-content:center;align-items:center;font-size:.65rem;transition:background-color .15s,color .15s;display:flex}.editor-tab-close:hover{background-color:var(--ide-surface-hover-strong);color:var(--ide-text-bright)}.editor-pane-container{flex-direction:column;flex:1;display:flex;overflow:hidden}.editor-view-container{flex:1;padding:20px;position:relative;overflow:auto}.ide-welcome{background:radial-gradient(circle at 10% 20%, var(--ide-hero-glow) 0%, transparent 45%), linear-gradient(135deg, var(--ide-hero-bg-start) 0%, var(--ide-hero-bg-end) 100%);border:1px dashed var(--ide-border);border-radius:8px;margin-bottom:20px;padding:24px;position:relative}.ide-welcome-title{font-family:var(--ide-font);color:var(--ide-text-bright);align-items:center;gap:10px;margin-bottom:6px;font-size:1.6rem;font-weight:600;display:flex}.ide-welcome-title:after{content:"v1.1.0";font-size:.68rem;font-family:var(--ide-font-mono);color:var(--ide-accent);background-color:#2563eb24;border-radius:4px;padding:2px 6px}.ide-welcome-text{color:var(--ide-text-muted);margin-bottom:12px;font-size:.9rem;line-height:1.4}.ide-meta-grid{flex-wrap:wrap;gap:12px;display:flex}.ide-meta-chip{font-family:var(--ide-font-mono);background-color:var(--ide-input-bg);border:1px solid var(--ide-border);color:var(--ide-text-normal);border-radius:4px;padding:4px 8px;font-size:.72rem}.editor-grid-box{background-color:var(--ide-surface-raised);border:1px solid var(--ide-border);box-shadow:0 10px 28px var(--ide-shadow-soft);border-radius:8px;margin-bottom:20px;overflow:hidden}.editor-grid-header{background-color:var(--ide-surface-muted);border-bottom:1px solid var(--ide-border);justify-content:space-between;align-items:center;padding:8px 16px;display:flex}.editor-grid-title{font-size:.8rem;font-weight:600;font-family:var(--ide-font-mono);color:var(--ide-text-bright)}.editor-grid-body{padding:16px;overflow:auto}.ide-table-container{border:1px solid var(--ide-border);background-color:var(--ide-surface-raised);border-radius:4px;overflow-x:auto}.ide-table{border-collapse:collapse;text-align:left;width:100%;font-size:.82rem}.ide-table th{background-color:var(--ide-sidebar-bg);color:var(--ide-text-bright);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--ide-border);padding:8px 12px;font-size:.75rem;font-weight:600;position:sticky;top:0}.ide-table thead tr:first-child th{top:0}.ide-table thead tr:nth-child(2) th{top:78px}.tkpi-header-fixed,.tkpi-header-slot-fixed,.tkpi-header-bdd,.tkpi-header-main,.tkpi-header-unit{border-right:1px solid #071a3573;color:#f7fbff!important;background:linear-gradient(#5f95d4 0%,#4c82c2 100%)!important;border-bottom:1px solid #071a358c!important}.tkpi-header-fixed{vertical-align:middle;text-transform:none!important;letter-spacing:.01em!important}.tkpi-header-slot-fixed{vertical-align:middle;text-transform:none!important;letter-spacing:.01em!important;min-width:150px!important}.tkpi-header-bdd{text-align:center;vertical-align:middle;min-width:72px}.tkpi-header-main{text-align:center;min-width:54px;height:78px;padding:6px 4px!important}.tkpi-header-vertical>span{writing-mode:vertical-rl;letter-spacing:.04em;font-size:.72rem;display:inline-block;transform:rotate(180deg)}.tkpi-header-unit{text-align:center;min-width:54px;letter-spacing:0!important;text-transform:none!important;padding:6px 4px!important;font-size:.68rem!important}.ide-table td{border-bottom:1px solid var(--ide-border);vertical-align:middle;padding:6px 8px}.ide-table tbody tr:hover{background-color:var(--ide-surface-hover)}.ide-table tbody tr.row-error{border-left:3px solid var(--ide-error)}.row-number{font-family:var(--ide-font-mono);color:var(--ide-text-muted);text-align:right;-webkit-user-select:none;user-select:none;width:25px;font-size:.75rem;padding-right:8px!important}.table-input,.table-select{background-color:var(--ide-input-bg);border:1px solid var(--ide-input-border);color:var(--ide-text-bright);font-family:var(--ide-font);border-radius:4px;outline:none;width:100%;padding:4px 8px;font-size:.8rem;transition:border-color .15s,box-shadow .15s}.table-input:focus,.table-select:focus{border-color:var(--ide-accent);box-shadow:0 0 0 2px var(--ide-border-glow)}.table-combobox{min-width:300px;position:relative}.table-combobox-frame{background-color:var(--ide-input-bg);border:1px solid var(--ide-input-border);border-radius:4px;align-items:center;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.table-combobox-frame.open{border-color:var(--ide-accent);box-shadow:0 0 0 2px var(--ide-border-glow)}.table-combobox-input{width:100%;color:var(--ide-text-bright);font-family:var(--ide-font);background:0 0;border:0;outline:none;padding:6px 8px;font-size:.8rem}.table-combobox-toggle{color:var(--ide-text-muted);cursor:pointer;background:0 0;border:0;min-width:30px;height:30px;font-size:.8rem}.table-combobox-toggle:hover{color:var(--ide-text-bright);background-color:var(--ide-surface-hover)}.table-combobox-menu{z-index:30;background-color:var(--ide-surface-raised);border:1px solid var(--ide-border);max-height:260px;box-shadow:0 16px 30px var(--ide-shadow-strong);border-radius:6px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.table-combobox-option{width:100%;color:var(--ide-text-normal);text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 10px;display:flex}.table-combobox-option:hover,.table-combobox-option.selected{background-color:var(--ide-list-active);color:var(--ide-text-bright)}.table-combobox-option-title{font-size:.79rem}.table-combobox-option-meta{color:var(--ide-text-muted);font-size:.7rem}.table-combobox-empty{color:var(--ide-text-muted);padding:10px;font-size:.76rem}.number-value{font-family:var(--ide-font-mono);text-align:right;color:var(--ide-text-bright)}.number-value.faded{color:var(--ide-text-muted)}.btn-mini{background-color:var(--ide-surface-strong);color:var(--ide-text-normal);border:1px solid var(--ide-border);cursor:pointer;font-size:.78rem;font-family:var(--ide-font);border-radius:4px;padding:4px 10px;transition:all .15s}.btn-mini:hover{background-color:var(--ide-accent);color:#fff;border-color:var(--ide-accent)}.btn-mini.danger:hover{background-color:var(--ide-error);border-color:var(--ide-error)}.bottom-panel{background-color:var(--ide-panel-bg);border-top:1px solid var(--ide-border);flex-direction:column;height:240px;min-height:30px;transition:height .2s;display:flex;overflow:hidden}.bottom-panel.collapsed{height:30px!important}.bottom-panel.collapsed .bottom-panel-content{display:none}.bottom-panel-header{background-color:var(--ide-sidebar-bg);border-bottom:1px solid var(--ide-border);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;height:30px;padding:0 16px;display:flex}.bottom-panel-tabs{gap:16px;height:100%;display:flex}.bottom-panel-tab{text-transform:uppercase;letter-spacing:.05em;height:100%;color:var(--ide-text-muted);cursor:pointer;align-items:center;font-size:.75rem;font-weight:600;transition:color .15s;display:flex;position:relative}.bottom-panel-tab:hover,.bottom-panel-tab.active{color:var(--ide-text-bright)}.bottom-panel-tab.active:after{content:"";background-color:var(--ide-accent);height:2px;box-shadow:0 0 6px var(--ide-accent);position:absolute;bottom:0;left:0;right:0}.bottom-panel-tab-badge{background-color:var(--ide-surface-strong);color:var(--ide-text-normal);font-size:.65rem;font-family:var(--ide-font-mono);border-radius:9px;margin-left:6px;padding:1px 5px}.bottom-panel-tab.active .bottom-panel-tab-badge{background-color:var(--ide-accent);color:#fff}.bottom-panel-tab-badge.error-count{color:var(--ide-error);background-color:#d645451f}.bottom-panel-actions{align-items:center;gap:8px;display:flex}.bottom-panel-content{flex:1;padding:12px 16px;overflow:auto}.terminal-window{font-family:var(--ide-font-mono);color:var(--ide-terminal-fg);background-color:var(--ide-terminal-bg);border:1px solid var(--ide-border);border-radius:4px;height:100%;padding:12px;font-size:.8rem;overflow-y:auto}.terminal-line{white-space:pre-wrap;margin-bottom:4px;line-height:1.4}.terminal-line.info{color:var(--ide-terminal-info)}.terminal-line.status{color:var(--ide-terminal-status)}.terminal-line.success{color:var(--ide-terminal-success)}.terminal-line.error{color:var(--ide-error)}.terminal-line.warning{color:var(--ide-terminal-warning)}.problems-list{flex-direction:column;gap:6px;display:flex}.problem-item{color:var(--ide-text-normal);cursor:pointer;border-radius:4px;align-items:flex-start;gap:8px;padding:4px 8px;font-size:.8rem;display:flex}.problem-item:hover{background-color:var(--ide-surface-hover)}.problem-icon{font-weight:700;font-family:var(--ide-font-mono)}.problem-icon.error{color:var(--ide-error)}.problem-icon.warning{color:var(--ide-warning)}.problem-file{color:var(--ide-accent);font-family:var(--ide-font-mono);font-size:.78rem}.status-bar{background-color:var(--ide-statusbar-bg);height:22px;color:var(--ide-statusbar-fg);-webkit-user-select:none;user-select:none;z-index:100;box-shadow:0 -2px 10px var(--ide-shadow-soft);justify-content:space-between;align-items:center;padding:0 10px;font-size:.7rem;font-weight:500;display:flex}.status-bar-left,.status-bar-right{align-items:center;gap:12px;display:flex}.status-bar-item{align-items:center;gap:4px;display:flex}.status-bar-item.interactive{cursor:pointer;border-radius:3px;padding:0 4px}.status-bar-item.interactive:hover{background-color:#ffffff26}.status-bar-text{white-space:nowrap;text-overflow:ellipsis;max-width:400px;overflow:hidden}.text-editor-container{flex-direction:column;gap:16px;height:100%;display:flex}.editor-form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.editor-form-card{background-color:var(--ide-surface-raised);border:1px solid var(--ide-border);border-radius:6px;padding:16px}.editor-form-card h3{color:var(--ide-text-bright);border-bottom:1px solid var(--ide-border);margin-bottom:12px;padding-bottom:8px;font-size:.9rem;font-weight:600}.editor-field-group{flex-direction:column;gap:10px;display:flex}.subject-live-formula-panel{border-top:1px solid var(--ide-border);flex-direction:column;gap:14px;margin-top:18px;padding-top:18px;display:flex}.subject-live-formula-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.subject-live-formula-meta{color:var(--ide-text-muted);font-size:.76rem;font-family:var(--ide-font-mono)}.subject-live-metric-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;display:grid}.subject-live-metric-card{border:1px solid var(--ide-border);background:linear-gradient(180deg, var(--ide-surface-raised) 0%, var(--ide-surface-muted) 100%);border-radius:10px;flex-direction:column;gap:6px;padding:14px;display:flex}.subject-live-metric-card span{text-transform:uppercase;letter-spacing:.05em;color:var(--ide-text-muted);font-size:.72rem}.subject-live-metric-card strong{color:var(--ide-text-bright);font-size:1rem}.subject-live-metric-card small{color:var(--ide-text-normal);font-size:.75rem}.subject-live-formula-list{flex-direction:column;gap:8px;display:flex}.subject-live-formula-item{border:1px solid var(--ide-border);background-color:var(--ide-input-bg);font-family:var(--ide-font-mono);color:var(--ide-text-normal);border-radius:8px;padding:10px 12px;font-size:.76rem;line-height:1.5}.akg-progress-container{flex-direction:column;gap:10px;display:flex}.akg-progress-item{grid-template-columns:100px 1fr 120px;align-items:center;gap:16px;display:grid}.akg-progress-name{color:var(--ide-text-normal);font-size:.78rem;font-weight:500}.akg-progress-bar-bg{background-color:var(--ide-surface-muted);border:1px solid var(--ide-border);border-radius:6px;height:12px;position:relative;overflow:hidden}.akg-progress-bar-fill{border-radius:5px;height:100%;transition:width .3s,background .3s}.akg-progress-bar-fill.normal{background:linear-gradient(90deg,#2563eb,#60a5fa)}.akg-progress-bar-fill.warning{background:linear-gradient(90deg,#e1b12c,#f1c40f)}.akg-progress-bar-fill.excessive{background:linear-gradient(90deg,#e84118,#ff7675)}.akg-progress-stats{font-family:var(--ide-font-mono);text-align:right;color:var(--ide-text-bright);font-size:.78rem}.tray-layout-visual{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.tray-compartment-card{background:linear-gradient(135deg, var(--ide-card-gradient-start), var(--ide-card-gradient-end));border:1px solid var(--ide-border);border-radius:8px;padding:16px;transition:all .2s;position:relative;overflow:hidden}.tray-compartment-card:hover{border-color:var(--ide-accent);transform:translateY(-2px);box-shadow:0 8px 22px #2563eb1f}.tray-compartment-card.active-slot:after{content:"";background-color:var(--ide-accent);height:3px;position:absolute;top:0;left:0;right:0}.compartment-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.compartment-name{color:var(--ide-text-bright);font-size:.85rem;font-weight:600}.compartment-weight{font-family:var(--ide-font-mono);color:var(--ide-accent);background-color:#2563eb1f;border-radius:4px;padding:2px 6px;font-size:.78rem}.compartment-items{flex-direction:column;gap:6px;display:flex}.compartment-item-tag{background-color:var(--ide-surface-muted);border:1px solid var(--ide-border);color:var(--ide-text-normal);border-radius:4px;justify-content:space-between;align-items:center;padding:6px 10px;font-size:.78rem;display:flex}.portion-scale-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;display:grid}.portion-panel-card{background-color:var(--ide-surface-raised);border:1px solid var(--ide-border);border-radius:8px;padding:16px}.portion-panel-card.porsi-besar{border-left:4px solid var(--ide-info)}.portion-panel-card.porsi-kecil{border-left:4px solid var(--ide-warning)}.portion-panel-card h3{color:var(--ide-text-bright);justify-content:space-between;align-items:center;margin-bottom:12px;font-size:.95rem;font-weight:600;display:flex}.portion-scale-input-row{grid-template-columns:1.2fr 1fr 1fr;align-items:center;gap:12px;margin-bottom:10px;display:grid}.portion-scale-input-row span{color:var(--ide-text-normal);font-size:.8rem}.portion-scale-slider-wrap{align-items:center;gap:8px;display:flex}.portion-scale-slider-wrap input[type=range]{accent-color:var(--ide-accent);flex:1}.catalog-db-container{flex-direction:column;gap:12px;height:100%;display:flex}.catalog-search-bar{gap:10px;display:flex}.catalog-search-input{background-color:var(--ide-input-bg);border:1px solid var(--ide-input-border);color:var(--ide-text-bright);font-family:var(--ide-font);border-radius:4px;outline:none;flex:1;padding:8px 12px;font-size:.85rem}.catalog-search-input:focus{border-color:var(--ide-accent)}.catalog-grid-results{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;max-height:480px;padding-right:4px;display:grid;overflow-y:auto}.catalog-item-card{background-color:var(--ide-surface-raised);border:1px solid var(--ide-border);border-radius:6px;flex-direction:column;gap:8px;padding:12px;transition:all .15s;display:flex}.catalog-item-card:hover{background-color:var(--ide-surface-muted);border-color:#2563eb47}.catalog-item-header{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.catalog-item-title{color:var(--ide-text-bright);font-size:.82rem;font-weight:600}.catalog-item-legacy-no{font-family:var(--ide-font-mono);color:var(--ide-text-muted);background-color:#14263f0f;border-radius:3px;padding:1px 4px;font-size:.72rem}.catalog-item-sub{color:var(--ide-text-muted);font-size:.75rem}.catalog-item-nutrients{background-color:var(--ide-surface-muted);border:1px solid var(--ide-border);border-radius:4px;grid-template-columns:repeat(3,1fr);gap:4px;padding:6px;display:grid}.catalog-nutrient-box{text-align:center;flex-direction:column;font-size:.7rem;display:flex}.catalog-nutrient-box span{color:var(--ide-text-muted)}.catalog-nutrient-box strong{color:var(--ide-text-bright);font-family:var(--ide-font-mono)}.export-preview-shell{padding-bottom:24px}.export-preview-paper{background:radial-gradient(circle at 100% 0,#2563eb1f,#0000 28%),linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #1f3c8824;border-radius:24px;width:min(1180px,100%);margin:0 auto;padding:28px;box-shadow:0 24px 60px #0f172a14}.preview-hero{grid-template-columns:minmax(0,1.8fr) minmax(260px,.8fr);align-items:stretch;gap:18px;margin-bottom:24px;display:grid}.preview-hero h1{color:#15325f;margin:10px 0 8px;font-size:2rem;line-height:1.08}.preview-hero p{color:#50627f;max-width:64ch;font-size:.95rem;line-height:1.6}.preview-badge{color:#1d4ed8;letter-spacing:.08em;text-transform:uppercase;background:#2563eb1a;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.preview-meta-card{color:#dbeafe;background:linear-gradient(#1f3c88 0%,#15325f 100%);border-radius:18px;align-content:center;gap:6px;padding:20px;display:grid;box-shadow:inset 0 1px #ffffff1f}.preview-meta-card span{text-transform:uppercase;letter-spacing:.08em;opacity:.78;font-size:.72rem}.preview-meta-card strong{color:#fff;margin-bottom:6px;font-size:1rem}.preview-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:24px;display:grid}.preview-kpi-card,.preview-card,.preview-slot-card{background:#ffffffe6;border:1px solid #94a3b838;box-shadow:0 12px 32px #0f172a0d}.preview-kpi-card{border-radius:18px;gap:6px;padding:18px;display:grid}.preview-kpi-card span{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:.76rem;font-weight:700}.preview-kpi-card strong{color:#0f172a;font-size:1.45rem}.preview-kpi-card small{color:#64748b;font-size:.8rem}.preview-section-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px;display:grid}.preview-card{border-radius:22px;margin-bottom:18px;padding:20px}.preview-card-header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:16px;display:flex}.preview-card-header h2{color:#15325f;font-size:1rem}.preview-card-header span{color:#64748b;font-size:.78rem}.preview-definition-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px;display:grid}.preview-definition-grid label,.preview-note-box label{text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:6px;font-size:.74rem;display:block}.preview-definition-grid strong{color:#0f172a;font-size:.95rem}.preview-note-box{background:#f8fbff;border:1px solid #dbeafe;border-radius:16px;padding:16px}.preview-note-box p{color:#334155;font-size:.9rem;line-height:1.6}.preview-compliance-list{gap:14px;display:grid}.preview-compliance-row{grid-template-columns:minmax(160px,.9fr) minmax(0,1fr) 56px;align-items:center;gap:12px;display:grid}.preview-compliance-label strong{color:#0f172a;margin-bottom:4px;font-size:.88rem;display:block}.preview-compliance-label span,.preview-progress-value{color:#64748b;font-size:.8rem}.preview-progress-track{background:#e2e8f0;border-radius:999px;height:12px;overflow:hidden}.preview-progress-fill{border-radius:inherit;height:100%}.preview-progress-fill.ok{background:linear-gradient(90deg,#0f766e,#34d399)}.preview-progress-fill.low{background:linear-gradient(90deg,#b45309,#f59e0b)}.preview-progress-fill.high{background:linear-gradient(90deg,#b91c1c,#f87171)}.preview-slot-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.preview-slot-card{border-radius:18px;padding:16px}.preview-slot-head,.preview-slot-item{justify-content:space-between;align-items:center;gap:10px;display:flex}.preview-slot-head{margin-bottom:12px}.preview-slot-head strong,.preview-slot-item strong{color:#15325f}.preview-slot-head span{color:#1d4ed8;font-size:.82rem;font-weight:700}.preview-slot-items{gap:8px;display:grid}.preview-slot-item{color:#334155;background:#f8fbff;border:1px solid #dbeafe;border-radius:12px;padding:10px 12px;font-size:.84rem}.preview-slot-empty{color:#94a3b8;padding:12px 0;font-size:.82rem}.preview-table-wrap{border:1px solid #dbe4f0;border-radius:18px;overflow:auto}.preview-table{border-collapse:collapse;width:100%;min-width:860px}.preview-table th{color:#f8fbff;text-transform:uppercase;letter-spacing:.08em;text-align:left;background:linear-gradient(#1f3c88 0%,#244796 100%);padding:12px 14px;font-size:.75rem}.preview-table td{color:#334155;border-bottom:1px solid #e2e8f0;padding:11px 14px;font-size:.84rem}.preview-table tbody tr:nth-child(2n){background:#f8fbff}.preview-table tfoot td{color:#7c2d12;background:#fef3c7;border-bottom:0;font-weight:700}.preview-table.compact{min-width:640px}:root[data-theme=dark] .export-preview-paper{background:radial-gradient(circle at 100% 0,#8c7ae61f,#0000 28%),linear-gradient(#17181d 0%,#111217 100%);border-color:#8c7ae62e;box-shadow:0 24px 60px #00000047}:root[data-theme=dark] .preview-hero h1,:root[data-theme=dark] .preview-kpi-card strong,:root[data-theme=dark] .preview-card-header h2,:root[data-theme=dark] .preview-definition-grid strong,:root[data-theme=dark] .preview-compliance-label strong,:root[data-theme=dark] .preview-slot-head strong,:root[data-theme=dark] .preview-slot-item strong{color:#f8fafc}:root[data-theme=dark] .preview-hero p,:root[data-theme=dark] .preview-card-header span,:root[data-theme=dark] .preview-compliance-label span,:root[data-theme=dark] .preview-progress-value,:root[data-theme=dark] .preview-kpi-card small,:root[data-theme=dark] .preview-definition-grid label,:root[data-theme=dark] .preview-note-box label,:root[data-theme=dark] .preview-slot-empty{color:#94a3b8}:root[data-theme=dark] .preview-kpi-card,:root[data-theme=dark] .preview-card,:root[data-theme=dark] .preview-slot-card{background:#0f172ac7;border-color:#94a3b824}:root[data-theme=dark] .preview-note-box,:root[data-theme=dark] .preview-slot-item,:root[data-theme=dark] .preview-progress-track{background:#1e293bb8;border-color:#94a3b81f}:root[data-theme=dark] .preview-note-box p,:root[data-theme=dark] .preview-slot-item,:root[data-theme=dark] .preview-table td{color:#cbd5e1}:root[data-theme=dark] .preview-table-wrap{border-color:#94a3b824}:root[data-theme=dark] .preview-table tbody tr:nth-child(2n){background:#1e293b66}:root[data-theme=dark] .preview-table td{border-bottom-color:#94a3b81a}:root[data-theme=dark] .preview-table tfoot td{color:#7c2d12;background:linear-gradient(#fef3c7 0%,#fde68a 100%);border-top:1px solid #f59e0b59}@media (max-width:1100px){.preview-hero,.preview-section-grid,.preview-kpi-grid{grid-template-columns:1fr}.preview-slot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.export-preview-paper{border-radius:18px;padding:18px}.preview-definition-grid,.preview-slot-grid,.preview-compliance-row{grid-template-columns:1fr}}@media (max-width:900px){.ide-workspace{flex-direction:column}.activity-bar{border-right:none;border-bottom:1px solid var(--ide-border);flex-direction:row;width:100%;height:50px;padding:0 10px}.activity-bar-group{flex-direction:row;width:auto}.activity-btn{width:48px;height:100%}.sidebar{border-right:none;border-bottom:1px solid var(--ide-border);width:100%;height:200px}.bottom-panel{height:160px}}.laporan-builder-page{background:radial-gradient(circle at 0 0,#e6995d2e,#0000 28%),linear-gradient(135deg,#f4efe7 0%,#f7f9fc 52%,#eef5ef 100%);grid-template-columns:minmax(360px,430px) minmax(0,1fr);height:100vh;display:grid;overflow:hidden}.laporan-builder-sidebar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#faf7f1e6;border-right:1px solid #45557624;min-width:550px;padding:22px 18px 28px;overflow-y:auto}.laporan-sticky-stack{gap:16px;display:grid}.laporan-sidebar-hero,.laporan-editor-card{background:#ffffffe0;border:1px solid #283a5a1a;border-radius:22px;box-shadow:0 18px 46px #2b374c14}.laporan-sidebar-hero{padding:24px}.laporan-badge{color:#9a3412;letter-spacing:.08em;text-transform:uppercase;background:#c55a111f;border-radius:999px;padding:6px 12px;font-size:.74rem;font-weight:700;display:inline-flex}.laporan-sidebar-hero h1{color:#1f2937;margin-top:14px;font-size:2rem;line-height:1.02}.laporan-sidebar-hero p{color:#5f6c82;margin-top:12px;font-size:.95rem;line-height:1.65}.laporan-toolbar{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.laporan-btn,.laporan-chip-btn,.laporan-nav-links a{font-family:var(--ide-font);cursor:pointer;border:0;border-radius:999px;font-weight:600;transition:transform .15s,box-shadow .15s,background-color .15s}.laporan-btn{color:#f8fbff;background:#234b8f;padding:10px 14px;box-shadow:0 10px 20px #234b8f38}.laporan-btn:hover,.laporan-chip-btn:hover,.laporan-nav-links a:hover{transform:translateY(-1px)}.laporan-btn.secondary{color:#29446b;box-shadow:none;background:#f3f6fb;border:1px solid #234b8f24}.laporan-btn.ghost{color:#8a4b24;box-shadow:none;background:0 0;border:1px dashed #9a341240}.laporan-nav-links{margin-top:14px}.laporan-nav-links a{color:#234b8f;background:#234b8f14;padding:9px 12px;text-decoration:none;display:inline-flex}.laporan-editor-card{padding:18px}.laporan-editor-head{margin-bottom:14px}.laporan-editor-head h2{color:#1f2937;font-size:1.06rem}.laporan-editor-head p{color:#667085;margin-top:4px;font-size:.84rem;line-height:1.5}.laporan-field-grid,.laporan-date-row{gap:12px;display:grid}.laporan-field-grid.two,.laporan-date-row{grid-template-columns:repeat(2,minmax(0,1fr))}.laporan-date-row-full{grid-column:1/-1}.laporan-field-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.laporan-field-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.laporan-field-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.laporan-field{gap:6px;margin-bottom:12px;display:grid}.laporan-field span{color:#596579;font-size:.78rem;font-weight:600}.laporan-field input,.laporan-field textarea,.laporan-inline-row textarea{color:#162033;width:100%;font-family:var(--ide-font);background:#fcfdff;border:1px solid #5c739133;border-radius:14px;outline:none;padding:12px 14px;font-size:.9rem}.laporan-field textarea,.laporan-inline-row textarea{resize:vertical;min-height:96px}.laporan-field input:focus,.laporan-field textarea:focus,.laporan-inline-row textarea:focus{border-color:#234b8f80;box-shadow:0 0 0 4px #234b8f14}.laporan-list-editor,.laporan-array-stack,.laporan-upload-group{gap:12px;margin-bottom:12px;display:grid}.laporan-inline-row,.laporan-array-card,.laporan-upload-card{background:#f9fbff;border:1px solid #5c739129;border-radius:16px}.laporan-inline-row{gap:10px;padding:12px;display:grid}.laporan-array-card{padding:14px}.laporan-array-actions{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.laporan-array-actions strong{color:#1f2937}.laporan-chip-btn{color:#9a3412;background:#9a34121a;padding:8px 12px}.laporan-upload-card{justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.laporan-upload-inline{margin-bottom:12px}.laporan-upload-inline-actions{flex-wrap:wrap;gap:8px;display:flex}.laporan-upload-card strong{color:#1f2937;display:block}.laporan-upload-card p{color:#667085;margin-top:4px;font-size:.82rem}.laporan-image-list{flex-wrap:wrap;gap:8px;display:flex}.laporan-image-chip{color:#29446b;background:#234b8f14;border-radius:999px;align-items:center;gap:8px;padding:9px 12px;font-size:.78rem;display:inline-flex}.laporan-image-chip button{color:inherit;cursor:pointer;background:0 0;border:0}.laporan-preview-stage{padding:28px;overflow-y:auto}.laporan-preview-paper{background:radial-gradient(circle at 100% 0,#ed89361f,#0000 30%),linear-gradient(#fff 0%,#fffdf8 100%);border:1px solid #25345514;border-radius:30px;width:min(1100px,100%);margin:0 auto;padding:36px;box-shadow:0 24px 60px #242a361f}.laporan-preview-topbar{border-bottom:1px solid #5f6c822e;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:28px;padding-bottom:18px;display:flex}.laporan-preview-topbar span,.laporan-kpi-row span{letter-spacing:.08em;text-transform:uppercase;color:#8b95a7;font-size:.72rem;display:block}.laporan-preview-topbar strong,.laporan-kpi-row strong{color:#1e3a5f}.laporan-kpi-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.laporan-document-header{text-align:center;margin-bottom:30px}.laporan-document-header p,.laporan-document-header h2,.laporan-document-header h3{color:#40526b}.laporan-document-header p{text-transform:uppercase;letter-spacing:.12em;font-size:1.15rem;font-weight:700}.laporan-document-header h1{color:#17305f;margin:12px 0;font-size:2.2rem;line-height:1.08}.laporan-document-header h2{font-size:1.2rem}.laporan-document-header h3{margin-top:8px;font-size:1rem}.laporan-doc-section{margin-bottom:28px}.laporan-doc-section h4{color:#17305f;text-transform:uppercase;margin-bottom:12px;font-size:1.1rem}.laporan-doc-section h5{color:#34465f;margin:14px 0 8px;font-size:.98rem}.laporan-doc-section p,.laporan-doc-section li,.laporan-summary-grid div{color:#334155;font-size:.94rem;line-height:1.8}.laporan-doc-section ul{padding-left:22px}.laporan-summary-grid{background:#f7f9fd;border:1px solid #5870921f;border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px;display:grid}.laporan-table-wrap{border:1px solid #58709224;border-radius:18px;margin-top:10px;overflow-x:auto}.laporan-table{border-collapse:collapse;width:100%;min-width:720px}.laporan-table.compact{min-width:560px}.laporan-table th{color:#f8fbff;text-transform:uppercase;letter-spacing:.08em;text-align:left;background:#1f3c88;padding:12px 14px;font-size:.76rem}.laporan-table td{vertical-align:top;color:#344155;border-bottom:1px solid #e7ebf3;padding:11px 14px;font-size:.86rem}.laporan-table tbody tr:nth-child(2n){background:#fafcff}.laporan-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.laporan-photo-grid.organoleptic{grid-template-columns:repeat(2,minmax(0,1fr))}.laporan-photo-card{background:#fcfdff;border:1px solid #58709229;border-radius:20px;margin:0;padding:10px}.laporan-photo-card img{object-fit:cover;border-radius:14px;width:100%;height:220px;display:block}.laporan-photo-grid.organoleptic .laporan-photo-card img{object-fit:contain;background:#fff;height:auto}.laporan-photo-card figcaption{color:#5f6c82;margin-top:10px;font-size:.82rem}.laporan-menu-bullet-list{gap:20px;padding-left:22px;display:grid}.laporan-menu-bullet-list>li>span{color:#2f3f56;margin-bottom:10px;font-weight:600;display:inline-block}.laporan-menu-poster-block{grid-template-columns:minmax(260px,360px) minmax(240px,1fr);align-items:start;gap:18px;display:grid}.laporan-menu-poster{background:#fff;border:1px solid #58709229;border-radius:18px;margin:0;overflow:hidden}.laporan-menu-poster img{width:100%;height:auto;display:block}.laporan-menu-poster figcaption{color:#5f6c82;padding:10px 12px;font-size:.8rem}.laporan-menu-poster.placeholder{text-align:center;background:linear-gradient(#f8fbff 0%,#f3f6fb 100%);border:1px dashed #5870924d;place-items:center;min-height:320px;padding:24px;display:grid}.laporan-menu-poster.placeholder strong{color:#1f3c88;font-size:1.05rem}.laporan-menu-poster.placeholder p{color:#667085;margin-top:8px}.laporan-menu-nutrition-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.laporan-menu-nutrition-card{background:#f8fbff;border:1px solid #58709224;border-radius:18px;padding:16px}.laporan-menu-nutrition-card h6{color:#17305f;margin-bottom:10px;font-size:.92rem}.laporan-menu-nutrition-card p{margin:0 0 6px;font-size:.87rem;line-height:1.6}.laporan-empty-note{color:#667085;background:#fbfcfe;border:1px dashed #58709242;border-radius:16px;padding:14px 16px}@media (max-width:1200px){.laporan-builder-page{grid-template-columns:1fr;height:auto;overflow:auto}.laporan-builder-sidebar,.laporan-preview-stage{overflow:visible}}@media (max-width:780px){.laporan-preview-stage,.laporan-builder-sidebar{padding:16px}.laporan-preview-paper,.laporan-sidebar-hero,.laporan-editor-card{border-radius:20px}.laporan-field-grid.two,.laporan-field-grid.three,.laporan-field-grid.four,.laporan-field-grid.five,.laporan-date-row,.laporan-summary-grid,.laporan-kpi-row,.laporan-photo-grid,.laporan-photo-grid.organoleptic{grid-template-columns:1fr}.laporan-preview-topbar,.laporan-upload-card{flex-direction:column;align-items:stretch}.laporan-menu-poster-block,.laporan-menu-nutrition-grid{grid-template-columns:1fr}}@media print{@page{size:A4 portrait;margin:12mm 10mm}html,body{-webkit-print-color-adjust:exact;print-color-adjust:exact;font-size:10pt;background:#fff!important;height:auto!important;overflow:visible!important}.laporan-builder-page{background:#fff;height:auto;display:block}.laporan-builder-sidebar{display:none}.laporan-preview-stage{padding:0;overflow:visible}.laporan-preview-paper{width:100%;max-width:none;box-shadow:none;background:#fff;border:0;border-radius:0;padding:0}.laporan-table-wrap{break-inside:avoid;overflow:visible}.laporan-table th{color:#f8fbff!important;background:linear-gradient(#1f3c88 0%,#244796 100%)!important}.laporan-table tbody tr:nth-child(2n){background:#f8fbff!important}.laporan-preview-topbar,.laporan-document-header,.laporan-doc-section,.laporan-menu-bullet-list>li,.laporan-photo-card,.laporan-table-wrap,.laporan-summary-grid,.laporan-menu-poster,.laporan-menu-nutrition-card{break-inside:avoid}.laporan-doc-section h4,.laporan-doc-section h5{break-after:avoid}.laporan-summary-grid,.laporan-kpi-row,.laporan-photo-grid,.laporan-photo-grid.organoleptic,.laporan-menu-poster-block,.laporan-menu-nutrition-grid{grid-template-columns:1fr!important}.laporan-table{table-layout:fixed;width:100%;min-width:0}.laporan-table th,.laporan-table td{word-break:break-word;overflow-wrap:anywhere;padding:6px 7px;font-size:.68rem}.laporan-doc-section p,.laporan-doc-section li,.laporan-summary-grid div,.laporan-menu-nutrition-card p,.laporan-photo-card figcaption{font-size:.78rem;line-height:1.45}.laporan-document-header h1{font-size:1.45rem}.laporan-document-header h2{font-size:.95rem}.laporan-document-header h3{font-size:.8rem}.laporan-doc-section h4{font-size:.95rem}.laporan-doc-section h5{font-size:.82rem}.laporan-menu-poster{max-width:320px}.laporan-menu-nutrition-card{padding:12px}.laporan-menu-nutrition-card h6{font-size:.8rem}.laporan-photo-card img{height:170px}.laporan-photo-grid.organoleptic .laporan-photo-card img{height:auto;max-height:220px}.laporan-preview-paper,.laporan-table th,.laporan-table tbody tr:nth-child(2n),.laporan-preview-meta-card,.laporan-menu-nutrition-card,.laporan-photo-card,.laporan-summary-grid{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
