/* Vessel Studio Premium Glassmorphic Theme */ @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap'); /* Global Reset & Font Mapping */ body, .gradio-container { font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important; background: radial-gradient(circle at top left, #0d1e2d 0%, #090d16 100%) !important; color: #f3f4f6 !important; margin: 0; padding: 0; min-height: 100vh; display: flex !important; justify-content: center !important; } /* Custom Scrollbar styling */ ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-track { background: rgba(17, 24, 39, 0.3); } ::-webkit-scrollbar-thumb { background: rgba(13, 148, 136, 0.4); border-radius: 4px; } ::-webkit-scrollbar-thumb:hover { background: rgba(13, 148, 136, 0.6); } /* Glassmorphic Container Overrides */ .gradio-container { width: 100% !important; padding: 2rem !important; } /* Header customization */ header, .header-row { margin-bottom: 2rem; text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.08); padding-bottom: 1.5rem; } /* Card and Column Styling */ .gr-box, .gr-padded, .gr-panel, .block { background: rgba(17, 24, 39, 0.65) !important; backdrop-filter: blur(16px) !important; -webkit-backdrop-filter: blur(16px) !important; border: 1px solid rgba(255, 255, 255, 0.08) !important; border-radius: 16px !important; box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3) !important; padding: 1.5rem !important; margin-bottom: 1rem; transition: border-color 0.3s, box-shadow 0.3s; } .block:hover { border-color: rgba(13, 148, 136, 0.3) !important; box-shadow: 0 8px 32px 0 rgba(13, 148, 136, 0.05) !important; } /* Inputs and Forms */ input, textarea, select { background-color: rgba(31, 41, 55, 0.5) !important; border: 1px solid rgba(255, 255, 255, 0.08) !important; color: #f9fafb !important; border-radius: 8px !important; padding: 10px 14px !important; font-size: 0.95rem !important; transition: all 0.2s ease-in-out !important; } input:focus, textarea:focus, select:focus { border-color: #0d9488 !important; box-shadow: 0 0 0 2px rgba(13, 148, 136, 0.25) !important; background-color: rgba(31, 41, 55, 0.8) !important; outline: none !important; } /* Form labels */ .block span, label { color: #9ca3af !important; font-weight: 500 !important; font-size: 0.85rem !important; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; } /* Tab Headers */ .tabs { border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important; margin-bottom: 1.5rem !important; } .tab-nav button { color: #9ca3af !important; border-bottom: 2px solid transparent !important; font-weight: 600 !important; padding: 12px 20px !important; transition: all 0.3s !important; } .tab-nav button.selected { color: #2dd4bf !important; border-bottom: 2px solid #0d9488 !important; background: transparent !important; } .tab-nav button:hover:not(.selected) { color: #f3f4f6 !important; border-bottom: 2px solid rgba(13, 148, 136, 0.3) !important; } /* Buttons Styling */ button.primary { background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%) !important; color: #ffffff !important; border: none !important; font-weight: 600 !important; border-radius: 8px !important; padding: 12px 24px !important; cursor: pointer !important; box-shadow: 0 4px 14px 0 rgba(13, 148, 136, 0.3) !important; transition: all 0.2s ease-in-out !important; } button.primary:hover { transform: translateY(-1px) !important; box-shadow: 0 6px 20px 0 rgba(13, 148, 136, 0.5) !important; background: linear-gradient(135deg, #0f766e 0%, #115e59 100%) !important; } button.primary:active { transform: translateY(1px) !important; } button.secondary, button:not(.primary) { background: rgba(31, 41, 55, 0.5) !important; color: #e5e7eb !important; border: 1px solid rgba(255, 255, 255, 0.1) !important; font-weight: 500 !important; border-radius: 8px !important; padding: 12px 24px !important; transition: all 0.2s !important; } button:not(.primary):hover { background: rgba(55, 65, 81, 0.7) !important; border-color: rgba(255, 255, 255, 0.2) !important; } /* Visual Studio Client Terminal (Agent panel) */ .terminal-window { background: #05070c !important; border: 1px solid rgba(13, 148, 136, 0.25) !important; border-radius: 12px !important; padding: 1rem !important; font-family: 'Fira Code', 'Courier New', Courier, monospace !important; box-shadow: inset 0 0 10px rgba(0,0,0,0.8), 0 4px 20px rgba(0,0,0,0.5) !important; } .terminal-header { display: flex; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, 0.08); padding-bottom: 8px; margin-bottom: 10px; } .dot { width: 10px; height: 10px; border-radius: 50%; margin-right: 6px; display: inline-block; } .dot-red { background-color: #ef4444; } .dot-yellow { background-color: #f59e0b; } .dot-green { background-color: #10b981; } .terminal-title { color: #6b7280; font-size: 0.75rem; font-weight: 600; margin-left: 8px; letter-spacing: 0.05em; } /* Copy Card Widget styling */ .copy-card { border-left: 4px solid #0d9488 !important; background: rgba(13, 148, 136, 0.05) !important; } /* Hide standard Gradio footer for a clean product feel */ footer { display: none !important; } /* Progress indicator override */ .generating { border-color: #0d9488 !important; animation: pulse 1.5s infinite; } @keyframes pulse { 0% { opacity: 0.6; } 50% { opacity: 1; } 100% { opacity: 0.6; } } /* Custom UI Badges & Pills styling */ .badge-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 14px; margin-bottom: 8px; } .vessel-badge { background: rgba(13, 148, 136, 0.15) !important; border: 1px solid rgba(13, 148, 136, 0.3) !important; color: #2dd4bf !important; padding: 5px 14px !important; border-radius: 9999px !important; font-size: 0.75rem !important; font-weight: 600 !important; letter-spacing: 0.05em !important; text-transform: uppercase; } .vessel-badge-orange { background: rgba(249, 115, 22, 0.12) !important; border: 1px solid rgba(249, 115, 22, 0.25) !important; color: #fb923c !important; } /* Accordion instruction block overrides */ .instruction-box { margin-top: 1rem !important; border: 1px solid rgba(255, 255, 255, 0.06) !important; border-radius: 12px !important; background: rgba(17, 24, 39, 0.4) !important; } /* KPI Dashboard Grid Layout */ .kpi-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin-bottom: 24px; width: 100%; } .kpi-card { border-radius: 12px !important; padding: 16px !important; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid rgba(255, 255, 255, 0.08) !important; background: rgba(30, 41, 59, 0.4) !important; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important; transition: transform 0.2s ease-in-out; } .kpi-card:hover { transform: translateY(-2px); } .kpi-card-green { border-left: 4px solid #10b981 !important; } .kpi-card-amber { border-left: 4px solid #f59e0b !important; } .kpi-card-red { border-left: 4px solid #ef4444 !important; } .kpi-card-blue { border-left: 4px solid #3b82f6 !important; } .kpi-num { font-size: 2rem !important; font-weight: 800 !important; line-height: 1 !important; margin-bottom: 6px !important; } .kpi-num-green { color: #34d399 !important; } .kpi-num-amber { color: #fbbf24 !important; } .kpi-num-red { color: #f87171 !important; } .kpi-num-blue { color: #60a5fa !important; } .kpi-label { font-size: 0.75rem !important; color: #94a3b8 !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: 0.05em !important; } /* Print Stylesheet Overrides */ @media print { body, .gradio-container, .tabs, .tab-nav, header, button, .block, .gr-box, .gr-panel { background: white !important; color: black !important; box-shadow: none !important; backdrop-filter: none !important; } /* Hide everything except print labels */ body * { visibility: hidden !important; } .labels-print-container, .labels-print-container * { visibility: visible !important; } .labels-print-container { position: absolute !important; left: 0 !important; top: 0 !important; width: 100% !important; } }