Commit 79c9c3a3 authored by HungTQ's avatar HungTQ

feat(ui): brighten portfolio and replay scroll reveals

parent f29da1d7
:root { :root {
--ink: #f6fbff; --ink: #132538;
--muted: #a7b7c8; --muted: #5b6c7f;
--dim: #6f8194; --dim: #8b9aad;
--paper: #061018; --paper: #f6fbff;
--surface: rgba(12, 26, 38, 0.78); --surface: rgba(255, 255, 255, 0.82);
--surface-strong: rgba(16, 35, 49, 0.96); --surface-strong: rgba(255, 255, 255, 0.96);
--line: rgba(139, 213, 255, 0.18); --line: rgba(42, 74, 105, 0.14);
--line-strong: rgba(139, 213, 255, 0.38); --line-strong: rgba(12, 139, 160, 0.38);
--accent: #42d9ff; --accent: #087ea4;
--accent-strong: #9df2ff; --accent-strong: #075f78;
--signal: #ff6b45; --signal: #f65f42;
--signal-soft: #ffb199; --signal-soft: #c64e35;
--mint: #80ffcc; --mint: #12b886;
--shadow: 0 34px 110px rgba(0, 0, 0, 0.48); --shadow: 0 34px 90px rgba(37, 76, 105, 0.18);
} }
* { * {
...@@ -26,9 +26,9 @@ html { ...@@ -26,9 +26,9 @@ html {
body { body {
margin: 0; margin: 0;
background: background:
linear-gradient(135deg, rgba(66, 217, 255, 0.10), transparent 32%), radial-gradient(circle at 12% 10%, rgba(18, 184, 134, 0.16), transparent 26%),
linear-gradient(225deg, rgba(255, 107, 69, 0.10), transparent 34%), radial-gradient(circle at 90% 4%, rgba(246, 95, 66, 0.13), transparent 28%),
radial-gradient(circle at 50% 0%, rgba(128, 255, 204, 0.07), transparent 34%), linear-gradient(135deg, rgba(8, 126, 164, 0.11), transparent 36%),
var(--paper); var(--paper);
color: var(--ink); color: var(--ink);
font-family: "Segoe UI", Candara, "Trebuchet MS", sans-serif; font-family: "Segoe UI", Candara, "Trebuchet MS", sans-serif;
...@@ -38,8 +38,8 @@ body { ...@@ -38,8 +38,8 @@ body {
body::before { body::before {
animation: drift 22s linear infinite; animation: drift 22s linear infinite;
background-image: background-image:
linear-gradient(rgba(139, 213, 255, 0.05) 1px, transparent 1px), linear-gradient(rgba(8, 126, 164, 0.08) 1px, transparent 1px),
linear-gradient(90deg, rgba(139, 213, 255, 0.05) 1px, transparent 1px); linear-gradient(90deg, rgba(8, 126, 164, 0.08) 1px, transparent 1px);
background-size: 42px 42px; background-size: 42px 42px;
content: ""; content: "";
inset: 0; inset: 0;
...@@ -52,15 +52,15 @@ body::after { ...@@ -52,15 +52,15 @@ body::after {
background: background:
repeating-linear-gradient( repeating-linear-gradient(
90deg, 90deg,
rgba(255, 255, 255, 0.025) 0, rgba(19, 37, 56, 0.025) 0,
rgba(255, 255, 255, 0.025) 1px, rgba(19, 37, 56, 0.025) 1px,
transparent 1px, transparent 1px,
transparent 4px transparent 4px
); );
content: ""; content: "";
inset: 0; inset: 0;
mix-blend-mode: overlay; mix-blend-mode: overlay;
opacity: 0.55; opacity: 0.32;
pointer-events: none; pointer-events: none;
position: fixed; position: fixed;
z-index: -1; z-index: -1;
...@@ -82,8 +82,8 @@ main { ...@@ -82,8 +82,8 @@ main {
.ambient-grid { .ambient-grid {
background: background:
linear-gradient(115deg, transparent 0 38%, rgba(66, 217, 255, 0.10) 38% 39%, transparent 39% 100%), linear-gradient(115deg, transparent 0 38%, rgba(8, 126, 164, 0.10) 38% 39%, transparent 39% 100%),
linear-gradient(65deg, transparent 0 60%, rgba(255, 107, 69, 0.10) 60% 61%, transparent 61% 100%); linear-gradient(65deg, transparent 0 60%, rgba(246, 95, 66, 0.10) 60% 61%, transparent 61% 100%);
inset: 0; inset: 0;
pointer-events: none; pointer-events: none;
position: fixed; position: fixed;
...@@ -93,7 +93,7 @@ main { ...@@ -93,7 +93,7 @@ main {
.topbar { .topbar {
align-items: center; align-items: center;
backdrop-filter: blur(22px); backdrop-filter: blur(22px);
background: rgba(6, 16, 24, 0.74); background: rgba(255, 255, 255, 0.78);
border-bottom: 1px solid var(--line); border-bottom: 1px solid var(--line);
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
...@@ -107,9 +107,9 @@ main { ...@@ -107,9 +107,9 @@ main {
.brand { .brand {
align-items: center; align-items: center;
background: linear-gradient(135deg, var(--accent), var(--mint)); background: linear-gradient(135deg, #0aa3c2, #62e6ba);
border-radius: 8px; border-radius: 8px;
color: #061018; color: #ffffff;
display: inline-flex; display: inline-flex;
font-weight: 950; font-weight: 950;
height: 42px; height: 42px;
...@@ -136,7 +136,7 @@ main { ...@@ -136,7 +136,7 @@ main {
} }
.nav-links a:hover { .nav-links a:hover {
background: rgba(139, 213, 255, 0.08); background: rgba(8, 126, 164, 0.08);
border-color: var(--line); border-color: var(--line);
color: var(--ink); color: var(--ink);
} }
...@@ -151,9 +151,20 @@ main { ...@@ -151,9 +151,20 @@ main {
position: relative; position: relative;
} }
.hero::after {
background:
linear-gradient(90deg, rgba(255, 255, 255, 0.44), transparent 38%),
radial-gradient(circle at 82% 38%, rgba(18, 184, 134, 0.12), transparent 30%);
content: "";
inset: 0;
pointer-events: none;
position: absolute;
z-index: -1;
}
.hero::before { .hero::before {
animation: sweep 8s ease-in-out infinite; animation: sweep 8s ease-in-out infinite;
background: linear-gradient(90deg, transparent, rgba(66, 217, 255, 0.16), transparent); background: linear-gradient(90deg, transparent, rgba(8, 126, 164, 0.18), transparent);
content: ""; content: "";
height: 1px; height: 1px;
left: -20%; left: -20%;
...@@ -195,7 +206,7 @@ h1 { ...@@ -195,7 +206,7 @@ h1 {
h1 span { h1 span {
animation: titleRise 780ms cubic-bezier(0.2, 0.8, 0.2, 1) both; animation: titleRise 780ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
display: block; display: block;
text-shadow: 0 0 34px rgba(66, 217, 255, 0.18); text-shadow: 0 20px 42px rgba(8, 126, 164, 0.16);
} }
h1 span:nth-child(2) { h1 span:nth-child(2) {
...@@ -220,7 +231,7 @@ h3 { ...@@ -220,7 +231,7 @@ h3 {
} }
.role { .role {
color: var(--signal-soft); color: var(--signal);
font-size: clamp(22px, 3vw, 34px); font-size: clamp(22px, 3vw, 34px);
font-weight: 950; font-weight: 950;
margin-bottom: 18px; margin-bottom: 18px;
...@@ -256,8 +267,8 @@ h3 { ...@@ -256,8 +267,8 @@ h3 {
.primary-action { .primary-action {
background: linear-gradient(135deg, var(--accent), var(--mint)); background: linear-gradient(135deg, var(--accent), var(--mint));
box-shadow: 0 18px 46px rgba(66, 217, 255, 0.22); box-shadow: 0 18px 46px rgba(8, 126, 164, 0.22);
color: #061018; color: #ffffff;
} }
.primary-action:hover, .primary-action:hover,
...@@ -266,7 +277,7 @@ h3 { ...@@ -266,7 +277,7 @@ h3 {
} }
.secondary-action { .secondary-action {
background: rgba(12, 26, 38, 0.78); background: rgba(255, 255, 255, 0.72);
border: 1px solid var(--line); border: 1px solid var(--line);
color: var(--ink); color: var(--ink);
} }
...@@ -283,7 +294,7 @@ h3 { ...@@ -283,7 +294,7 @@ h3 {
.signal-row span, .signal-row span,
.skill-cloud span, .skill-cloud span,
.stack-list span { .stack-list span {
background: rgba(12, 26, 38, 0.82); background: rgba(255, 255, 255, 0.76);
border: 1px solid var(--line); border: 1px solid var(--line);
border-radius: 8px; border-radius: 8px;
color: var(--accent-strong); color: var(--accent-strong);
...@@ -302,7 +313,7 @@ h3 { ...@@ -302,7 +313,7 @@ h3 {
} }
.hero-metrics div { .hero-metrics div {
background: rgba(12, 26, 38, 0.66); background: rgba(255, 255, 255, 0.78);
border: 1px solid var(--line); border: 1px solid var(--line);
border-radius: 8px; border-radius: 8px;
padding: 14px; padding: 14px;
...@@ -337,7 +348,7 @@ h3 { ...@@ -337,7 +348,7 @@ h3 {
.device-halo { .device-halo {
animation: pulseGlow 4.6s ease-in-out infinite; animation: pulseGlow 4.6s ease-in-out infinite;
background: background:
conic-gradient(from 120deg, rgba(66, 217, 255, 0), rgba(66, 217, 255, 0.55), rgba(255, 107, 69, 0.45), rgba(66, 217, 255, 0)); conic-gradient(from 120deg, rgba(8, 126, 164, 0), rgba(8, 126, 164, 0.38), rgba(246, 95, 66, 0.28), rgba(18, 184, 134, 0.36));
border-radius: 40px; border-radius: 40px;
filter: blur(30px); filter: blur(30px);
height: 78%; height: 78%;
...@@ -349,8 +360,8 @@ h3 { ...@@ -349,8 +360,8 @@ h3 {
.phone-frame { .phone-frame {
animation: deviceFloat 5.5s ease-in-out infinite; animation: deviceFloat 5.5s ease-in-out infinite;
background: #0a151e; background: #ffffff;
border: 12px solid #111f2a; border: 12px solid #132538;
border-radius: 32px; border-radius: 32px;
box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.06); box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
max-width: 365px; max-width: 365px;
...@@ -374,7 +385,7 @@ h3 { ...@@ -374,7 +385,7 @@ h3 {
.screen-scan { .screen-scan {
animation: scan 3.6s ease-in-out infinite; animation: scan 3.6s ease-in-out infinite;
background: linear-gradient(180deg, transparent, rgba(66, 217, 255, 0.30), transparent); background: linear-gradient(180deg, transparent, rgba(8, 126, 164, 0.20), transparent);
height: 24%; height: 24%;
left: 0; left: 0;
pointer-events: none; pointer-events: none;
...@@ -399,7 +410,7 @@ h3 { ...@@ -399,7 +410,7 @@ h3 {
background: linear-gradient(135deg, var(--signal), #ff9a62); background: linear-gradient(135deg, var(--signal), #ff9a62);
border-radius: 8px; border-radius: 8px;
bottom: 54px; bottom: 54px;
box-shadow: 0 22px 50px rgba(255, 107, 69, 0.26); box-shadow: 0 22px 50px rgba(246, 95, 66, 0.24);
color: #fff; color: #fff;
display: flex; display: flex;
font-weight: 950; font-weight: 950;
...@@ -417,8 +428,8 @@ h3 { ...@@ -417,8 +428,8 @@ h3 {
.intro-grid { .intro-grid {
align-items: end; align-items: end;
background: background:
linear-gradient(135deg, rgba(66, 217, 255, 0.13), transparent 38%), linear-gradient(135deg, rgba(18, 184, 134, 0.12), transparent 38%),
#09151e; linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(232, 247, 253, 0.88));
border-block: 1px solid var(--line); border-block: 1px solid var(--line);
display: grid; display: grid;
gap: 32px; gap: 32px;
...@@ -443,7 +454,9 @@ h3 { ...@@ -443,7 +454,9 @@ h3 {
} }
.projects-section { .projects-section {
background: linear-gradient(180deg, rgba(11, 28, 40, 0.82), rgba(6, 16, 24, 0.94)); background:
linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(230, 245, 250, 0.78)),
radial-gradient(circle at 20% 0%, rgba(8, 126, 164, 0.10), transparent 34%);
} }
.project-grid { .project-grid {
...@@ -459,7 +472,7 @@ h3 { ...@@ -459,7 +472,7 @@ h3 {
background: var(--surface); background: var(--surface);
border: 1px solid var(--line); border: 1px solid var(--line);
border-radius: 8px; border-radius: 8px;
box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22); box-shadow: 0 18px 55px rgba(37, 76, 105, 0.12);
} }
.project-card { .project-card {
...@@ -471,7 +484,7 @@ h3 { ...@@ -471,7 +484,7 @@ h3 {
} }
.project-card::before { .project-card::before {
background: linear-gradient(135deg, rgba(66, 217, 255, 0.18), transparent 45%); background: linear-gradient(135deg, rgba(8, 126, 164, 0.12), transparent 45%);
content: ""; content: "";
inset: 0; inset: 0;
opacity: 0; opacity: 0;
...@@ -481,7 +494,7 @@ h3 { ...@@ -481,7 +494,7 @@ h3 {
.project-card:hover { .project-card:hover {
border-color: var(--line-strong); border-color: var(--line-strong);
box-shadow: 0 26px 80px rgba(66, 217, 255, 0.13); box-shadow: 0 26px 80px rgba(8, 126, 164, 0.14);
transform: translateY(-6px); transform: translateY(-6px);
} }
...@@ -497,15 +510,15 @@ h3 { ...@@ -497,15 +510,15 @@ h3 {
.project-preview { .project-preview {
align-items: center; align-items: center;
background: background:
radial-gradient(circle at 22% 18%, rgba(128, 255, 204, 0.20), transparent 30%), radial-gradient(circle at 22% 18%, rgba(18, 184, 134, 0.22), transparent 30%),
radial-gradient(circle at 82% 20%, rgba(255, 107, 69, 0.18), transparent 30%), radial-gradient(circle at 82% 20%, rgba(246, 95, 66, 0.18), transparent 30%),
linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(66, 217, 255, 0.04)), linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(224, 244, 250, 0.72)),
#050d14; #eaf7fb;
border: 1px solid rgba(139, 213, 255, 0.26); border: 1px solid rgba(8, 126, 164, 0.18);
border-radius: 8px; border-radius: 8px;
box-shadow: box-shadow:
inset 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.05),
0 18px 48px rgba(0, 0, 0, 0.22); 0 18px 48px rgba(37, 76, 105, 0.12);
display: flex; display: flex;
height: clamp(350px, 34vw, 460px); height: clamp(350px, 34vw, 460px);
justify-content: center; justify-content: center;
...@@ -530,9 +543,9 @@ h3 { ...@@ -530,9 +543,9 @@ h3 {
.project-preview::after { .project-preview::after {
background: background:
linear-gradient(90deg, rgba(255, 255, 255, 0.10), transparent 16% 84%, rgba(255, 255, 255, 0.06)), linear-gradient(90deg, rgba(255, 255, 255, 0.52), transparent 16% 84%, rgba(255, 255, 255, 0.34)),
linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%); linear-gradient(180deg, rgba(255, 255, 255, 0.55), transparent 42%);
border: 1px solid rgba(157, 242, 255, 0.20); border: 1px solid rgba(8, 126, 164, 0.16);
border-radius: 8px; border-radius: 8px;
content: ""; content: "";
inset: 30px; inset: 30px;
...@@ -553,8 +566,8 @@ h3 { ...@@ -553,8 +566,8 @@ h3 {
.project-preview img { .project-preview img {
border-radius: 18px; border-radius: 18px;
box-shadow: box-shadow:
0 28px 70px rgba(0, 0, 0, 0.48), 0 28px 70px rgba(37, 76, 105, 0.30),
0 0 0 1px rgba(255, 255, 255, 0.14); 0 0 0 1px rgba(255, 255, 255, 0.74);
display: block; display: block;
max-height: calc(100% - 4px); max-height: calc(100% - 4px);
max-width: 100%; max-width: 100%;
...@@ -606,8 +619,8 @@ h3 { ...@@ -606,8 +619,8 @@ h3 {
.project-card:hover .project-preview img { .project-card:hover .project-preview img {
filter: saturate(1.08) contrast(1.04); filter: saturate(1.08) contrast(1.04);
box-shadow: box-shadow:
0 34px 84px rgba(0, 0, 0, 0.52), 0 34px 84px rgba(37, 76, 105, 0.34),
0 0 0 1px rgba(255, 255, 255, 0.18); 0 0 0 1px rgba(255, 255, 255, 0.82);
transform: translateY(-6px) rotate(0deg) scale(1.08); transform: translateY(-6px) rotate(0deg) scale(1.08);
} }
...@@ -624,7 +637,7 @@ h3 { ...@@ -624,7 +637,7 @@ h3 {
} }
.project-index { .project-index {
color: rgba(157, 242, 255, 0.16); color: rgba(8, 126, 164, 0.10);
font-family: Georgia, "Times New Roman", serif; font-family: Georgia, "Times New Roman", serif;
font-size: 106px; font-size: 106px;
font-weight: 900; font-weight: 900;
...@@ -658,7 +671,7 @@ h3 { ...@@ -658,7 +671,7 @@ h3 {
.project-links a { .project-links a {
align-items: center; align-items: center;
color: var(--signal-soft); color: var(--signal);
display: inline-flex; display: inline-flex;
font-weight: 950; font-weight: 950;
gap: 4px; gap: 4px;
...@@ -666,13 +679,13 @@ h3 { ...@@ -666,13 +679,13 @@ h3 {
} }
.project-links a:hover { .project-links a:hover {
color: #fff; color: var(--accent-strong);
} }
.skills-section { .skills-section {
background: background:
linear-gradient(90deg, rgba(128, 255, 204, 0.08), transparent 40%), linear-gradient(90deg, rgba(18, 184, 134, 0.10), transparent 40%),
#07111a; #f8fcff;
} }
.skill-cloud { .skill-cloud {
...@@ -711,8 +724,8 @@ h3 { ...@@ -711,8 +724,8 @@ h3 {
.ai-panel { .ai-panel {
align-items: start; align-items: start;
background: background:
linear-gradient(135deg, rgba(255, 107, 69, 0.10), transparent 35%), linear-gradient(135deg, rgba(246, 95, 66, 0.12), transparent 35%),
#061018; linear-gradient(180deg, #ffffff, #eef9fb);
display: grid; display: grid;
gap: clamp(24px, 5vw, 72px); gap: clamp(24px, 5vw, 72px);
grid-template-columns: minmax(0, 0.78fr) minmax(330px, 1fr); grid-template-columns: minmax(0, 0.78fr) minmax(330px, 1fr);
...@@ -733,7 +746,7 @@ h3 { ...@@ -733,7 +746,7 @@ h3 {
.assistant-box::before { .assistant-box::before {
animation: assistantRail 5s linear infinite; animation: assistantRail 5s linear infinite;
background: linear-gradient(90deg, transparent, rgba(128, 255, 204, 0.34), transparent); background: linear-gradient(90deg, transparent, rgba(18, 184, 134, 0.34), transparent);
content: ""; content: "";
height: 1px; height: 1px;
left: -40%; left: -40%;
...@@ -769,7 +782,7 @@ h3 { ...@@ -769,7 +782,7 @@ h3 {
} }
.quick-questions button { .quick-questions button {
background: rgba(66, 217, 255, 0.08); background: rgba(8, 126, 164, 0.08);
border: 1px solid var(--line); border: 1px solid var(--line);
border-radius: 8px; border-radius: 8px;
color: var(--ink); color: var(--ink);
...@@ -781,7 +794,7 @@ h3 { ...@@ -781,7 +794,7 @@ h3 {
} }
.quick-questions button:hover { .quick-questions button:hover {
background: rgba(66, 217, 255, 0.16); background: rgba(8, 126, 164, 0.15);
transform: translateY(-2px); transform: translateY(-2px);
} }
...@@ -801,7 +814,7 @@ h3 { ...@@ -801,7 +814,7 @@ h3 {
} }
.ask-row input { .ask-row input {
background: rgba(255, 255, 255, 0.05); background: rgba(255, 255, 255, 0.84);
border: 1px solid var(--line); border: 1px solid var(--line);
border-radius: 8px; border-radius: 8px;
color: var(--ink); color: var(--ink);
...@@ -820,7 +833,7 @@ h3 { ...@@ -820,7 +833,7 @@ h3 {
background: linear-gradient(135deg, var(--accent), var(--mint)); background: linear-gradient(135deg, var(--accent), var(--mint));
border: 0; border: 0;
border-radius: 8px; border-radius: 8px;
color: #061018; color: #ffffff;
cursor: pointer; cursor: pointer;
display: inline-flex; display: inline-flex;
justify-content: center; justify-content: center;
...@@ -828,10 +841,10 @@ h3 { ...@@ -828,10 +841,10 @@ h3 {
.answer-box { .answer-box {
animation: answerIn 260ms ease both; animation: answerIn 260ms ease both;
background: #02080d; background: rgba(255, 255, 255, 0.86);
border: 1px solid rgba(128, 255, 204, 0.20); border: 1px solid rgba(18, 184, 134, 0.24);
border-radius: 8px; border-radius: 8px;
color: #fff; color: var(--ink);
margin-top: 16px; margin-top: 16px;
padding: 18px; padding: 18px;
} }
...@@ -846,14 +859,16 @@ h3 { ...@@ -846,14 +859,16 @@ h3 {
} }
.answer-box p { .answer-box p {
color: #dce7ef; color: var(--muted);
line-height: 1.58; line-height: 1.58;
margin: 0; margin: 0;
} }
.contact-section { .contact-section {
align-items: start; align-items: start;
background: #02080d; background:
linear-gradient(135deg, rgba(8, 126, 164, 0.10), transparent 34%),
#ffffff;
border-top: 1px solid var(--line); border-top: 1px solid var(--line);
display: grid; display: grid;
gap: 32px; gap: 32px;
...@@ -865,8 +880,8 @@ h3 { ...@@ -865,8 +880,8 @@ h3 {
} }
.contact-list { .contact-list {
background: rgba(255, 255, 255, 0.05); background: rgba(255, 255, 255, 0.82);
border-color: rgba(255, 255, 255, 0.12); border-color: var(--line);
display: grid; display: grid;
gap: 12px; gap: 12px;
padding: 22px; padding: 22px;
...@@ -882,7 +897,7 @@ footer span { ...@@ -882,7 +897,7 @@ footer span {
.contact-list a, .contact-list a,
.contact-list span { .contact-list span {
color: #dce7ef; color: var(--ink);
text-decoration: none; text-decoration: none;
} }
...@@ -892,8 +907,8 @@ footer span { ...@@ -892,8 +907,8 @@ footer span {
footer { footer {
align-items: center; align-items: center;
background: #02080d; background: #f8fcff;
border-top: 1px solid rgba(255, 255, 255, 0.08); border-top: 1px solid var(--line);
color: var(--dim); color: var(--dim);
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
......
...@@ -131,11 +131,12 @@ function App() { ...@@ -131,11 +131,12 @@ function App() {
entries.forEach((entry) => { entries.forEach((entry) => {
if (entry.isIntersecting) { if (entry.isIntersecting) {
entry.target.classList.add('is-visible') entry.target.classList.add('is-visible')
observer.unobserve(entry.target) } else {
entry.target.classList.remove('is-visible')
} }
}) })
}, },
{ threshold: 0.18 }, { rootMargin: '0px 0px -12% 0px', threshold: 0.16 },
) )
revealItems.forEach((item) => observer.observe(item)) revealItems.forEach((item) => observer.observe(item))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment